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
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
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 (
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)),