From 4593687f4a7b3ae290e3c87de05df9c7bb6b2311 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 18 Jan 2002 07:53:34 +0000 Subject: [PATCH] Wording changes suggested by Richard M. Stallman. --- etc/PROBLEMS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 187c848c2e1..710afa657c3 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -27,7 +27,8 @@ the script). Note that this problem does not pertain to the MS-Windows port of Emacs, since it doesn't use the preprocessor to generate Makefiles. -* Building Emacs with a system compiler fails during link stage. +* Building Emacs with a system compiler fails to link because of an +undefined symbol such as __eprintf which does not appear in Emacs. This can happen if some of the libraries linked into Emacs were built with GCC, but Emacs itself is being linked with a compiler other than @@ -40,6 +41,9 @@ A solution is to link with GCC, like this: make CC=gcc +Since the .o object files already exist, this will not recompile Emacs +with GCC, but just restart by trying again to link temacs. + * Building the MS-Windows port with Cygwin GCC can fail. Emacs may not build using recent Cygwin builds of GCC, such as Cygwin @@ -808,9 +812,9 @@ when shutting down Windows. Ensure that all subprocesses are exited cleanly before exiting Emacs. For more details, see the FAQ at http://www.gnu.org/software/emacs/windows/. -* Windows 95/98/ME crashes when trying to run non-existent subprocesses. +* Windows 95/98/ME crashes when Emacs invokes non-existent programs. -When a subprocess you are trying to run is not found on the PATH, +When a program you are trying to run is not found on the PATH, Windows might respond by crashing or locking up your system. In particular, this has been reported when trying to compile a Java program in JDE when javac.exe is installed, but not on the system -- 2.39.5