[maxima] xmaxima local start-up



On Wed, 2011-05-11 at 15:08 -0700, Paul Bowyer wrote:
> I have maxima-5.23.2 installed on my PCLinuxOS system, callable from 
> "/usr/bin/xmaxima"
> and I just used git to download and install maxima-5-24post to 
> ~/MaximaTest where it created:
> ~/MaximaTest/bin
> ~/MaximaTest/lib
> ~/MaximaTest/libexec
> ~/MaximaTest/share
> 
> If I cd to ~/MaximaTest/bin and run ./maxima -l <lisp> , I am able to 
> run the local copy of maxima-5-24post in a shell and it finds and uses 
> the lisp dialect I provide.
> 
> If I cd to ~/MaximaTest/bin and run ./xmaxima -l <lisp>, it calls 
> xmaxima for maxima-5-23-2 and will not allow me to run the local copy of 
> xmaxima.
Hi,
before doing "make install", you must have done "make" in some
directory. Go to that directory where you built maxima-5-24post; you
should have in that directory a script called xmaxima-local. Executing
that script you should be able to run xmaxima 5.24post interacting with
the maxima 5.24post that you just built.
Best regards,
Jaime