On Mar 25, 2004 at 11:38, John Thompson in a soothing rage wrote: [...] >Thanks. I have added /usr/lib/qt-3.1/lib to /etc/ld.so.conf and run ldconfig. I have put LDFLAGS=-L/usr/lib/qt-3.1/lib and CPPFLAGS=-I/usr/lib/qt-3.1/include in to the build environment and yet it still fails: > > [...] > >configure:21754: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -O2 -g -pipe -march=i686 -fno-exceptions -fno-check-new -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/include -D_REENTRANT -L-L/usr/lib/qt-3.1/lib -L/usr/lib/qt3/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5 > > [...] > >configure:21797: 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 other ideas? I thin your problem is that qt-3.1.x is too new for what you are trying to compile. You may have to hack one of the config scripts to allow qt versions >= 3.1.x. It seems what is really looking for is qt >3.0.3 but <3.1.x N.Emile... -- Registered Linux User # 125653 (http://counter.li.org) Switch to: http://www.speakeasy.net/refer/190653 If you want to know how old a man is, ask his brother-in-law. 18:16:46 up 5 days, 7:49, 3 users, load average: 0.00, 0.00, 0.00