It turns out I do have threading enabled. I examined *features* and it does contain :sb-thread. So, perhaps some other features are necessary for this to work. In particular, it seems the kernel needs NPTL support (native posix thread library). According to getconf, I have that also. There are some bugs floating around that reference ubuntu and sbcl though; I guess probably it is some low-level problem related to my particular linux config.

I will keep looking and in the meantime lispworks will be the alternative.

regards,
Keith

On 8/8/06, Edi Weitz < edi@agharta.de> wrote:
On Tue, 8 Aug 2006 10:45:08 -0400, "Keith Orpen" <keithorpen@gmail.com> wrote:

> I suspect I have built sbcl without thread support despite my
> intentions, but I'm not sure how to tell.

I think you'll have to ask the SBCL experts.  I usually don't use
SBCL.