1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

Clarify that problems with shared libraries can also happen during the build.

This commit is contained in:
Eli Zaretskii 2001-10-30 11:58:45 +00:00
parent 6389d65c8c
commit 0cb26e21b6

View File

@ -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.