[Ecls-list] [Ecls-cvs] compiling to a standalone exe win7 visual studio 2010 (SOLVED)

ke n ken.60625 at gmail.com
Fri May 11 10:54:01 UTC 2012


Thank you!  Once I did this one other thing came up so I'll just document
the short process here for future travelers:

> (require :cmp)
> (setf C::*COMPILE-IN-CONSTANTS* t)
> (compile-file "hello.lisp" :system-p t)
> (c:build-program "myecl" :lisp-files '("hello.obj"))

The resulting exe was 7.16 kB, very nice!

On Fri, May 11, 2012 at 5:04 AM, Juan Jose Garcia-Ripoll <
jjgarcia at users.sourceforge.net> wrote:

>
> 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.
>
> Juanjo
>
> --
> Instituto de Física Fundamental, CSIC
> c/ Serrano, 113b, Madrid 28006 (Spain)
> http://juanjose.garciaripoll.googlepages.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120511/9610311d/attachment.html>


More information about the ecl-devel mailing list