Mark H Weaver <m...@netris.org> skribis: > The problem is the call to 'load-extension' near the top of > 'srfi-1.scm', which again tries to load that shared library. > You'll have to remove that call from 'srfi-1.scm'.
Actually ltdl supports “preloaded libraries”, but that would mean reworking 1.8’s build system to use it (see <http://thread.gmane.org/gmane.lisp.guile.devel/7897>). Ludo’.