diff options
| author | Ken Brown | 2010-06-18 19:34:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-18 19:34:30 -0700 |
| commit | 024681aa4de727cab9420183a5869f1732bad3be (patch) | |
| tree | 1b077f995fe81fba71f4048f8ef19674c671ac14 | |
| parent | 74739ffd738a28b406b1fa3153fff599ac06d57f (diff) | |
| download | emacs-024681aa4de727cab9420183a5869f1732bad3be.tar.gz emacs-024681aa4de727cab9420183a5869f1732bad3be.zip | |
* etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/PROBLEMS | 15 |
2 files changed, 8 insertions, 11 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 395c77b02d3..d9ae36b7b21 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-06-19 Ken Brown <kbrown@cornell.edu> | ||
| 2 | |||
| 3 | * PROBLEMS: Update Cygwin GCC information. (Bug#6458) | ||
| 4 | |||
| 1 | 2010-06-12 Glenn Morris <rgm@gnu.org> | 5 | 2010-06-12 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.es: Fix typos. | 7 | * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.es: Fix typos. |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index b3cda374c51..7a2cc56699b 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2477,17 +2477,10 @@ files are installed. Then use: | |||
| 2477 | 2477 | ||
| 2478 | (using the location of the 32-bit X libraries on your system). | 2478 | (using the location of the 32-bit X libraries on your system). |
| 2479 | 2479 | ||
| 2480 | *** Building the Cygwin port for MS-Windows can fail with some GCC versions | 2480 | *** Building Emacs for Cygwin can fail with GCC 3 |
| 2481 | 2481 | ||
| 2482 | Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is | 2482 | As of Emacs 22.1, there have been stability problems with Cygwin |
| 2483 | reported to either fail or cause Emacs to segfault at run time. In | 2483 | builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. |
| 2484 | addition, the Cygwin GCC 3.4.4-2 has problems with generating debug | ||
| 2485 | info. Cygwin users are advised not to use these versions of GCC for | ||
| 2486 | compiling Emacs. GCC versions 4.0.3, 4.0.4, 4.1.1, and 4.1.2 | ||
| 2487 | reportedly build a working Cygwin binary of Emacs, so we recommend | ||
| 2488 | these GCC versions. Note that these versions of GCC, 4.0.3, 4.0.4, | ||
| 2489 | 4.1.1, and 4.1.2, are currently the _only_ versions known to succeed | ||
| 2490 | in building Emacs (as of v22.1). | ||
| 2491 | 2484 | ||
| 2492 | *** Building the native MS-Windows port fails due to unresolved externals | 2485 | *** Building the native MS-Windows port fails due to unresolved externals |
| 2493 | 2486 | ||