[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem with load
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: problem with load
- From: dxs@evolving.com (Dan Stanger)
- Date: Mon, 24 Jul 1995 17:14:19 -0600
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?