Hello All, I got an ./configure qt-mt missing error with scribus 0.9.8 on my debian testing/unstable machine.
I got the threaded version of qt3 installed on my system: ~# dpkg -l | grep mt ii libqt3-mt-dev 3.1.1-7 Qt development files (Threaded) ii libqt3c102-mt 3.1.1-7 Qt GUI Library (Threaded runtime version ~# ls /usr/share/qt3/lib libqt-mt.prl libqt-mt.so.3 libqt.so.3 libqui.prl libqui.so.1 libqt-mt.so libqt-mt.so.3.1 libqt.so.3.1 libqui.so libqui.so.1.0 If I try to run the configure script like: ~# ./configure --with-qt-dir=/usr/share/qt3 --with-qt-includes=/usr/share/qt3/include --with-qt-libraries=/usr/share/qt3/lib 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? Thanks in advance! Gerhard Franz, Thank you again for this incredible work!
