Displaying 2 results from an estimated 2 matches for "__dbl_min_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...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...e-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
ccver-V: gcc: `-V' option must have argument
cppdefines:
#define __DBL_MIN_EXP__ (-1021)
#define __FLT_MIN__ 1.17549435e-38F
#define __CHAR_BIT__ 8
#define __WCHAR_MAX__ 2147483647
#define __DBL_DENORM_MIN__ 4.9406564584124654e-324
#define __FLT_EVAL_METHOD__ 2
#define __unix__ 1
#define unix 1
#define __i386__ 1
#define __SIZE_TYPE__ unsigned int
#define __ELF__ 1
#define __DB...