Java bootstrap failure for libjava/java/io/FilePermission.java
Bryce McKinlay
bryce@albatross.co.nz
Mon Jan 29 19:15:00 GMT 2001
"Kaveh R. Ghazi" wrote:
> My bootstrap/testsuite run prior to installation didn't detect this
> because java doesn't appear to be built and tested by default in a
> solaris2 bootstrap. (At least that's what happens for me. Dunno why.
> Is that expected these days or should I investigate?)
You need to configure with --enable-languages=java,c++,... or just remove
the "build_by_default=no" in gcc/java/config-lang.in. This is a bit
annoying, but better than forcing people to hack configure.in to get libgcj
as was done previously. Unfortunatly some people were still having problems
building/checking libgcj on platforms where it should work.
> So... the solution would be to revert the stmt.c change, or initialize
> integer_minus_one_node in jc1. What do you prefer?
Fixed already. jc1 had its own "integer_negative_one_node", I just changed
it to use and initialize the integer_minus_one_node instead.
regards
[ bryce ]
More information about the Java
mailing list