[CM] some CM questions

Dave Phillips dlphilp@bright.net
Fri, 04 Oct 2002 12:30:08 -0500


Hi Christophe :

  Yes, that did it, thank you for the tip and the URL !

Best regards,

== Dave Phillips

	The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
	The Linux Soundapps Site at http://linux-sound.org



Christophe Rhodes wrote:
> 
> On Fri, Oct 04, 2002 at 12:01:02PM -0500, Dave Phillips wrote:
> > ; [snip]
> > ; Loading "cm:bin;HTML.x86f".
> > ;; Loading #p"/home/dlphilp/cm-2.3.4/etc/handlers.lisp".
> > [Doing purification: Done.]
> > [Undoing binding stack... done]
> > [Saving current lisp image into /home/dlphilp/cm-2.3.4/bin/cm.core:
> > Writing 19130936 bytes from the Read-Only space at 0x10000000.
> > Writing 3456872 bytes from the Static space at 0x28000000.
> > Writing 4096 bytes from the Dynamic space at 0x48000000.
> > done.]
> >
> >
> >     'file cm.core' says it's just data, and giving it executable status
> > with chmod +x doesn't work. When I try to run it the shell complains
> > that it "cannot execute binary file". Any advice on all this ? From the
> > README gather that I should be creating a binary, is that correct ? Or
> > is there some other way I'm supposed to run cm.core ?
> 
> Yes... run "lisp -core cm.core". You may wish to have a look at the
> CMUCL FAQ for a little more background information; it's at
> <http://www.cons.org/cmucl/FAQ.html>.
> 
> Cheers,
> 
> Christophe
> --
> http://www-jcsu.jesus.cam.ac.uk/~csr21/       +44 1223 510 299/+44 7729 383 757
> (set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b)))
> (defvar b "~&Just another Lisp hacker~%")    (pprint #36rJesusCollegeCambridge)