On Fri 08 Feb 2013 10:25, Richard Shann <richard.sh...@virgin.net> writes:

> On Fri, 2013-02-08 at 09:24 +0000, Richard Shann wrote:
>> Is it possible to statically link in the srfi modules?
>> (load-extension "libguile-srfi-srfi-1-v-3" "scm_init_srfi_1")
>> fails.

You can link it in I think, but then you will need to call

  scm_c_register_extension ("libguile-srfi-srfi-1-v-3", "scm_init_srfi_1",
                             scm_init_srfi_1, NULL)

somewhere in your C code.

> Oh - sorry, I should have mentioned, we are still on guile 1.8 (perhaps
> for no good reason?), if that affects the answer.

Same answer.  Guile 2.0 is much faster if that matters to you :)

Andy
-- 
http://wingolog.org/

Reply via email to