[this thread moved from fltk.bugs]

moran lev wrote:
> When trying to install fluid version 1.1.10 on ubunto
> I got the following error when running "make install"
> I am not sure what to do and how to solve this problem.
>
> === installing fluid ===
> Linking fluid...
> /usr/bin/ld: cannot find -lXext
> collect2: ld returned 1 exit status
> make[1]: *** [fluid] Error 1
> make: *** [install] Error 1

        Sounds like you're missing some of the X development libraries.

        Try: sudo apt-get install libxt-dev
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to