How to create a standalone executable using ECL



Blair Sutton wrote:
> 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?
I built from sources using the familiar configure; make steps.

Ray