On 1/19/06, BIJU KRISHNAN <[EMAIL PROTECTED]> wrote: > > Hi Luggers, > > I have kinda hit the roadblock trying to compile quickdc, a direct connect > client. > > The ./configure ends with this error. > > ---------------------------------------------------------------------------------------------------------------------- > checking for Qt... configure: error: Qt (>= Qt 3.0) (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! > > ------------------------------------------------------------------------------------------------------------------- > If I --disable-mt it ends with (library qt) not found. > > Being quite used to this mess of qt, I have done the following. > > 1. ln -s /usr/lib/qt-3.1/ /usr/lib/qt3 ## Created a symlink > > 2. Ran configure with the > ./configure --with-qt-libraries=/usr/lib/qt-3.1 > > Gives the same error. > > Some inputs > > [EMAIL PROTECTED] quickdc-kde-0.1.0]# rpm -qa | grep qt > qt-3.1.2-13 > qt-devel-3.1.2-13 > [EMAIL PROTECTED] quickdc-kde-0.1.0]# cat /etc/ld.so.conf > /usr/kerberos/lib > /usr/X11R6/lib > /usr/lib/qt-3.1/lib > /usr/lib/sane > /usr/lib/mysql > /usr/lib/qt-3.1/lib > > Regards > PP BIJU KRISHNAN > > Hey Biju,
I had the same problem when I was compiling qt on debian. You need to install the following packages as well libqt3-compat-headers libqt3-headers libqt3-mt-dev Let us know if it works. -- Thanks and regards, Gowrishankar Rajaiyan & Vijay Gharge. -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

