Daniel Zollinger wrote: > Hi! I am trying to install cmucl, as it looks like a great common lisp > implementation. Unfortunately, after downloading the .tar.bz2 for > linux/x86 (from a couple of servers), and installing to both /usr and > /usr/local, i try to initiate cmucl, by typing 'lisp' (in both an > xterm and a terminal) and receive the error "unexpected EOF". Does > this sound familier to anyone? > I'm running SuSE 9.0, linux2.4.21, standard hardware.
To make sure everything is working, try untarring the file in, say, /tmp/cmucl. You should get some directories like bin and lib. Then type "bin/lisp -noinit". This should work. If not, please let us know. Ray
