Hello everybody,

I'm trying to get an executable via

        (c:build-program
                #P"./a.out"
                :epilogue-code '(progn (cl-user::main) (quit))
                :lisp-files files))

but when I start the executable all I get is

        Wrong number of arguments passed to function
                #<compiled-function SI:TOP-LEVEL>.
        No restarts available.

and then the REPL is started.

What am I doing wrong?


Furthermore I'd like to ask about the frequent freezes via

        ;;; Stack overflow.
        ;;; Jumping to the outermost toplevel prompt

Is that something dependent on my setup, or is that a known ECL problem?


Thank you for your help!


Regards,

Phil



------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to