Version: (using KDE KDE 3.5.8) Installed from: Compiled From Sources Compiler: gcc 4.2.1 OS: Linux My system is an LFS; I would like to clarify that I don't have any trouble with the makefile of kdelibs 3.5.7. But in kdelibs 3.5.8 My simple configure command : ./configure --prefix=/usr/ --with-qt-dir=/opt/qt --with-qt-libraries=/opt/qt/lib/ Result : make[4]: Entering directory `/root/extract/kdelibs-3.5.8/dcop/dcopidl' /bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -R /usr/lib -R /usr/lib -R /opt/qt/lib/ -o dcopidl main.o yacc.o scanner.o -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread /usr/bin/ld: cannot find -lqt-mt collect2: ld returned 1 exit status The makefile doesn't include paths I specified with the argument (ex:-L/opt/qt/lib) Thanks,
*** This bug has been marked as a duplicate of 151095 ***