On 23.Jun 2003 - 11:00:27, Lukasz Lesniak wrote: > Hello. > > I am using Debian Woody > > I have install Qt version 3.2.0b1 for X11 > (qt-x11-free-3.2.0b1.tar.gz) from Trolltech. I install this with > -thread etc. > > When I try to ./configure KDE ie. arts, kdelibs I see this > message: > "checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library > qt-mt) not found. Please check your installation!" > > So i put ldconfig | grep qt > and I see > /usr/local/qt/lib > libqt-mt.so.3 -> libqt-mt.so.3.2.0 > > Hmmm, i don't understand this, because 3.2.0 >= 3.1.0. > > Suggestions: > --with-qt-includes=/usr/include/qt3/ > --with-qt-libraries=/usr/lib/qt3 > and other --with- NOT WORKING > > Should I install any devs? And why install for example libqt3- > mt so I compile this qt-mt before in my system ...
Did you set QTDIR=/usr/local/qt? Do you have a libqt3 installed with apt - so you have 2 libqt3's on your system? If QTDIR doesn't help, you could check the configure script on what it does to check for QT3.1.0 . Sometimes things are changed (like header filenames or so) between to releases of qt and then the configure scripts don't work anymore. Andreas -- While you recently had your problems on the run, they've regrouped and are making another attack.

