Re: Trying Compile libpq.dll with VC++ 9.0, but need help - Mailing list pgsql-general

From Dave Page
Subject Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Date
Msg-id 937d27e10811171249j6b979fbbkb71a08ca6fbf28fa@mail.gmail.com
Whole thread Raw
In response to Re: Trying Compile libpq.dll with VC++ 9.0, but need help  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
List pgsql-general
On Mon, Nov 17, 2008 at 8:43 PM, Tony Caduto
<tony_caduto@amsoftwaredesign.com> wrote:

> Does anyone know if this can be done with mingw so I can eliminate the
> MSVCR90.DLL dependency?
> I have it installed but that is even more foreign to me than VS :-)  (mostly
> use borland CodeGear tools)

That's the easiest way of all:

./configure --with-openssl
cd src/interfaces/libpq
make all

should do the trick.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Next
From: "Dann Corbit"
Date:
Subject: Re: Trying Compile libpq.dll with VC++ 9.0, but need help