diff options
| -rw-r--r-- | etc/PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0461eaf1d40..b7888ccbcaf 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2514,7 +2514,7 @@ in building Emacs (as of v22.1). | |||
| 2514 | 2514 | ||
| 2515 | *** Building the native MS-Windows port with Cygwin GCC can fail. | 2515 | *** Building the native MS-Windows port with Cygwin GCC can fail. |
| 2516 | 2516 | ||
| 2517 | Emacs may not build using recent Cygwin builds of GCC, such as Cygwin | 2517 | Emacs may not build using some Cygwin builds of GCC, such as Cygwin |
| 2518 | version 1.1.8, using the default configure settings. It appears to be | 2518 | version 1.1.8, using the default configure settings. It appears to be |
| 2519 | necessary to specify the -mwin32 flag when compiling, and define | 2519 | necessary to specify the -mwin32 flag when compiling, and define |
| 2520 | __MSVCRT__, like so: | 2520 | __MSVCRT__, like so: |