On Tue, 2008-08-12 at 17:49 -0600, Tom Tromey wrote: > jni_md.h is built in a funny way. Basically we look for a pre-made > one in $srcdir/include that matches the current CPU/OS combination. > > So, to do a new port you would have to write this file. This is not > hard, ordinarily. You don't need to write that one, the shipped one works. I compile GNU Classpath and CACAO on IRIX for a long time: $ $HOME/install/cacao-0.98/bin/cacao prop | grep "^os" os.version=6.5 os.name=IRIX64 os.arch=IP27 - twisti