DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L1962 Version: 1.1.9 O.K. The output from fltk-config --ldflags is as follows -L/usr/local/lib -mwindows -mno-cygwin -lfltk -lole32 -luuid -lcomctl32 -lwsock32 Interestingly, the output from fltk-config --ldstatic flags is -mwindows -mno-cygwin /usr/local/lib/libfltk.a -lole32 -luuid -lcomctl32 -lwsock32 which sort of suggests that linfltk.a isn't found properly either. fltk-config --use-images --ldstaticflags gives -mwindows -mno-cygwin /usr/local/lib/libfltk_images.a -lfltk_png -lfltk_z -lfltk_jpeg /usr/local/lib/libfltk.a -lole32 -luuid -lcomctl32 -lwsock32 My fix was just to modify the image library bits to give the full library path the same as linfltk_images.a Note: I have the same installation on XP PC's at work and the problem with the image libraries does not occur. BTW, I understand why you don't want to touch Vista, it's very resource hungry. Link: http://www.fltk.org/str.php?L1962 Version: 1.1.9 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
