diff options
| author | Eli Zaretskii | 2001-12-08 09:51:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-08 09:51:43 +0000 |
| commit | 96bde66bb8ebe6db1101b24cfdfc40f2cfbf4938 (patch) | |
| tree | bb5b5b9223d223271be5c6003a65a9f0f8e7d4e9 /etc/PROBLEMS | |
| parent | a549727e1739222ef9b0689adf85d0a29a40528a (diff) | |
| download | emacs-96bde66bb8ebe6db1101b24cfdfc40f2cfbf4938.tar.gz emacs-96bde66bb8ebe6db1101b24cfdfc40f2cfbf4938.zip | |
Add the LD_PRELOAD work-around for the Xaw/neXtaw incompatibilities.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 7166907e8f0..1ab91e88341 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -203,8 +203,13 @@ problem disappears. | |||
| 203 | * There are known binary incompatibilities between Xaw, Xaw3d, neXtaw, | 203 | * There are known binary incompatibilities between Xaw, Xaw3d, neXtaw, |
| 204 | XawM and the few other derivatives of Xaw. So when you compile with | 204 | XawM and the few other derivatives of Xaw. So when you compile with |
| 205 | one of these, it may not work to dynamically link with another one. | 205 | one of these, it may not work to dynamically link with another one. |
| 206 | If you try it and it does not work, try rebuilding Emacs with the | 206 | For example, strange problems, such as Emacs exiting when you type |
| 207 | toolkit version you actually want to use. | 207 | "C-x 1", were reported when Emacs compiled with Xaw3d and libXaw was |
| 208 | used with neXtaw at run time. | ||
| 209 | |||
| 210 | The solution is to rebuild Emacs with the toolkit version you actually | ||
| 211 | want to use, or set LD_PRELOAD to preload the same toolkit version you | ||
| 212 | built Emacs with. | ||
| 208 | 213 | ||
| 209 | * Clicking C-mouse-2 in the scroll bar doesn't split the window. | 214 | * Clicking C-mouse-2 in the scroll bar doesn't split the window. |
| 210 | 215 | ||