------- Comment #4 from redi at gcc dot gnu dot org 2009-08-14 11:30 -------
I'm seeing this on RHEL5 with the gcc-4.5-20090813 snapshot, GMP 4.3.1 and MPFR
2.4.1
I have /lib/cpp present (from the cpp package) but no system compilers
installed. Instead I have GCC 4.3.4 elsewhere in my path, but in-tree gmp build
tries to use /lib/cpp instead of the cpp in my path.
configure:11168: /lib/cpp -DNO_ASM conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
GMP should not be trying to use /lib/cpp as a C++ preprocessor during
bootstrap.
I configure with --disable-bootstrap to avoid the error.
--
redi at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |redi at gcc dot gnu dot org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-08-14 11:30:42
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40950