This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Compiling latest gcj & libgcj from CVS
- To: java-discuss at sourceware dot cygnus dot com
- Subject: Re: Compiling latest gcj & libgcj from CVS
- From: Mark Wielaard <mark at klomp dot org>
- Date: Tue, 22 Aug 2000 09:24:32 +0200
- References: <20000822022959.B7703@klomp.org>
Hi,
On Tue, Aug 22, 2000 at 02:29:59AM +0200, Mark Wielaard wrote:
> First I got the error about friends and classes.
Tom Tromey comitted the friend class fix.
> Then I got an error compiling java.awt.Component, probably because my
> current /usr/local/gcc/share/libgcj.zip contains a java/awt/ColorModel.class
> and java/awt/Component.java expects it in java.awt.image.
As Bryce McKinlay pointed out just removing the old libgcj.zip fixes this.
> And now I have this stange internal compiler error when compiling
> natClass.cc.
As Anthony Green suggested Tom Tromey send natClass.ii to gcc-bugs and
Richard Kenner already comitted a fix.
Thanks and Good Morning :)
Mark
P.S. How does one produce a .ii file?