Summing up the errors are:<br><br>#1 Calling make-build without letting it know that there are other libraries to be initialized. Even if you link a library for cl-ppcre, you are not calling its 
initialization routine first. You are just adjoining the libraries, but 
not doing the equivalent of a "LOAD" of them.<br><br>#2 Trying to use make-build for more than it was designed. C:BUILDER is ok in many situations like this one in which you are doing low-level composition of programs<br>

<br>#2 Creating a package "test" in the ASDF file instead of in the files that you are going to use. ASDF descriptions should be just that: descriptions. No code should be in it. Specially no code that is intended to be run at run time (like package creations)<br>

<br>I attached a fixed version.<br><br>Juanjo<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" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>