Hallo, ich möchte die QT3.2 kompilieren, da sie wohl für KDE 3.1.4 benötigt wird. Leider kompiliert die QT3.2 nicht durch, ich erhalte die folgende Fehlermeldung: CVS-Version: qt_HEAD bzw. QT_3_2_0_RELEASE make[3]: Wechsel in das Verzeichnis »/home/thopal/kompilieren/qt-copy_HEAD/tools/designer/designer« g++ -c -pipe -fPIC -Wall -W -O2 -D_REENTRANT -DDESIGNER -DQT_INTERNAL_XML -DQT_INTERNAL_WORKSPACE -DQT_INTERNAL_ICONVIEW -DQT_INTERNAL_TABLE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/home/thopal/kompilieren/qt-copy_HEAD/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../shared -I../uilib -I../../../include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o ./listboxeditor.o listboxeditor.cpp /home/thopal/kompilieren/qt-copy_HEAD/bin/uic -L /home/thopal/kompilieren/qt-copy_HEAD/plugins editfunctions.ui -i editfunctions.h -o editfunctions.cpp /home/thopal/kompilieren/qt-copy_HEAD/bin/uic: relocation error: /home/thopal/kompilieren/qt-copy_HEAD/bin/uic: undefined symbol: _ZNK7QString3argExii make[3]: *** [editfunctions.cpp] Fehler 127 Version: qt-x11-free-3.2.0 make[3]: Verlassen des Verzeichnisses »/home/thopal/kompilieren/qt-x11-free-3.2.0/tools/designer/uilib« cd designer && make -f Makefile make[3]: Wechsel in das Verzeichnis »/home/thopal/kompilieren/qt-x11-free-3.2.0/tools/designer/designer« /home/thopal/kompilieren/qt-x11-free-3.2.0/bin/uic -L /home/thopal/kompilieren/qt-x11-free-3.2.0/plugins listboxeditor.ui -o listboxeditor.h /home/thopal/kompilieren/qt-x11-free-3.2.0/bin/uic: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory make[3]: *** [listboxeditor.h] Fehler 127 Wo könnte das Problem liegen? Zusatz Info: Das kompilieren aller KDE-CVS-Module des *_3_1_BRANCH funktioniert. - gcc (GCC) 3.2 (SuSE Linux) - XFree86 Version 4.2.0 - qt-configure ./configure -prefix /opt/kde3 -libdir /usr/lib/qt3 -release -system-zlib \ -qt-gif -system-libpng -system-libjpeg -plugin-imgfmt-mng -thread -no-stl \ -fast Gruß Thomas