|
Re: [Sbcl-help] asdf fails at loading SBCL packages when not at REPL
From: Richard M Kreuter <kreuter@pr...> - 2009-11-11 14:21
|
nicolas edel writes:
> Now, let's use the asdf facility:
> > cat foo.asd
> (asdf:defsystem foo :name foo :components ((:file "foo")))
You must tell asdf that foo depends on sb-bsd-sockets, e.g.,
(asdf:defsystem foo :name foo :components ((:file "foo"))
:depends-on (sb-bsd-sockets))
--
Richard
|
| Thread | Author | Date |
|---|---|---|
| Re: [Sbcl-help] asdf fails at loading SBCL packages when not at REPL | Richard M Kreuter <kreuter@pr...> |