diff --git a/README.MSWindows.txt b/README.MSWindows.txt index 34ad8ac80..987ad5012 100644 --- a/README.MSWindows.txt +++ b/README.MSWindows.txt @@ -112,6 +112,13 @@ The configuration script will check your machine for the required resources which should all have been part of your MinGW installation. Review the Configuration Summary, maybe take some notes. +ADVANCED: some versions of MinGW/Msys are broken and complain about a missing +--enable-auto-import. The solution is to upgrade to the current release. If +that is not possible, you can include the --enable-auto-import flag when +linking: + ./configure LDFLAGS=-Wl,--enable-auto-import +:END_ADVANCED + Building FLTK ---------------