<div>As I think I explained some emails before (or maybe it was in the ASDF mailing list)</div><div><br></div>(asdf:make-build :my-system :type :binary :monolithic :t :move-here "~/path/to/destination/")<div><br>
</div><div>builds a replacement for your ASDF system consisting on 3 files, a new *.asd file for prebuilt-components, a *.fas file that you can load into your lisp and a *.a statically linked library that you can also use in other MAKE-BUILD operations.</div>
<div><br></div><div>Juanjo<br><br><div class="gmail_quote">On Fri, Mar 26, 2010 at 6:46 AM, Seth Burleigh <span dir="ltr"><<a href="mailto:seth@tewebs.com">seth@tewebs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Recently ive built a  monolithic static library and have loaded it into<br>
a c program.<br>
<br>
<br>
The problem is that the library is not registered with asdf. So, if i<br>
attempt to (require 'library), or to load another library which depends<br>
upon it from the c code, it'll rebuild the library from the file system<br>
because it doesn't know it has already 'loaded' it from the monolithic<br>
library. Is there any known solution to this?<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</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://tream.dreamhosters.com">http://tream.dreamhosters.com</a><br>
</div>