(Mis)adventures with gcc-2.95/libgcj-2.95 on mips-sgi-irix6.5
Tom Tromey
tromey@cygnus.com
Wed Aug 11 11:03:00 GMT 1999
>>>>> "David" == Billinghurst, David (RTD) <David.Billinghurst@riotinto.com.au> writes:
David> First problem (problem report 18)is that libtool doesn't seem
David> to handle the
David> SGI -64 ABI (-mabi=64)
David> A "configure --disable-multilib" works around this
I've seen a report of a fix for this, but I haven't looked at it. I
hope to find the time to check it in "soon" (but not today).
David> Then (problem report 24) I couldn't build libgcj, due to a bug in gcj
David> This problem is fixed by a patch to jvgenmain:
David> http://egcs.cygnus.com/ml/gcc-patches/1999-08/msg00117.html
Anthony checked in this fix today. It will be in gcc 2.95.1.
David> Now a "make check" complains about "javac not found"
David> I can't find it either. Any ideas.
The test suite currently relies on finding javac.
This is lame; instead it should run against both "javac" and "gcj -C",
and skip javac if not found.
Could you submit a bug report to that effect?
I'm afraid I don't have the time to hack on it right now.
Changing javac in your copy of the test suite will probably work, but
offhand I don't recall what you should change it to. You'd have to
dig around in the test framework a bit.
Tom
More information about the Java
mailing list