Wallex
08-18-2002, 02:19 PM
checking for Qt... configure: error: Qt (>= Qt 3.0.3) (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!
1. I did compile and installed Qt with thread support (how could I not remember the six hours it took to make and make install it?
2. I have Qt 2.3.2 and 3.0.3 installed. Rpm -ql qt3 gives me the following results:
/etc/X11/qtrc
/usr/bin/qtconfig
/usr/lib/libqt-mt.so.3
/usr/lib/qt-3.0.3
/usr/lib/qt-3.0.3/bin
/usr/lib/qt-3.0.3/bin/qtconfig
/usr/lib/qt-3.0.3/etc
/usr/lib/qt-3.0.3/etc/settings
/usr/lib/qt-3.0.3/etc/settings/qtrc
/usr/lib/qt-3.0.3/lib
/usr/lib/qt-3.0.3/lib/libqt-mt.so.3
/usr/lib/qt-3.0.3/lib/libqt-mt.so.3.0
/usr/lib/qt-3.0.3/lib/libqt-mt.so.3.0.3
/usr/lib/qt-3.0.3/plugins
/usr/lib/qt-3.0.3/plugins/imageformats
/usr/lib/qt-3.0.3/plugins/imageformats/libqjpeg.so
/usr/lib/qt-3.0.3/plugins/imageformats/libqmng.so
/usr/lib/qt3
3. ./configure --help tells me:
--with-qt-libraries=DIR where the Qt library is installed.
4. So.. following my logic, I tried with these commands:
./configure --with-qt-libraries=/usr/lib/qt-3.0.3/lib
./configure --with-qt-libraries=/usr/lib/libqt-mt.so.3
./configure --with-qt-libraries=/usr/lib/qt-3.0.3
./configure --with-qt-libraries=/usr/lib/qt3
NONE of these worked, it still tells me qt3.0.3 is not installed. What am I doing wrong?
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
1. I did compile and installed Qt with thread support (how could I not remember the six hours it took to make and make install it?
2. I have Qt 2.3.2 and 3.0.3 installed. Rpm -ql qt3 gives me the following results:
/etc/X11/qtrc
/usr/bin/qtconfig
/usr/lib/libqt-mt.so.3
/usr/lib/qt-3.0.3
/usr/lib/qt-3.0.3/bin
/usr/lib/qt-3.0.3/bin/qtconfig
/usr/lib/qt-3.0.3/etc
/usr/lib/qt-3.0.3/etc/settings
/usr/lib/qt-3.0.3/etc/settings/qtrc
/usr/lib/qt-3.0.3/lib
/usr/lib/qt-3.0.3/lib/libqt-mt.so.3
/usr/lib/qt-3.0.3/lib/libqt-mt.so.3.0
/usr/lib/qt-3.0.3/lib/libqt-mt.so.3.0.3
/usr/lib/qt-3.0.3/plugins
/usr/lib/qt-3.0.3/plugins/imageformats
/usr/lib/qt-3.0.3/plugins/imageformats/libqjpeg.so
/usr/lib/qt-3.0.3/plugins/imageformats/libqmng.so
/usr/lib/qt3
3. ./configure --help tells me:
--with-qt-libraries=DIR where the Qt library is installed.
4. So.. following my logic, I tried with these commands:
./configure --with-qt-libraries=/usr/lib/qt-3.0.3/lib
./configure --with-qt-libraries=/usr/lib/libqt-mt.so.3
./configure --with-qt-libraries=/usr/lib/qt-3.0.3
./configure --with-qt-libraries=/usr/lib/qt3
NONE of these worked, it still tells me qt3.0.3 is not installed. What am I doing wrong?