Re: LONG_LONG_MIN

2010-03-14 Thread Bruno Haible
atforms, LLONG_MIN is undefined, it will get reported, and we'll find some replacement. (Remember that LONG_LONG_MIN as a fallback is only available with GCC, AFAICS.) 2010-03-14 Bruno Haible Fix compilation error with Sun C. * lib/strtol.c: Use LLONG_MIN instead of GCC specific

Re: LONG_LONG_MIN

2010-03-08 Thread Jim Meyering
-D_REENTRANT -g -c -o xstrtoll.o xstrtoll.c > "xstrtol.c", line 49: undefined symbol: LONG_LONG_MIN > "xstrtol.c", line 54: undefined symbol: LONG_LONG_MAX > cc: acomp failed for xstrtoll.c > *** Error code 2 > > cc -O -xc99=all -DHAVE_CONFIG_H -DEXEEXT=\"\&

LONG_LONG_MIN

2010-03-07 Thread Bruno Haible
strtoll.c "xstrtol.c", line 49: undefined symbol: LONG_LONG_MIN "xstrtol.c", line 54: undefined symbol: LONG_LONG_MAX cc: acomp failed for xstrtoll.c *** Error code 2 cc -O -xc99=all -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC -DEXEEXT=\"\"