[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with load



when i execute the following code on aix (when x.x does not exist) i get:
clisp -q
 
> (load "x.x")
 
*** - A file with name x.x does not exist
1. Break> 

but on solaris i get
(load "x.x")
 
*** - UNIX error 90 (ELOOP): Too many levels of symbolic links
1. Break>

is this a known problem?