This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava status on Solaris 8/Intel and IRIX 6.5
- From: Tom Tromey <tromey at redhat dot com>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: java at gcc dot gnu dot org
- Date: 18 Mar 2002 13:00:22 -0700
- Subject: Re: libjava status on Solaris 8/Intel and IRIX 6.5
- References: <15510.7386.517632.279669@xayide.TechFak.Uni-Bielefeld.DE>
- Reply-to: tromey at redhat dot com
>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
Rainer> i386-pc-solaris2.8 --disable-nls --enable-libgcj
Could you write and test a top-level patch to enable libgcj on this
platform whenever Java is enabled? I think it is good enough that
--enable-libgcj should not be required any more.
Rainer> mips-sgi-irix6.5 CC=cc
Rainer> --disable-nls --enable-libgcj
Likewise.
Rainer> # of unexpected failures 29
What are the failures here? Do we need the divide subroutine and
reference-checking patch here too?
Rainer> The -mabi=64 tests are much worse due to one common error:
Rainer> ld64: FATAL 9 : I/O error (-ldl): No such file or directory
Rainer> whereas mips-sgi-irix6.5/mabi=64/libjava/libgcj.spec has only
Rainer> *lib: -lgcj -lm -lgcjgc -lzgcj %(libgcc) %(liborig)
Rainer> but make check doesn't use the different spec file.
Why is that? Maybe there is a test suite bug we can fix.
Tom