Hello Friends - System stuff: SuSE 8.1, KDE 3.0.3, Qt 3.05 (both KDE and Qt are the original versions from the SuSE install). Problem: Every time I try to compile a program that requires Qt libraries, I get the following error message: 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! Now, I've looked around quite a bit for a solution to this; it seems that Qt MUST be installed with thread support, as KDE wouldn't be running without it. Additionally, I know the lib is on the machine: linux:/home/turnip # find / -name *qt-mt* /usr/lib/libqt-mt.so.2 /usr/lib/libqt-mt.so.3 /usr/lib/qt-2.3.2/lib/libqt-mt.so.2 /usr/lib/qt-2.3.2/lib/libqt-mt.so /usr/lib/qt-2.3.2/lib/libqt-mt.so.2.3.2 /usr/lib/qt-2.3.2/lib/libqt-mt.so.2.3 /usr/lib/qt-3.0.5/lib/libqt-mt.so.3 /usr/lib/qt-3.0.5/lib/libqt-mt.so.3.0.5 /usr/lib/qt-3.0.5/lib/libqt-mt.so.3.0 /usr/lib/libqt-mt.so.3.0.5 /usr/lib/libqt-mt.so.3.0 Any ideas? It seems like several people have seen this problem (on other Linux help sites), but I can't seem to get a straight answer out of anyone on how to fix it. Please remember, in any responses, that I'm up-and-coming in the Linux world, and may need child-level instructions. :) THANKS GUYS AND GALS! -- .:..|Turnip|..:. |turnipville.com|
* Turnip (tglinatsis@earthlink.net) [021027 12:48]: ->Hello Friends - -> ->System stuff: -> ->SuSE 8.1, KDE 3.0.3, Qt 3.05 (both KDE and Qt are the original versions from ->the SuSE install). -> ->Problem: -> ->Every time I try to compile a program that requires Qt libraries, I get the ->following error message: -> ->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! -> -> ->Any ideas? It seems like several people have seen this problem (on other -> Linux help sites), but I can't seem to get a straight answer out of anyone -> on how to fix it. Before running ./configure you should do this... type "KDEDIR=/opt/kde3" then type "export KDEDIR" type "QTDIR=/usr/lib/qt3" then type "export QTDIR" Without the quotes of course. This will set the environment variables so that ./configure will find exactly what it needs. :) -- Ben Rosenberg ---===---===---===--- mailto:ben@whack.org Tell me what you believe.. I tell you what you should see.
participants (2)
-
Ben Rosenberg
-
Turnip