-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) > (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!
possibly you are trying to compile using g++-3.2, and this is not possible to link with g++-2.95 compiled libraries. Try setting this before ./configure export CXX=g++-2.95 - -- - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Mario J. Barch�in Molina. Granada (Spain) mario AT/EN judas.2y.net - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+NIwh1Cm7FLLA0lcRAt9NAKCE8J3wLfU5JV8spPfSEY3jza5/AACcCNlA mYx2UUPhFqauS4SGbV+Bxc4= =9xo3 -----END PGP SIGNATURE-----

