Bug 151098 - makefile 3.5.8 error no include libraires
Summary: makefile 3.5.8 error no include libraires
Status: RESOLVED DUPLICATE of bug 151095
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-20 17:00 UTC by valerian
Modified: 2007-12-18 11:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***