aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 17c86d5c3f2..9ce3b8e9602 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2393,10 +2393,11 @@ Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is
2393reported to either fail or cause Emacs to segfault at run time. In 2393reported to either fail or cause Emacs to segfault at run time. In
2394addition, the Cygwin GCC 3.4.4-2 has problems with generating debug 2394addition, 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, 4.1.1, and 4.1.2 reportedly
2397working Cygwin binary of Emacs, so we recommend these GCC versions. 2397build a working Cygwin binary of Emacs, so we recommend these GCC
2398Note that these two versions of GCC, 4.0.3 and 4.1.1, are the _only_ 2398versions. Note that these three versions of GCC, 4.0.3, 4.1.1, and
2399versions known to succeed in building Emacs (as of v22.1). 23994.1.2, are currently the _only_ versions known to succeed in building
2400Emacs (as of v22.1).
2400 2401
2401*** Building the native MS-Windows port with Cygwin GCC can fail. 2402*** Building the native MS-Windows port with Cygwin GCC can fail.
2402 2403