bug#43394: DYNAMIC-LINK is unbound when using r6rs library syntax

2021-05-12 Thread Taylan Kammer
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

bug#43394: DYNAMIC-LINK is unbound when using r6rs library syntax

2020-09-14 Thread Linus Björnstam
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

bug#43394: DYNAMIC-LINK is unbound when using r6rs library syntax

2020-09-13 Thread Guy Gastineau
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