All, There's something awry in the configure script for the image libs in fltk-1.1, when the fltk-config --ldstaticflags option is used. The non-static version seems OK.
Anyway, here's what I get: Host platform i...@immpc7:~/src/fn-edit$ uname -s Linux ldstaticflags i...@immpc7:~/src/fn-edit$ fltk-config --use-images --ldstaticflags /usr/local/lib/libfltk_images.a -lpng /usr/local/lib/libfltk.a -lXft - lpthread -ldl -lm -lXext -lX11 ldflags i...@immpc7:~/src/fn-edit$ fltk-config --use-images --ldflags -L/usr/local/lib -lfltk_images -lpng -lz -ljpeg -lfltk -lXft - lpthread -ldl -lm -lXext -lX11 Note that the ldstaticflags option is missing the -lz and -ljpeg libs, causing build failures. Seems to be a bug in configure.in I think. Maybe. Note that fltk-1.3 seems to be OK. Odd... now I type this, I have a sense that I've had this discussion before... Weird. Did we have this before? If so, why did we not correct it? Strange. -- Ian _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
