Cannot find -lqt

W

wolftools

wolftools
Hallo

Kann mir jemand vielleicht helfen.
Beschäftige mich mit QT Designer bin jedoch Neuling bei Suse Linux.
Habe ein kleines Programm estellt und wollte es mit make installieren.
Jedoch kommt immer diese Meldung:

g++ -o hallo hallo.o moc_hallo.o -L/lib -lqt -L/usr/X11R6/lib -lX11
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make: *** [hallo] Fehler 1

Habe als Betriebssystem Suse 9.0. QT Designer 3.2.1 von der Suse DVD und KDE 3.1.4.Die geforderten Abhängigkeiten sind erfüllt.

MfG wolftools :help:
 
Hi,
befindet sich die Lib lqt nicht in /usr/lib/qt3/lib ?
Unter www.mrunix.de findest Du so einiges zum Coden mit Qt und C++.
Nach den dort vorhandenen Tutorials habe ich das auch unter SuSE hinbekommen.
Hast Du schon Kdevelop ausprobiert? Da ist die integration des Qt-Designers gleich
dabei, das funktioniert echt gut.

MfG
sowatt
 
Das ist alles was ich in /usr/lib/qt3/lib/ gefunden habe.


-rw-r--r-- 1 root root 7596024 2003-09-24 04:39 libdesignercore.a
-rw-r--r-- 1 root root 1021 2003-09-24 04:38 libdesignercore.prl
-rw-r--r-- 1 root root 522478 2003-09-24 04:39 libeditor.a
-rw-r--r-- 1 root root 926 2003-09-24 04:38 libeditor.prl
-rw-r--r-- 1 root root 49108 2003-09-24 04:39 libqassistantclient.a
-rw-r--r-- 1 root root 937 2003-09-24 04:38 libqassistantclient.prl
-rwxr-xr-x 1 root root 14562442 2003-09-24 00:04 libqt.a
-rwxr-xr-x 1 root root 14723336 2003-09-24 00:30 libqt-mt.a
-rw-r--r-- 1 root root 856 2003-09-24 00:09 libqt-mt.la
-rw-r--r-- 1 root root 811 2003-09-24 00:08 libqt-mt.prl
lrwxrwxrwx 1 root root 17 2004-03-27 22:59 libqt-mt.so -> libqt-mt.so.3.2.1
lrwxrwxrwx 1 root root 17 2004-03-27 22:15 libqt-mt.so.3 -> libqt-mt.so.3.2.1
lrwxrwxrwx 1 root root 17 2004-03-27 22:15 libqt-mt.so.3.2 -> libqt-mt.so.3.2.1
-rwxr-xr-x 1 root root 8947223 2003-09-24 00:09 libqt-mt.so.3.2.1
-rw-r--r-- 1 root root 710 2003-11-04 19:20 libqt.prl
lrwxrwxrwx 1 root root 14 2004-03-28 01:24 libqt.so -> libqt.so.3.2.1
lrwxrwxrwx 1 root root 14 2004-03-28 01:24 libqt.so.3 -> libqt.so.3.2.1
lrwxrwxrwx 1 root root 14 2004-03-28 01:24 libqt.so.3.2 -> libqt.so.3.2.1
-rwxr-xr-x 1 root root 8831040 2003-11-04 19:20 libqt.so.3.2.1
-rw-r--r-- 1 root root 699 2003-09-24 00:09 libqui.prl
lrwxrwxrwx 1 root root 15 2004-03-27 22:59 libqui.so -> libqui.so.1.0.0
lrwxrwxrwx 1 root root 15 2004-03-27 22:15 libqui.so.1 -> libqui.so.1.0.0
lrwxrwxrwx 1 root root 15 2004-03-27 22:15 libqui.so.1.0 -> libqui.so.1.0.0
-rwxr-xr-x 1 root root 289595 2003-09-24 00:09 libqui.so.1.0.0
drwxr-xr-x 2 root root 96 2004-03-28 01:24 pkgconfig
 

Ähnliche Themen

Wine / ld findet -li386 nicht (Debian Unstable)

Windows clients können nicht mehr auf lange laufendes System zugreifen

Falsche Rechte gesetzt beim Anlegen von Ordnern via Samba-Client

Squid als RPCoHTTPS Proxy für Outlook Anywhere

Noch ein 'undefined reference to'-Problem

Zurück
Oben