]> git.eshelyaron.com Git - emacs.git/commitdiff
Add the LD_PRELOAD work-around for the Xaw/neXtaw incompatibilities.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Dec 2001 09:51:43 +0000 (09:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Dec 2001 09:51:43 +0000 (09:51 +0000)
etc/PROBLEMS

index 7166907e8f0daf6c922921d03ae4fe82a0ce88c4..1ab91e88341da816d6c52b93ef5a8122f57445fc 100644 (file)
@@ -203,8 +203,13 @@ problem disappears.
 * There are known binary incompatibilities between Xaw, Xaw3d, neXtaw,
 XawM and the few other derivatives of Xaw.  So when you compile with
 one of these, it may not work to dynamically link with another one.
-If you try it and it does not work, try rebuilding Emacs with the
-toolkit version you actually want to use.
+For example, strange problems, such as Emacs exiting when you type
+"C-x 1", were reported when Emacs compiled with Xaw3d and libXaw was
+used with neXtaw at run time.
+
+The solution is to rebuild Emacs with the toolkit version you actually
+want to use, or set LD_PRELOAD to preload the same toolkit version you
+built Emacs with.
 
 * Clicking C-mouse-2 in the scroll bar doesn't split the window.