diff options
| author | Chong Yidong | 2010-07-10 15:01:01 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-07-10 15:01:01 -0400 |
| commit | 7ac1c664547ca88fd6c0ff65ef5e780b1c5efcb0 (patch) | |
| tree | 301c219611060db34a983f5b7dba58cf1fa93b69 /etc | |
| parent | 481044622937b001ee07a6f8c3f81c1e73ef9eaf (diff) | |
| parent | 2ec1b5ee3464999a18b8197101e8bf08a3c564a8 (diff) | |
| download | emacs-7ac1c664547ca88fd6c0ff65ef5e780b1c5efcb0.tar.gz emacs-7ac1c664547ca88fd6c0ff65ef5e780b1c5efcb0.zip | |
Merge changes from emacs-23 branch.
Diffstat (limited to 'etc')
| -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 3e8adcb1b27..49626c5a86f 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 8c6a37dbd45..e6174b5edc6 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2339,17 +2339,10 @@ files are installed. Then use: | |||
| 2339 | 2339 | ||
| 2340 | (using the location of the 32-bit X libraries on your system). | 2340 | (using the location of the 32-bit X libraries on your system). |
| 2341 | 2341 | ||
| 2342 | *** Building the Cygwin port for MS-Windows can fail with some GCC versions | 2342 | *** Building Emacs for Cygwin can fail with GCC 3 |
| 2343 | 2343 | ||
| 2344 | Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is | 2344 | As of Emacs 22.1, there have been stability problems with Cygwin |
| 2345 | reported to either fail or cause Emacs to segfault at run time. In | 2345 | builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. |
| 2346 | addition, the Cygwin GCC 3.4.4-2 has problems with generating debug | ||
| 2347 | info. Cygwin users are advised not to use these versions of GCC for | ||
| 2348 | compiling Emacs. GCC versions 4.0.3, 4.0.4, 4.1.1, and 4.1.2 | ||
| 2349 | reportedly build a working Cygwin binary of Emacs, so we recommend | ||
| 2350 | these GCC versions. Note that these versions of GCC, 4.0.3, 4.0.4, | ||
| 2351 | 4.1.1, and 4.1.2, are currently the _only_ versions known to succeed | ||
| 2352 | in building Emacs (as of v22.1). | ||
| 2353 | 2346 | ||
| 2354 | *** Building the native MS-Windows port fails due to unresolved externals | 2347 | *** Building the native MS-Windows port fails due to unresolved externals |
| 2355 | 2348 | ||