Обсуждение: libpq and _pgmodule under WinNT without cygwin

Поиск
Список
Период
Сортировка

libpq and _pgmodule under WinNT without cygwin

От
"Erny"
Дата:
Hi all,

is there a way to build pq.dll and _pg.dll under NT without linking to
cygwin, using e.g., mingw?

How do I have do configure Makefiles, etc.?

Erny





Re: libpq and _pgmodule under WinNT without cygwin

От
Christof Petig
Дата:
Erny wrote:

> is there a way to build pq.dll and _pg.dll under NT without linking to
> cygwin, using e.g., mingw?
>
> How do I have do configure Makefiles, etc.?

I compiled it using a MinGW cross compile under Linux. Look for my patch
(Subject: MinGW) on this mailing list. If you'd like I'd send you a binary
(DLL).

Yours Christof