This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gperf versions; this should be easy...
- To: egcs at cygnus dot com
- Subject: gperf versions; this should be easy...
- From: Bret McGuire <mersault at busboy dot sped dot ukans dot edu>
- Date: Wed, 18 Nov 1998 15:16:10 -0600 (CST)
... but I didn't find it in the FAQ, so I thought I'd ask...
Precisely what version of gperf is required to build egcs? I'm
using GNU gperf v2.7 and keep hitting a rather unusual error... apparently
gperf is receiving arguments in an incorrect format.
The following is on an Alpha 500au running Digital UNIX 4.0D. The
compile is being performed with gcc 2.8.1, Digital linker.
[snip, snip]
gcc -c -DIN_GCC -g -W -Wall -DHAVE_CONFIG_H -DHAIFA -I. -I.
-I./config -I./../include splay-tree.c
gcc -DIN_GCC -g -W -Wall -DHAVE_CONFIG_H -DHAIFA -I. -I.
-I./config -I./../include -c ./c-parse.c
gcc -c -DIN_GCC -g -W -Wall -DHAVE_CONFIG_H -DHAIFA -I. -I.
-I./config -I./../include c-lang.c
gperf -L KR-C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word
-k1,3,$ ./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<wordlistnam
e>Z<class name>7] [input-file]
Try `gperf --help' for more information.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
I vaguely remember a discussion on this list sometime back about
how strong the dependence was on certain GNU tools, namely gmake. It's
possible I'm thinking of the wrong project (I couldn't find that thread
anywhere in the "egcs" list archives), but just in case I'm right, has
anyone done anything about bringing such a list together? Either way,
which version of gperf should be there?
- Bret -