Mark H Weaver <m...@netris.org> skribis: > I guess the main thing for us to do upstream is to ensure that > --disable-shared works properly without such workarounds. Fortunately > this is mostly not an issue in Guile 2, because the SRFI-1 and SRFI-60 > libraries have been moved into the core. The only remaining > dynamically-loaded extension bundled with Guile 2 is for readline. > It would be good to fix that at some point.
I don’t think it should be “fixed” because (1) it’s an optional feature, and (2) it’s under the GPL whereas Guile is under LGPL. Ludo’.