Thanks to Anthony Fairchild for the CLISP HOWTO, this one was straightforward.
I used Anthony's main function, the line you need to create the exe is as shown comented out below. This creates a whopping 25Mb exe for the mandelbrot demo. (defun main1() "Mandelbrot: main entry function" (cffi:define-foreign-library sdl (t (:default "SDL"))) (cffi:use-foreign-library sdl) (sdl:with-init () (sdl-examples:mandelbrot)) (sb-ext:quit)) ; (sb-ext:save-lisp-and-die "test.exe" :purify t :toplevel #'main1 :executable t) _______________________________________________ application-builder mailing list application-builder@lispniks.com http://www.lispniks.com/mailman/listinfo/application-builder