[Ecls-list] Compiling asdf into single fas

Mark Cox markcox80 at gmail.com
Fri Feb 1 02:47:27 UTC 2013


On Fri, Feb 1, 2013 at 9:32 AM, Peter Enerccio <enerccio at gmail.com> wrote:

> Thanks I will look into it. However, I was wondering if such fas could be
> loaded with normal load, instead of load-fasl-op.
>

ASDF:MAKE-BUILD does what you want. :)

; SLIME 2013-01-12
CL-USER> (asdf:make-build "alexandria" :monolithic t)
;;; Loading
"/Users/temporary/quicklisp/dists/quicklisp/software/alexandria-20130128-git/alexandria.asd"
(#P"/Users/temporary/.cache/common-lisp/ecl-12.12.1-89a8201b-macosx-x86/Users/temporary/quicklisp/dists/quicklisp/software/alexandria-20130128-git/alexandria.system-and-dependencies.fasb")

CL-USER> (load (first *))
;;; Loading
"/Users/temporary/.cache/common-lisp/ecl-12.12.1-89a8201b-macosx-x86/Users/temporary/quicklisp/dists/quicklisp/software/alexandria-20130128-git/alexandria.system-and-dependencies.fasb"
#P"/Users/temporary/.cache/common-lisp/ecl-12.12.1-89a8201b-macosx-x86/Users/temporary/quicklisp/dists/quicklisp/software/alexandria-20130128-git/alexandria.system-and-dependencies.fasb"
CL-USER>

I think the next version of ASDF will have a portable way of doing what
ASDF:MAKE-BUILD does on ECL.

Mark

The reason is that in my program, I treat fas as extension type, which gets
> automatically loaded from plugins directory.
>

>
> 2013/1/31 Mark Cox <markcox80 at gmail.com>
>
>> Hi Peter,
>>
>> On 31/01/2013, at 3:18 AM, Peter Enerccio wrote:
>>
>> > I was wondering if it is possible to compile asdf package into single
>> fas file for easy loading/packaging.
>>
>> ECL's ASDF does what you want. See [1] and [2].
>>
>> [1] http://ecls.sourceforge.net/new-manual/re55.html
>> [2] http://ecls.sourceforge.net/new-manual/re56.html
>>
>> Mark
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_jan
>> _______________________________________________
>> Ecls-list mailing list
>> Ecls-list at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ecls-list
>>
>
>
>
> --
> Bc. Peter Vaňušanik
> http://www.bishojo.tk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20130201/c801d173/attachment.html>


More information about the ecl-devel mailing list