On Fri, Feb 11, 2005 at 11:54:15AM +0100, Didde Brockman wrote:
> g++  -o settings     -L/usr/share/qt3/lib -lqt -lXext -lX11 -lm
> /usr/bin/ld: cannot find -lXext

You need to install xlibs-dev.

> $ ldconfig -p | grep libXext
>         libXext.so.6 (libc6) => /usr/X11R6/lib/libXext.so.6
>         libXext.so (libc6) => /usr/X11R6/lib/libXext.so

Very good. This means you have the runtime part of the X libraries, but
not the development part.


Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to