Saban wrote: > I'm trying to get fltk 1.1.10 configured on my fedora 12 machine. But when im > getting an error as follows; > > Linking fluid... > /usr/bin/ld: cannot find -lXext > collect2: ld returned 1 exit status > make[1]: *** [fluid] Error 1 > make: *** [all] Error 1 > > Please can anyone help me out.
You need to install the X11 development packages for your distribution. A good source for what's needed is Greg's page for ubuntu at: http://seriss.com/people/erco/ubuntu/ The main packages you need for building with X11 are libx11-dev -- X windows dev libxt-dev -- X windows dev libxft-dev -- antialiased fonts The names may be different for Fedora, however. libxft-dev is optional, but the resulting programs will look much better. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

