From kde-core-devel Tue Feb 27 21:29:19 2001 From: Melchior FRANZ Date: Tue, 27 Feb 2001 21:29:19 +0000 To: kde-core-devel Subject: another compilation problem with qt-copy X-MARC-Message: https://marc.info/?l=kde-core-devel&m=98330956228001 Gnu C: 2.95.2 Linux C Library: /lib/libc.so.6 After "make clean" and configuring with function confqt() { echo yes|QTDIR=`pwd` CXXFLAGS="$CXXFLAGS -O2 -fno-strength-reduce -m486" ./configure \ -platform linux-g++ \ -no-g++-exceptions \ -shared \ -gif \ -system-zlib \ -system-jpeg \ -system-libpng \ -system-libmng \ -sm \ -kde \ -debug \ -thread } I get an error message when I compile qt-copy: g++ -L/home/m/kde/qt-copy/lib -Wl,-rpath,/home/m/kde/qt-copy/lib -lpthread -o ./guithreads main.o -lqt-mt /home/m/kde/qt-copy/lib/libqt-mt.so: undefined reference to `qPRCleanup(QWidget *)' collect2: ld returned 1 exit status Removing the "-thread" option doesn't help either, because I get another error message from the "configure" script. /usr/lib/libGL.so.1.2 is a threaded library, Qt needs to be as well. Everything worked fine since qt-copy which came with KDE2.0pre2 up to version 2.2.4. The current qt-copy is the first that I can't compile. Does anyone have an idea how to fix that? m.