This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: new madness
- To: Jean-Pierre Radley <jpr at jpr dot com>
- Subject: Re: new madness
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 22 Oct 1998 14:58:44 -0600
- cc: EGCS Developers <egcs at cygnus dot com>, Robert Lipe <robertl at dgii dot com>
- Reply-To: law at cygnus dot com
In message <19981022001040.B1332@jpr.com>you write:
> SCO OSR 5.0.5.
> After a cvs up, I now see a new set of errors:
>
> gcc -DIN_GCC -O2 -DHAVE_CONFIG_H -o gengenrtl \
> gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "all
> oca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` ca
> se "" in ?*)
> echo ;; esac ` ` case "" in ?*) echo ;; esac `
> ./gengenrtl tmp-genrtl.h tmp-genrtl.c
> ../../egcs/gcc/move-if-change tmp-genrtl.h genrtl.h
> genrtl.h is unchanged
> ../../egcs/gcc/move-if-change tmp-genrtl.c genrtl.c
> genrtl.c is unchanged
> touch s-genrtl
> gperf -L KR-C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
> -k1,3,$ ../../egcs/gcc/c-parse.gperf >tmp-gperf.h
> unsupported language option KR-C, defaulting to C
> gperf: unrecognized option `-F'
> Usage: gperf [-acCdDef[num]gGhH<hashname>i<init>jk<keys>K<keyname>lL<langua
> ge>nN<
> function name>oprs<size>S<switches>tTvZ<class name>].
> (type gperf -h for help)
> make[1]: *** [../../egcs/gcc/c-gperf.h] Error 1
> make[1]: Leaving directory `/s/tools/egcsobj/gcc'
> make: *** [all-gcc] Error 2
If you're using cvs, then you have to make sure you've got the latest
gperf(2.7) + the patch in the contrib subdir.
Or you can touch the right files to avoid the need to rebuild gperf. I don't
know exactly what files you'd need to tough though :-)
jeff