<div class="gmail_quote">On Tue, Jun 1, 2010 at 10:51 AM, Pascal J. Bourguignon <span dir="ltr"><<a href="mailto:pjb@informatimago.com">pjb@informatimago.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Unfortunately, it seems that I wrote bugs, since build/ecl_min breaks<br>
when I invoke the code I modified:<br>
<br>
<br>
[pjb@kuiper :0.0 ecl]$ build/ecl_min<br>
<div class="im">;*** Lisp core booted ****<br>
ECL (Embeddable Common Lisp)<br>
<br>
</div>> (setf (logical-pathname-translations "TEST") '(("TEST:**;*.*" "/tmp/**/*.*")))</blockquote><div><br></div><div>Run it with</div><div><br></div><div>$ cd build; ./ecl_min bare.lsp</div>

<div><br></div><div>so that it loads the rest of Common Lisp first! Without the rest of the library you do not even have SETF and thus your statement does not work.</div><div><br></div><div>Juanjo </div></div><br>-- <br>
Instituto de Física Fundamental, CSIC<br>
c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://tream.dreamhosters.com">http://tream.dreamhosters.com</a><br>