little problem with qt libs...

Jens Zurheide jens.zurheide at gmx.de
Mon Nov 5 20:47:29 GMT 2001


Monday 05 November 2001 16:34 Dieter Mummenschanz
>Hi there!
>
>Ok, this is a little off-topic but I wasn´ t able to deal with it:
>
>./configure of kdevelop cvs fails because Qt (>= 2.2.2) libs weren´t
> found.
>
>This applies to nealry all kde applications I try to compile.
>
>I´ve installed the latest qt development libs (2.3.x) comming with kde
>2.2.1.
>All environment variables are set correctly, I´m absolutely sure!!!
>
>Any ideas?
Sometimes it is a good idea to "export 
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH" as well because configure 
picks up a wrong Qt version. (Perhaps it is possible to pass 
--with-qt-libraries=$QTDIR/lib to configure.) If this does not help it 
might be an interesting idea to look at /etc/ld.so.conf and run ldconfig if 
changes were made to the config file and I remember it correctly. But 
LD_LIBRARY_PATH should do the trick.

Good luck,
Jens

>
>Thx in advance
>
>Dieter

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list