Re: system mingw not recognized

From: "Igal (at) Lucee(dot)org" <igal(at)lucee(dot)org>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: "Igal (at) Lucee(dot)org" <igal(at)lucee(dot)org>
Subject: Re: system mingw not recognized
Date: 2016-01-18 20:59:27
Message-ID: 569D522F.2060908@lucee.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

It looks like the docs are indeed wrong.

According to http://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/ it
should be x86_64-w64-mingw32

So in summary, the docs at
http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW
should be updated from:

--host=x86_64-w64-mingw

to:

--host=x86_64-w64-mingw32

Not sure where to report that?

On 1/18/2016 12:52 PM, Igal @ Lucee.org wrote:
> Per the docs at
> http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW
>
> "To build 64 bit binaries using MinGW ... and run configure with the
> --host=x86_64-w64-mingw option"
>
> But when I try to run: $ ~/sources/postgresql-9.5.0/configure
> --host=x86_64-w64-mingw
>
> I get an error system mingw not recognized:
>
> checking build system type... x86_64-pc-mingw64
> checking host system type... Invalid configuration `x86_64-w64-mingw':
> *system `mingw' not recognized*
> configure: error: /bin/sh
> /home/Admin/sources/postgresql-9.5.0/config/config.sub
> x86_64-w64-mingw failed
>
> The sources were downloaded from
> http://www.postgresql.org/ftp/source/v9.5.0/
>
> Are the docs up to date?
>
> Thanks
>
> --
>
> Igal Sapir
> Lucee Core Developer
> Lucee.org <http://lucee.org/>
>

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Igal @ Lucee.org 2016-01-18 21:10:01 system mingw not recognized
Previous Message Igal @ Lucee.org 2016-01-18 20:52:31 system mingw not recognized

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2016-01-18 21:02:57 Re: Fwd: [JDBC] Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102
Previous Message Joe Conway 2016-01-18 20:55:19 source files without copyright notices