<font face="garamond, serif" size="4" style>I am trying to compile this code into a standalone executable, but all I am getting is an error:</font><div style><font face="garamond, serif" size="4"><br></font></div><div style>

<font face="garamond, serif" size="4">(defun callme () (format t "hello"))</font></div><div style><font face="garamond, serif" size="4"><br></font></div><div style><font face="garamond, serif" size="4">(callme)</font></div>

<div style><font face="garamond, serif" size="4">(sleep 3)</font></div><div style><font face="garamond, serif" size="4">(quit)</font></div><div style><font face="garamond, serif" size="4"><br></font></div><div style><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 style><font face="garamond, serif" size="4"><br></font></div><div style><font face="garamond, serif" size="4">>> (c:build-program "hello" :lisp-files '("hello.obj"))</font></div><div style>

<font face="garamond, serif" size="4"><br></font></div><div style><font face="garamond, serif" size="4">Debugger received error: Cannot find out entry point for binary file hello.obj</font></div>