Clarify that problems with shared libraries can also happen during the build.
[bpt/emacs.git] / etc / PROBLEMS
index 4488d50..90d2c93 100644 (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.