Re: FW: Postgres on Windows NT - Mailing list pgsql-ports

From Pete Forman
Subject Re: FW: Postgres on Windows NT
Date
Msg-id 14847.7004.608166.374262@kryten.bedford.waii.com
Whole thread Raw
In response to Re: FW: Postgres on Windows NT  ("Chandra Sekhar . K" <csekhar@cisco.com>)
Responses Re: FW: Postgres on Windows NT  ("Chandra Sekhar . K" <csekhar@cisco.com>)
List pgsql-ports
Chandra Sekhar . K writes:
 > I have taken the latest code from Cygwin and applied the patch
 > of /usr/include/cygwin/cygwin_dll.h and one more patch on
 >  sys_nerr in elog.c and exc.c but after all that I am also seeing
 >  the following error message.

Did utils/dllinit.c get patched properly, and then recompiled.  Lines
53-55 should be:

    struct _reent *_impure_ptr;

    extern __declspec(dllimport) struct _reent reent_data;


If that is okay, what do you get if you cd to interfaces/libpq and

    make DLLWRAP="dllwrap -v"


--
Pete Forman                 -./\.- Disclaimer: This post is originated
Western Geophysical           -./\.-  by myself and does not represent
pete.forman@westgeo.com         -./\.-  the opinion of Baker Hughes or
http://www.crosswinds.net/~petef  -./\.-  its divisions.

pgsql-ports by date:

Previous
From: "Chandra Sekhar . K"
Date:
Subject: Re: FW: Postgres on Windows NT
Next
From: "Chandra Sekhar . K"
Date:
Subject: Re: FW: Postgres on Windows NT