KDE 3.3 configure - blind as a bat
Dave Feustel <[email protected]> Sun, 19 Sep 2004 20:07:54 -0500
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <[email protected]> |
I am trying to configure kde 3.3, but configure does not find things in spite of my using the --with* options to tell kde where things are. =================my config statement configure \ --with-qt-dir=/home/daf/qt-x11-free-3.3.3 \ --with-qt-includes=/home/daf/Qt333/qtlibs-mt/include \ --with-qt-libraries=/home/daf/Qt333/qtlibs-mt/lib \ --with-extra-libraries=/home/daf/Xtra/lib ===================configure error messages There is an installation error in jpeg support. You seem to have only one of either the headers _or_ the libraries installed. You may need to either provide correct --with-extra-... options, or the development package of libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/ Disabling JPEG support. checking for perl... /usr/bin/perl checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. //<== note NOTHING about this at end of config.log Make sure that you have compiled Qt with thread support! =========================================listing of content of qtlibs-mt/lib home/daf/Qt333/qtlibs-mt/lib>ls libdesignercore.a libqt-mt.prl libqui.so.1 libdesignercore.prl libqt-mt.so libqui.so.1.0 libeditor.a libqt-mt.so.3 libqui.so.1.0.0 libeditor.prl libqt-mt.so.3.3 pkgconfig libqassistantclient.a libqt-mt.so.3.3.3 qt-mt libqassistantclient.prl libqui.prl libqt-mt.la libqui.so ===========================================listing of Xtra/lib /home/daf>ls Xtra/lib libaudiofile.a libjpeg.la libmng.so.1.0 libaudiofile.la libjpeg.so.62.0 libpng.a libaudiofile.so.0.2 libmng.a libpng.so.3.1 libjpeg.a libmng.la pkgconfig ============================================ It apears from config.log that the --with-extra-libraries value is not being passed to the linker Dave Feustel 260-422-5330