Re: Static linking of Guile extensions

2017-09-08 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > scheme@(guile-user)> (use-modules (ice-9 readline)) > While compiling expression: > ERROR: In procedure dynamic-link: file: "libguilereadline-v-18", message: > "file not found" You could patch Guile to link guile-readline/*.lo into libguile-2.2.la (which wo

Re: Static linking of Guile extensions

2017-08-29 Thread Maxim Cournoyer
Christopher Allan Webber writes: > Maxim Cournoyer writes: > >> Hi, >> >> Today I tried investigating if was possible to build Guile so that even >> its extension modules could be built in statically rather than >> dynamically loaded. I didn't succeed; even when building Guile the way >> its desc

Re: Static linking of Guile extensions

2017-08-28 Thread Christopher Allan Webber
Maxim Cournoyer writes: > Hi, > > Today I tried investigating if was possible to build Guile so that even > its extension modules could be built in statically rather than > dynamically loaded. I didn't succeed; even when building Guile the way > its described by the %guile-static package in Guix (

Static linking of Guile extensions

2017-08-25 Thread Maxim Cournoyer
Hi, Today I tried investigating if was possible to build Guile so that even its extension modules could be built in statically rather than dynamically loaded. I didn't succeed; even when building Guile the way its described by the %guile-static package in Guix (see (gnu packages make-bootstrap)),