GNOME Bugzilla – Bug 601651
devhelp needs to link against libgthread
Last modified: 2009-11-15 22:08:53 UTC
Hi, devhelp uses g_thread_init(), so it needs to specifically link against libgthread. Also libdevhelp doesn't need to link against it as it uses none of its symbols (or so it seems to me).
Created attachment 147544 [details] [review] Let devhelp link against libgthread as it uses one of its symbols
Created attachment 147545 [details] [review] No need for libdevhelp to link against libgthread Patch 2/2. Patches against git master.
Thanks, they were pushed as commit 471623a4ee6879af25ab3363778b1a56196a9e35 Author: Emilio Pozuelo Monfort <pochu27@gmail.com> Date: Thu Nov 12 09:08:45 2009 +0100 No need for libdevhelp to link against libgthread commit 9c0dbb8c413da2b975e42680c819ca0681b2aa21 Author: Emilio Pozuelo Monfort <pochu27@gmail.com> Date: Thu Nov 12 09:06:05 2009 +0100 Let devhelp link against libgthread as it uses one of its symbols