[CM] trying clm with cmucl on

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Tue, 25 Jun 2002 17:28:59 -0700


> OK here is my first try of clm-2 with cmucl lisp
> How do i proceed to get back to where i was with clisp?
> I am simply using cnv, pvoc, zipper etc...and hopefully soon ATS-1.0
> loading the "all.lisp" file supplied in clm-2 gives this.........
>
> [root@localhost CLISP]# lisp
> CMU Common Lisp 18d, running on localhost.localdomain
> Send questions to cmucl-help@cons.org. and bug reports to
> cmucl-imp@cons.org.
> Loaded subsystems:
> Python 1.0, target Intel x86
> CLOS based on PCL version:  September 16 92 PCL (f)
> * (load "/root/CLISP/clm-2/all.lisp")
>
> ; Loading #p"/root/CLISP/clm-2/all.lisp".
> ; Compiling "/root/CLISP/clm-2/io.c"
> cc: /root/CLISP/clm-2/io.c: No such file or directory
> cc: No input files

It looks like the *.c files are not there. Are you sure they
are there? Maybe the permissions are wrong?

I'd suggest you untar the clm-2 distribution on a new
directory, cd there, start cmucl ("lisp") and try again.

-- Fernando