Re: [GENERAL] Need static version of libpq library - Mailing list pgsql-novice

From Magnus Hagander
Subject Re: [GENERAL] Need static version of libpq library
Date
Msg-id AANLkTim1-3GDcNpKZe1ARorbkuzzx0E6ovH0xYMjetC8@mail.gmail.com
Whole thread Raw
In response to Need static version of libpq library  (Trupti Ghate <ghate.trupti@gmail.com>)
List pgsql-novice
On Wed, Dec 15, 2010 at 07:41, Trupti Ghate <ghate.trupti@gmail.com> wrote:
> Hi,
>
> Where can I find the precompiled static version of  libpq
> library("libpqdll.lib")?
>
> Can I download it from somewhere?

I don't believe we ship it, since it's dependent on the compiler
version. however, it will automatically be built whenever you build
postgresql on windows, so if you do a build-from-source, you'll get
it.

(Note that you're looking for libpq.lib, not libpqdll.lib, if you want
the static one)


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgsql-novice by date:

Previous
From: Trupti Ghate
Date:
Subject: Need static version of libpq library
Next
From: Aarni
Date:
Subject: Re: Getting tables from one DB to another