After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324067 - dasher needs -Wl,--export-dynamic,
dasher needs -Wl,--export-dynamic,
Status: RESOLVED FIXED
Product: dasher
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Phil Cowans
Phil Cowans
Depends on:
Blocks:
 
 
Reported: 2005-12-14 14:30 UTC by Matthias Clasen
Modified: 2006-01-28 03:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.31 KB, patch)
2005-12-14 14:30 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2005-12-14 14:30:37 UTC
Otherwise libglade will not find the signal handlers.
Comment 1 Matthias Clasen 2005-12-14 14:30:57 UTC
Created attachment 55985 [details] [review]
patch
Comment 2 Götz Waschk 2006-01-24 16:14:22 UTC
I think this is an upstream bug of libglade, it should depend on gobject.
Comment 3 Matthias Clasen 2006-01-24 16:25:33 UTC
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
Comment 4 Behdad Esfahbod 2006-01-28 03:01:34 UTC
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)