mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 10:57:58 +08:00
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:
@@ -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
|
which should all have been part of your MinGW installation. Review the
|
||||||
Configuration Summary, maybe take some notes.
|
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
|
Building FLTK
|
||||||
---------------
|
---------------
|
||||||
|
|||||||
Reference in New Issue
Block a user