guile-devel
[Top][All Lists]
Advanced

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

Re: On the deprecated auto-loading of compiled-code modules


From: Martin Grabmueller
Subject: Re: On the deprecated auto-loading of compiled-code modules
Date: Wed, 02 May 2001 14:16:14 +0200

> From: Matthias Koeppe <address@hidden>
> Date: 02 May 2001 13:35:08 +0200
> 
> But who will call init_module_initializer?  The Guile core modules are
> all explicitly initialized in `scm_init_guile_1'.  I can't plug in my
> initializers here (and I don't want to).  I use `scm_boot_guile' to
> initialize Guile, and if I understand it right, I can't call
> `scm_make_gsubr' when Guile has not been initialized yet. (Please
> don't suggest I use `scm_init_guile' instead of `scm_boot_guile'.)

Maybe I miss something obvious here, but why don't you call the
initializer function in the main function which is passed to and then
invoked by scm_boot_guile?

Regards,
  'martin



reply via email to

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