[Openmcl-devel] Combining FASLs
Faré
fahree at gmail.com
Wed May 2 21:22:19 PDT 2012
Dear CCL developers,
is there a relatively simple way in CCL to combine several FASLs into one?
On SBCL, you can simply concatenate them.
On ECL, you can link the underlying .o's together into a bigger .so
On CCL, loading the concatenation of several fasls seems to be
identical to loading just the first one.
Why this matters:
* asdf-bundle offers a way on supported implementations to deliver an
entire system (and possibly its dependencies, too) as a single fasl.
* we might want to use that with the Google build system.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
Always design a thing by considering it in its next larger context — a chair
in a room, a room in a house, a house in an environment, an environment in a
city plan. — Eliel Saarinen
More information about the Openmcl-devel
mailing list