On Sun, 2008-06-08 at 00:19 +0400, Andrei Zorine wrote:
> I face a problem while loading dynamics package:
> (%i1) load("dynamics")$
> ;
> ; compilation unit aborted
> ; caught 1 fatal ERROR condition
>
> Load failed for dynamics
> -- an error. To debug this try debugmode(true);
>
> I'm using Maxima 5.15.0
> Using Lisp SBCL 1.0.6
Please try the following command:
(%i1) load("dynamics.mac")$
There is a bug with the load command: if you have a directory named
"dynamics", it will try to load a maxima package from that directory and
if it is not found, Maxima gives an error like the one you reported.
Cheers,
Jaime