Subject: Maxima: Compiling with gcl, cmucl, sbcl, clisp.
From: Robert Dodier
Date: Wed, 4 Jul 2007 09:59:16 -0600
On 7/1/07, C. Frangos <cfrangos at telkomsa.net> wrote:
> I made a link in /home/apps/bin using the command: ln -s
> /home/apps/cmucl/bin/lisp lisp, but this does not work.
>
> /home/frangos> lisp
> Cannot find core file
> Based on lisp binary path `lisp'
I believe it's more likely to work if the bin directory
is in the PATH environment variable, instead of creating
symbolic links. For tcsh it appears the command is:
setenv PATH "/home/apps/cmucl/bin:$PATH"
Same goes for Maxima -- put the directory containing the
maxima, maxima-local, or rmaxima script into PATH.
HTH
Robert Dodier