Re: MinGW-W64 compile error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Leonardo M(dot) Ramé <l(dot)rame(at)griensu(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: MinGW-W64 compile error
Date: 2015-11-04 14:46:46
Message-ID: 829.1446648406@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"=?UTF-8?Q?Leonardo_M._Ram=c3=a9?=" <l(dot)rame(at)griensu(dot)com> writes:
> El 04/11/15 a las 00:05, Tom Lane escribi:
>> Why is it invoking g++ and not gcc?

> I don't know. I just installed MinGW, then ./configure, maybe there's an
> error in the configure script?.

I looked at the configure script carefully, and so far as I can see,
it will only choose compilers named "gcc" or "cc" of its own accord.
Choosing g++ would only be possible if you have CC = g++ in your
environment.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bertrand Roos 2015-11-04 15:43:57 Re: Auto-analyse on insert operations
Previous Message Adrian Klaver 2015-11-04 14:44:30 Re: Auto-analyse on insert operations