]> granicus.if.org Git - postgresql/commitdiff
Use correct name and URL for MinGW-w64, error noticed by Gurjeet Singh.
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 10 Feb 2011 09:47:32 +0000 (04:47 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 10 Feb 2011 09:47:32 +0000 (04:47 -0500)
doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml

index 8681a7f683c6f68711b84a58bc302c34b13ee97d..f6d38c1a679e02ae5eae43958b32372ff4d5f4be 100644 (file)
@@ -48,7 +48,7 @@
   <xref linkend="installation"> and the specific notes in
   <xref linkend="installation-notes-mingw"> and <xref linkend="installation-notes-cygwin">.
   To produce native 64 bit binaries in these environments, use the tools from
-  <productname>Mingw64</productname>. These tools can also be used to
+  <productname>MinGW-w64</productname>. These tools can also be used to
   cross-compile for 32 bit and 64 bit <productname>Windows</productname> 
   targets on other hosts, such as <productname>Linux</productname> and 
   <productname>Darwin</productname>.
index 5c719d5a0ab1dc7c526abbb1e6d1113ae18c589e..8400ce5d70bdf50f82138954277e4580112c2b25 100644 (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.