I just finished LFS and BLFS. I get an the following error while ./configure 'ing the latest K3B.
Code:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /bin/kde-config
configure: error: /bin/kde-config --prefix outputed the non existant prefix '' for kdelibs.
This means it has been moved since you installed it.
This won't work. Please recompile kdelibs for the new prefix.
I tried reinstalling KDE with no luck. kde-config --prefix outputs nothing at all. My KDE libraries are located at /opt/kde-3.2.2/lib which is symlinked to /opt/kde/lib. Any ideas on what to do? Thanks in advance.