[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile Build Errors
From: |
Ludovic Courtès |
Subject: |
Re: Guile Build Errors |
Date: |
Mon, 05 Oct 2009 11:02:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hi,
Neil Jerram <address@hidden> writes:
> address@hidden (Ludovic Courtès) writes:
>
>> Note that you can already use (or rather debug ;-)) Guile without
>> `dlpreopen'. You just won't be able to load modules that call
>> `load-extension'. In 1.8, it means you cannot use SRFI-1 and SRFI-60.
>
> What about statically linking all of the necessary libraries, and adding
> a scm_c_register_extension () call to the application startup code for
> each (load-extension ...) call that you expect Scheme code to make?
> Wouldn't that work?
Yes, that should work, but it’s a bit of kludge in the sense that the
application shouldn’t have to know about all this.
Thanks,
Ludo’.