From: Eli Zaretskii Date: Sat, 10 Mar 2007 18:55:37 +0000 (+0000) Subject: Warn from Cygwin GCC versions other than those known to succeed. X-Git-Tag: emacs-pretest-22.0.96~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5319d36db0ce34253b7a76b05e076d7d1a69b03;p=emacs.git Warn from Cygwin GCC versions other than those known to succeed. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index c47552e3654..17c86d5c3f2 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2395,6 +2395,8 @@ addition, the Cygwin GCC 3.4.4-2 has problems with generating debug info. Cygwin users are advised not to use these versions of GCC for compiling Emacs. GCC versions 4.0.3 and 4.1.1 reportedly build a working Cygwin binary of Emacs, so we recommend these GCC versions. +Note that these two versions of GCC, 4.0.3 and 4.1.1, are the _only_ +versions known to succeed in building Emacs (as of v22.1). *** Building the native MS-Windows port with Cygwin GCC can fail.