This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: build error
- To: Oskar Liljeblad <osk at hem dot passagen dot se>
- Subject: Re: build error
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Fri, 01 Dec 2000 11:12:50 +1300
- CC: java-discuss at sourceware dot cygnus dot com
- References: <20001130191205.A5354@oskar>
Oskar Liljeblad wrote:
> java/util/Collections.java: In class `java.util.Collections$SynchronizedMap':
> java/util/Collections.java: In method `access$0(java.util.Collections$SynchronizedMap)':
> java/util/Collections.java:0: Tree check: expected tree_list, have pointer_type
> java/util/Collections.java:0: Internal compiler error in find_as_inner_class_do, at parse.y:3557
Please remember to try the newwest compiler before reporting libgcj build errors like this.
> java/io/ObjectInputStream.java:1: Missing return statement.
> /* ObjectInputStream.java -- Class used to read serialized objects
> ^
>
> I have seen this error when building libgcj before... but not a fix for it.
>
This is a compiler bug. One workaround is to build your compiler with a known stable gcc (like the one that comes with your linux distribution), and not use "make bootstrap".
regards
[ bryce ]