Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Date: 2014-02-15 15:12:17
Message-ID: 20773.1392477137@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> However, the build now fails like this:

> pg_buffercache_pages.o: In function `pg_buffercache_pages':
> c:/MinGW/msys/1.0/home/pgrunner/bf/root/HEAD/pgsql.6024/../pgsql/contrib/pg_buffercache/pg_buffercache_pages.c:119:
> undefined reference to `MainLWLockArray'

Yes, this is what we're expecting in HEAD. As soon as all the Windows
critters are doing that, I'll commit PGDLLIMPORT additions to fix it.
We're leaving it deliberately unfixed in the short term until we
confirm that all the toolchains are detecting this type of error now.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-02-15 15:18:13 Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Previous Message Andres Freund 2014-02-15 15:05:39 Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.