[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Qt 4.0.0 and 4.0.1,  /usr/bin/ld: cannot find -lXext



On Sat, Sep 24, 2005 at 10:36:21PM -0400, ptkacz@cogeco.ca wrote:
> I just recently installed the 64-bit version of Debian.  Following this I 
> installed Qt 3.3.3 successfully.  No issues were encountered during 
> configuration and make.  After configuring both Qt 4.0.1 and 4.0.0,
> during make, I get the following error message,
> 
> /usr/bin/ld: cannot find -lXext
> 
[..]
> Anyone have an idea of what's missing?

/usr/X11R6/lib/libXext.so, provided by libxext-dev.

This is pretty common ld behaviour: when you -l<blah>, ld needs
libblah.so (with no numbered suffix), which will be provided by some
-dev package, often libblah-dev (or perhaps libblahN-dev).

There are libqt4* packages in the archive, so perhaps you don't need to
compile your own anyway?

Hamish
-- 
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>



Reply to: