Thread: libpq and _pgmodule under WinNT without cygwin

libpq and _pgmodule under WinNT without cygwin

From
"Erny"
Date:
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

From
Christof Petig
Date:
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