Bug 62101

Summary: artsd.cc uses fabsf() which is missing in Solaris 9
Product: arts Reporter: grant beattie <kdebugs>
Component: artsdAssignee: Stefan Westerfeld <stefan>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 1.1.3   
Target Milestone: ---   
Platform: NetBSD pkgsrc   
OS: Solaris   
Latest Commit: Version Fixed In:

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