This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Libgcj doesn't compile.
Alexandre Petit-Bianco wrote:
>
> Did you forget to configure your tree with `--disable-new-gxx-abi'?
>
Indeed I did. By tree I figure you mean compiler and lib. That's what
I've done and it works now. Thanks.
Where can I find a list of these configure options?
Should't something like that `--disable-new-gxx-abi' be posted to this
list, if it's essential to build correctly?
Initial tests indicate that I will not be able to compile all our
classes (1800) due to compiler errors (gcj and javac that produced the
.class files I have). So if I want to load '.class' files at runtime, do
I need some other configure option or is that done automatically by just
having the CLASSPATH correct ?
Thanks
Torsten