cvs head Maxima compiled w/ ECL => success



Robert Dodier wrote:
> Hello,
>
> just tried to run cvs head Maxima compiled w/ cvs head ECL via
>
> (require 'asdf)
> (asdf:operate 'asdf:load-op :maxima)
>
> and run_testsuite reports the same errors which are reported by
> other Lisp varieties so at present I don't know about any problems
> which are ECL specific.
>
>   
Very good news!
> Still to be accomplished -- work ECL into the automake machinery.
> I don't know much about that so if anyone can help I would really
> appreciate it.
>   
I made a stab at integrating ECL into the automake machinery. The 
automake part was trivial, but I failed because I do not understand what 
is required to get ECL to take the asdf description of maxima and turn 
it into an executable. Admittedly, I only spent twenty-or-so minutes 
with the ECL documentation. Can any ECL people lend a hand? I need to 
know exactly which commands to send to ecl in order to generate an 
executable with the maxima system that starts with the function cl-user:run.

--Jim Amundson