Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^

Expand Down