Larry Gilbert - 2000-08-10

I was able to make muffin using jikes 1.10 and JDK 1.1.8. But I did run into trouble where jikes didn't seem to be paying attention to $CLASSPATH. So I had to manually fix src/Makefile to call the compiler with a "-classpath" command line option.

There are a couple of possibilities I can think of, which I haven't tested yet: (1) Jikes doesn't like JDK 1.2 or newer. (2) Muffin calls some classes that have been deprecated since JDK 1.1, and maybe that is tripping up Jikes.