changeset 33964:686023ece47f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 28 Nov 2000 15:36:30 +0000
parents ea10fb03816f
children dcb6f87d8280
files etc/PROBLEMS src/ChangeLog
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/PROBLEMS	Tue Nov 28 15:36:08 2000 +0000
+++ b/etc/PROBLEMS	Tue Nov 28 15:36:30 2000 +0000
@@ -1,6 +1,22 @@
 This file describes various problems that have been encountered
 in compiling, installing and running GNU Emacs.
 
+* On systems with shared libraries you might encounter run-time errors
+from the dynamic linker telling you that it is unable to find some
+shared libraries, for instance those for Xaw3d or image support.
+These errors mean Emacs has been linked with a library whose shared
+library is not in the default search path of the dynamic linker.
+
+On many systems, it is possible to set LD_LIBRARY_PATH in your
+environment to specify additional directories where shared libraries
+can be found.
+
+Other systems allow to set LD_RUN_PATH in a similar way, but before
+Emacs is linked.  With LD_RUN_PATH set, the linker will include a
+specified run-time search path in the executable.
+
+Please refer to the documentation of your dynamic linker for details.
+
 * On Solaris 2.7, building Emacs with WorkShop Compilers 5.0 98/12/15
 C 5.0 is known to fail, most probably due to compiler bugs. Using
 Sun Solaris 2.7 Sun WorkShop 6 update 1 C release was reported
--- a/src/ChangeLog	Tue Nov 28 15:36:08 2000 +0000
+++ b/src/ChangeLog	Tue Nov 28 15:36:30 2000 +0000
@@ -1,5 +1,7 @@
 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
 
+	* xselect.c (wait_for_property_change): Update copyright.
+
 	* window.c (coordinates_in_window): If on a mode or header line,
 	but sufficiently close to its start, return ``on vertical
 	border''.  This gives us a way to drag windows horizontally when