From: Eli Zaretskii Date: Tue, 30 Oct 2001 11:58:45 +0000 (+0000) Subject: Clarify that problems with shared libraries can also happen during the build. X-Git-Tag: ttn-vms-21-2-B4~19007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cb26e21b653ede9dc70b38a5bd757b73424840d;p=emacs.git Clarify that problems with shared libraries can also happen during the build. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 4488d50764e..90d2c936c0a 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -919,6 +919,9 @@ 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. +Similar problems could prevent Emacs from building, since the build +process invokes Emacs several times. + On many systems, it is possible to set LD_LIBRARY_PATH in your environment to specify additional directories where shared libraries can be found.