comparison etc/PROBLEMS @ 77737:1b21c23e4f56

Add info on compiler version to previous change.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 May 2007 08:02:52 +0000
parents cf1eb9bac78f
children 98f25c40a396
comparison
equal deleted inserted replaced
77736:cf1eb9bac78f 77737:1b21c23e4f56
2775 *** OpenBSD 4.0 macppc: Segfault during dumping. 2775 *** OpenBSD 4.0 macppc: Segfault during dumping.
2776 2776
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
2786 *** Installing Emacs gets an error running `install-info'. 2786 *** Installing Emacs gets an error running `install-info'.
2787 2787