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

"make bootstrap" fails - 20010122 release


I am trying to build the 20010122 release.  When I do:
make bootstrap

I get: 

Bootstrapping the compiler
make[1]: Entering directory `/home/ed/gcc_build/gcc'
make CC="gcc" libdir=/usr/local/new_gcc/lib LANGUAGES="c "
make[2]: Entering directory `/home/ed/gcc_build/gcc'
Expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd ../../gcc/gcc-20010122/gcc/cp; false  -d -o p$$.c parse.y ; \
grep '^#define[         ]*YYEMPTY' p$$.c >> p$$.h ; \
mv -f p$$.c parse.c ; mv -f p$$.h parse.h
grep: p7167.c: No such file or directory
mv: p7167.c: No such file or directory
(cd ../../gcc/gcc-20010122/gcc/java && \
false -t --name-prefix=java_  -o p$$.c parse.y && \
mv -f p$$.c parse.c)
make[2]: *** [../../gcc/gcc-20010122/gcc/java/parse.c] Error 1
make[2]: Leaving directory `/home/ed/gcc_build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/ed/gcc_build/gcc'
make: *** [bootstrap] Error 2                 


???

Here is how I configured it:

 ../gcc/gcc-20010122/configure --prefix=/usr/local/new_gcc 

SYSTEM:
Linux - 2.2.17 kernel (Mandrake dist)
Pentium-III 
gcc 2.95.2 installed

I'd like to have a g++ w/ the latest standard C++ library ( sstream, etc ).




Thanks.


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