Nils Gillmann <niaster...@grrlz.net> writes: > open("SYSATOMS", O_RDONLY) = -1 ENOENT (No such file or > directory) > write(2, "Can't open 'SYSATOMS'\n", 22Can't open 'SYSATOMS' > ) = 22 > exit_group(1) = ? > +++ exited with 1 +++
Does this also happen when you run lispf4 from the very same directory that contains SYSATOMS? It seems to me that we should patch the sources such that it opens SYSATOMS with its full path. ~~ Ricardo