This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gperf?
- To: "Theodore C. Belding" <streak at umich dot edu>
- Subject: Re: gperf?
- From: Bret McGuire <mersault at busboy dot sped dot ukans dot edu>
- Date: Tue, 1 Dec 1998 10:02:41 -0600 (CST)
- cc: egcs at cygnus dot com
I had the same trouble recently; try obtaining the patch for gperf
available from
ftp://egcs.cygnus.com/pub/egcs/infrastructure/
and install it. That should solve the problem...
- Bret -
On Mon, 30 Nov 1998, Theodore C. Belding wrote:
> Another question:
>
> When I tried to build the most recent egcs from CVS, on i686-pc-linux-gnu
> (RedHat x86 Linux 5.1) I get the following error, after fixing my autoconf
> problem:
>
> % ../configure --prefix=/usr/local/egcs-19981130
> [...]
> % make
> [...]
> gcc -c -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc
> -I../../gcc/config -I../../gcc/../include ../../gcc/c-lang.c
> gperf -L KR-C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
> -k1,3,$ ../../gcc/c-parse.gperf >tmp-gperf.h
> gperf: invalid option -- F
> Usage: gperf
> [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function
> name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]
> Try `gperf --help' for more information.
> make[1]: *** [../../gcc/c-gperf.h] Error 1
> make[1]: Leaving directory `/usr/local/src/egcs/obj/gcc'
> make: *** [all-gcc] Error 2
>
> I'm using GNU gperf 2.7; should I be using some other version of gperf, or
> is there some other problem? Thanks!
> -Ted
>
> --
> Ted Belding Ted.Belding@umich.edu
> University of Michigan Program for the Study of Complex Systems
> Homepage: http://www-personal.umich.edu/~streak/
> PGP key: http://www-personal.umich.edu/~streak/pgp-key.html
- References:
- gperf?
- From: Theodore C. Belding