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