[Ecls-list] problems with c:build-program

Larry Clapp larry at theclapp.org
Thu Apr 22 20:14:11 UTC 2004


I have three files:

file 1: (defun foo1 () t)
file 2: (defun foo2 () t)
file 3: (defun foo3 () t)

If I c:build-program and list all three in the :lisp-files list, the
resulting executable crashes:

> % ./myecl 
> 
> Unrecoverable error: 
> Lisp initialization error.
> 
> zsh: 14832 abort (core dumped)  ./myecl

If I only list the first two, the executable runs fine.

Can any one else reproduce this?  I have a recent cvs snapshot, and I
use --with-cxx.

-- Larry





More information about the ecl-devel mailing list