Hello >The instructions in BLFS suggest ld.conf.so has /opt/qt/lib so what does your ld.so.conf > say if they are in /opt/kde/qt/lib
etienne:~$ cat /etc/ld.so.conf # Begin /etc/ld.so.conf /lib /usr/lib /usr/local/lib /usr/X11R6/lib /opt/kde3.1.0/lib /opt/kde3.1.0/qt/lib /usr/lib/win32 /usr/lib/glut # End /etc/ld.so.conf etienne:~$ It seems to be good. I've installed qt with the "old method" given in the "kde3 hint" ( http://hints.linuxfromscratch.org/hints/kde3.txt ) I don't understand why the configure script doesn't detect qt (and this is the first time it happens, all other applications I've compiled successfully recognized my qt installation). Etienne
