This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/26539] make install fails in libcpp if bootstrap compiler got removed



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]