summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-11-28 15:36:30 +0000
committerGerd Moellmann <gerd@gnu.org>2000-11-28 15:36:30 +0000
commitf4f4ee4d31736c302403d5c144da23052652643b (patch)
tree9f02678a6f4d6965bf4d5c34f0206715034ac881
parent1c4d2069b3a96e61e39d30c3b26df4b5dca3a795 (diff)
downloademacs-f4f4ee4d31736c302403d5c144da23052652643b.tar.gz
*** empty log message ***
-rw-r--r--etc/PROBLEMS16
-rw-r--r--src/ChangeLog2
2 files changed, 18 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 548ca05ac96..4d10ac1b7e5 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -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
diff --git a/src/ChangeLog b/src/ChangeLog
index 5854f9817e6..87724fc0c3c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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