On Fri, 2003-10-03 at 03:02, José Pedro Ferreira wrote:
> I have Maxima 5.9.0 compiled under slackware linux with CLISP. Unfortunately,
> I'm having some problems. When I put the expression "diff(x^2,x);", it returns
> only (d/dy)(x^2), as if i had put the apostrophe before the expression.
Which version of Clisp are you using? There is a conflict between Maxima
5.9.0 and Clisp 2.3.0. If you built Maxima yourself, please try "make
check" in the build directory. It will report an "unknown error" if you
are using Clisp 2.3.0.
There was a temporary workaround for this problem posted on the list
recently.
--Jim