This is some errors encountered while using ./configure on Debian ETCH with the KDE desktop.
configure: error: no acceptable C compiler found in $PATH
apt-get install gcc
checking for C compiler default output file name… configure: error: C compiler cannot create executables
/usr/bin/ld: crt1.o: No such file: No such file or directory
apt-get install libc6-dev
checking how to run the C++ preprocessor… /lib/cpp configure: error: C++ preprocessor ”/lib/cpp” fails sanity check
apt-get install g++
checking for X… configure: error: Can't find X includes. Please check your installation and add the correct paths!
apt-get install kdebase-dev