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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Дата
Msg-id 937d27e10811171249j6b979fbbkb71a08ca6fbf28fa@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Trying Compile libpq.dll with VC++ 9.0, but need help  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список 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 по дате отправления:

Предыдущее
От: Tony Caduto
Дата:
Сообщение: Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: Trying Compile libpq.dll with VC++ 9.0, but need help