pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling GNU PSPP 0.6.2-pre5 under Slackware 13.0


From: Ben Pfaff
Subject: Re: Compiling GNU PSPP 0.6.2-pre5 under Slackware 13.0
Date: Tue, 08 Sep 2009 20:25:30 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Guido Benvenuto Gay <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]