Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 4753:dd933a82720c
Describe duplicate symbols warning.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 01:02:57 +0900 |
parents | c064d7197712 |
children | 1d775c6304d1 |
comparison
equal
deleted
inserted
replaced
4752:b8afe0f9cbe3 | 4753:dd933a82720c |
---|---|
1411 You are probably using a shell that doesn't support job control, even | 1411 You are probably using a shell that doesn't support job control, even |
1412 though the system itself is capable of it. Try using a different | 1412 though the system itself is capable of it. Try using a different |
1413 shell. | 1413 shell. |
1414 | 1414 |
1415 ** MacOS/X, Darwin | 1415 ** MacOS/X, Darwin |
1416 *** The linker warns about duplicate symbols. | |
1417 | |
1418 This occurs in the function alarm(), which we deliberately override, | |
1419 and in vendorShellRec when using Xaw3d for the widgets. | |
1420 | |
1421 For alarm(), the linker chooses our version, as desired. | |
1422 Unfortunately, for vendorShellRec, the Xt version is used instead of | |
1423 Xaw3d's. This does not seem to cause problems. | |
1424 | |
1416 *** XEmacs crashes on MacOS within font-lock, or when dealing | 1425 *** XEmacs crashes on MacOS within font-lock, or when dealing |
1417 with large compilation buffers, or in other regex applications. | 1426 with large compilation buffers, or in other regex applications. |
1418 | 1427 |
1419 The default stack size under MacOS/X prior to 10.3 (Panther) is rather | 1428 The default stack size under MacOS/X prior to 10.3 (Panther) is rather |
1420 small (512k as opposed to Solaris 8M), hosing the regexp code, which | 1429 small (512k as opposed to Solaris 8M), hosing the regexp code, which |