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 396438 - Build fails on Mac OS X / gtk-quartz because of missing -lgthread
Build fails on Mac OS X / gtk-quartz because of missing -lgthread
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2007-01-14 13:54 UTC by W. Michael Petullo
Modified: 2007-01-17 01:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description W. Michael Petullo 2007-01-14 13:54:16 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:
Comment 1 W. Michael Petullo 2007-01-14 19:49:52 UTC
Actually, the previos comment should use -lgthread-2.0 instead of -lgthread.
Comment 2 Morten Welinder 2007-01-16 16:41:21 UTC
What Gnumeric version is this for?  And how does it fail?
Comment 3 W. Michael Petullo 2007-01-17 01:05:43 UTC
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.
Comment 4 Morten Welinder 2007-01-17 01:10:32 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.

Ah, ok.