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]

Re: Problem building fixinc


Bruce Korb wrote :
> 
> Well, Zack, you were right about the shell backup masking other problems.
> I guess it would be useful to know as many particulars as possible.
> viz., the configuration, config.guess triplet, etc. etc.
> I doubt I'll be much help, tho. ...  :-(
> 
> Richard Kenner wrote:
> > 
> > I get the following.  I can't figure out what's wrong since there's no line
> > number, which is a problem in itself.  Does anybody know what's going on?
> > 
> > make[1]: Entering directory `/g/gcc/alpha3/gcc/fixinc'
> > /bin/sh ../../../egcs/gcc/fixinc/genfixes machname.h
> > <<<machname.h build message>>>
> > gcc -c -DIN_GCC -g  -I. -I.. -I../../../egcs/gcc/fixinc -I../../../egcs/gcc/fixi
> > nc/.. -I../../../egcs/gcc/fixinc/../config -I../../../egcs/gcc/fixinc/../../incl
> > ude ../../../egcs/gcc/fixinc/fixincl.c
> > In file included from ../../../egcs/gcc/fixinc/fixlib.h:32,
> >                  from ../../../egcs/gcc/fixinc/fixincl.c:25:
> >   MON | RE_CONTEXT_INDEP_ANCHORS | RE_CONTEXT_INVALID_OPS | RE_NO_BK_BRACES | RE
> >  rspec *ovalue)' not allowed in operand of #if| RE_UNMATCHED_RIGHT_PAREN_ORD)
> > make[1]: *** [fixincl.o] Error 1
> > make[1]: Leaving directory `/g/gcc/alpha3/gcc/fixinc'
> > make: *** [fixinc.sh] Error 2
> 

Would I dare to say I have a similar problem :

MAKE="gnumake "; srcdir=`cd /share/src/gnu/gccdev/egcs/gcc/fixinc; pwd` ; \
export MAKE srcdir ; \
cd ./fixinc; /bin/sh ${srcdir}/mkfixinc.sh m68k-motorola-sysv
constructing ../fixinc.sh for m68k-motorola-sysv
gnumake SHELL="/bin/sh" install-bin
gnumake[3]: Entering directory `/backup/tmp/egcs/gcc/fixinc'
/bin/sh /share/src/gnu/gccdev/egcs/gcc/fixinc/genfixes machname.h
Forbidden identifiers: m68k sysV68 unix
cd /share/src/gnu/gccdev/egcs/gcc/fixinc ; /bin/sh ./genfixes /share/src/gnu/gcc
dev/egcs/gcc/fixinc/fixincl.x
genfixes cannot create /share/src/gnu/gccdev/egcs/gcc/fixinc/fixincl.x
gnumake[3]: *** [/share/src/gnu/gccdev/egcs/gcc/fixinc/fixincl.x] Error 1

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