diff options
| author | Jason Rumney | 2008-02-15 23:26:11 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-15 23:26:11 +0000 |
| commit | 3b85998f94b3b7b9d9fc547a1ee12ea96864f3db (patch) | |
| tree | 81dc0ae13ad3997153540c85ec23ed820f16d505 | |
| parent | f396bf16b098907d19fcd0a69a05595019b77548 (diff) | |
| download | emacs-3b85998f94b3b7b9d9fc547a1ee12ea96864f3db.tar.gz emacs-3b85998f94b3b7b9d9fc547a1ee12ea96864f3db.zip | |
Cygwin GCC builds that do not work are no longer recent.
| -rw-r--r-- | etc/PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 1cc176ca83b..c3d338f0589 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2515,7 +2515,7 @@ in building Emacs (as of v22.1). | |||
| 2515 | 2515 | ||
| 2516 | *** Building the native MS-Windows port with Cygwin GCC can fail. | 2516 | *** Building the native MS-Windows port with Cygwin GCC can fail. |
| 2517 | 2517 | ||
| 2518 | Emacs may not build using recent Cygwin builds of GCC, such as Cygwin | 2518 | Emacs may not build using some Cygwin builds of GCC, such as Cygwin |
| 2519 | version 1.1.8, using the default configure settings. It appears to be | 2519 | version 1.1.8, using the default configure settings. It appears to be |
| 2520 | necessary to specify the -mwin32 flag when compiling, and define | 2520 | necessary to specify the -mwin32 flag when compiling, and define |
| 2521 | __MSVCRT__, like so: | 2521 | __MSVCRT__, like so: |