[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem with load
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: problem with load
- From: Marcus Daniels <marcus@sysc.pdx.edu>
- Date: Tue, 25 Jul 1995 00:02:47 GMT
- In-reply-to: <9507242314.AA24200@kafka>
- References: <9507242314.AA24200@kafka>
>>>>> "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.