[Ecls-list] Keeping temporary Lip files around when building ECL

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Fri Dec 12 08:44:00 UTC 2008


On Fri, Dec 12, 2008 at 9:02 AM, Erik Winkels <aerique at xs4all.nl> wrote:
> When building ECL itself, is there an easy way to keep the temporary
> Lisp files around used for building it?  Some kind of configure
> setting perhaps that I might have missed (not --enable-debug).

There are no temporary lisp files, only temporary C files. However,
the C core itself only has one. If you want to debug ECL with gdb,
just do it, and ignore the missing ECLINIT* files, which just contain
trampolines to the actual library initialization files. If the
debugger does not let you do that, then (setf c::*delete-files* nil)
to force ECL to keep copies of the C files that it generates.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28009 (Spain)
http://juanjose.garciaripoll.googlepages.com


More information about the ecl-devel mailing list