This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: CVS build fails?
- To: "Kevin A. Burton" <burton at relativity dot yi dot org>
- Subject: Re: CVS build fails?
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Wed, 29 Nov 2000 01:35:56 +1300
- CC: java-discuss at sources dot redhat dot com
- References: <m3g0kcjp58.fsf@relativity.yi.org>
"Kevin A. Burton" wrote:
> java/lang/System.java: In class `java.lang.System':
> java/lang/System.java: In method `class$(java.lang.String)':
> java/lang/System.java:1: Missing return statement.
> // System.java
> ^
> 1 error
> make[1]: *** [libgcj.zip] Error 1
> make[1]: Leaving directory `/usr/local/rsync/projects/libgcj/build/i686-pc-linux-gnu/libjava'
> make: *** [all-target-libjava] Error 2
Try building your compiler with a "stable" gcc, ie egcs 1.1.2 or redhat 7's gcc 2.96. Use
"make", not "make bootstrap".
regards
[ bryce ]