Hello, functions unix-like-dirname and unix-like-basename in init-clisp.lisp assume that directories are separated by "/" in pathnames. This is not true with clisp on windows where directories are separated by "\". Maxima compiles but when it starts I get null is not a number error. I have this patch to fix this (it assumes that if there is no "/" in pathname then the dirs are separated by "\" - I think this is harmless since maxima will not run if there is no "/" in pathname anyway). Andrej
Attached file: init-cl.lisp-2.patch