> that was written originally on Linux. I can compile it on Linux, but > on Windows using FLTK 1.1.9, I get the following error: > > > $ fltk-config --use-images --compile fl_moxgen.cxx g++ > -I/usr/local/include -I/usr/local/include/FL/images
This is not a Windows path and there are more not-Windows-paths in your command line. > cannot fin d -lfltk_png collect2: ld returned 1 exit status You need to insert the right path to "libfltk_png.a" into your command line, or copy the lib files from "FLTKDIR\lib" to "c:\MinGW\lib", then you don't need a library path at all. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

