This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Q] automagic define/undefine with dynamic-link/dynamic-unlink



I'm concerned that _init and _fini are not portable to different
object formats, and don't work with static libraries.

Having init functions whose names are computed from module names is
clumsy if you rename the module, but at least it's portable.