keithorpen@gmail.com wrote:
this is as it was given in the INSTALL documentation. However, after I built it, I see that it is not in the file local-target-features.lisp-expr ... should it be? I suspect I have built sbcl without thread support despite my intentions, but I'm not sure how to tell.
If (FIND :SB-THREAD *FEATURES*) returns NIL, you don't have thread support. Otherwise you do.