GNOME Bugzilla – Bug 667350
Should link to gmodule
Last modified: 2012-03-07 13:27:42 UTC
CCLD libgiggle.la .libs/giggle-plugin.o: In function `plugin_dispose': giggle-plugin.c:(.text+0xb2f): undefined reference to `g_module_close' .libs/giggle-plugin.o: In function `plugin_action_cb': giggle-plugin.c:(.text+0x104e): undefined reference to `g_module_symbol' giggle-plugin.c:(.text+0x10e3): undefined reference to `g_module_build_path' giggle-plugin.c:(.text+0x10f7): undefined reference to `g_module_open' giggle-plugin.c:(.text+0x12fb): undefined reference to `g_module_build_path' giggle-plugin.c:(.text+0x130f): undefined reference to `g_module_open' collect2: ld returned 1 exit status
Created attachment 205621 [details] [review] build: Explicitly link to gmodule-2.0 gmodule-2.0 is now gone from the pkg-config files for GTK+ 3 and others.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report (and the patch)