From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Thomas Gilligan <thomas(dot)gilligan(at)icloud(dot)com> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Fix for configure error in 9.5/9.6 on macOS 11.0 Big Sur |
Date: | 2020-08-02 21:18:05 |
Message-ID: | 2226053.1596403085@sss.pgh.pa.us |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Thomas Gilligan <thomas(dot)gilligan(at)icloud(dot)com> writes:
> Under the next version of macOS (11.0 unreleased beta 3), configuring Postgres 9.5 and 9.6 fails with
>> checking test program... ok
>> checking whether long int is 64 bits... no
>> checking whether long long int is 64 bits... no
>> configure: error: Cannot find a working 64-bit integer type.
Hm, could we see the config.log output for this? I'm not 100% convinced
that you've diagnosed the problem accurately, because it'd imply that
Apple made some fundamentally incompatible changes in libc, which
seems like stirring up trouble for nothing.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2020-08-02 21:24:56 | Re: OpenSSL randomness seeding |
Previous Message | Daniel Gustafsson | 2020-08-02 20:43:33 | Re: Default gucs for EXPLAIN |