This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap broken
- From: Martin Reinecke <martin at MPA-Garching dot MPG dot DE>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 03 Jul 2006 10:26:53 +0200
- Subject: Bootstrap broken
Hi,
I'm observing the following bootstrap problem with mainline in i686-pc-linux-gnu:
the initial ./configure dies with:
[...]
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... yes
checking for MPFR... yes
configure: error: The gcc/. directory contains parts of c++ but is missing
make: *** No rule to make target `bootstrap'. Stop.
Any ideas?
Cheers,
Martin