As Linus explained, you need to import the (guile) module.
(library (succeed-link (0 1))
(export link)
(import (guile))
(define link dynamic-link))
Works as intended, so I'm closing this bug. :-)
- Taylan
In r6rs libraries, only r6rs is available. You need to impor whatever bindings
you need from the (guile) module
--
Linus Björnstam
On Mon, 14 Sep 2020, at 05:07, Guy Gastineau wrote:
> Guile version 3.0.4.38-64c894
>
> I am on 64 bit arch linux, and I built guile3.0 from the AUR package
> g
Guile version 3.0.4.38-64c894
I am on 64 bit arch linux, and I built guile3.0 from the AUR package
guile-git on Sep 12 2020
https://aur.archlinux.org/guile-git.git for the PKGBUILD (the config
options were practically non-existent).
I am writing to modules that dynamically link. DYNAMIC-LINK wor