GNOME Bugzilla – Bug 172748
Glib::Module does not support glib's G_MODULE_BIND_LOCAL flag
Last modified: 2005-04-22 07:27:28 UTC
Version details: Appears in earlier version of Glibmm as well Distribution/Version: This bug affects all systems using dlopen() The enum Glib::ModuleFlags does not have a MODULE_BIND_LOCAL entry that coresponds with glib's G_MODULE_BIND_LOCAL flag. Without it modules are always loaded RTLD_GLOBAL. Work around is to use code like the following: Glib::Module module(moduleName, Glib::ModuleFlags(2));
A patch would be welcome.
Sure. Should I work against the cvs HEAD, glibmm-2-6 or glibmm-2-4. Should I provide patches for all 3?
HEAD, because we may not add API to stable branches.
How's this going? Do you need help?
I'm sorry. It looks like things have been lost. I sent a patch to you about 10 days ago, and you told me at the time that you would take it from there. Do you need me to resend it to you? Do I need to do something with this bug in bugzilla? Change its state? Add more comments? Let me know.
Sorry, I guess that's an example of why people should use bugzilla or at least the mailing list instead of sending stuff directly to me. It's done now, in the HEAD branch. Thanks.