Kun Lin wrote:
> Hi all,
>
> I just found out that under maxima/src/ there is a maxima.system file.
>
> I think it is for asdf-install. It there a command i can enter to load
> this file so the maxima package can be loaded with
> one command? I try to do (asdf:oos 'asdf:load-op :maxima) (of course with
> a static link created in my sbcl systems directory). However, that didn't
> work. Anyone tried this before?
I don't have to try it. I know it won't work with asdf.
Why? Because maxima.system is for mk defsystem. You'll find a copy of
mk defsystem in maxima/lisp-utils. Then (mk:defsystem "maxima"
:compile) will compile and load up maxima.
I haven't tried this lately, but it used to work, and still ought to
since that's how maxima is built.
Ray