<br><div class="gmail_quote">On Thu, Oct 25, 2012 at 3:16 AM, Ralph Möritz <span dir="ltr"><<a href="mailto:ralph.moeritz@outlook.com" target="_blank">ralph.moeritz@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> On Wed, Oct 24, 2012 at 10:24 AM, Ralph Möritz <br>
</div><div class="im">> <<a href="mailto:ralph.moeritz@outlook.com">ralph.moeritz@outlook.com</a><mailto:<a href="mailto:ralph.moeritz@outlook.com">ralph.moeritz@outlook.com</a>>> wrote:<br>
> I just downloaded MKCL-1.1.0 & tried compiling a small "Hello, world"<br>
> program on Windows without success. Here's what I tried:<br>
><br>
> 1. Add "C:\Program Files\MKCL 1.1\bin" to my PATH.<br>
> 2. Run `mkcl -not-fasl-p -compile hello.lisp` which produces lisp.o<br>
> 3. Now what? I've tried to link using `gcc -o hello.exe hello.o<br>
> -lmkcl_1.1.0` which produces an error:<br>
><br>
> Such a direct call to gcc cannot work with a ".o" produced by the MKCL<br>
> compiler (see [1] below as to why). <br>
<br>
</div>Ah! Thanks for elaborating.<br></blockquote><div><br>Yes I know, this should be clearly explained in the documentation...<br> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im"><br>
...<br>
</div>In my spare time I'm writing a chess engine. Chess engines are usually provided<br>
to users as statically linked native executables. Of course I'm using SLIME <br>
interactively during development, but I'd like to be able to build the executable from the <br>
command-line as well. Normally I use SBCL, but I'm experimenting with ECL & MKCL specifically <br>
to be able to produce native executables from my Lisp code.<br>
<br></blockquote><div><br>Well, in that case all I can add is: Thank you very much for the bug report and I am working on a fix right now.<br><br> <br></div></div>