=> Bootstrap dependency digest>=20010302: found digest-20111104 ===> Building for ecl-12.7.1nb1 cd build; /usr/bin/gnumake cp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/util/gdbinit .gdbinit if (echo c | grep gmp); then \ cd gmp && /usr/bin/gnumake install && \ cd .. && mv include/gmp.h ecl/ && rmdir include && \ mv ./libgmp.a ./libeclgmp.a; \ fi if (echo c | grep atomic); then \ cd atomic && /usr/bin/gnumake && /usr/bin/gnumake install && cd .. && \ rm -f -rf share ecl/atomic_ops_stack.h ecl/atomic_ops_malloc.h *atomic*gpl* && \ mv libatomic_ops.a libeclatomic.a; \ fi test -d ecl/gc || mkdir ecl/gc test -d ecl/gc/private || mkdir ecl/gc/private if (echo c | grep gc); then \ cd gc && /usr/bin/gnumake install && cd .. && \ cp -rf /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/gc-unstable/include/private/*.h ecl/gc/private/ && \ mv libgc.a libeclgc.a; \ fi if (echo c | grep libffi); then \ cd libffi && /usr/bin/gnumake install && cd .. && \ sed -e 's, ecl/foo.h && \ rm ecl/ffi.h && mv ecl/foo.h ecl/ffi.h && \ mv libffi.a libeclffi.a; \ fi sed -e 's,@ecldir\\@,/usr/pkg/lib/ecl-12.7.1/,g' < lsp/config.pre > lsp/config.lsp sed -e 's,@ecldir\\@,"/usr/pkg/lib/ecl-12.7.1/",g' \ -e 's,@libdir\\@,"/usr/pkg/lib/",g' \ -e 's,@includedir\\@,"/usr/pkg/include/",g' < cmp/cmpdefs.pre > cmp/cmpdefs.lsp test -d c/ecl || mkdir c/ecl sed 's,__declspec(dllimport),,g' /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/h/external.h > c/ecl/external.h cp -rf /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/h/*.h /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/h/impl ecl/ cd c; /usr/bin/gnumake cat /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/symbols_list.h | \ sed -e 's%{\([A-Z ]*.*".*"\),[^,]*,[ ]*NULL,.*}%{\1,NULL}%g' \ -e 's%{\([A-Z ]*.*".*"\),[^,]*,[ ]*\([^,]*\),.*}%{\1,"\2"}%g' \ -e 's%{NULL.*%{NULL,NULL}};%' | \ sed -e 's%"\(IF_[A-Z0-9]*\)(\([^)]*\))"%\1("\2")%g' > tmp.h mv tmp.h /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/symbols_list2.h if test -f ../CROSS-DPP; then touch dpp; else \ gcc -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I./ /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/dpp.c -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -o dpp ; \ fi if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/main.d main.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/main.d main.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/main.d -> main.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o main.o main.o.c /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/main.d: In function 'cl_boot': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/main.d:706: warning: large integer implicitly truncated to unsigned type /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/main.d:707: warning: large integer implicitly truncated to unsigned type if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/symbol.d symbol.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/symbol.d symbol.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/symbol.d -> symbol.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o symbol.o symbol.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/package.d package.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/package.d package.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/package.d -> package.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o package.o package.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cons.d cons.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cons.d cons.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cons.d -> cons.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o cons.o cons.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/list.d list.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/list.d list.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/list.d -> list.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o list.o list.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/apply.d apply.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/apply.d apply.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/apply.d -> apply.c gcc -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c apply.c -o apply.o if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/eval.d eval.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/eval.d eval.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/eval.d -> eval.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o eval.o eval.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/interpreter.d interpreter.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/interpreter.d interpreter.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/interpreter.d -> interpreter.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o interpreter.o interpreter.o.c /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/interpreter.d: In function 'ecl_interpret': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/interpreter.d:284: warning: initialization discards qualifiers from pointer target type if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/compiler.d compiler.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/compiler.d compiler.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/compiler.d -> compiler.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o compiler.o compiler.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/disassembler.d disassembler.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/disassembler.d disassembler.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/disassembler.d -> disassembler.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o disassembler.o disassembler.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/instance.d instance.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/instance.d instance.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/instance.d -> instance.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o instance.o instance.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/gfun.d gfun.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/gfun.d gfun.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/gfun.d -> gfun.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o gfun.o gfun.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/clos/cache.d clos/cache.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/clos/cache.d clos/cache.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/clos/cache.d -> clos/cache.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o clos/cache.o clos/cache.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/clos/accessor.d clos/accessor.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/clos/accessor.d clos/accessor.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/clos/accessor.d -> clos/accessor.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o clos/accessor.o clos/accessor.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reference.d reference.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reference.d reference.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reference.d -> reference.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o reference.o reference.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/character.d character.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/character.d character.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/character.d -> character.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o character.o character.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/file.d file.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/file.d file.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/file.d -> file.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o file.o file.o.c /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/file.d: In function 'not_a_file_stream': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/file.d:5414: warning: function declared 'noreturn' has a 'return' statement if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/read.d read.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/read.d read.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/read.d -> read.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o read.o read.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/print.d print.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/print.d print.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/print.d -> print.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o print.o print.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d error.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d error.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d -> error.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o error.o error.o.c /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'si_signal_type_error': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:251: warning: function declared 'noreturn' has a 'return' statement /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'cl_error': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:530: warning: function declared 'noreturn' has a 'return' statement /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'FEwrong_type_key_arg': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:329: warning: 'noreturn' function does return /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'FEwrong_type_nth_arg': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:305: warning: 'noreturn' function does return /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'FEwrong_type_only_arg': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:281: warning: 'noreturn' function does return /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'FEreader_error': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:226: warning: 'noreturn' function does return /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'FEcontrol_error': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:195: warning: 'noreturn' function does return /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'FEprogram_error_noreturn': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:183: warning: 'noreturn' function does return /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'FEprogram_error': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:158: warning: 'noreturn' function does return /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d: In function 'ecl_unrecoverable_error': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/error.d:100: warning: 'noreturn' function does return if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/string.d string.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/string.d string.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/string.d -> string.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o string.o string.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cfun.d cfun.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cfun.d cfun.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cfun.d -> cfun.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o cfun.o cfun.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reader/parse_integer.d reader/parse_integer.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reader/parse_integer.d reader/parse_integer.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reader/parse_integer.d -> reader/parse_integer.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o reader/parse_integer.o reader/parse_integer.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reader/parse_number.d reader/parse_number.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reader/parse_number.d reader/parse_number.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/reader/parse_number.d -> reader/parse_number.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o reader/parse_number.o reader/parse_number.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/float_to_digits.d printer/float_to_digits.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/float_to_digits.d printer/float_to_digits.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/float_to_digits.d -> printer/float_to_digits.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/float_to_digits.o printer/float_to_digits.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/float_to_string.d printer/float_to_string.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/float_to_string.d printer/float_to_string.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/float_to_string.d -> printer/float_to_string.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/float_to_string.o printer/float_to_string.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/integer_to_string.d printer/integer_to_string.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/integer_to_string.d printer/integer_to_string.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/integer_to_string.d -> printer/integer_to_string.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/integer_to_string.o printer/integer_to_string.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_ugly.d printer/write_ugly.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_ugly.d printer/write_ugly.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_ugly.d -> printer/write_ugly.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/write_ugly.o printer/write_ugly.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_object.d printer/write_object.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_object.d printer/write_object.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_object.d -> printer/write_object.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/write_object.o printer/write_object.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_symbol.d printer/write_symbol.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_symbol.d printer/write_symbol.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_symbol.d -> printer/write_symbol.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/write_symbol.o printer/write_symbol.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_array.d printer/write_array.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_array.d printer/write_array.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_array.d -> printer/write_array.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/write_array.o printer/write_array.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_list.d printer/write_list.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_list.d printer/write_list.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_list.d -> printer/write_list.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/write_list.o printer/write_list.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_code.d printer/write_code.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_code.d printer/write_code.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_code.d -> printer/write_code.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/write_code.o printer/write_code.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_sse.d printer/write_sse.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_sse.d printer/write_sse.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/write_sse.d -> printer/write_sse.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/write_sse.o printer/write_sse.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/print_unreadable.d printer/print_unreadable.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/print_unreadable.d printer/print_unreadable.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/printer/print_unreadable.d -> printer/print_unreadable.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o printer/print_unreadable.o printer/print_unreadable.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/libraries.d ffi/libraries.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/libraries.d ffi/libraries.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/libraries.d -> ffi/libraries.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o ffi/libraries.o ffi/libraries.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/backtrace.d ffi/backtrace.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/backtrace.d ffi/backtrace.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/backtrace.d -> ffi/backtrace.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o ffi/backtrace.o ffi/backtrace.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/mmap.d ffi/mmap.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/mmap.d ffi/mmap.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/mmap.d -> ffi/mmap.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o ffi/mmap.o ffi/mmap.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/cdata.d ffi/cdata.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/cdata.d ffi/cdata.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi/cdata.d -> ffi/cdata.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o ffi/cdata.o ffi/cdata.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/cos.d numbers/cos.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/cos.d numbers/cos.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/cos.d -> numbers/cos.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/cos.o numbers/cos.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sin.d numbers/sin.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sin.d numbers/sin.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sin.d -> numbers/sin.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/sin.o numbers/sin.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/tan.d numbers/tan.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/tan.d numbers/tan.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/tan.d -> numbers/tan.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/tan.o numbers/tan.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/atan.d numbers/atan.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/atan.d numbers/atan.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/atan.d -> numbers/atan.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/atan.o numbers/atan.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/cosh.d numbers/cosh.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/cosh.d numbers/cosh.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/cosh.d -> numbers/cosh.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/cosh.o numbers/cosh.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sinh.d numbers/sinh.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sinh.d numbers/sinh.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sinh.d -> numbers/sinh.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/sinh.o numbers/sinh.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/tanh.d numbers/tanh.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/tanh.d numbers/tanh.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/tanh.d -> numbers/tanh.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/tanh.o numbers/tanh.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/exp.d numbers/exp.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/exp.d numbers/exp.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/exp.d -> numbers/exp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/exp.o numbers/exp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/expt.d numbers/expt.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/expt.d numbers/expt.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/expt.d -> numbers/expt.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/expt.o numbers/expt.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/log.d numbers/log.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/log.d numbers/log.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/log.d -> numbers/log.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/log.o numbers/log.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sqrt.d numbers/sqrt.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sqrt.d numbers/sqrt.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/sqrt.d -> numbers/sqrt.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/sqrt.o numbers/sqrt.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/abs.d numbers/abs.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/abs.d numbers/abs.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/abs.d -> numbers/abs.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/abs.o numbers/abs.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/zerop.d numbers/zerop.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/zerop.d numbers/zerop.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/zerop.d -> numbers/zerop.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/zerop.o numbers/zerop.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/plusp.d numbers/plusp.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/plusp.d numbers/plusp.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/plusp.d -> numbers/plusp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/plusp.o numbers/plusp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minusp.d numbers/minusp.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minusp.d numbers/minusp.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minusp.d -> numbers/minusp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/minusp.o numbers/minusp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/negate.d numbers/negate.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/negate.d numbers/negate.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/negate.d -> numbers/negate.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/negate.o numbers/negate.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/conjugate.d numbers/conjugate.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/conjugate.d numbers/conjugate.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/conjugate.d -> numbers/conjugate.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/conjugate.o numbers/conjugate.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/one_plus.d numbers/one_plus.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/one_plus.d numbers/one_plus.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/one_plus.d -> numbers/one_plus.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/one_plus.o numbers/one_plus.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/one_minus.d numbers/one_minus.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/one_minus.d numbers/one_minus.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/one_minus.d -> numbers/one_minus.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/one_minus.o numbers/one_minus.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/plus.d numbers/plus.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/plus.d numbers/plus.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/plus.d -> numbers/plus.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/plus.o numbers/plus.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minus.d numbers/minus.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minus.d numbers/minus.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minus.d -> numbers/minus.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/minus.o numbers/minus.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/times.d numbers/times.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/times.d numbers/times.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/times.d -> numbers/times.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/times.o numbers/times.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/divide.d numbers/divide.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/divide.d numbers/divide.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/divide.d -> numbers/divide.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/divide.o numbers/divide.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/number_compare.d numbers/number_compare.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/number_compare.d numbers/number_compare.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/number_compare.d -> numbers/number_compare.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/number_compare.o numbers/number_compare.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/number_equalp.d numbers/number_equalp.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/number_equalp.d numbers/number_equalp.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/number_equalp.d -> numbers/number_equalp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/number_equalp.o numbers/number_equalp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minmax.d numbers/minmax.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minmax.d numbers/minmax.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/numbers/minmax.d -> numbers/minmax.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o numbers/minmax.o numbers/minmax.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/typespec.d typespec.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/typespec.d typespec.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/typespec.d -> typespec.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o typespec.o typespec.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/assignment.d assignment.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/assignment.d assignment.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/assignment.d -> assignment.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o assignment.o assignment.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/predicate.d predicate.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/predicate.d predicate.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/predicate.d -> predicate.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o predicate.o predicate.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/number.d number.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/number.d number.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/number.d -> number.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o number.o number.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_pred.d num_pred.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_pred.d num_pred.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_pred.d -> num_pred.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o num_pred.o num_pred.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_arith.d num_arith.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_arith.d num_arith.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_arith.d -> num_arith.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o num_arith.o num_arith.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_co.d num_co.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_co.d num_co.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_co.d -> num_co.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o num_co.o num_co.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_log.d num_log.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_log.d num_log.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_log.d -> num_log.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o num_log.o num_log.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_rand.d num_rand.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_rand.d num_rand.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/num_rand.d -> num_rand.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o num_rand.o num_rand.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/array.d array.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/array.d array.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/array.d -> array.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o array.o array.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/vector_push.d vector_push.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/vector_push.d vector_push.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/vector_push.d -> vector_push.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o vector_push.o vector_push.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/sequence.d sequence.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/sequence.d sequence.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/sequence.d -> sequence.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o sequence.o sequence.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cmpaux.d cmpaux.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cmpaux.d cmpaux.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cmpaux.d -> cmpaux.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o cmpaux.o cmpaux.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/macros.d macros.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/macros.d macros.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/macros.d -> macros.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o macros.o macros.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/backq.d backq.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/backq.d backq.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/backq.d -> backq.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o backq.o backq.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/stacks.d stacks.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/stacks.d stacks.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/stacks.d -> stacks.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o stacks.o stacks.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/time.d time.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/time.d time.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/time.d -> time.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o time.o time.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixint.d unixint.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixint.d unixint.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixint.d -> unixint.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o unixint.o unixint.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/mapfun.d mapfun.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/mapfun.d mapfun.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/mapfun.d -> mapfun.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o mapfun.o mapfun.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/multival.d multival.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/multival.d multival.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/multival.d -> multival.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o multival.o multival.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/hash.d hash.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/hash.d hash.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/hash.d -> hash.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o hash.o hash.o.c /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/hash.d: In function 'copy_entry': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/hash.d:507: warning: passing argument 1 of 'GC_call_with_alloc_lock' from incompatible pointer type /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/hash.d:513: warning: passing argument 1 of 'GC_call_with_alloc_lock' from incompatible pointer type /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/hash.d:519: warning: passing argument 1 of 'GC_call_with_alloc_lock' from incompatible pointer type if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/format.d format.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/format.d format.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/format.d -> format.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o format.o format.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/pathname.d pathname.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/pathname.d pathname.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/pathname.d -> pathname.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o pathname.o pathname.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/structure.d structure.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/structure.d structure.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/structure.d -> structure.o.c Unknown symbol: si::structure-include gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o structure.o structure.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/load.d load.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/load.d load.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/load.d -> load.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o load.o load.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixfsys.d unixfsys.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixfsys.d unixfsys.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixfsys.d -> unixfsys.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o unixfsys.o unixfsys.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixsys.d unixsys.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixsys.d unixsys.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixsys.d -> unixsys.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o unixsys.o unixsys.o.c /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixsys.d: In function 'si_run_program': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixsys.d:761: warning: passing argument 2 of 'execve' from incompatible pointer type /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/unixsys.d:763: warning: passing argument 2 of 'execvp' from incompatible pointer type if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/serialize.d serialize.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/serialize.d serialize.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/serialize.d -> serialize.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o serialize.o serialize.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi.d ffi.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi.d ffi.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi.d -> ffi.o.c Unknown symbol: :win64 gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o ffi.o ffi.o.c /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi.d: In function 'ecl_foreign_data_ref_elt': /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/ffi.d:508: warning: return makes pointer from integer without a cast if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/sse2.d sse2.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/sse2.d sse2.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/sse2.d -> sse2.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o sse2.o sse2.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/big.d big.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/big.d big.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/big.d -> big.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o big.o big.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/alloc_2.d alloc_2.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/alloc_2.d alloc_2.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/alloc_2.d -> alloc_2.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o alloc_2.o alloc_2.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/tcp.d tcp.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/tcp.d tcp.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/tcp.d -> tcp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o tcp.o tcp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/threads/atomic.d threads/atomic.o.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/threads/atomic.d threads/atomic.o.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/threads/atomic.d -> threads/atomic.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.7.1\"" -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -o threads/atomic.o threads/atomic.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/all_symbols.d all_symbols.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/all_symbols.d all_symbols.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/all_symbols.d -> all_symbols.c gcc -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -I./ all_symbols.c -o all_symbols.o gcc -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -DECL_FINAL -I./ all_symbols.c -o all_symbols2.o rm -f ../libeclmin.a ar cr ../libeclmin.a main.o symbol.o package.o cons.o list.o apply.o eval.o interpreter.o compiler.o disassembler.o instance.o gfun.o clos/cache.o clos/accessor.o reference.o character.o file.o read.o print.o error.o string.o cfun.o reader/parse_integer.o reader/parse_number.o printer/float_to_digits.o printer/float_to_string.o printer/integer_to_string.o printer/write_ugly.o printer/write_object.o printer/write_symbol.o printer/write_array.o printer/write_list.o printer/write_code.o printer/write_sse.o printer/print_unreadable.o ffi/libraries.o ffi/backtrace.o ffi/mmap.o ffi/cdata.o numbers/cos.o numbers/sin.o numbers/tan.o numbers/atan.o numbers/cosh.o numbers/sinh.o numbers/tanh.o numbers/exp.o numbers/expt.o numbers/log.o numbers/sqrt.o numbers/abs.o numbers/zerop.o numbers/plusp.o numbers/minusp.o numbers/negate.o numbers/conjugate.o numbers/one_plus.o numbers/one_minus.o numbers/plus.o numbers/minus.o numbers/times.o numbers/divide.o numbers/number_compare.o numbers/number_equalp.o numbers/minmax.o typespec.o assignment.o predicate.o number.o num_pred.o num_arith.o num_co.o num_log.o num_rand.o array.o vector_push.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 serialize.o ffi.o sse2.o big.o alloc_2.o tcp.o threads/atomic.o /usr/bin/ranlib: file: ../libeclmin.a(write_sse.o) has no symbols /usr/bin/ranlib: file: ../libeclmin.a(sse2.o) has no symbols /usr/bin/ranlib: file: ../libeclmin.a(atomic.o) has no symbols ranlib ../libeclmin.a ranlib: file: ../libeclmin.a(write_sse.o) has no symbols ranlib: file: ../libeclmin.a(sse2.o) has no symbols ranlib: file: ../libeclmin.a(atomic.o) has no symbols if test -f ../CROSS-DPP ; then ../CROSS-DPP /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cinit.d cinit.c ; else ./dpp /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cinit.d cinit.c ; fi dpp: /Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c/cinit.d -> cinit.c gcc -I. -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/build -I/Users/kristerw/pbulk/scratch/lang/ecl/work/ecl-12.7.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -no-cpp-precomp -isystem /usr/include -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include -fPIC -fno-common -Ddarwin -c -I./ cinit.c -o ../cinit.o if [ -f CROSS-COMPILER ]; then \ touch ecl_min; \ else \ gcc -L/usr/pkg/lib -o ecl_min cinit.o c/all_symbols.o -L./ libeclmin.a -lgmp -lgc -lm ;\ fi sed -e 's,@ecldir\\@,/usr/pkg/lib/ecl-12.7.1/,g' \ -e 's,@libdir\\@,/usr/pkg/lib/,g' < compile.pre > compile.lsp echo "#" `uname -a` > build-stamp head -8 config.log | tail -6 >> build-stamp if [ -f CROSS-COMPILER ]; then \ ./CROSS-COMPILER compile; \ else \ ECLDIR=`pwd`/ ./ecl_min compile; \ fi ;*** Lisp core booted **** ECL (Embeddable Common Lisp) ;;; ;;; Welcome to bare.lsp. Let's bring this instance up! ;;; ;;; ;;; About to load lsp/load.lsp ;;; ;;; Loading src:lsp;export.lsp SEGMENTATION-VIOLATION ;;; Unhandled lisp initialization error ;;; Message: UNDEFINED-FUNCTION ;;; Arguments: Internal or unrecoverable error in: Lisp initialization error. [2: No such file or directory] ;;; ECL C Backtrace ;;; 0 ecl_min 0x0007d92c si_dump_c_backtrace + 60 ;;; 1 ecl_min 0x00070aa5 ecl_internal_error + 117 ;;; 2 ecl_min 0x00070102 universal_error_handler + 466 ;;; 3 ecl_min 0x0004aab1 APPLY_fixed + 65 ;;; 4 ecl_min 0x0004f2d4 ecl_apply_from_stack_frame + 148 ;;; 5 ecl_min 0x0004f5f5 cl_funcall + 133 ;;; 6 ecl_min 0x00070c0c cl_error + 140 ;;; 7 ecl_min 0x00070fc9 si_signal_type_error + 73 ;;; 8 ecl_min 0x00071004 FEwrong_type_argument + 52 ;;; 9 ecl_min 0x00065467 ecl_write_char + 87 ;;; 10 ecl_min 0x0007c37f write_symbol_string + 367 ;;; 11 ecl_min 0x0007bea6 _ecl_write_symbol + 118 ;;; 12 ecl_min 0x0007ae9d si_write_ugly_object + 93 ;;; 13 ecl_min 0x000700e4 universal_error_handler + 436 ;;; 14 ecl_min 0x0004aab1 APPLY_fixed + 65 ;;; 15 ecl_min 0x0004f2d4 ecl_apply_from_stack_frame + 148 ;;; 16 ecl_min 0x0004f5f5 cl_funcall + 133 ;;; 17 ecl_min 0x00070c0c cl_error + 140 ;;; 18 ecl_min 0x00070ddb FEundefined_function + 75 ;;; 19 ecl_min 0x0004f1f3 ecl_function_dispatch + 115 ;;; 20 ecl_min 0x00091d62 handle_signal_now + 178 ;;; 21 ecl_min 0x0009227a sigsegv_handler + 282 ;;; 22 libsystem_c.dylib 0x946ed86b _sigtramp + 43 ;;; 23 ??? 0xffffffff 0x0 + 4294967295 ;;; 24 ecl_min 0x0008e615 extend_vector + 229 ;;; 25 ecl_min 0x0008e6ec cl_vector_push_extend + 108 ;;; 26 ecl_min 0x00057c40 compile_form + 784 ;;; 27 ecl_min 0x00058373 c_call + 467 ;;; 28 ecl_min 0x00057dda compile_form + 1194 ;;; 29 ecl_min 0x00058e3b compile_with_load_time_forms + 59 ;;; 30 ecl_min 0x000591de eval_form + 270 ;;; 31 ecl_min 0x0005402b compile_toplevel_body + 91 /bin/sh: line 1: 8753 Abort trap: 6 ECLDIR=`pwd`/ ./ecl_min compile gnumake[1]: *** [bin/ecl] Error 134 gnumake: *** [all] Error 2 *** Error code 2 Stop. bmake: stopped in /Users/kristerw/pbulk/pkgsrc/lang/ecl *** Error code 1 Stop. bmake: stopped in /Users/kristerw/pbulk/pkgsrc/lang/ecl