If your software depends on libraries using ASDF then create a system definition for it and use ASDF:MAKE-BUILD<br><a href="http://ecls.sourceforge.net/new-manual/ch16.html">http://ecls.sourceforge.net/new-manual/ch16.html</a><br>

<br><div class="gmail_quote">On Tue, May 18, 2010 at 4:09 AM, Jeronimo Pellegrini <span dir="ltr"><<a href="mailto:jpn@aleph0.info">jpn@aleph0.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
I recently tried to build a standalone executable that uses<br>
CFFI, but it seems that I couldn't get CFFI to be included<br>
in the executable:<br>
<br>
(require 'cffi)<br>
(compile-file "show.lisp" :c-file "show.c" :system-p t)<br>
(c:build-program "show" :lisp-files '("show.o"))<br>
<br>
show.lisp contains:<br>
<br>
+----<br>
(eval-when (:compile-toplevel :load-toplevel :execute)<br>
  (asdf:oos 'asdf:load-op :cffi))<br>
+----<br>
<br>
and also uses CFFI.</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>