This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Thanks for the reply Per. I tried the "touch keyword.h" suggestion in gcc/java, but still recieved the same error: gperf -L 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 /bin/sh: gperf: command not found make[1]: *** [../../gcc/c_gperf.h] error 127 One other strange behaviour that I noticed. I was able to configure and compile the gnu version ok, but when I tried the version from the Cygnus site, I had to download/compile/install autoconf to get this far. Any thoughts on where I've gone astray? Jim. At 02:32 PM 4/26/99 -0700, Per Bothner wrote: >gperf should not be necessary. It is used to build keyword.h >from keyword.gperf; however, both are in cvs. It is possible >your make thinks keyword.h is out of date for some reason; >a work-around is "touch keyword.h". > > --Per Bothner >Cygnus Solutions bothner@cygnus.com http://www.cygnus.com/~bothner > >