Re: [GENERAL] Link errors

2017-05-05 Thread Magnus Hagander
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

[GENERAL] Link errors

2017-05-04 Thread Igor Korot
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

[GENERAL] link errors building extensions for Postgres on Windows using MinGW

2005-07-27 Thread Eric Davies
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