This does look like Windows, am I wrong? Did you load (require :cmp) before doing all this? It would be nice to have a few more details about what you are doing<div><br></div><div>* Operating system version</div><div>* Compiler toolchain version</div>
<div>* Configuration and compilation flags of ECL</div><div>* The file that you want to compile into a program (lisp)</div><div>* A transcript of the steps you follow and the output from ECL</div><div><br></div><div>I need this to try to reproduce your problems.<br>
<br><div class="gmail_quote">On Tue, Feb 14, 2012 at 8:21 PM, bob <span dir="ltr"><<a href="mailto:bobatnet@gmail.com">bobatnet@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<font face="garamond, serif" size="4">I am trying to compile this code into a standalone executable, but all I am getting is an error:</font><div><font face="garamond, serif" size="4"><br></font></div><div>
<font face="garamond, serif" size="4">(defun callme () (format t "hello"))</font></div><div><font face="garamond, serif" size="4"><br></font></div><div><font face="garamond, serif" size="4">(callme)</font></div>
<div><font face="garamond, serif" size="4">(sleep 3)</font></div><div><font face="garamond, serif" size="4">(quit)</font></div><div><font face="garamond, serif" size="4"><br></font></div><div><font face="garamond, serif" size="4">The compilation phase gets over fine, emtting hello.obj. But while building the standalone binary, it says that it cant find the program entry point:</font></div>
<div><font face="garamond, serif" size="4"><br></font></div><div><font face="garamond, serif" size="4">>> (c:build-program "hello" :lisp-files '("hello.obj"))</font></div><div>
<font face="garamond, serif" size="4"><br></font></div><div><font face="garamond, serif" size="4">Debugger received error: Cannot find out entry point for binary file hello.obj</font></div>
<br>------------------------------------------------------------------------------<br>
Keep Your Developer Skills Current with LearnDevNow!<br>
The most comprehensive online learning library for Microsoft developers<br>
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,<br>
Metro Style Apps, more. Free future releases when you subscribe now!<br>
<a href="http://p.sf.net/sfu/learndevnow-d2d" target="_blank">http://p.sf.net/sfu/learndevnow-d2d</a><br>_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
<br></blockquote></div><br><br clear="all"><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>
</div>