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

problem with load



>>>>> "Dan" == Dan Stanger <dxs@evolving.com> writes:

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

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

I don't get this behavior.  Are you certain you don't have a looped symbolic
link somewhere?  CLISP recursively searches for the file starting in
your current directory as well as your home directory.