diff options
| author | Glenn Morris | 2007-05-17 08:01:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-05-17 08:01:40 +0000 |
| commit | e92552706ed7987d6f75efa000e793f5ec0d7991 (patch) | |
| tree | 36d207000d5ce14e479792ac6e66abb38ab0ba91 | |
| parent | 3877988d3fec671d4ab28b7f1be00ece9bab2e3a (diff) | |
| download | emacs-e92552706ed7987d6f75efa000e793f5ec0d7991.tar.gz emacs-e92552706ed7987d6f75efa000e793f5ec0d7991.zip | |
Add info on compiler version to previous change.
| -rw-r--r-- | etc/PROBLEMS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 32edf8ea2ad..1f1ff5208eb 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2777,9 +2777,9 @@ should now succeed. | |||
| 2777 | The build aborts with signal 11 when the command `./temacs --batch | 2777 | The build aborts with signal 11 when the command `./temacs --batch |
| 2778 | --load loadup bootstrap' tries to load files.el. This seems to be a | 2778 | --load loadup bootstrap' tries to load files.el. This seems to be a |
| 2779 | GCC problem specific to the macppc architecture, possibly only | 2779 | GCC problem specific to the macppc architecture, possibly only |
| 2780 | occurring with some versions of GCC. A workaround seems to be to | 2780 | occurring with older versions of GCC (e.g. 3.3.5). A workaround seems |
| 2781 | reduce the level of compiler optimization used during the build (from | 2781 | to be to reduce the level of compiler optimization used during the |
| 2782 | -O2 to -O1). | 2782 | build (from -O2 to -O1). |
| 2783 | 2783 | ||
| 2784 | ** Installation | 2784 | ** Installation |
| 2785 | 2785 | ||