This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Irix build
- To: tromey at redhat dot com
- Subject: Re: Irix build
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Sat, 24 Mar 2001 17:33:09 +1200
- CC: Java Discuss List <java at gcc dot gnu dot org>
- References: <873dc395lu.fsf@creche.redhat.com>
Tom Tromey wrote:
> I tried an Irix build of gcc 3.0 today.
> I did this on mips-sgi-irix6.5.
>
> It failed like this:
>
> ../../../../gcc/boehm-gc/gc_priv.h: In function `void _Jv_InitGC()':
> ../../../../gcc/boehm-gc/gc_priv.h:1842: too many arguments to function `void
> GC_noop1()'
> ../../../../gcc/libjava/boehm.cc:476: at this point in file
> ../../../../gcc/boehm-gc/gc_priv.h:1842: too many arguments to function `void
> GC_noop1()'
> ../../../../gcc/libjava/boehm.cc:481: at this point in file
> ../../../../gcc/boehm-gc/gc_priv.h:1842: too many arguments to function `void
> GC_noop1()'
> ../../../../gcc/libjava/boehm.cc:510: at this point in file
Odd. The usual Irix bug report is that it dies in the final libjava link, so
presumably it would have gotten past that point ok.
regards
[ bryce ]