[Bug 59589] On create project, error: library qt-mt not found
Stevan White
stevan_white at hotmail.com
Tue Jun 10 10:32:04 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=59589
------- Additional Comments From stevan_white at hotmail.com 2003-06-10 10:31 -------
More info:
Work-around: Allow project creation to fail, then under
"Project->Options...->Compiler Options->Linker Flags", in Additional flags, put
-L/usr/X11R6/lib -L/usr/lib/qt3 -lGL -lXmu -lXrender -lXft -lXext -lX11
-lSM -lICE -lXt
Got idea from config.log file. It seemed to indicate the problem wasn't really
with finding qt3, or with the qt-mt library, but with finding libraries
referenced by qt-mt.
I think I've seen this before. Maybe has something to do with new gcc?
----------------------------------------------------------------
configure:6881: rm -rf SunWS_cache; c++ -o conftest -O2 -O0 -g3 -Wall -fno-excep
tions -fno-check-new -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SU
PPORT -D_REENTRANT -L/usr/lib/qt3/lib -L/usr/X11R6/lib conftest.C -lqt-mt -
lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lresolv -lpthread 1>&5
/usr/bin/ld: warning: libGL.so.1, needed by /usr/lib/qt3/lib/libqt-mt.so, not fo
und (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libXmu.so.6, needed by /usr/lib/qt3/lib/libqt-mt.so, not f
ound (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libXrender.so.1, needed by /usr/lib/qt3/lib/libqt-mt.so, n
ot found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libXft.so.2, needed by /usr/lib/qt3/lib/libqt-mt.so, not f
ound (try using -rpath or -rpath-link)
/usr/lib/qt3/lib/libqt-mt.so: undefined reference to `glXQueryServerString'
/usr/lib/qt3/lib/libqt-mt.so: undefined reference to `glColor3ub'
/usr/lib/qt3/lib/libqt-mt.so: undefined reference to `XftDrawRect'
/usr/lib/qt3/lib/libqt-mt.so: undefined reference to `glIndexi'
/usr/lib/qt3/lib/libqt-mt.so: undefined reference to `glPopAttrib'
----------------------------------------------------------------
...etc.
More information about the KDevelop-devel
mailing list