[Openmcl-devel] Debian packaging for CCL
Faheem Mitha
faheem at faheem.info
Tue Jul 10 15:47:55 PDT 2012
On Wed, 11 Jul 2012, Faheem Mitha wrote:
> For the moment, I have one question. I want to build, for example, the
> bootstrapping image from the shell. So I do
>
> ./lx86cl -e '(ccl:xload-level-0)'
>
> but when it finishes it puts me in a prompt.
>
> ;Wrote bootstrapping image: #P"/usr/local/src/ccl/ccl-1.8/x86-boot32"
> Welcome to Clozure Common Lisp Version 1.8-r15286M (LinuxX8632)!
> ?
> How can I stop that happening? I tried both batch and clean, without success.
Courtesy of Stack Overflow, see http://stackoverflow.com/a/3445196/350713
the following works
./lx86cl -e '(progn (ccl:xload-level-0 :force)(ccl::quit))'
> Also, is it possible to select a path location for x86-boot32 by passing an
> argument to ccl:xload-level-0 or otherwise?
Still don't know how to do this.
Regards, Faheem
More information about the Openmcl-devel
mailing list