From aa363136bf8787aac9089007c07b5de1f11644b7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 17 Jan 2020 17:03:29 -0600 Subject: [PATCH] README.txt: Add some good advice about paths. (#123) --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.txt b/README.txt index 627df0a143..50ac6c74e5 100644 --- a/README.txt +++ b/README.txt @@ -1556,6 +1556,13 @@ Installing GNUWin32 set PATH=C:\gnuwin32\bin;%PATH% + WARNING: Make sure you have C:\MinGW\bin in your path before any other + directory that contains libiconv-2.dll. Apparently the as.exe in some + MinGW distributions are dependent on that DLL, and having an old + version of it in the path somewhere (for example GnuWin32 tools) will + cause as.exe to pick up the older version that doesn't have the entry + point it's looking for. + CYGWIN BUILD PROBLEMS ^^^^^^^^^^^^^^^^^^^^^