comparison etc/PROBLEMS @ 80126:6d1f448b6c77

Cygwin GCC builds that do not work are no longer recent.
author Jason Rumney <jasonr@gnu.org>
date Fri, 15 Feb 2008 23:26:11 +0000
parents a1e7a4fcb970
children 4cab21eb920b
comparison
equal deleted inserted replaced
80125:a1e7a4fcb970 80126:6d1f448b6c77
2513 4.1.1, and 4.1.2, are currently the _only_ versions known to succeed 2513 4.1.1, and 4.1.2, are currently the _only_ versions known to succeed
2514 in building Emacs (as of v22.1). 2514 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:
2522 2522
2523 configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ 2523 configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__