Re: Win32 libpq : Static Link ? - Mailing list pgsql-hackers-win32

From Dave Page
Subject Re: Win32 libpq : Static Link ?
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4306894@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Win32 libpq : Static Link ?  (Oliver D. <oliver@inadd.com>)
Responses Re: Win32 libpq : Static Link ?
List pgsql-hackers-win32

> -----Original Message-----
> From: pgsql-hackers-win32-owner@postgresql.org
> [mailto:pgsql-hackers-win32-owner@postgresql.org] On Behalf
> Of Oliver D.
> Sent: 04 October 2004 07:00
> To: pgsql-hackers-win32@postgresql.org
> Subject: Re: [pgsql-hackers-win32] Win32 libpq : Static Link ?
>
> I'm completely stuck with this issue. I just want to know if
> some Win32 developer has been able to links statically
> against libpq (using libpq.lib). Even if I apparently could
> compile the static lib, the program that try to link against
> still ask for a .dll.
>
> Any help would be appreciated.

Yes, until a week ago, pgAdmin III linked statically against a VC++
compiled libpq.lib. It sounds to me like the libpq.lib you have is not
actually a static library, but an import library for the DLL.

Regards, Dave

pgsql-hackers-win32 by date:

Previous
From: "Dave Page"
Date:
Subject: Re: output file name - was pg_restore / psql
Next
From: Oliver D.
Date:
Subject: Re: Win32 libpq : Static Link ?