Load behaviour on Maxima 5.18.0 and above using ecl



On Mon, Jun 1, 2009 at 5:09 PM, Raymond Toy <raymond.toy at stericsson.com> wrote:
> Matthew Gwynne wrote:
>>
>> This gives:
>>
>> (%i1) :lisp (directory (pathname (concatenate 'string *maxima-sharedir* "/")))
>>
>> (/home/aeternus/Work/OKlibrary/OKlibTest/maxima-5.18.1/install/share/maxima/5.18.1/share/)
>>
>>
> Ok. ?Can you try the following replacement for share-subdirs-list?
>
> If it works, I don't need to see any output. ?If it doesn't, can you
> send the first few lines showing share-root, x, dir, and enough?

Putting this in init-cl.lisp and rebuilding seems to fix the issue,
i.e load works correctly and without error :)

Thanks

Matthew