Page 1 of 1

cpp problems on ./configure

Posted: Wed May 26, 2004 10:08 pm
by gardron
Hi,

Having a few problems with the configure line.

Brief system description:
OS: Debian Sarge (Testing)
autoconf-2.59
automake-1.6
g++-3.2

When I try my ./configure line, I get the following error:
checking how to run the C++ preprocessor... /usr/bin/g++-3.2
configure: error: C++ preprocessor "/usr/bin/g++-3.2" fails sanity check
See `config.log' for more details.

Now, looking in config.log, I find this:
configure:3995: /usr/bin/g++-3.2 conftest.cc
configure:4001: syntax error at end of input
configure:4001: $? = 1

And there I get a bit stuck. Hacking the configure file doesn't seem like the right way to me. Anybody got any ideas ?