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 746103 - Missing libm linking
Missing libm linking
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: build
git master
Other Linux
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2015-03-12 18:08 UTC by Kalev Lember
Modified: 2015-03-13 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Link with libm where needed (1.10 KB, patch)
2015-03-12 18:09 UTC, Kalev Lember
committed Details | Review

Description Kalev Lember 2015-03-12 18:08:10 UTC
I've tried to build gegl git master on an arm system and it complained about unresolved sqrt symbols -- the attached patch fixes the issue I was seeing by making the code that uses sqrt() link with -lm.
Comment 1 Kalev Lember 2015-03-12 18:09:30 UTC
Created attachment 299221 [details] [review]
Link with libm where needed
Comment 2 Debarshi Ray 2015-03-13 14:58:49 UTC
From #gegl on GIMPNet:

<rishi> pippin: mitch_: Ok to commit                                      
      https://bugzilla.gnome.org/show_bug.cgi?id=746103 ?
<mitch_> rishi: yeah go ahead
Comment 3 Kalev Lember 2015-03-13 15:01:03 UTC
Attachment 299221 [details] pushed as c9bbc81 - Link with libm where needed