>>>>> "jr" == Jan Rychter <[EMAIL PROTECTED]> writes:

  jr> In all cases, all CMUCL lisps compiled by me have a non-functioning
  jr> "directory".

make sure you're building with the :glibc2 *feature*, to compile
unix-glibc2.lisp instead of unix.lisp.

More likely you are running into LFS (64-bit offset_t) problems; see
the comment at the beginning of unix-glibc2.lisp. Possibly your linker
isn't interpreting the hints to use the stat64 entry point instead of
the stat entry point. 
  
-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>

Reply via email to