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]

gcc-20010416 snapshot bootstrap problem(Solaris 2.7)


Hi,

During 'gmake bootstrap' of gcc-20010416 snapshot under Solaris 2.7 I've
got the following error:

.........[compilation of libiberty skipped]
Bootstrapping the compiler
gmake[1]: Entering directory `/disk2/local/obj/gcc'
gmake CC="gcc" libdir=/disk2/local/lib LANGUAGES="c " \
        CFLAGS="-g " MAKEINFO="makeinfo " \
        MAKEINFOFLAGS=""
gmake[2]: Entering directory `/disk2/local/obj/gcc'
Expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd ../../gcc-20010416/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: can't open p13242.c
mv: cannot access p13242.c
cd ../../gcc-20010416/gcc/objc; \
false  -o op$$.c objc-parse.y ; \
mv -f op$$.c objc-parse.c
mv: cannot access op13247.c
gmake[2]: *** [../../gcc-20010416/gcc/objc/objc-parse.c] Error 2
gmake[2]: Leaving directory `/disk2/local/obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/disk2/local/obj/gcc'
gmake: *** [bootstrap] Error 2

I've made obj directory first and run configure --prefix=/disk2/local
followed by gmake bootstrap.

Can anyone give me a clue why it's happening and how to work around this.

Regards,
Nemat



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