[Ecls-list] [Maxima] cvs head Maxima compiled w/ ECL => success
Juan Jose Garcia-Ripoll
juanjose.garciaripoll at googlemail.com
Tue Jul 29 16:28:44 UTC 2008
ECL does not have the notion of dumping. Creating an executable means
compiling a set of lisp files that will be linked together with the
lisp library. When the executable is launched, these lisp files will
get executed in order, as if LOAD'ed.
As for turning ASDF libraries into an executable, a big FASL or
something else, the relevant pointer is here
http://ecls.sourceforge.net/new-manual/ch16.html
It is just a matter of using a single function ASDF:MAKE-BUILD, with
the name of the system and the desired target (shared library,
loadable binary file, program, etc)
Juanjo
--
Facultad de Fisicas, Universidad Complutense,
Ciudad Universitaria s/n Madrid 28040 (Spain)
http://juanjose.garciaripoll.googlepages.com
More information about the ecl-devel
mailing list