Обсуждение: system mingw not recognized

Поиск
Список
Период
Сортировка

system mingw not recognized

От
"Igal @ Lucee.org"
Дата:
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">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/">http://www.postgresql.org/ftp/source/v9.5.0/</a><br/><br /> Are the
docsup 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/">Lucee.org</a></div> 

Re: system mingw not recognized

От
"Igal @ Lucee.org"
Дата:
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 /> 

Re: system mingw not recognized

От
"Igal @ Lucee.org"
Дата:
I posted the error in the docs to <a class="moz-txt-link-abbreviated"
href="mailto:pgsql-docs@postgresql.org">pgsql-docs@postgresql.org</a><br/><br /> If it's possible to update it myself
viagit, or if it should be reported elsewhere -- please advise.<br /><br /><br /> On 1/18/2016 12:59 PM, Igal @
Lucee.orgwrote:<br /><blockquote cite="mid:569D522F.2060908@lucee.org" type="cite"> 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/"
moz-do-not-send="true">http://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/</a>it should 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"
moz-do-not-send="true">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 /></blockquote><br /> 

Re: system mingw not recognized

От
Andrew Dunstan
Дата:

On 01/18/2016 04:11 PM, Igal @ Lucee.org wrote:
> I posted the error in the docs to pgsql-docs@postgresql.org
>
> If it's possible to update it myself via git, or if it should be 
> reported elsewhere -- please advise.


1. Please don't top-post on the PostgreSQL lists. See 
<http://idallen.com/topposting.html>>

2. You've done all you need to do. We'll take care of it. Thanks for the 
report.

cheers

andrew