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

* Operating system version
* Compiler toolchain version
* Configuration and compilation flags of ECL
* The file that you want to compile into a program (lisp)
* A transcript of the steps you follow and the output from ECL

I need this to try to reproduce your problems.

On Tue, Feb 14, 2012 at 8:21 PM, bob <bobat...@gmail.com> wrote:

> I am trying to compile this code into a standalone executable, but all I
> am getting is an error:
>
> (defun callme () (format t "hello"))
>
> (callme)
> (sleep 3)
> (quit)
>
> 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:
>
> >> (c:build-program "hello" :lisp-files '("hello.obj"))
>
> Debugger received error: Cannot find out entry point for binary file
> hello.obj
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Ecls-list mailing list
> Ecls-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>
>


-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to