[Ecls-list] Re: Merry Xmas

Paul F. Dietz dietz at dls.net
Fri Dec 19 19:25:03 UTC 2003


Juan Jose Garcia-Ripoll wrote:

> No, this is not a spam e-mail offering you a nice toy for your children, but 
> it is me wishing you all a nice Xmas and a happy new year. And also 
> mentioning the latest improvements on the CVS tree

Unfortunately, ecl is now not building for me:

[...]
rm -f ../libecl.a
ar cr ../libecl.a main.o symbol.o package.o list.o apply.o eval.o interpreter.o compiler.o disassembler.o instance.o gfun.o reference.o character.o file.o read.o print.o error.o string.o cfun.o typespec.o assignment.o predicate.o big.o number.o num_pred.o num_comp.o num_arith.o num_sfun.o num_co.o num_log.o num_rand.o array.o sequence.o cmpaux.o macros.o backq.o stacks.o time.o unixint.o mapfun.o multival.o hash.o format.o pathname.o structure.o load.o unixfsys.o unixsys.o all_symbols.o  alloc_2.o
ranlib ../libecl.a
if test -f ../CROSS-DPP ; then ../CROSS-DPP /home/dietz/ecls/src/c/cinit.d cinit.c ; else ./dpp /home/dietz/ecls/src/c/cinit.d cinit.c ; fi
dpp: /home/dietz/ecls/src/c/cinit.d -> cinit.c
gcc -c -I/home/dietz/ecls/src/c -I/home/dietz/ecls/src/h -I../h -I../include -g -O2 -fomit-frame-pointer -mcpu=athlon -march=athlon -fPIC -fstrict-aliasing -Dlinux -o cinit.o cinit.c
rm num_comp.c list.c mapfun.c format.c stacks.c time.c num_rand.c file.c sequence.c num_arith.c alloc_2.c num_log.c array.c cfun.c disassembler.c predicate.c assignment.c backq.c main.c string.c big.c eval.c error.c character.c print.c number.c gfun.c multival.c read.c cinit.c macros.c typespec.c unixint.c hash.c compiler.c num_sfun.c num_pred.c reference.c structure.c unixfsys.c symbol.c pathname.c num_co.c load.c unixsys.c cmpaux.c package.c interpreter.c instance.c
make[2]: Leaving directory `/home/dietz/ecls/build/c'
if [ -f CROSS-COMPILER ]; then \
         touch ecl_min; \
else \
         gcc  -o ecl_min c/cinit.o -L./ libecl.a -lgmp -lgc -ldl -lm;\
fi
sed -e 's, at ecldir@,/home/dietz/lib/ecl,g' < compile.pre > compile.lsp
if [ -f CROSS-COMPILER ]; then \
         ./CROSS-COMPILER < compile.lsp; \
else \
         ./ecl_min < compile.lsp; \
fi
;*** Lisp core booted ****
ECLS (Embeddable Common Lisp)  16384 pages

 >
Unrecoverable error:
Lisp initialization error.

make[1]: *** [ecl] Error 134
make[1]: Leaving directory `/home/dietz/ecls/build'
make: *** [all] Error 2


	Paul






More information about the ecl-devel mailing list