summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-11-27 21:39:47 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-11-27 21:39:47 +0000
commitd20ed5585ef8adcb228556d122cb3b0d5240b9e1 (patch)
tree2985b2d2f78c7b661e8f4fddb4f3c335936b390b
parentf560b71b0ab48a2a46ead14d9466a541cf43f2d1 (diff)
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
-rw-r--r--README.MSWindows.txt7
1 files changed, 7 insertions, 0 deletions
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 <config flags> LDFLAGS=-Wl,--enable-auto-import
+:END_ADVANCED
+
Building FLTK
---------------