>
> /usr/local/lib/libfltk.a(Fl.o): In function `Fl_Widget::damage 
> (unsigned char, int, int, int, int)':
> Fl.cxx:(.text+0x58b): referencia a `XUnionRectWithRegion' sin definir
> Fl.cxx:(.text+0x5a9): referencia a `XDestroyRegion' sin definir
> /usr/local/lib/libfltk.a(Fl.o): In function `Fl_Widget::damage 
> (unsigned char)':
> Fl.cxx:(.text+0x637): referencia a `XDestroyRegion' sin definir
> /usr/local/lib/libfltk.a(Fl.o): In function `Fl_Window::hide()':
> Fl.cxx:(.text+0x1023): referencia a `XDestroyRegion' sin definir
> Fl.cxx:(.text+0x1038): referencia a `XDestroyWindow' sin definir
> /usr/local/lib/libfltk.a(Fl.o): In function `Fl::flush()':
> Fl.cxx:(.text+0x1241): referencia a `XDestroyRegion' sin definir
> Fl.cxx:(.text+0x1264): referencia a `XFlush' sin definir

Looks like you haven't linked the X libraries. You need to link them  
to your to your target, after the fltk libraries are linked.

In a shell, run "fltk-config --ldflags" to see what libraries your  
system needs.







_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to