libgcj build bug
Alexandre Oliva
oliva@dcc.unicamp.br
Mon Aug 2 23:48:00 GMT 1999
On Aug 2, 1999, Anthony Green <green@cygnus.com> wrote:
> This is a known problem with GCC on x86 solaris. Try finishing up
> with -g0 instead of -g.
> There's a configure test in libgcj that is supposed to determine if
> the bug exists and switch to -g0. I wonder why it isn't working. Do
> you see the result for the configure test "for g++ -g jboolean bug"?
It does the detect the problem (at least for me), but config.status
doesn't fix the Makefile because CONFIG_FILES isn't *exactly* equal to
Makefile. It had worked for me because automake was kind enough to
run config.status with CONFIG_FILES=Makefile after I had changed
configure.in :-(
Here's a patch for libgcj-2.95:
More information about the Java
mailing list