GNOME Bugzilla – Bug 324067
dasher needs -Wl,--export-dynamic,
Last modified: 2006-01-28 03:01:34 UTC
Otherwise libglade will not find the signal handlers.
Created attachment 55985 [details] [review] patch
I think this is an upstream bug of libglade, it should depend on gobject.
Wether libglade depends on gobject or not has no effect on this. The problem is that libglade cannot find the handlers if you use the signal autoconnect feature, unless your app is linked wit h that flag
2006-01-27 Behdad Esfahbod <behdad@behdad.org> * configure.in (GTK2BUILD_LIBS): Add --export-dynamic linker flag, needed for glade signal auto-connect. (bug #324067, Matthias Clasen)