Re: writing backend extensions using Visual Studio - Mailing list pgsql-hackers-win32

From Bruce Momjian
Subject Re: writing backend extensions using Visual Studio
Date
Msg-id 200503261740.j2QHe9n05029@candle.pha.pa.us
Whole thread Raw
In response to Re: writing backend extensions using Visual Studio  (Greg Landrum <greg.landrum@gmail.com>)
Responses Re: writing backend extensions using Visual Studio  (Greg Landrum <greg.landrum@gmail.com>)
List pgsql-hackers-win32
Greg Landrum wrote:
> On Sat, 26 Mar 2005 11:25:27 -0500, Andrew Dunstan <andrew@dunslane.net> wrote:
> >
> > Do we actually support building backend extensions with anything other
> > than our standard build environment? I know we support building libpq
> > using MSVC, but that is for client use. I'm not even mildly surprised
> > that building a backend extension with MSVC breaks.
>
> This goes a long way towards answering my question.
>
> So given that I want to work with backend extensions on windows, I
> need to pull down a copy of mingw and use that?

Yes, read the MinGW FAQ that explains the things you need.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-hackers-win32 by date:

Previous
From: Greg Landrum
Date:
Subject: Re: writing backend extensions using Visual Studio
Next
From: Tom Lane
Date:
Subject: Re: writing backend extensions using Visual