Error loading stringproc



On Sat, 2008-04-26 at 14:17 -0600, Robert Dodier wrote:
> Hmm. Works for me (SBCL + LInux).
> What does file_search("dynamics") return?

Thanks for that tip which helped me figure out the source of the
problem: I happen to have a directory named "dynamics" which has no
Maxima packages at all. 

That makes load very prone to failure. Consider for instance:

villate at bethe:~$ mkdir numericalio
villate at bethe:~$ maxima
Maxima 5.15.0cvs http://maxima.sourceforge.net
Using Lisp SBCL 1.0.6
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) load("numericalio");
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition

Load failed for numericalio

Cheers,
Jaime