Error loading stringproc



Hi,
speaking of problems with load, I'm very puzzled with the following
error:

~$ 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("dynamics");
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition

Load failed for dynamics
 -- an error.  To debug this try debugmode(true);

If start Maxima from a directory different from the home directory, it
works fine:

~/doc$ 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("dynamics");
(%o1)    /usr/local/share/maxima/5.15.0cvs/share/dynamics/dynamics.mac

I have checked to make sure I do not have any max-init files.

It is also very strange that when loaded from Lisp it works fine:

~$ 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("dynamics");
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition

Load failed for dynamics
 -- an error.  To debug this try debugmode(true);
(%i2) :lisp ($load
"/usr/local/share/maxima/5.15.0cvs/share/dynamics/dynamics.mac")

/usr/local/share/maxima/5.15.0cvs/share/dynamics/dynamics.mac

I'm using the latest CVS version, in Ubuntu.

Regards,
Jaime Villate