diff etc/PROBLEMS @ 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 554167b7ed9e
children 12c60dbbc4fe
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.