muffin will not compile (Linux)
Brought to you by:
boyns
make[1]: Entering directory `/home/jkrause/muffin-0.9.3a/src'
compiling with /usr/bin/jikes
make[1]: *** [classes] Segmentation fault
make[1]: Leaving directory `/home/jkrause/muffin-0.9.3a/src'
make: *** [all] Error 2
jikes --version
Version 1.11 (10 Jan 2000)
java -version
java version "1.2.2"
Classic VM (build 1.2.2_006, green threads, nojit)
willing to help.
kensail@yahoo.com
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.