LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   ./configure error while compiling superkaramba .qt-mt required (https://www.linuxquestions.org/questions/mandriva-30/configure-error-while-compiling-superkaramba-qt-mt-required-294864/)

-=|Man0waR|=- 02-25-2005 03:25 PM

./configure error while compiling superkaramba .qt-mt required
 
hello..

My problem is as follows:
While running ./configure i'm getting stuck upown an error:
Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!

now the problem is that i've allready installed all the required rpms:
qt3-common-3.3.3-26mdk
libqt3-3.3.3-26mdk
libqtc1-3.2.3-9mdk
libqt3-devel-3.3.3-26mdk

I've noticed that i have an option for disabling mt.
--disable-mt link to non-threaded Qt (deprecated)

I'm realy frustrated with this...:o
Help me please with this problem becouse I realy don't want to configure with this option.

Thanks...

jailbait 02-25-2005 07:00 PM

"Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!"

You can get that error for a variety of reasons. Some that come to mind are:

Qt was compiled without the --thread=mt option. SuSe used to do this in some of the earlier releases when qt-mt was buggy.

You don't have the qt3-dev package installed.

You don't have QTDIR pointing to the correct directory. Check QTDIR with:
echo $QTDIR
Then go to that location and see if ./lib contains some version of libqt-mt.so.

----------------------------
Steve Stites

-=|Man0waR|=- 02-26-2005 04:10 AM

well... $QTDIR point to:
/usr/lib/qt3

and the qt-mt libs are in ./lib:
/usr/lib/qt3/lib/libqt-mt.so.3
/usr/lib/qt3/lib/libqt-mt.so.3.3
/usr/lib/qt3/lib/libqt-mt.so.3.3.3
/usr/lib/qt3/lib/libqt-mt.so

I've also used the --with-qt-libraries argument and still nothing
So... I don't know whats wrong...:scratch:

By the way someone mentioned here earlier about dependencies saying "welcome to dependencies hell" ...well, I have a contribution to make to all other noobs around here ...WELCOME TO THE COMPILATION HELL!


All times are GMT -5. The time now is 07:49 PM.