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

Reply via email to