Q: save-lisp-and-die in maxima?



I don't know about stopping and resuming,  but I presume that you want
to run on unix based computers.  Assuming that you have all the
development packages (lisp, automake, gcc --or equivalents) available
on your host computer, you don't need superuser access.  You can
download the *tar.gz file, and configure it with

./configure --prefix=$HOME

This will place everything in $HOME  instead of /usr/local.

So, you will get maxima, xmaxima, rmaxima in $HOME/bin, the share
files in $HOME/share, etc.

HTH,
  -sen


  ---------------------------------------------------------------------------
  | Sheldon E. Newhouse            |    e-mail: sen1 at math.msu.edu           |
  | Mathematics Department         |       				   |
  | Michigan State University      | telephone: 517-355-9684                |
  | E. Lansing, MI 48824-1027 USA  |       FAX: 517-432-1562                |
  ---------------------------------------------------------------------------

On Sat, 21 Apr 2007, Robert Gloeckner wrote:

> Hello,
>
> is it possible to create a binary maxima-application in the same way as
> it is possible to create lisp-binaries? Like doing save-lisp-and-die?
> I would like maxima to load & compile some maxima-text and then to
> create a binary (like a memory-image in lisp) which starts with
> maxima-console.
> The aim is to be able to run maxima-calculations on faster computers on
> which i do neither have administration rights nor rights to install
> software (a second thing I like very much about save-lisp-and-die is the
> possibility to stop & resume calculations - without doing extra code for
> that).
>
> Thanks
> Robert
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>