Also: das configure hat ein kleines Testprogramm, das gegen
libqt.so(irgendwas) linkt.

Schau mal bitte mit "rpm -q -a | grep qt" welches QT Du installiert hast
und schau mal ob Du im configure eine Option "--with-qt-libs",
"--with-qt-dir" und "--with-qt-includes" oder so findest...

Laurence

On Mon, 2003-12-08 at 14:39, michael wrote:
> Hallo Liste,
> 
> ich habe versucht kisdnload auf Mandrake 9.2 zu kompilieren.
> Configure bricht ab mit :  
> checking for libjpeg... -ljpeg
> checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not found. 
> Please check your installation!
> For more details about this problem, look at the end of config.log.
> 
> 
> 
> ( Das steht  : siehe unten  ) 
> 
> Meine Frage: wie kann man das interpretieren - was muss man jetzt machen ?
> 
> Das Einzige was ich daraus vermuten kann ist dass es was it "Qt zu tun hat.
> Ansonsten: Technikerchinesisch , vielleicht ein Elvis-Fan ? 
> 
> Gruss,
> 
> Michael Bischof 
> 
> 
> 
> 
> 
> 
> 
> 
> /usr/bin/ld: cannot find -lqt
> collect2: ld returned 1 exit status
> configure: failed program was:
> #include "confdefs.h"
> #include <qglobal.h>
> #include <qapplication.h>
> #include <qapp.h>
> #include <qobjcoll.h>
> #include <qevent.h>
> #include <qstring.h>
> #include <qstyle.h>
> #include <qiconview.h>
> #if ! (QT_VERSION >= 222)
> #error 1
> #endif
> 
> int main() {
>     QStringList *t = new QStringList();
>     QIconView iv(0);
>     iv.setWordWrapIconText(false);
>     QString s;
>     s.setLatin1("Elvis is alive", 14);
>     int magnolia = QEvent::Speech; /* new in 2.2 beta2 */
>     return 0;
> }
> 
> ----------------------------------------------------------------------------
> PUG - Penguin User Group Wiesbaden - http://www.pug.org
-- 
Laurence Tonke
Software AG
http://www.softwareag.com
----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an