Re: Cannot find a working 64-bit integer type on Illumos

From: Japin Li <japinli(at)hotmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Cannot find a working 64-bit integer type on Illumos
Date: 2024-03-22 17:11:31
Message-ID: ME3P282MB3166D876E9CB83009727A5ECB6312@ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Sat, 23 Mar 2024 at 00:53, Andres Freund <andres(at)anarazel(dot)de> wrote:
> Hi,
>
> On 2024-03-23 00:48:05 +0800, Japin Li wrote:
>> When I try to configure PostgreSQL 16.2 on Illumos using the following command,
>> it complains $subject.
>>
>> ./configure --enable-cassert --enable-debug --enable-nls --with-perl \
>> --with-python --without-tcl --without-gssapi --with-openssl \
>> --with-ldap --with-libxml --with-libxslt --without-systemd \
>> --with-readline --enable-thread-safety --enable-dtrace \
>> DTRACEFLAGS=-64 CFLAGS=-Werror
>>
>> However, if I remove the `CFLAGS=-Werror`, it works fine.
>
> Likely there's an unrelated warning triggering the configure test to
> fail. We'd need to see config.log to see what that is.
>

Thanks for your quick reply. Attach the config.log.

Attachment Content-Type Size
config.log text/plain 363.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2024-03-22 17:17:10 Re: psql not responding to SIGINT upon db reconnection
Previous Message Tristan Partin 2024-03-22 17:05:20 Re: psql not responding to SIGINT upon db reconnection