<div class="gmail_quote">On Sun, Mar 28, 2010 at 9:28 PM, Gabriel Dos Reis <span dir="ltr"><<a href="mailto:gdr@integrable-solutions.net">gdr@integrable-solutions.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
OpenAxiom compiles all generated Lisp files with a 'lisp' image that contains<br>
the original Lisp system and custom libraries.  Is there a way to<br>
build that 'lisp'<br>
system that always has CMP loaded?  I suspect my question is "what is the<br>
lifespan of the above require?"<br></blockquote></div><br>When you say that a lisp image is built that means you compile a program and then use C::BUILDER to have an executable, am I right? Then your "program" has a series of statements that are executed, in the order of compiled files you supplied as an argument to C::BUILDER. Just insert a "require" statement in one of the earliest files, so that it takes effect ASAP.<div>
<div><br></div><div>Juanjo<br><div><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></div></div>