X-Envelope-Sender-Is: martin DOT kahlert AT mchp DOT siemens DOT de (at relayer david.siemens.de) Date: Mon, 10 May 1999 10:12:22 +0200 From: Martin Kahlert Message-Id: <199905100812.KAA08945@keksy.mchp.siemens.de> To: pgcc AT delorie DOT com Subject: Bootstrap error due to gperf Reply-To: pgcc AT delorie DOT com Hi, Am i the only one, who cannot bootstrap the pgcc-current-snapshot (may, 9/10 1999)? Last lines: gmake[3]: Leaving directory `/sw/local_l/kahlert/obj/gcc/cp' cd ../../pgcc/gcc/objc; \ `if [ -f /home/kahlert/LOCAL/obj/gcc/../bison/bison ] ; then case ../../pgcc/gcc in /*) echo /home/kahlert/LOCAL/obj/gcc/../bison/bison -L ../../pgcc/gcc/../bison/ ;; *) echo /home/kahlert/LOCAL/obj/gcc/../bison/bison -L /home/kahlert/LOCAL/obj/gcc/../../pgcc/gcc/../bison/ ;; esac; else echo bison ; fi` -o objc-parse.c objc-parse.y objc-parse.y contains 72 shift/reduce conflicts. gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \ -k1,3,$ ../../pgcc/gcc/c-parse.gperf >tmp-gperf.h gperf: invalid option -- F Usage: gperf [-cCdDef[num]GhHiIjkKlLnNorsStTvWZ7] [input-file] Try `gperf --help' for more information. gmake[2]: *** [../../pgcc/gcc/c-gperf.h] Error 1 gmake[2]: Leaving directory `/sw/local_l/kahlert/obj/gcc' gmake[1]: *** [bootstrap-lean] Error 2 gmake[1]: Leaving directory `/sw/local_l/kahlert/obj/gcc' gmake: *** [bootstrap-lean] Error 2 I don't know, why it struggles with objc, since i did a ../pgcc/configure --prefix=/sw/pgcc --enable-shared --disable-debug gmake LANGUAGES='c c++ f77 proto' bootstrap-lean gperf -v: GNU gperf 2.7 Bye, Martin.