[Ecls-list] Compiler and statically linked ECL.

Waldek Hebisch hebisch at math.uni.wroc.pl
Mon Jan 28 23:12:15 UTC 2008


Using latest svn I amd able to build statically linked ECL
without problems (thanks Juanjo!).

But now I have another problem.  In FriCAS build process creates
several executables.  First, a package definition and bunch of
utility functions is linked into executable called 'lisp'.  This
executable is used to compile another executable called 'local-lisp'
which contains extra macros and and a package definitions.  In
turn 'local-lisp' is used to compile several Lisp files.  This
works well using other Lisps and also using dynamically linked
ECL.  But when I use statically linked ECL I am able to create
'lisp' executable, but the compiler is absent from it -- so
build fails.

Using dynamically linked linked ECL I use '(require :cmp)' to
make sure that compiler is present in generated executables.
How can I include compiler in statically linked executable?

-- 
                              Waldek Hebisch
hebisch at math.uni.wroc.pl 




More information about the ecl-devel mailing list