[asdf-devel] Re: ASDF-BUNDLE breaks ECL (and a rant about related stuff)

Juan Jose Garcia-Ripoll juanjose.garciaripoll at gmail.com
Sat May 11 21:13:12 UTC 2013


This fixes it in a less than satisfactory manner

diff --git a/bundle.lisp b/bundle.lisp
index 1dfada1..0c2f054 100644
--- a/bundle.lisp
+++ b/bundle.lisp
@@ -440,6 +440,10 @@
            (output (output-files o c))
            (bundle (first output))
            (kind (bundle-type o)))
+      (when (typep o 'program-op)
+ (setf object-files
+      (list* (c::compile-file-pathname "sys:asdf" :type :lib)
+     object-files)))
       (when output
         (create-image
          bundle (append object-files (bundle-op-lisp-files o))



On Sat, May 11, 2013 at 10:56 PM, Juan Jose Garcia-Ripoll <
juanjose.garciaripoll at gmail.com> wrote:

>
> On Sat, May 11, 2013 at 10:37 PM, Juan Jose Garcia-Ripoll <
> juanjose.garciaripoll at gmail.com> wrote:
>
>> link 800 Mb of library
>
>
> Sorry, 800kb (0.8 Mb nonetheless, apart from the time it takes to
> bootstrap ASDF in ECL).
>
>
>
> --
> Instituto de Física Fundamental, CSIC
> c/ Serrano, 113b, Madrid 28006 (Spain)
> http://juanjose.garciaripoll.googlepages.com
>



-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20130511/f633aea3/attachment.html>


More information about the asdf-devel mailing list