Bug 153989 - some executables use symbols from libm, but don't link against libm
Summary: some executables use symbols from libm, but don't link against libm
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-13 19:56 UTC by Armin Berres
Modified: 2007-12-14 10:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Link agains libm where needed. (1.39 KB, patch)
2007-12-13 19:57 UTC, Armin Berres
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Armin Berres 2007-12-13 19:56:28 UTC
Version:            (using KDE KDE 3.97.0)
Installed from:    Compiled From Sources
OS:                Linux

While building kdeedu with
export LDFLAGS+="-Wl,-z -Wl,--as-needed"
I noticed that some apps miss to link against libm, but use symbols from libm. Please consider applying the attached patch.
Comment 1 Armin Berres 2007-12-13 19:57:48 UTC
Created attachment 22534 [details]
Link agains libm where needed.
Comment 2 Jasem Mutlaq 2007-12-14 10:52:45 UTC
Patch applied, thanks :)
Comment 3 Jasem Mutlaq 2007-12-14 10:53:02 UTC
*** Bug has been marked as fixed ***.