On Sonntag, 30. M?rz 2003 13:25, Paul wrote: > > it returns this error: > > checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt) > > not found. Please check your installation! > > For more details about this problem, look at the end of config.log. > > Make sure that you have compiled Qt with thread support! > > > > Does anybody know how to solve this? > > It looks like the version of Qt you're using has not been compiled > properly to use threading. [....]
Hmm - the qt package has been restructured in Debian. After checking that you really have libqt-dev installed (with dpkg -l libqt-dev), try the following: ./configure --with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib if that still does not work, follow the advice given and check the end of config.log. HTH, -Malte Cornils #8-)
