diff options
| author | Richard M. Stallman | 2002-08-02 18:03:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-08-02 18:03:01 +0000 |
| commit | cc305a604df06ed827b63fe078db7b6d80c5104f (patch) | |
| tree | 37bfde76d4b51db150b95d6003ae272cc53074f4 /etc/PROBLEMS | |
| parent | d80dee05364c3380e8bb741c8909501d22f05f16 (diff) | |
| download | emacs-cc305a604df06ed827b63fe078db7b6d80c5104f.tar.gz emacs-cc305a604df06ed827b63fe078db7b6d80c5104f.zip | |
*** empty log message ***
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0eb57d53e2b..64433b73d9e 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2,6 +2,11 @@ This file describes various problems that have been encountered | |||
| 2 | in compiling, installing and running GNU Emacs. | 2 | in compiling, installing and running GNU Emacs. |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | * Emacs reports a BadAtom error (from X) running on Solaris 7 or 8. | ||
| 6 | |||
| 7 | This happens when Emacs was built on some other version of Solaris. | ||
| 8 | Rebuild it on Solaris 8. | ||
| 9 | |||
| 5 | * Mule-UCS loads very slowly. | 10 | * Mule-UCS loads very slowly. |
| 6 | 11 | ||
| 7 | Changes to Emacs internals interact badly with Mule-UCS's `un-define' | 12 | Changes to Emacs internals interact badly with Mule-UCS's `un-define' |
| @@ -456,7 +461,7 @@ If this is the problem, you can configure the jpeg library with the | |||
| 456 | shared version of libjpeg, which you need to install. Finally, rerun | 461 | shared version of libjpeg, which you need to install. Finally, rerun |
| 457 | the Emacs configure script, which should now find the jpeg library. | 462 | the Emacs configure script, which should now find the jpeg library. |
| 458 | Alternatively, modify the generated src/Makefile to link the .a file | 463 | Alternatively, modify the generated src/Makefile to link the .a file |
| 459 | explicitly. | 464 | explicitly, and edit src/config.h to define HAVE_JPEG. |
| 460 | 465 | ||
| 461 | * Building Emacs over NFS fails with ``Text file busy''. | 466 | * Building Emacs over NFS fails with ``Text file busy''. |
| 462 | 467 | ||