Hi again,<br><br>sorry for the delay. This was not an easy problem and right now I am travelling a lot, but I believe I have found some causes and a solution.<br><br>Problems:<br>- Dependency on symbols from the C package<br>

- Dependency on symbols from ASDF (cffi-grovel)<br>- Dependency on a directory from its project (cffi-grovel)<br>- Dependency on the ASDF methods (cffi-grovel)<br><br>Solutions:<br>- C package is now built at boot time<br>

- A new package "prebuilt-asdf" can be listed as a dependency in your projects.<br><br>For instance this now builds and runs<br><br>(asdf:defsystem :foo<br> :description  "This ASDF system gathers all the packages of the IMCP Test-Server program."<br>

 :depends-on ("iolib" "prebuilt-asdf")<br> :components ((:file "test")))<br><br>However the problems seem to signal an actual problem in the packages that use cffi-grovel, for this is listed as a runtime dependency and not as a compile-time dependency.<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>