On Fri, May 5, 2017 at 1:30 AM, Igor Korot wrote:
> Hi,
> [code]
> 1> Creating library vc_mswuddll\postgres_dll.lib and object
> vc_mswuddll\postgres_dll.exp
> 1>libpqd.lib(fe-connect.obj) : error LNK2019: unresolved external
> symbol __imp__WSAIoctl@36 referenced in function _setKeepalivesWi
Hi,
[code]
1> Creating library vc_mswuddll\postgres_dll.lib and object
vc_mswuddll\postgres_dll.exp
1>libpqd.lib(fe-connect.obj) : error LNK2019: unresolved external
symbol __imp__WSAIoctl@36 referenced in function _setKeepalivesWin32
1>libpqd.lib(ip.obj) : error LNK2001: unresolved external sy
I'm trying to port an extension that previously ran under Postgres on
linux so that it runs under PostgreSQL 8.0.3 on Windows. I'm using MingGW
for the compiling/linking.
I'm getting problems when I try to link though. Symbols that are defined
in the Postgres server and referenced in my extension