This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gperf F option?
On Tue, 31 Aug 1999, you wrote:
> While building gcc (egcs):
>
> [[...]]
> ln cccp cpp
> gperf -L 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
> 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]: *** [../../egcs/gcc/c-gperf.h] Error 1
> make[1]: Leaving directory `/home/bkorb/tools/egcs/main/=build/gcc'
> make: *** [all-gcc] Error 2
> /home/bkorb/tools/egcs/main/=build
> $ gperf --version
> GNU gperf 2.7
take look at the faq, there is a patch for gperf in /pub/egcs/infrastructure at
sourceware, that deals with this issue.