1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Use correct name and URL for MinGW-w64, error noticed by Gurjeet Singh.

This commit is contained in:
Andrew Dunstan
2011-02-10 04:47:32 -05:00
parent e617f0d7e4
commit 2ad0348677
2 changed files with 2 additions and 2 deletions

View File

@@ -2600,7 +2600,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
<para>
To build 64 bit binaries using MinGW, install the 64 bit tool set
from <ulink url="http://www.mingw64.org/"></ulink>, put its bin
from <ulink url="http://mingw-w64.sourceforge.net/"></ulink>, put its bin
directory in the <envar>PATH</envar>, and run
<command>configure</command> with the
<command>--host=x86_64-w64-mingw</command> option.