[Ecls-list] Re: ECL 0.9d released
Rainer Joswig
joswig at lisp.de
Tue Nov 2 19:33:58 UTC 2004
In article <418791CD.3080608 at arrakis.es>,
Juan Jose Garcia Ripoll <lisp at arrakis.es>
wrote:
> Announcement of ECL v0.9d
> =========================
>
> ECL stands for Embeddable Common-Lisp. The ECL project is an effort to
> modernize Giuseppe Attardi's ECL (ECoLisp) environment to produce an
> implementation of the Common-Lisp language which complies to the ANSI
> X3J13 definition of the language.
Compiling it under Mac OS X 10.3.5 gives me:
sys.c symbol.c pathname.c num_co.c load.c unixsys.c cmpaux.c package.c interpreter.c instance.c
if [ -f CROSS-COMPILER ]; then \
touch ecl_min; \
else \
gcc -o ecl_min cinit.o -L./ libeclmin.a -leclgmp -leclgc -lm;\
fi
ld: Undefined symbols:
_GC_darwin_register_mach_handler_thread
make[1]: *** [ecl_min] Error 1
make: *** [all] Error 2
More information about the ecl-devel
mailing list