aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-03-10 18:55:37 +0000
committerEli Zaretskii2007-03-10 18:55:37 +0000
commite5319d36db0ce34253b7a76b05e076d7d1a69b03 (patch)
tree798de9c28c5e6b8bc8f65e5cda198ff334f25b44
parenta7b52a1e76037c97ca5f5cbee41f87ce6e6fc80d (diff)
downloademacs-e5319d36db0ce34253b7a76b05e076d7d1a69b03.tar.gz
emacs-e5319d36db0ce34253b7a76b05e076d7d1a69b03.zip
Warn from Cygwin GCC versions other than those known to succeed.
-rw-r--r--etc/PROBLEMS2
1 files changed, 2 insertions, 0 deletions
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
2395info. Cygwin users are advised not to use these versions of GCC for 2395info. Cygwin users are advised not to use these versions of GCC for
2396compiling Emacs. GCC versions 4.0.3 and 4.1.1 reportedly build a 2396compiling Emacs. GCC versions 4.0.3 and 4.1.1 reportedly build a
2397working Cygwin binary of Emacs, so we recommend these GCC versions. 2397working Cygwin binary of Emacs, so we recommend these GCC versions.
2398Note that these two versions of GCC, 4.0.3 and 4.1.1, are the _only_
2399versions known to succeed in building Emacs (as of v22.1).
2398 2400
2399*** Building the native MS-Windows port with Cygwin GCC can fail. 2401*** Building the native MS-Windows port with Cygwin GCC can fail.
2400 2402