This is the mail archive of the gcc@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]

gcc-3.4-20030827 snapshot bootstrap failure on solaris2.8


Hi,

I downloaded gcc-3.4-20030827 snapshot, but the bootstrap fails on my
solaris2.8 machine.

Some info as follows:

> uname -a 
SunOS fermat 5.8 Generic_112953-02 sun4u sparc SUNW,Sun-Blade-1000
Solaris

> ../gcc/config.guess
sparc-sun-solaris2.8

> cat config.status | more
# ../gcc/configure  --prefix=/space/home/qiongc/gcc-3.4-20030827
--enable-langua
ges=c,c++,f77 --disable-nls --with-ld=/usr/ccs/bin/ld
--with-as=/usr/ccs/bin/as
--with-gcc-version-trigger=/space/home/qiongc/compilers/gcc-3.4-20030827
/gcc/gcc
/version.c

> make bootstrap
make[2]: Entering directory
`/space/home/qiongc/compilers/gcc-3.4-20030827/objs/gcc'
cd ../../gcc/gcc && \
if bison  -o c-p$$.c c-parse.y; then \
  test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
  mv -f c-p$$.c c-parse.c ; \
else \
  rm -f c-p$$.* ; \
  false ; \
fi
Broken Pipe
make[2]: *** [../../gcc/gcc/c-parse.c] Error 1
make[2]: Leaving directory
`/space/home/qiongc/compilers/gcc-3.4-20030827/objs/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory
`/space/home/qiongc/compilers/gcc-3.4-20030827/objs/gcc'
make: *** [bootstrap] Error 2

Is this well-known problem?  

Thanks
Qiong




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