Bug 62101 - artsd.cc uses fabsf() which is missing in Solaris 9
Summary: artsd.cc uses fabsf() which is missing in Solaris 9
Status: RESOLVED DUPLICATE of bug 61796
Alias: None
Product: arts
Classification: Miscellaneous
Component: artsd (show other bugs)
Version: 1.1.3
Platform: NetBSD pkgsrc Solaris
: NOR normal
Target Milestone: ---
Assignee: Stefan Westerfeld
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-04 09:15 UTC by grant beattie
Modified: 2003-08-04 13:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grant beattie 2003-08-04 09:15:43 UTC
Version:           1.1.3 (using KDE KDE 3.1.3)
Installed from:    NetBSD pkgsrc
Compiler:          gcc version 3.3 
OS:          Solaris

apparently later (patched) versions of libm have fabsf(), but I faked it in artsd.cc with:

#define fabsf(x) (float)fabs((double)x)
Comment 1 Thiago Macieira 2003-08-04 13:45:45 UTC

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