guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile Build Errors


From: Neil Jerram
Subject: Re: Guile Build Errors
Date: Sun, 04 Oct 2009 23:25:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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?

     Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]