How to create a standalone executable using ECL



I followed the instructions in INSTALL.LISP and there's no binary in that
folder. I need to run Maxima using: -

(load "maxima-build.lisp")
(maxima-load)
(cl-user::run)

Is there an alternative build method?

On Thu, Jun 11, 2009 at 11:37 PM, Raymond Toy <toy.raymond at gmail.com> wrote:

> Blair Sutton wrote:
> > Hi
> >
> > Does any one have any tips/pointers on how one can create a standalone
> > executable of Maxima using ECL Lisp?
> Doesn't maxima already to that?  I have src/binary-ecl/maxima, which is
> an executable.
>
> Ray
>
>