Hi, On Thursday 12 February 2004 20:34, Carlos Acedo wrote:-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Do you have libqt3-mt-dev instaled?Yes, I think: #apt-get install libqt3-mt-dev #Sorry, libqt3-mt-dev is already the newest version. But, I'm not sure how it should look like #cd /usr/lib #ll *qt-mt* -rw-r--r-- 1 root root 788 Feb 7 09:09 libqt-mt.la -rw-r--r-- 1 root root 755 Feb 7 09:11 libqt-mt.prl lrwxrwxrwx 1 root root 17 Feb 12 22:42 libqt-mt.so -> libqt-mt.so.3.2.1 lrwxrwxrwx 1 root root 17 Feb 12 19:18 libqt-mt.so.3 -> libqt-mt.so.3.2.1 lrwxrwxrwx 1 root root 17 Feb 12 19:18 libqt-mt.so.3.2 -> libqt-mt.so.3.2.1 -rw-r--r-- 1 root root 6341732 Feb 7 09:11 libqt-mt.so.3.2.1 On the other hand the configuration line was: ./configure --prefix=/usr --with-qt-dir=/usr --with-qt-libraries=/usr/ lib --with-qt-includes=/usr/include/qt3 Regards, Jean Pierre CharalambosJean Pierre Charalambos escribió: | Hello, | | I'm sorry about my english. I'm running debian stable/testing and | have just upgraded to kde3.2 (apt-get packages from kde.org). | However, when I try to compile an application I get the following | error: | | checking for Qt... configure: error: Qt (>= Qt 3.0) (libraryqt-mt)| not found. Please check your installation! | | Looking at config.log I found: | | configure:26843: checking for Qt configure: 26911: | /usr/include/qt3/qstyle.h taking that configure:27026: rm -rf | SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long | -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi | -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion | -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute | -fno-exceptions -fno-check-new -fno-common -I/usr/include/qt3 | -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib | -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl | -lXext -lX11 -lSM -lICE -lpthread 1>&5 | /tmp/ccKkPqvR.o(.text+0x12): In function `main': : undefined | reference to `QString::null' /tmp/ccKkPqvR.o(.text+0x17): In | function `main': : undefined reference to | `QStyleFactory::create(QString const&)' | /tmp/ccKkPqvR.o(.text+0x28): In function `main': : undefined | reference to `QCursor::QCursor[in-charge](int)' | /tmp/ccKkPqvR.o(.text+0x30): In function `main': : undefined |reference to `QCursor::~QCursor [in-charge]()' | /tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0xc): undefined | reference to `QGList::clear()' | /tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x10): undefined | reference to `QGList::~QGList [in-charge]()' | /tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x14): undefined | reference to `QGList::~QGList [in-charge deleting]()' | /tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x18): undefined | reference to `QPtrCollection::newItem(void*)' | /tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x20): undefined | reference to `QGList::compareItems(void*, void*)' | /tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x24): undefined | reference to `QGList::read(QDataStream&, void*&)' | /tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x28): undefined | reference to `QGList::write(QDataStream&, void*) const' | /tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTI6QGList+0x8): undefined | reference to `typeinfo for QPtrCollection' /usr/lib/libqt-mt.so: | undefined reference to `FT_Seek_Stream' /usr/lib/libqt-mt.so: | undefined reference to `FT_Get_Short' /usr/lib/libqt-mt.so: | undefined reference to `FT_Forget_Frame' /usr/lib/libqt-mt.so: | undefined reference to `FT_Access_Frame' /usr/lib/libqt-mt.so: | undefined reference to `FT_Get_Long' | | I do not whether or not the only matter here is with libfreetype, | but I followed the guide found at: | | http://www.mail-archive.com/linux%40lists.unixtech.be/msg11567.html| | | but I still get the same message! | | Could you please suggest me what to do? | | Best regards and servus, | | Jean Pierre