GNOME Bugzilla – Bug 601656
gconf uses gthread symbols but doesn't link against it
Last modified: 2010-04-08 13:24:07 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.
Created attachment 147547 [details] [review] Link against libgthread since we use some of its symbols
Thanks, I redid the patch since your patch didn't apply for some reason. But it's in now.