Thank you!  Once I did this one other thing came up so I'll just document the short process here for future travelers:<div><br></div><div>> (require :cmp)</div><div>> (setf C::*COMPILE-IN-CONSTANTS* t)</div><div>
> (compile-file "hello.lisp" :system-p t)</div><div>> (c:build-program "myecl" :lisp-files '("hello.obj"))</div><div><br></div><div>The resulting exe was 7.16 kB, very nice!<br><br>
<div class="gmail_quote">On Fri, May 11, 2012 at 5:04 AM, Juan Jose Garcia-Ripoll <span dir="ltr"><<a href="mailto:jjgarcia@users.sourceforge.net" target="_blank">jjgarcia@users.sourceforge.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div class="im"><div><br></div></div><div>You are using the bytecodes compiler -- it is active by default in Windows because there are normally no compilers around. Use (require :cmp) before the process.</div>


<div><br></div><div>Juanjo </div></div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>



</font></span></blockquote></div><br></div>