This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: gcj build problems (again)
Alexandre Oliva wrote:
> > This is a "known" problem.
>
> I didn't know about it.
Sorry, I should really enter a PR...
> I've been thinking of taking a similar approach to that of libgcc to
> build libgcj.zip: creating at configure time an auxiliary Makefile
> with all rules needed to build libgcj.zip and its class files, that
> would be either appended to the automake&autoconf-generated Makefile
> via AC_OUTPUT_COMMANDS, or called explicitly from Makefile's
> libgcj.zip build rule.
That sounds good to me. I'm pretty sure that the "build doesn't stop on
error" problems are limited to the "gcj -C" portion of the build, however
the problem is a little intermittent. It seems to happen when doing a full
build, but not when touching just a few files.
regards
[ bryce ]