On May 23, 2007, at 4:20 PM, Konstantin wrote: > Include: C:/PROGRA~1/MSYS/local/include > Library Path: C:/Program Files/MSYS/local/lib (the lib folder > contains libfltk.a, libfltk_forms.a, libfltk_gl.a, libfltk_images.a)
No, you have to include the libraries into your link command, not just the path. If you installed FLTK correctly, you should have a command called 'fltk-config'. Type 'fltk-config --ldstaticflags' in you shell and you should gt the flags that are required for linking. Use --use-images etc. if you want to link to the image libraries as well. Matthias ---- http://robowerk.com/ _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
