[Ecls-list] c::build-program error: "Cannot find entry point for binary file"
bob
bobatnet at gmail.com
Tue Feb 14 19:21:50 UTC 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120215/f4e9f50e/attachment.html>
More information about the ecl-devel
mailing list