Problems with CLISP 2.44 and Windows



Dieter Kaiser wrote:
> On a Windows system with CLISP 2.44 the testsuite no longer works. I have
> recompiled Maxima completely. The problem is that Maxima no longer finds the
> necessary files from the share library.
>   
Is this with the latest CVS version?  Then it's probably my fault when I
added share-subdirs-list.  It works fine on OSX.

Can you try ":lisp (share-subdirs-list)"?  It should return a list of
the subdirectories of share.  If that doesn't work, can you try just
':lisp (directory "<path-to-share>/share/**/")'?  That should return the
subdirectories too.

Ray