There are currently many different versions of emacs than can be built from this code, depending upon the following choices: 1) Intuition (fancy) interface or Amigados (plain). 2) Gnu emacs like bindings or normal microemacs bindings. 3) Lattice C compiler or Manx C compiler. 4) Manx C with 32-bit ints or Manx C with 16-bit ints. 5) Sunny days or cloudy days (just kidding...) Of the 16 possible combinations available for the Amiga, I have supplied four executables as follows: gemacs.intuition.lattice GNU bindings, intuition interface, Lattice V3.03 gemacs.intuition.manx16 GNU bindings, intuition interface, Manx C (16-bit ints) xemacs.amigados.lattice Normal bindings, AmigaDos interface, Lattice C V3.03 xemacs.amigados.manx16 Normal bindings, AmigaDos interface, Manx C (16-bit ints) The 32-bit Manx C versions seem to crash the machine, and the Lattice versions exhibit various problems. In short, all the combinations I tried compiled and linked, but some have latent bugs... Note that the Makefiles are in places like tty/intuition/Makefile and can be used there directly, as with "make -f tty/intuition/Makefile". -Fred