Mercurial > emacs
comparison etc/PROBLEMS @ 90203:187d6a1f84f7
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 485-492)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 92-94)
- Merge from emacs--cvs-trunk--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 22 Jul 2005 08:27:27 +0000 |
parents | f9a65d7ebd29 86ac75fb6283 |
children | 2d92f5c9d6ae |
comparison
equal
deleted
inserted
replaced
90202:7597b4a23c3b | 90203:187d6a1f84f7 |
---|---|
2420 item, Linux kernel shipped with Fedora Core 4 randomizes the virtual | 2420 item, Linux kernel shipped with Fedora Core 4 randomizes the virtual |
2421 address space of a process. As the result dumping may fail even if | 2421 address space of a process. As the result dumping may fail even if |
2422 you turn off exec-shield. In this case, use the -R option to the setarch | 2422 you turn off exec-shield. In this case, use the -R option to the setarch |
2423 command: | 2423 command: |
2424 | 2424 |
2425 setarch -R i386 ./temacs --batch --load loadup [dump|bootstrap] | 2425 setarch i386 -R ./temacs --batch --load loadup [dump|bootstrap] |
2426 | 2426 |
2427 or | 2427 or |
2428 | 2428 |
2429 setarch -R i386 make bootstrap | 2429 setarch i386 -R make bootstrap |
2430 | 2430 |
2431 *** Fatal signal in the command temacs -l loadup inc dump. | 2431 *** Fatal signal in the command temacs -l loadup inc dump. |
2432 | 2432 |
2433 This command is the final stage of building Emacs. It is run by the | 2433 This command is the final stage of building Emacs. It is run by the |
2434 Makefile in the src subdirectory, or by build.com on VMS. | 2434 Makefile in the src subdirectory, or by build.com on VMS. |