Re: Trying Compile libpq.dll with VC++ 9.0, but need help

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: "Dann Corbit" <DCorbit(at)connx(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Date: 2008-11-17 20:49:54
Message-ID: 937d27e10811171249j6b979fbbkb71a08ca6fbf28fa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Nov 17, 2008 at 8:43 PM, Tony Caduto
<tony_caduto(at)amsoftwaredesign(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2008-11-17 20:51:32 Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Previous Message Tony Caduto 2008-11-17 20:43:44 Re: Trying Compile libpq.dll with VC++ 9.0, but need help