Mercurial > emacs
changeset 40496:32b7ea7d8293
Clarify that problems with shared libraries can also happen during the build.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 30 Oct 2001 11:58:45 +0000 |
parents | fee8d33035f4 |
children | 1336e9ab5a2b |
files | etc/PROBLEMS |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/PROBLEMS Tue Oct 30 11:24:50 2001 +0000 +++ b/etc/PROBLEMS Tue Oct 30 11:58:45 2001 +0000 @@ -919,6 +919,9 @@ 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.