diff options
| author | Eli Zaretskii | 2007-03-10 18:55:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-10 18:55:37 +0000 |
| commit | e5319d36db0ce34253b7a76b05e076d7d1a69b03 (patch) | |
| tree | 798de9c28c5e6b8bc8f65e5cda198ff334f25b44 | |
| parent | a7b52a1e76037c97ca5f5cbee41f87ce6e6fc80d (diff) | |
| download | emacs-e5319d36db0ce34253b7a76b05e076d7d1a69b03.tar.gz emacs-e5319d36db0ce34253b7a76b05e076d7d1a69b03.zip | |
Warn from Cygwin GCC versions other than those known to succeed.
| -rw-r--r-- | etc/PROBLEMS | 2 |
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 | |||
| 2395 | info. Cygwin users are advised not to use these versions of GCC for | 2395 | info. Cygwin users are advised not to use these versions of GCC for |
| 2396 | compiling Emacs. GCC versions 4.0.3 and 4.1.1 reportedly build a | 2396 | compiling Emacs. GCC versions 4.0.3 and 4.1.1 reportedly build a |
| 2397 | working Cygwin binary of Emacs, so we recommend these GCC versions. | 2397 | working Cygwin binary of Emacs, so we recommend these GCC versions. |
| 2398 | Note that these two versions of GCC, 4.0.3 and 4.1.1, are the _only_ | ||
| 2399 | versions 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 | ||