I looked at the cliki page you suggested, and it does refer Ubuntu users to
the common-lisp-controller to get asdf.
I tried to add the ADSL to the standard config using the ./config command:
1: specify result file (currently "library:lisp.core")
2: toggle loading of the Gray Stream library, currently enabled.
3: toggle loading of the CLX X library, currently enabled.
4: toggle loading of Motif and the graphical debugger, currently enabled.
5: toggle loading the Hemlock editor, currently enabled.
6: specify some site-specific file to load.
Current files:
"/usr/share/common-lisp/source/asdf/asdf.lisp"
7: configure according to current options.
8: abort the configuration process.
It completed fine and created new lisp.core. However, that did not seem to
work:
* (find-package "asdf")
NIL
Am I testing this wrong? Did I not set this up right? Please help.
Thanks,
Yarek
(very green) Lisp Newbie
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Raymond Toy
> Sent: Friday, August 25, 2006 8:02 AM
> To: Yarek Kowalik
> Cc: [email protected]
> Subject: Re: none
>
>
> >>>>> "Yarek" == Yarek Kowalik <[EMAIL PROTECTED]> writes:
>
> Yarek> I'm new to CMUCL and Lisp in general. I understand that
> Yarek> asdf comes with common-lisp-controller package on Ubuntu,
> Yarek> and I have verified that I have the package and that asdf
> Yarek> is there. What do I need to do to make sure that my
> Yarek> cmucl 19c is using common-lisp-controller? How do I know
> Yarek> it's working?
>
> I don't anything about common-lisp-controller, but if you want to use
> asdf with 19c, you probably want to get a version of asdf that
> includes support for CMUCL so that (require 'foo) will use asdf (or
> mk:defsys if you have that) to load the package.
>
> See http://www.cliki.net/asdf for code to do this. I don't know if
> it made it into any version of asdf.
>
> Ray