ration > > You should add -ldl to the linker commandline. However, > if you used fltk-config, this should show up there: > > fltk-config [--use-images] --ldflags > > (use --cflags and --cxxflags to see the compiler flags needed). > > Albrecht
using -lfltk -lXext -lXft -lfontconfig -lXinerama -lpthread -lm -lX11 -lfltk_images -lXpm -lpng -lz -ljpeg -ldl solved the problem. As you said I used fltk-config --ldflags .. I got the flags that should be used .. and it works now .. Many thanks Albercht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

