I've compiled SBCL on a Debian/testing box (Intel x86) with a 2.6
kernel. I created a customize-target-features.lisp file with the
following form:
(lambda (list)
(pushnew :sb-thread list)
(pushnew :sb-futex list)
(pushnew :sb-after-xc-core list))
How do I confirm that the features were compiled in?
Also, I am still in the process of learning Lisp. I don't know how
wize this is, but I want to experiment with SBCL from CVS (rather than
using one of the Debian packages) in conjunction with mod_lisp (or
possibly fast_cgi) on Apache as a Lisp application server. I'm using
the Debian packages to manage Apache.
My next step right now is to see if mod_lisp will talk to my version
of SBCL and get detachtty so that I can leave it running. I also want
to be able to reconnect to SBCL with SLIME. I guess that is a topic
for that mailing list (unless someone here can give me a quick
pointer).
Thanks.
--
I wouldn't mind the rat race so much if it wasn't for all the damn cats.
|