Bug 151098

Summary: makefile 3.5.8 error no include libraires
Product: [I don't know] kde Reporter: valerian <valerian_admin>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description valerian 2007-10-20 17:00:31 UTC
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,
Comment 1 Pino Toscano 2007-10-20 19:11:08 UTC

*** This bug has been marked as a duplicate of 151095 ***