Re: system mingw not recognized - Mailing list pgsql-hackers

From Igal @ Lucee.org
Subject Re: system mingw not recognized
Date
Msg-id 569D522F.2060908@lucee.org
Whole thread Raw
In response to system mingw not recognized  ("Igal @ Lucee.org" <igal@lucee.org>)
Responses Re: system mingw not recognized  ("Igal @ Lucee.org" <igal@lucee.org>)
List pgsql-hackers
It looks like the docs are indeed wrong.  <br /><br /> According to <a class="moz-txt-link-freetext"
href="http://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/">http://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/</a>
itshould be x86_64-w64-mingw32<br /><br /> So in summary, the docs at <br /><a class="moz-txt-link-freetext"
href="http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW">http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW</a><br
/>should be updated from:<br /><br />     --host=x86_64-w64-mingw<br /><br /> to:<br /><br />    
--host=x86_64-w64-mingw32<br/><br /> Not sure where to report that?<br /><br /><br /> On 1/18/2016 12:52 PM, Igal @
Lucee.orgwrote:<br /><blockquote cite="mid:569D508F.5030502@lucee.org" type="cite"> Per the docs at <br /><a
class="moz-txt-link-freetext"
href="http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW"
moz-do-not-send="true">http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW</a><br
/><br/> "To build 64 bit binaries using MinGW ... and run configure with the --host=x86_64-w64-mingw option"<br /><br
/>But when I try to run:  <tt>$ ~/sources/postgresql-9.5.0/configure --host=x86_64-w64-mingw</tt><br /><br /> I get an
errorsystem mingw not recognized:<br /><br /> checking build system type... x86_64-pc-mingw64<br /> checking host
systemtype... Invalid configuration `x86_64-w64-mingw': <b>system `mingw' not recognized</b><br /> configure: error:
/bin/sh/home/Admin/sources/postgresql-9.5.0/config/config.sub x86_64-w64-mingw failed<br /><br /> The sources were
downloadedfrom <a class="moz-txt-link-freetext" href="http://www.postgresql.org/ftp/source/v9.5.0/"
moz-do-not-send="true">http://www.postgresql.org/ftp/source/v9.5.0/</a><br/><br /> Are the docs up to date?<br /><br />
Thanks<br/><br /><div class="moz-signature">-- <br /><p>Igal Sapir <br /> Lucee Core Developer <br /><a
href="http://lucee.org/"moz-do-not-send="true">Lucee.org</a></div></blockquote><br /> 

pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: source files without copyright notices
Next
From: Bruce Momjian
Date:
Subject: Re: Fwd: [JDBC] Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102