Re: BUG #10436: Can't compile 9.4 with this mingw64-w32 gcc 4.8.1, 4.8.2, 4.8.3

From: Noah Misch <noah(at)leadboat(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, lr(at)pcorp(dot)us, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #10436: Can't compile 9.4 with this mingw64-w32 gcc 4.8.1, 4.8.2, 4.8.3
Date: 2014-08-17 23:55:03
Message-ID: 20140817235503.GE410471@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, May 24, 2014 at 08:51:45PM +0200, Andres Freund wrote:
> On 2014-05-24 14:21:32 -0400, Tom Lane wrote:
> > Andres Freund <andres(at)2ndquadrant(dot)com> writes:
> > > On 2014-05-24 12:35:08 -0400, Tom Lane wrote:
> > >> If it's not getting through configure, the only plausible explanation
> > >> seems to be that something in autoconf 2.69 broke it.
> >
> > > It could also be the linking changes made while trying to make missing
> > > PGDLLIMPORTs more visible.
> >
> > None of those changes touched the configure script, though.
>
> Right.
>
> Regina, can you post config.log from 9.3 and 9.4?
>
> There's a couple of bugreports referencing _set_invalid_parameter_handle
> and mingw. With confusingly different explanations...

I, too, ran into this problem. It boils down to recent MinGW-w64 not
tolerating -Wl,--disable-auto-import:
https://sourceforge.net/p/mingw-w64/bugs/415

For now, I work around this locally by removing -Wl,--disable-auto-import from
src/template/win32. (Commit 1c9acd5 introduced our use of that flag for this
target.) Let's see how that MinGW-w64 bug progresses; if needed, we can have
"configure" check whether -Wl,--disable-auto-import works before using it.

Thanks,
nm

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sandeep Thakkar 2014-08-18 05:36:17 Re: Postgresql on windows SSL.
Previous Message Christopher Browne 2014-08-16 18:14:25 Re: BUG #11176: Doc bug: New York City is *not* the capital of New York State.