Re: asdf
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Yarek" == Yarek Kowalik <[email protected]> writes: Yarek> I looked at the cliki page you suggested, and it does refer Ubuntu users to Yarek> the common-lisp-controller to get asdf. Yarek> I tried to add the ADSL to the standard config using the ./config command: I don't use the config command, so I don't know much about it. [snip] Yarek> It completed fine and created new lisp.core. However, that did not seem to Yarek> work: Yarek> * (find-package "asdf") You probably wanted (find-package "ASDF"). I never make a custom core with asdf included because it is small enough that I just load it up in my .cmucl-init.lisp file. But a quick test would be to load up asdf.lisp, do (save-lisp "new-core") and "lisp -core new-core" to see if it's there. Ray