Compiling latest souces
Per Bothner
bothner@cygnus.com
Mon Apr 26 15:30:00 GMT 1999
> Thanks for the reply Per. I tried the "touch keyword.h" suggestion
> in gcc/java, but still recieved the same error:
That is because keyword.h is not the problem in this case.
Touch c-gperf.h instead.
> 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?
Yes - you probably have time stamp problems. Check your system clock.
You should not need autoconf, if things were checked in and out properly.
I.e. the generated file(s) updated at the same time or after
the source file(s). In that case, make should not try to re-build them.
On the other hand, cvs is mainly for developers, who probably should
get and install autoconf, gperf, etc anyway ...
--Per Bothner
Cygnus Solutions bothner@cygnus.com http://www.cygnus.com/~bothner
More information about the Java
mailing list