[Ecls-list] Re: ECL 0.9f released

luismbo at gmail.com luismbo at gmail.com
Sat May 21 20:56:17 UTC 2005


"lisp" <lisp at arrakis.es> writes:

> Announcement of ECL v0.9f
> =========================

I have successfully built ECL under MacOSX 10.3.9 with
./configure --with-tcp --prefix="/Users/luis/Software"
but 'make install' fails with this error:

cd doc; make prefix=/Users/luis/Software install
/bin/sh /Users/luis/Desktop/ecl-0.9f/src/gc/mkinstalldirs /Users/luis/Software/info
for k in ecl.info ecldev.info ; do \
  /usr/bin/install -c -m 644 $k /Users/luis/Software/info; \
  if [ -x /sw/sbin/install-info ]; then \
    /sw/sbin/install-info --info-dir=/Users/luis/Software/info $k; \
  fi; \
done
* ecl: (ecl). Embeddable Common Lisp (ECL) User's Manual
install-info(ecl.info): no backup file /var/backups/infodir.bak available.
install-info(ecl.info): no default file /usr/share/base-files/info.dir available, giving up.
* ecldev: (ecldev). Embeddable Common Lisp (ECL) Developer's Manual
install-info(ecldev.info): no backup file /var/backups/infodir.bak available.
install-info(ecldev.info): no default file /usr/share/base-files/info.dir available, giving up.
make[2]: *** [install] Error 1
make[1]: *** [install] Error 2
make: *** [install] Error 2


It seems to have installed the rest of ECL so that's not too bad.
However:

pomajxego:~ luis$ ecl
dyld: ecl can't open library: /lib/ecl/libecl.dylib  (No such file or directory, errno = 2)
Trace/BPT trap


It kind of works after I create a symlink there.

However, it doesn't seem to be able to lead any libraries:

> (require :asdf)
;;; Loading #P"/Users/luis/Software/lib/ecl/ASDF.fas"

;;; Freeing library /Users/luis/Software/lib/ecl/ASDF.fas
LOAD: Could not load file #P"/Users/luis/Software/lib/ecl/ASDF.fas" (Error: "")
Broken at LAMBDA.
>>

> (compile-file "hello")
;;; Loading #P"/Users/luis/Software/lib/ecl/cmp.fas"

;;; Freeing library /Users/luis/Software/lib/ecl/cmp.fas
LOAD: Could not load file #P"/Users/luis/Software/lib/ecl/cmp.fas" (Error: "")
Broken at LAMBDA.

Etc...

pomajxego:~/test luis$ ls /Users/luis/Software/lib/ecl/
BUILD-STAMP  cmp.fas      h            libecl.dylib sysfun.lsp
asdf.fas     dpp          help.doc     sockets.fas


Should (require :asdf) look for ASDF.fas instead of asdf.fas, btw?

I hope this helps,

-- 
Luis Oliveira
luismbo (@) gmail (.) com
Equipa Portuguesa do Translation Project
http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=pt





More information about the ecl-devel mailing list