Re: Hunchentoot in SBCL on Intel OS X
- From: nikodemus@xxxxxxxxxxxxxxxx
- Date: 29 Oct 2006 23:31:13 -0800
SBCL supports Unicode by default.
Threads are currently supported on x86 and x86-64 Linux and Solaris,
and _experimental_ thread support exists for OS X (x86 only).
To build SBCL with threads:
$ cd to-your-sbcl-source-tree
$ echo "(lambda (f) (cons :sb-thread f))" >
customize-target-features.lisp
$ sh make.sh
(Read INSTALL for details.)
....and as always, SBCL questions are best asked and answered on eg.
sbcl-help mailing list.
3. On another issue entirely: in order to install anything via
asdf-install, I need to use "sudo sbcl" for site-wide packages. I can
AFAIK most people don't asdf-install lisp packages site-wide on their
development boxes. If you really want to do it, start Lisp as root,
install what you want, exit, and then run it as a regular user.
Cheers,
-- Nikodemus Siivola
.
- References:
- Hunchentoot in SBCL on Intel OS X
- From: erk
- Hunchentoot in SBCL on Intel OS X
- Prev by Date: Current state of Symbolics
- Next by Date: Re: allegro cl installer -- A.I built in, all the way DOWN
- Previous by thread: Re: Hunchentoot in SBCL on Intel OS X
- Next by thread: Re: Hunchentoot in SBCL on Intel OS X
- Index(es):
Relevant Pages
|
|