Hi Alfons, > Did you switch to another version of g++ lately? ...not consciously :-) Perhaps the pkgconfig produces this problems. I installed the versin 0.15 from source. Yesterday I recognized that there is a "child-"directory called "glib-1.2.8" under the pkgconfig-0.15 How can I get rid of this pkgconfig installation or find out exactly what is not matching there ? thanks ..GERD.. =========================================== once again the error message: 1.) I'm sure having qt with thread support (file /opt/qt3.3.3/lib/libqt-mt exitsts, also .3/.3.3/.3.3.3) 2.) QTDIR is exported and points to the right location ($QTDIR=/opt/qt3.3.3) Please remind: before installing pkgconfig I passed the section of "checking for Qt" A look in the config.log (of the arts-lib) tells me: ...... configure:31542: checking for Qt configure: 31613: /opt/qt3.3.3/include/qstyle.h taking that configure:31725: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include -L/home/koenig/kde3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include -L/home/koenig/kde3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include -L/home/koenig/kde3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include -L/home/koenig/kde3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib -O2 -pipe -O2 -pipe -O2 -pipe -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -I/opt/qt3.3.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include -D_REENTRANT -L/home/koenig/kde3.3/lib -L/usr/X11R6/lib -L/opt/qt3.3.3/lib -L/home/koenig/kde3.3/lib -L/usr/X11R6/lib -L/opt/qt3.3.3/lib -L/home/koenig/kde3.3/lib -L/usr/X11R6/lib -L/opt/qt3.3.3/lib -L/home/koenig/kde3.3/lib -L/usr/X11R6/lib -L/opt/qt3.3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5 /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `std::basic_string, std::allocator >::_Rep::_S_terminal@GLIBCPP_3.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `operator new(unsigned)@GLIBCPP_3.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@GLIBCPP_3.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `__gxx_personality_v0@CXXABI_1.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `operator delete[] (void*)@GLIBCPP_3.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `operator new[] (unsigned)@GLIBCPP_3.2' /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2' collect2: ld returned 1 exit status configure:31728: $? = 1 configure: failed program was: #include "confdefs.h" #include #include #include #include #include #if ! (QT_VERSION >= 0x030300) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } configure:31768: error: Qt (>= Qt 3.3) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support! >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<