On 10/23/2012 04:19 PM, David Billinghurst wrote:
> On 24/10/2012 1:09 AM, andre maute wrote:
>> But can somebody perhaps adjust the usage
>> of the openmcl command line parameter e.g. to use ccl instead?
>>
> "maxima -l ccl" should work. It is a bug if it doesn't
>
> The maxima script contains the lines
>
> # Allow ccl as an alias of openmcl.
> if [ "$MAXIMA_LISP" = "ccl" ]; then
> MAXIMA_LISP=openmcl
> fi
>
Yes, maxima -l ccl works for me, but
$ maxima --list-avail
Available versions:
version 5.27.0, lisp openmcl
version 5.27.0, lisp sbcl
Andre