This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Do boehm-gc and libffi work on IRIX?
- From: "H . J . Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Cc: Hans_Boehm at hp dot com
- Date: Sun, 2 Jun 2002 19:57:42 -0700
- 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.