[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
Wed Feb 6 12:36:17 CST 2008
The following issue has been CLOSED
======================================================================
http://bugs.digium.com/view.php?id=11847
======================================================================
Reported By: pbwolf
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 11847
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
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:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 01-25-2008 20:55 CST
Last Modified: 02-06-2008 12:36 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)
======================================================================
----------------------------------------------------------------------
Corydon76 - 02-06-08 12:36
----------------------------------------------------------------------
The warnings are innocuous. We don't actually do anything with any of
those defines in 1.4 anyway. This has already been fixed in trunk.
Issue History
Date Modified Username Field Change
======================================================================
02-06-08 12:36 Corydon76 Note Added: 0081801
02-06-08 12:36 Corydon76 Assigned To => Corydon76
02-06-08 12:36 Corydon76 Status feedback => closed
02-06-08 12:36 Corydon76 Resolution open => no change
required
======================================================================
More information about the asterisk-bugs
mailing list