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 601656 - gconf uses gthread symbols but doesn't link against it
gconf uses gthread symbols but doesn't link against it
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-12 08:44 UTC by Emilio Pozuelo Monfort
Modified: 2010-04-08 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Link against libgthread since we use some of its symbols (1.55 KB, patch)
2009-11-12 08:46 UTC, Emilio Pozuelo Monfort
committed Details | Review

Description Emilio Pozuelo Monfort 2009-11-12 08:44:50 UTC
gconf uses some of libgthread's symbols, but doesn't directly link against it. It works with normal ld, but will fail if --no-add-needed is specified or with binutils gold's ld.
Comment 1 Emilio Pozuelo Monfort 2009-11-12 08:46:07 UTC
Created attachment 147547 [details] [review]
Link against libgthread since we use some of its symbols
Comment 2 Vincent Untz 2010-04-08 13:24:03 UTC
Thanks, I redid the patch since your patch didn't apply for some reason. But it's in now.