Re: load_extension calls scm_dynamic_call unconditionally

2009-09-23 Thread Neil Jerram
Scott McPeak writes: > This this correct? It certainly is, and we recently made almost exactly this change in the Git repo - see [1]. It has been in the 1.9.x pre-releases since end March, and will be in 2.0. I also just cherry-picked it to the 1.8.x branch, so it'll be in 1.8.8, if and when w

load_extension calls scm_dynamic_call unconditionally

2009-09-22 Thread Scott McPeak
Hi, I'm trying to write a program that uses Guile but does not do any dynamic linking, yet still uses the SRFI-1 extension. The documentation for scm_load_extension hints at how to do this: http://www.gnu.org/software/guile/docs/docs-1.8/guile-ref/Dynamic-Linking-and-Compiled-Code-Modules.html