Cannot find a working 64-bit integer type

From: "Igal (at) Lucee(dot)org" <igal(at)lucee(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Cannot find a working 64-bit integer type
Date: 2016-01-17 20:07:58
Message-ID: 569BF49E.6030308@lucee.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'm trying to build Postgres with GCC 5.3.0 on Windows (a-la MinGW-64)
and when I ran "configure" I received the following error:
"configure: error: Cannot find a working 64-bit integer type."

The config.log file can be seen at
https://gist.github.com/TwentyOneSolutions/8c225f66b9c0d4434871#file-config-201601171200-log-L21971

A google search finds this thread from 4 years ago, the IIUC explains
that the issue is with newer GCC versions.

Any ideas on how I can overcome this issue?

Thanks!

--

Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-01-17 20:13:30 Do we need SQL-level access to amoptions functions?
Previous Message Jeff Janes 2016-01-17 20:03:34 Re: Proposal: speeding up GIN build with parallel workers