[Ecls-list] ASDF monolithic library dependency.
anri pan
anri_p at mail.com
Fri Jun 28 08:17:28 UTC 2013
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 i get the following error:
Package ((ASDF . #)) referenced in compiled file
NIL
but has not been created.
Is there any way to incorporate asdf into the monolithic library, so the resulting program wouldn't require ECL installation?
anri_p.
More information about the ecl-devel
mailing list