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]

gperf F option?




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

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