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 ... luke.

