diff options
| author | Eli Zaretskii | 2002-01-18 07:53:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-18 07:53:34 +0000 |
| commit | 4593687f4a7b3ae290e3c87de05df9c7bb6b2311 (patch) | |
| tree | d7ccf9a840f282c76449ab5cb0952e2bf645834e | |
| parent | d33c4505f99cbf7286b46e7b9f18dd30fdfbce50 (diff) | |
| download | emacs-4593687f4a7b3ae290e3c87de05df9c7bb6b2311.tar.gz emacs-4593687f4a7b3ae290e3c87de05df9c7bb6b2311.zip | |
Wording changes suggested by Richard M. Stallman.
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files 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). | |||
| 27 | Note that this problem does not pertain to the MS-Windows port of | 27 | Note that this problem does not pertain to the MS-Windows port of |
| 28 | Emacs, since it doesn't use the preprocessor to generate Makefiles. | 28 | Emacs, since it doesn't use the preprocessor to generate Makefiles. |
| 29 | 29 | ||
| 30 | * Building Emacs with a system compiler fails during link stage. | 30 | * Building Emacs with a system compiler fails to link because of an |
| 31 | undefined symbol such as __eprintf which does not appear in Emacs. | ||
| 31 | 32 | ||
| 32 | This can happen if some of the libraries linked into Emacs were built | 33 | This can happen if some of the libraries linked into Emacs were built |
| 33 | with GCC, but Emacs itself is being linked with a compiler other than | 34 | 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: | |||
| 40 | 41 | ||
| 41 | make CC=gcc | 42 | make CC=gcc |
| 42 | 43 | ||
| 44 | Since the .o object files already exist, this will not recompile Emacs | ||
| 45 | with GCC, but just restart by trying again to link temacs. | ||
| 46 | |||
| 43 | * Building the MS-Windows port with Cygwin GCC can fail. | 47 | * Building the MS-Windows port with Cygwin GCC can fail. |
| 44 | 48 | ||
| 45 | Emacs may not build using recent Cygwin builds of GCC, such as Cygwin | 49 | 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 | |||
| 808 | cleanly before exiting Emacs. For more details, see the FAQ at | 812 | cleanly before exiting Emacs. For more details, see the FAQ at |
| 809 | http://www.gnu.org/software/emacs/windows/. | 813 | http://www.gnu.org/software/emacs/windows/. |
| 810 | 814 | ||
| 811 | * Windows 95/98/ME crashes when trying to run non-existent subprocesses. | 815 | * Windows 95/98/ME crashes when Emacs invokes non-existent programs. |
| 812 | 816 | ||
| 813 | When a subprocess you are trying to run is not found on the PATH, | 817 | When a program you are trying to run is not found on the PATH, |
| 814 | Windows might respond by crashing or locking up your system. In | 818 | Windows might respond by crashing or locking up your system. In |
| 815 | particular, this has been reported when trying to compile a Java | 819 | particular, this has been reported when trying to compile a Java |
| 816 | program in JDE when javac.exe is installed, but not on the system | 820 | program in JDE when javac.exe is installed, but not on the system |