On Fri, Jun 28, 2013 at 10:17 AM, anri pan wrote:
> Is there any way to incorporate asdf into the monolithic library, so the
> resulting program wouldn't require ECL installation?
>
Not right now. It can be incorporated (and it will be incorporated by
default) in DLL's though. But you need the m
Hello.
I'm trying to incorporate ECL into the existing project using CFFI, which is
not working without ASDF. But it seems that make-build :monolithic t ignores
:asdf in the system dependencies. So i need the code like (require 'asdf),
which loads fasl file from ecl install directory, otherwise
Hello.
I'm trying to incorporate ECL into the existing project using CFFI, which is not working without ASDF. But it seems that make-build :monolithic t ignores :asdf in the system dependencies. So i need the code like (require 'asdf), which loads fasl file from ecl install directory, otherwise