Displaying 2 results from an estimated 2 matches for "__dbl_max_exp__".
2007 Jan 15
1
syslinux 3.31 will not build on RHEL3
Hi,
I've attempted to build 3.31 on RHEL3 but it fails since __DBL_MIN_EXP__
and __DBL_MAX_EXP__ used in com32/lib/math/strtod.c is undefined.
I added defines with the values used on RHEL4 (derived from cpp -E -dM <
/dev/null) and the build then completes. A quick test did not reveal any
ill effects.
Is there perhaps a better workaround for this?
Another little nit I saw was that com32/l...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...#define __DECIMAL_DIG__ 21
#define __DBL_MANT_DIG__ 53
#define __WINT_TYPE__ unsigned int
#define __GNUC__ 3
#define __LDBL_MIN_EXP__ (-16381)
#define __tune_i586__ 1
#define __LDBL_MAX_10_EXP__ 4932
#define __DBL_EPSILON__ 2.2204460492503131e-16
#define __DBL_MAX__ 1.7976931348623157e+308
#define __DBL_MAX_EXP__ 1024
#define __FLT_DENORM_MIN__ 1.40129846e-45F
#define __LONG_LONG_MAX__ 9223372036854775807LL
#define __FLT_MAX__ 3.40282347e+38F
#define __GXX_ABI_VERSION 102
#define __FLT_MIN_10_EXP__ (-37)
#define __FLT_MIN_EXP__ (-125)
#define i386 1
#define __GNUC_MINOR__ 3
#define __DBL_MAX_10_EXP__ 308
#d...