[Openmcl-devel] Combining FASLs

Faré fahree at gmail.com
Thu May 3 08:42:23 PDT 2012


Thanks a lot!
I added CCL support to asdf-bundle.

(require :asdf)
(asdf:load-system :asdf-bundle)
(asdf:operate 'asdf::load-fasl-op :your-favorite-system)

should work, as long as no ancillary .so's are made by e.g. CFFI.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
An anarchist is a man who is careful to always use pedestrian crossings,
because he utterly detests talking with policemen. — Georges Brassens


On Thu, May 3, 2012 at 3:58 AM, Ron Garret <ron at flownet.com> wrote:
>
> On May 2, 2012, at 11:42 PM, Gary Byers wrote:
>
>>> is there a relatively simple way in CCL to combine several FASLs into one ?
>>
>> Let's look, shall we ?
>>
>> ? (apropos "FASL-CONCAT")
>>      FASL-CONCATENATE, Def: FUNCTION
>> CCL::%FASL-CONCATENATE, Def: FUNCTION
>>
>> Why yes, there is!
>
> It's even documented:
>
> http://ccl.clozure.com/ccl-documentation.html#concatenating-fasl-files
>



More information about the Openmcl-devel mailing list