GNOME Bugzilla – Bug 396438
Build fails on Mac OS X / gtk-quartz because of missing -lgthread
Last modified: 2007-01-17 01:10:32 UTC
Please describe the problem: I am building gnumeric on Mac OS X using the experimental Quartz GTK backend. After ruinning ./configure, building fails because -lgthread is not included in gnumeric's library requirements in src/Makefile. Adding -lgthread to src/Makefile by hand allows the build to complete. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Actually, the previos comment should use -lgthread-2.0 instead of -lgthread.
What Gnumeric version is this for? And how does it fail?
I tried to build gnumeric from SVN on 14 Jan 07. The package begins to compile, but eventually the linker quits, complaining that it can't find g_thread_init.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report. Ah, ok.