From: Andrei Zernoveanu
Subject: asdf
Date: 
Message-ID: <1BM3e.20416$L9.14969@newssvr31.news.prodigy.com>
Can anybody post a Windows _clisprc.lisp sample entry for asdf?

Thanks 

From: Darmac
Subject: Re: asdf
Date: 
Message-ID: <1112618451.703444.257780@g14g2000cwa.googlegroups.com>
If you want to have asdf ready for install programs you can include
this in _clisprc.lisp:
#-:asdf (load "lib/asdf/asdf.fas").

To install programs you have to do this:
(pushnew "lib/fare-matcher/" asdf:*central-registry* :test #'equal)
(pushnew "lib/fare-utils/" asdf:*central-registry* :test #'equal)
(asdf:operate 'asdf:load-op 'fare-matcher)

This example is to install the program fare-matcher which needs
fare-utils. Remember to change the paths for your programs.

Darío Macchi



Andrei Zernoveanu wrote:
> Can anybody post a Windows _clisprc.lisp sample entry for asdf?
> 
> Thanks
From: Andrei
Subject: Re: asdf
Date: 
Message-ID: <Nmc4e.29165$hU7.18971@newssvr33.news.prodigy.com>
Thanks guys. I appreciate.

"Andrei Zernoveanu" <··········@hotmail.com> wrote in message
·························@newssvr31.news.prodigy.com...
> Can anybody post a Windows _clisprc.lisp sample entry for asdf?
>
> Thanks
>
>
From: Edi Weitz
Subject: Re: asdf
Date: 
Message-ID: <umzseu2xi.fsf@agharta.de>
On Sun, 03 Apr 2005 07:05:33 GMT, "Andrei Zernoveanu" <··········@hotmail.com> wrote:

> Can anybody post a Windows _clisprc.lisp sample entry for asdf?

  <http://home.comcast.net/~bc19191/blog/041113.html>
  <http://weitz.de/asdf-install/>

Cheers,
Edi.

-- 

Lisp is not dead, it just smells funny.

Real email: (replace (subseq ·········@agharta.de" 5) "edi")