Mercurial > emacs
comparison etc/PROBLEMS @ 91512:bc1d66655d41
(Cygwin GCC): recent -> some, as the information is no longer current.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 04 Feb 2008 11:26:17 +0000 |
parents | 606f2d163a64 |
children | bda2a0f46286 |
comparison
equal
deleted
inserted
replaced
91511:67e3af8e0a49 | 91512:bc1d66655d41 |
---|---|
2512 4.1.1, and 4.1.2, are currently the _only_ versions known to succeed | 2512 4.1.1, and 4.1.2, are currently the _only_ versions known to succeed |
2513 in building Emacs (as of v22.1). | 2513 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: |
2521 | 2521 |
2522 configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ | 2522 configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ |