This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Do boehm-gc and libffi work on IRIX?
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: "H . J . Lu" <hjl at lucon dot org>,<gcc at gcc dot gnu dot org>
- Date: Tue, 4 Jun 2002 11:09:31 +1000
- Subject: RE: Do boehm-gc and libffi work on IRIX?
java builds on irix6.5, and most tests pass. See my recent postings
to gcc-testresults
You need to increase the command line length using systune to build libjava
-----Original Message-----
From: H . J . Lu [mailto:hjl@lucon.org]
Sent: Monday, 3 June 2002 12:58
To: gcc@gcc.gnu.org
Cc: Hans_Boehm@hp.com
Subject: Do boehm-gc and libffi work on IRIX?
I am trying to get boehm-gc and libffi to compile on Linux/mipsel. I
managed to compile them. But "make check" failed immediately in
boehm-gc. I took a look at the boehm-gc and libffi source. They seem
to support Irix. But java is disabled for Irix by default and I
couldn't find any indication that java ever worked on Irix. Can
someone please tell me if java works on Irix?
H.J.