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 786996 - missing -lm causes underlinking with gold linker
missing -lm causes underlinking with gold linker
Status: RESOLVED DUPLICATE of bug 787019
Product: GIMP
Classification: Other
Component: libgimp
2.9.6
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2017-08-30 06:47 UTC by Stephen Arnold
Modified: 2017-08-31 19:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephen Arnold 2017-08-30 06:47:26 UTC
Gold linker needs an explicit "-lm" due to a couple of math functions (same as glade bug).  Since gimp needs it, the same patch works here for base lib.
Comment 1 Michael Natterer 2017-08-30 07:27:09 UTC
So it's libgimpbase that's affected?
Comment 2 Stephen Arnold 2017-08-30 16:55:58 UTC
Exactly.
Comment 3 Sebastian Pipping 2017-08-31 16:31:02 UTC
Because that cannot be seen from this page:

Duplicate bug #787019 also has a patch:
https://bugzilla.gnome.org/attachment.cgi?id=358774&action=diff
Comment 4 Michael Schumacher 2017-08-31 19:08:23 UTC

*** This bug has been marked as a duplicate of bug 787019 ***