Since 09.03.0400 need to link to secur32.lib on Windows?

From: Ants Aasma <ants(at)cybertec(dot)at>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Since 09.03.0400 need to link to secur32.lib on Windows?
Date: 2015-02-10 22:39:01
Message-ID: CA+CSw_tUbV+6PJ+BWQ3FSniB8269cAjz1S6ZMM+xqNwJ=nFk4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I'm getting linker errors for GetUserNameExA when building on Win7SP1
with SDK7.1. Quick googling shows that this function comes from
secur32.lib. Indeed, adding it to CUSTOMLINKLIBS makes it build,
although I haven't tested if it still works yet. I'm not too
comfortable in Windows build systems to come up with a patch.

References were introduced by these two commits:
e85fbb2 refs/heads/master Use libpq for everything.
c4149c9 refs/tags/REL-09_03_0400 Additonal improvement on MSDTC enlistment.

Regards,
Ants Aasma
--
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt
Web: http://www.postgresql-support.de

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2015-02-10 22:44:30 Re: Since 09.03.0400 need to link to secur32.lib on Windows?
Previous Message Adrian Klaver 2015-02-10 14:51:51 Re: PostgreSQL ODBC drivers question