OK, I've got the glibj.zip (thanks!) Compiling now. (had to modifify configure, because it was STILL trying to run javac.) I see your os is IRIX64 What about mips32? Any support for that? And thanks for all your help everyone! I'll get there eventually... -----Original Message----- From: Christian Thalinger [mailto:twisti@xxxxxxxxxxxxxxxxxxxxx] Sent: Wednesday, August 13, 2008 7:41 AM To: Tom Tromey Cc: Greene, Geoffrey N; classpath@xxxxxxx Subject: Re: FW: Help a noob? 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