> I'm solve the X11 libraries problem (I installed xlib-data and > xlibs-static-dev), but in the compile step I have another problem: > > Linking fluid... > /usr/bin/ld: cannot find -lXext > collect2: ld returned 1 exit status > make[1]: *** [fluid] Error 1 > make: *** [all] Error 1 > > what is the problem?
You didn't get all the X11 libs that you need. I don't know the debian/ubuntu package system well, but I'd guess you need; libx11-dev libxext-dev And maybe libxi-dev And others...? I don't know if there's a meta-package for all the things you'd need? Maybe something like xlibs-dev I wouldn't think the static libs would be all that useful though? I don't know. Maybe someone who knows debian/ubuntu systems could comment? You'll also need the dev packages for PNG, ZLIB and JPEG if you do not already have them installed. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

