|
From: JonY <jo...@us...> - 2011-01-27 02:17:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/27/2011 09:56, Xiaobo Gu wrote: > Hi, > Thanks for your explanation, and there are a few others, > 1. Where to download specific versions of GCC for 64bit Windows, > because the packaged PostgreSQL source is only compatible of 4.5.0 and > 3.4.4 GCC. > Go see the mingw-w64 wiki for download and install instructions. > 2. Is there a compatibility list telling which version of GCC is > compatible with which versions of MinGW64 > mingw-w64 requires at least 4.5.1, older releases for 64bit uses a different ABI, so using the new version saves you the trouble of recompiling all your libraries. > 3. Can you help with this > :http://archives.postgresql.org/pgsql-hackers/2011-01/msg01959.php > In <http://archives.postgresql.org/pgsql-hackers/2011-01/msg02308.php>, You used the MSYS compiler for MSYS development, wrong compiler. I really wonder why you were able to get it. Yes mingw-w64 can produce 64bit executables, but its a separate project from mingw32. See <http://mingw-w64.sourceforge.net/>. PS. Please don't top post, it breaks threading. Thanks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (MingW32) iEYEARECAAYFAk1A0R4ACgkQp56AKe10wHcjHgCdHHfFN8vfijC3iFYIAedSR+Aa 3EAAniWZ+OJ2GaH9bJYVbGUQosEnxICB =90Sr -----END PGP SIGNATURE----- |