[asterisk-bugs] [Asterisk 0011847]: configure does not find floor, pow, rint, sqrt in tgmath.h

noreply at bugs.digium.com noreply at bugs.digium.com
Sat Jan 26 19:02:25 CST 2008


The following issue requires your FEEDBACK. 
====================================================================== 
http://bugs.digium.com/view.php?id=11847 
====================================================================== 
Reported By:                pbwolf
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11847
Category:                   General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 99296 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             01-25-2008 20:55 CST
Last Modified:              01-26-2008 19:02 CST
====================================================================== 
Summary:                    configure does not find floor, pow, rint, sqrt in
tgmath.h
Description: 
configure is not finding floor, pow, rint, or sqrt.

checking for floor... no
checking for pow... no
checking for rint... no
checking for sqrt... no

But they're there:

$ egrep -w "#define (floor|pow|rint|sqrt)" /usr/include/*.h
/usr/include/tgmath.h:#define pow(Val1, Val2) __TGMATH_BINARY_REAL_IMAG
(Val1, Val2, pow, cpow)
/usr/include/tgmath.h:#define sqrt(Val) __TGMATH_UNARY_REAL_IMAG (Val,
sqrt, csqrt)
/usr/include/tgmath.h:#define floor(Val) __TGMATH_UNARY_REAL_ONLY (Val,
floor)
/usr/include/tgmath.h:#define rint(Val) __TGMATH_UNARY_REAL_ONLY (Val,
rint)

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-26-08 19:02  Corydon76      Status                   new => feedback     
======================================================================




More information about the asterisk-bugs mailing list