Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 376386a54a3c |
children | 6a22abad6937 |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
1 -*- mode:outline; minor-mode:outl-mouse -*- | |
1 This file describes various problems that have been encountered | 2 This file describes various problems that have been encountered |
2 in compiling, installing and running XEmacs. | 3 in compiling, installing and running XEmacs. |
3 | 4 |
4 (synched up with: 19.30) | 5 (synched up with: 19.30) |
5 | 6 |
1716 Most of the functions in GNU Emacs return type Lisp_Object, which is | 1717 Most of the functions in GNU Emacs return type Lisp_Object, which is |
1717 defined as a union on some rare architectures. | 1718 defined as a union on some rare architectures. |
1718 | 1719 |
1719 This problem will not happen if the m-...h file for your type | 1720 This problem will not happen if the m-...h file for your type |
1720 of machine defines NO_UNION_TYPE. That is the recommended setting now. | 1721 of machine defines NO_UNION_TYPE. That is the recommended setting now. |
1722 | |
1723 * On Irix 5.x and 6.x, the dumped XEmacs (xemacs) core dumps when executed | |
1724 on another machine, or after newer SGI IRIX patches have been installed. | |
1725 | |
1726 The xemacs binary must be executed with the same "libc.so" file which was used | |
1727 when the xemacs binary was dumped. Some SGI IRIX patches updates this file. | |
1728 Make sure that all machines using the xemacs binary are using the same | |
1729 set of IRIX patches. If xemacs core dumps after a patch upgrade then you | |
1730 will have to redump it from temacs. |