Added message that explains MinGW 64 bit failure to link/run (STR 2347)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7898 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
f560b71b0a
commit
d20ed5585e
@ -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 <config flags> LDFLAGS=-Wl,--enable-auto-import
|
||||
:END_ADVANCED
|
||||
|
||||
|
||||
Building FLTK
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user