Hi Devon,
I don't know the answer to (a) or (b), but the documentation for SBCL
multi-threading is here:
http://www.sbcl.org/manual/Threading.html
David
On Thu, Feb 23, 2012 at 12:53 AM, Devon Sean McCullough
<SBCL-user@...> wrote:
> Perhaps someone could clarify the INSTALL docs to reveal
>
> (A) how to get thread-enabled SBCL on MacOS
>
> (B) how and when to stop ~/.cache and ~/.sbcl
> and any other traps for the unwary
> from breaking the world
>
> Peace
> --Devon
>
> PS: "What is this thread stuff, is it documented?"
>
> $ cd sbcl-1.0.55
> $ cat INSTALL
> $ grep -Hinre '--with-'
> $ sh make.sh --with-thread
> $ sh run-sbcl.sh --no-sysinit --no-userinit # quicklisp bombs starting up
> $ rm -r ~/.cache ~/.sbcl
> $ sh run-sbcl.sh --no-sysinit --no-userinit # quicklisp works but no threads
> $ sh make.sh --with-thread --with-threads --with-sb-thread --with-sb-threads --with-:sb-thread --with-:sb-threads --with-esp-based-build-docs
> $ sh run-sbcl.sh --no-sysinit --no-userinit # quicklisp and threads both work but *features* has trash
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Sbcl-help mailing list
> Sbcl-help@...
> https://lists.sourceforge.net/lists/listinfo/sbcl-help
|