This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/26539] make install fails in libcpp if bootstrap compiler got removed
- From: "v dot merkatz at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Mar 2006 08:16:22 -0000
- Subject: [Bug bootstrap/26539] make install fails in libcpp if bootstrap compiler got removed
- References: <bug-26539-8697@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from v dot merkatz at gmx dot net 2006-03-03 08:16 -------
This is the error:
[...]
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/usr/src/gcc-4.1.0.bld/intl'
make[1]: Entering directory `/usr/src/gcc-4.1.0.bld/libcpp'
gcc -I/usr/src/gcc-4.1.0/libcpp -I. -I/usr/src/gcc-4.1.0/libcpp/../include
-I/usr/src/gcc-4.1.0/libcpp/include -march=athlon -mmmx -m3dnow -pipe -Os -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long
-I/usr/src/gcc-4.1.0/libcpp -I. -I/usr/src/gcc-4.1.0/libcpp/../include
-I/usr/src/gcc-4.1.0/libcpp/include -c -o charset.o -MT charset.o -MD -MP -MF
.deps/charset.Po /usr/src/gcc-4.1.0/libcpp/charset.c
make[1]: gcc: Command not found
make[1]: *** [charset.o] Error 127
make[1]: Leaving directory `/usr/src/gcc-4.1.0.bld/libcpp'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539