DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2347 Version: 1.3.0 Under MinGW32/Msys, when linking against FLTK libraries ld complains about --enable-auto-import not being set. The linked application then fails to run presenting a message box with error 0xc0000005. Apparantly (according to other websites) this only happens on 64bit version of MS Windows. The solution is to include the --enable-auto-import flag when linking. Specifically to build the FLTK libraries, fluid and demo applications one would have to issue the following configure command: ./configure <config flags> LDFLAGS=-Wl,--enable-auto-import Link: http://www.fltk.org/str.php?L2347 Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
