|
From: Robert D. <rob...@gm...> - 2015-02-21 05:59:42
|
On 2015-02-21, z_axis <z_...@16...> wrote:
> (%i3) load("draw");
> file_search1: draw not found in file_search_maxima,file_search_lisp.
> -- an error. To debug this try: debugmode(true);
>
> (%i4) file_search_lisp;
> (%o4) [/home/sw2wolf/.maxima/$$$.{fasl,lisp,lsp},
> //maxima/5.35post/share/$$$.{fasl,lisp,lsp}, //maxima/5.35post/share/{affine,a\
> lgebra,algebra/charsets,algebra/solver,...,draw,...,trigonometry\
> ,utils,vector,z_transform}/$$$.{fasl,lisp,lsp},
> //maxima/5.35post/src/$$$.{fasl,lisp,lsp}]
Hmm, maybe the paths are messed up. What is the output of
"locate maxima.core" ? What is the output of "maxima --directories" ?
How was Maxima built and installed?
Sorry I can't be more helpful,
Robert Dodier
|