[Sbcl-help] argument eval not recognized

26 views
Skip to first unread message

Jinsong Zhao

unread,
May 30, 2021, 9:56:15 AM5/30/21
to SBCL help
Hi there,

I try to run the following command form cmd on Windows:

sbcl --core "./binary-sbcl/maxima.core" --noinform --end-runtime-options
--eval "(cl-user::run)" --end-toplevel-options

And I got the following warnings:

Warning: argument end-toplevel-options not recognized.
Warning: argument eval not recognized.

I have referred to sbcl manual, and --eval and --end-toplevel-options
are supported arguments.

So, what's the meaning of the warnings?

BTW, the maxima.core has been obtained by:
(sb-ext:save-lisp-and-die "binary-sbcl/maxima.core" :toplevel
#'cl-user::run)

Best,
Jinsong



_______________________________________________
Sbcl-help mailing list
Sbcl...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-help

Stas Boukarev

unread,
May 30, 2021, 10:07:46 AM5/30/21
to Jinsong Zhao, SBCL help
The meaning is that your cl-user::run doesn't know that option.

Jinsong Zhao

unread,
May 30, 2021, 10:53:10 AM5/30/21
to Stas Boukarev, SBCL help
On 2021/5/30 22:07, Stas Boukarev wrote:
> The meaning is that your cl-user::run doesn't know that option.

Does it mean that maxima.core don't know --eval and --end-toplevel-options?

I try to run

sbcl --noinform --load "maxima-build.lisp" --eval "(maxima-load)" --eval
"(cl-user:run)" --end-toplevel-options
it works.
Reply all
Reply to author
Forward
0 new messages