This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: build error
- From: Tom Tromey <tromey at redhat dot com>
- To: Dachuan Yu <dachuan dot yu at yale dot edu>
- Cc: java at gcc dot gnu dot org
- Date: 24 Jan 2002 18:36:27 -0700
- Subject: Re: build error
- References: <3C5075CA.9937ABC1@yale.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Dachuan" == Dachuan Yu <dachuan.yu@yale.edu> writes:
Dachuan> I got the following error when trying "make bootstrap" on the
Dachuan> version of gcj that I checked out from the cvs this
Dachuan> afternoon. Actually I also got this error last night, which
Dachuan> was on the version that I checked out at that time. Is there
Dachuan> something that I did wrong?
No, you did fine. There is a bug in gcc. I suspect it is not a gcj
bug but rather a back-end bug; the java.awt.image code compiled just
fine with a slightly older compiler. I've updated my tree and I'm
rebuilding in an attempt to see the problem here.
Tom