[Ecls-list] SI:TOP-LEVEL, stack overflows

Philipp Marek philipp at marek.priv.at
Sun Jul 31 17:19:52 UTC 2011


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






More information about the ecl-devel mailing list