ASDF and FASL files concatenation
Hi, I would like to implement ASDF's CONCATENATE-SYSTEM operation similar to LW:CONCATENATE-SYSTEM. I tried to use Piter Seibel's ASDF-EXTENSIONS:BUILD-ONE-FASL as an example and it works fine with SBCL but doesn't with LispWorks. Currently BUILD-ONE-FASL just concatenates all FASL files of a given system into one bigger file and SBCL then can LOAD it all. LispWorks can LOAD only the first FASL and ignores the rest of the concatenated FASL file. I compared the output with LW:CONCATENATE-SYSTEM and it looks like each FASL of the concatenated FASL file is prepended with some extra information. Has anyone done this before in LispWorks? Thanks. -- --ska _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html