diff options
| author | Eli Zaretskii | 2006-11-04 12:11:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-11-04 12:11:21 +0000 |
| commit | 9c9f0081654fdda21744a23dbb5fe17dc55dfc44 (patch) | |
| tree | 6acd84af5885d1d8b7b0c9c1c6f4dbf86f33227d | |
| parent | 3b57ab8fcd640a9953f876260754f41a934515fb (diff) | |
| download | emacs-9c9f0081654fdda21744a23dbb5fe17dc55dfc44.tar.gz emacs-9c9f0081654fdda21744a23dbb5fe17dc55dfc44.zip | |
Document problems with Cygwin builds of GCC 3.4.4.
| -rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 46845c92ef8..c5d0db971c9 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2327,7 +2327,16 @@ This results from a bug in a VERY old version of GNU Sed. To solve | |||
| 2327 | the problem, install the current version of GNU Sed, then rerun | 2327 | the problem, install the current version of GNU Sed, then rerun |
| 2328 | Emacs's configure script. | 2328 | Emacs's configure script. |
| 2329 | 2329 | ||
| 2330 | *** Building the MS-Windows port with Cygwin GCC can fail. | 2330 | *** Building the Cygwin port for MS-Windows can fail with some GCC version |
| 2331 | |||
| 2332 | Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is | ||
| 2333 | reported to either fail or cause Emacs to segfault at run time. In | ||
| 2334 | addition, the Cygwin GCC 3.4.4-2 has problems with generating debug | ||
| 2335 | info. Cygwin users are advised not to use these versions of GCC for | ||
| 2336 | compiling Emacs. GCC versions 4.0.3 and 4.1.1 reportedly build a | ||
| 2337 | working Cygwin binary of Emacs, so we recommend these GCC versions. | ||
| 2338 | |||
| 2339 | *** Building the native MS-Windows port with Cygwin GCC can fail. | ||
| 2331 | 2340 | ||
| 2332 | Emacs may not build using recent Cygwin builds of GCC, such as Cygwin | 2341 | Emacs may not build using recent Cygwin builds of GCC, such as Cygwin |
| 2333 | version 1.1.8, using the default configure settings. It appears to be | 2342 | version 1.1.8, using the default configure settings. It appears to be |