dj wrote: > /usr/local/arm/2.95.3/lib/libfltk.a(Fl_x.o): In function > `Fl::paste(Fl_Widget &, int)': Fl_x.o(.text+0xc90): undefined reference to > `XConvertSelection'
Not sure, but the "undefined reference" tells me a library isn't being past to the linker. What library provides "XConvertSelection". My guess it's a X library of some kind. Perhaps Xext? Try to find the library that provides that function and then add the library to your compile (linking) command. -- Alvin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

