GNOME Bugzilla – Bug 746103
Missing libm linking
Last modified: 2015-03-13 15:01:09 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.
Created attachment 299221 [details] [review] Link with libm where needed
From #gegl on GIMPNet: <rishi> pippin: mitch_: Ok to commit https://bugzilla.gnome.org/show_bug.cgi?id=746103 ? <mitch_> rishi: yeah go ahead
Attachment 299221 [details] pushed as c9bbc81 - Link with libm where needed