operating_systems:linux:debian:configure
Table of Contents
./configure Q&A
This is some errors encountered while using ./configure on Debian ETCH with the KDE desktop.
configure: error: no acceptable C compiler found in $PATH
stdout
configure: error: no acceptable C compiler found in $PATH
resolution
apt-get install gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
stdout
checking for C compiler default output file name… configure: error: C compiler cannot create executables
config.log
/usr/bin/ld: crt1.o: No such file: No such file or directory
resolution
apt-get install libc6-dev
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
stdout
checking how to run the C++ preprocessor… /lib/cpp configure: error: C++ preprocessor ”/lib/cpp” fails sanity check
resolution
apt-get install g++
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
stdout
checking for X… configure: error: Can't find X includes. Please check your installation and add the correct paths!
resolution
apt-get install kdebase-dev
operating_systems/linux/debian/configure.txt · Last modified: 2011/08/15 06:00 by sbolay