Author: matt Date: 2010-11-27 13:39:47 -0800 (Sat, 27 Nov 2010) New Revision: 7898 Log: Added message that explains MinGW 64 bit failure to link/run (STR 2347)
Modified: branches/branch-1.3/README.MSWindows.txt Modified: branches/branch-1.3/README.MSWindows.txt =================================================================== --- branches/branch-1.3/README.MSWindows.txt 2010-11-27 21:15:52 UTC (rev 7897) +++ branches/branch-1.3/README.MSWindows.txt 2010-11-27 21:39:47 UTC (rev 7898) @@ -112,7 +112,14 @@ 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 <config flags> LDFLAGS=-Wl,--enable-auto-import +:END_ADVANCED + Building FLTK --------------- _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
