This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: GCJ Bug accessing field of inner class (gcc version 2.97 20010117)
Hi,
On Fri, Jan 19, 2001 at 08:50:45AM -0600, Barnet Wagman wrote:
> > I am using 'gcc version 2.97 20010117 (experimental) from CVS
> > and everything works for me:
>
> Did you use the --disable-new-gxx-abi flag when you configured gcc?
> I did not.
No. I configured with just
$ ../gcc/configure --prefix=/usr/local/gcc --enable-languages=c,c++,java
But maybe you have an old libgcj? You have to hack configure.in to enable
building it (remove libgcj from the noconfigdirs).
BTW Does anybody know why libgcj is not enabled by default in gcc?
Cheers,
Mark