On Tue, Dec 16, 2008 at 6:27 AM, Robin Lee Powell
<rlpowell@...> wrote:
>
> I grabbed and installed
> http://prdownloads.sourceforge.net/sbcl/sbcl-1.0.22-x86-64-linux-binary.tar.bz2
> today. After (finally!) getting all of weblocks' requirements in
> place, I get:
>
> debugger invoked on a SIMPLE-ERROR:
> You're trying to start Weblocks on SBCL without threading
> support. Recompile your SBCL with threads enabled.
Threads are not enabled by default. (Though arguably they should be on
Linux.) To get a threaded SBCL grab the sourcecode, do
echo "(lambda (f) (cons :sb-thread f))" > customize-target-features.lisp
build SBCL
sh make.sh &> log
and install it:
sudo sh install.sh
Cheers,
-- Nikodemus
|