# HG changeset patch # User Eli Zaretskii # Date 1004443125 0 # Node ID 32b7ea7d82935fbcd830895a9c5b3137fc26c409 # Parent fee8d33035f4435de2320ee76eaeaf78a83334b9 Clarify that problems with shared libraries can also happen during the build. diff -r fee8d33035f4 -r 32b7ea7d8293 etc/PROBLEMS --- 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.