diff 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
line wrap: on
line diff
--- a/PROBLEMS	Wed Nov 18 00:08:14 2009 +0900
+++ b/PROBLEMS	Wed Nov 18 01:02:57 2009 +0900
@@ -1413,6 +1413,15 @@
 shell.
 
 ** MacOS/X, Darwin
+*** The linker warns about duplicate symbols.
+
+This occurs in the function alarm(), which we deliberately override,
+and in vendorShellRec when using Xaw3d for the widgets.
+
+For alarm(), the linker chooses our version, as desired.
+Unfortunately, for vendorShellRec, the Xt version is used instead of
+Xaw3d's.  This does not seem to cause problems.
+
 *** XEmacs crashes on MacOS within font-lock, or when dealing
 with large compilation buffers, or in other regex applications.