On Wed, Mar 10, 2010 at 12:25 AM, Julian Stecklina <span dir="ltr"><<a href="mailto:js@alien8.de">js@alien8.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
If I load the system on the REPL, everything works as expected and the<br>
PRINT prints #<"XLIB" package>. If I compile foo to a standalone binary<br>
using (asdf:make-build 'foo :type :program), I get NIL, i.e. the XLIB<br>
module is missing from the binary.<br></blockquote></div><br clear="all">This has nothing to do with XLIB per se. The problem is simply that precompiled modules (xlib, asdf, etc) can not be included in standalone binaries. That requires a bit more hacking of ASDF than is currently done, as well as changing the build process to install statically linked versions of those modules.<br>
<br>Juanjo<br><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>