Bug 153989

Summary: some executables use symbols from libm, but don't link against libm
Product: [Applications] kstars Reporter: Armin Berres <armin>
Component: generalAssignee: Jasem Mutlaq <mutlaqja>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Link agains libm where needed.

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 ***.