In a private conversation Isaiah told me that he was assuming asdf-install and asdf are the same thing. Regarding the other problem he found, which I quote here<div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(68, 68, 68); "><div>

(asdf:load-system "test")</div><div>Cannot find the external symbol LOAD-SYSTEM in #<"ASDF" package>.</div><div><br></div></span>the answer is that one has to load ASDF before using it. This is done using (require 'asdf) before.</div>

<div><br></div><div><div>(ECL (Embeddable Common-Lisp) 10.7.1</div><div>Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya</div><div>Copyright (C) 1993 Giuseppe Attardi</div><div>Copyright (C) 2000 Juan J. Garcia-Ripoll</div>

<div>ECL is free software, and you are welcome to redistribute it</div><div>under certain conditions; see file 'Copyright' for details.</div><div>Type :h for Help.  </div><div>Top level.</div><div>> (require 'asdf)</div>

<div><br></div><div>;;; Loading #P"/Users/jjgarcia/lib/ecl-10.7.1/asdf.fas"</div><div>;;; Loading #P"/Users/jjgarcia/lib/ecl-10.7.1/cmp.fas"</div><div>("ASDF" "CMP")</div><div>> 'asdf:load-system</div>

<div><br></div><div>ASDF:LOAD-SYSTEM</div><div><br></div><div class="gmail_quote">On Wed, Sep 29, 2010 at 6:09 PM, Samium Gromoff <span dir="ltr"><_<a href="mailto:deepfire@feelingofgreen.ru">deepfire@feelingofgreen.ru</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Tue, 28 Sep 2010 23:49:29 +0200, Juan Jose Garcia-Ripoll <<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>> wrote:<br>


> And could you give more information on that "I couldn't use asdf". What<br>
> errors do you see? Maybe you have some other configuration problems.<br>
<br>
</div>He could be suffering from the NAMESTRING mis-rendering logical<br>
pathnames, which I just reported in detail in a separate thread.<br>
<br>
--<br>
regards,<br>
  Samium Gromoff<br>
<font color="#888888">--<br>
"Actually I made up the term 'object-oriented', and I can tell you I<br>
did not have C++ in mind." - Alan Kay (OOPSLA 1997 Keynote)<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>