You are not logged in.
Pages: 1
I am attempting to compile some stuff but the ./configure command is erroring out with the following error:
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
config.log has many errors in it similar to these:
configure:4185: error: C preprocessor "/lib/cpp" fails sanity check
/usr/include/sys/cdefs.h:32: error: #error "You need a ISO C conforming compiler to use the glibc headers"
/lib/cpp is a symbolic link to /usr/bin/cpp
/usr/bin/cpp --version is:
cpp (GCC) 4.1.2 20070423 (prerelease)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Offline
Pages: 1