<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 24, 2016 at 10:33 AM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com" target="_blank">fahree@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear Greg,<br>
<br>
I'm not sure what you're trying to do and why.<br>
<br>
If you want to somehow compile a system into a fasl that you then<br>
distribute, one safe answer would look like:<br>
<br>
;; 1- build your code with asdf, e.g.<br>
(asdf:operate :compile-bundle-op 'pqr)<br>
;; 2- use copy-file:<br>
(uiop:copy-file (first (asdf:output-files :compile-bundle-op 'pqr)) ...)<br>
<br></blockquote><div><br></div><div>asdf:output-files has a singular version you can use instead of (first (asdf:output-files ...)):</div><div><br></div><div>(uiop:copy-file (asdf:output-file :compile-bundle-op 'pqr))</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
There should probably be a FAQ for that.<br>
<br></blockquote><div><br></div><div>Here is my one and only blog entry, which happens to be roughly about this topic:</div><div><br></div><div>   <a href="http://gendl.blogspot.com/">http://gendl.blogspot.com/</a></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">The difference is this blog discusses :monolithic-compile-bundle-op, which generates a "bundle" which includes all depended-upon systems as well, recursively, rather than just the toplevel requested system. </div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div>-- <br></div><div class="gmail_signature"><div dir="ltr"><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>My Best,<br><br>Dave Cooper, david.cooper@gen.works<br><a href="http://genworks.com" target="_blank">genworks.com</a>, <a href="http://gendl.org" target="_blank">gendl.org</a><br>+1 248-330-2979<br></div><div><br></div></div></div></div></div></div></div>
</div></div>