Building Postgres using mingw - Mailing list pgsql-general

From Michael Paquier
Subject Building Postgres using mingw
Date
Msg-id CAB7nPqTU=8ismNUtJ8onG7AXag2JWfh9VhCj-H=5dHt2JZ_GHg@mail.gmail.com
Whole thread Raw
Responses Re: Building Postgres using mingw  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Building Postgres using mingw  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-general
Hi all,

Following some instructions on the wiki and the docs, I am trying to
compile the code using minwg:
https://wiki.postgresql.org/wiki/Building_With_MinGW
http://www.postgresql.org/docs/devel/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW

After installing mingw-w64 and adding its binaries to PATH, I am able
to complete configure correctly (including finding a compiler with
--host=x86_64-w64-mingw32). However mingw-w64 does not have a make
command included so compilation cannot continue.

I have also installed msysgit to facilitate the work and have already
most of the build dependencies at hand. Something obvious that I may
be missing? Is it better to give up with mingw and switch to msvc?

Regards,
--
Michael


pgsql-general by date:

Previous
From: David G Johnston
Date:
Subject: Re: probable pg_hba.conf configuration issues
Next
From: Adrian Klaver
Date:
Subject: Re: Building Postgres using mingw