1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(Dumping): Mention OpenBSD macppc problem.

This commit is contained in:
Glenn Morris 2007-05-17 07:58:16 +00:00
parent 06f7863ce6
commit 0bce976c6b

View File

@ -2772,6 +2772,15 @@ Remove the "#if 0" and "#endif" directives which surround this, save
the file, and then reconfigure and rebuild Emacs. The dumping process
should now succeed.
*** OpenBSD 4.0 macppc: Segfault during dumping.
The build aborts with signal 11 when the command `./temacs --batch
--load loadup bootstrap' tries to load files.el. This seems to be a
GCC problem specific to the macppc architecture, possibly only
occurring with some versions of GCC. A workaround seems to be to
reduce the level of compiler optimization used during the build (from
-O2 to -O1).
** Installation
*** Installing Emacs gets an error running `install-info'.