Guido Benvenuto Gay <[email protected]> writes:

> #undef intmax_t
> #if 0 && LONG_MAX >> 30 == 1
> typedef long long int gl_intmax_t;
[...]

> #undef uintmax_t
> #if 1 && ULONG_MAX >> 31 == 1
[...]

This is very curious.  It shows that "configure" has detected the
presence of a working "long long int", but not "unsigned long
long int".  That doesn't make very much sense.

Can you additionally pass along the contents of config.log?

Thank you.
-- 
Ben Pfaff 
http://benpfaff.org


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to