aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-02 18:03:01 +0000
committerRichard M. Stallman2002-08-02 18:03:01 +0000
commitcc305a604df06ed827b63fe078db7b6d80c5104f (patch)
tree37bfde76d4b51db150b95d6003ae272cc53074f4 /etc/PROBLEMS
parentd80dee05364c3380e8bb741c8909501d22f05f16 (diff)
downloademacs-cc305a604df06ed827b63fe078db7b6d80c5104f.tar.gz
emacs-cc305a604df06ed827b63fe078db7b6d80c5104f.zip
*** empty log message ***
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS7
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
2in compiling, installing and running GNU Emacs. 2in 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
7This happens when Emacs was built on some other version of Solaris.
8Rebuild it on Solaris 8.
9
5* Mule-UCS loads very slowly. 10* Mule-UCS loads very slowly.
6 11
7Changes to Emacs internals interact badly with Mule-UCS's `un-define' 12Changes 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
456shared version of libjpeg, which you need to install. Finally, rerun 461shared version of libjpeg, which you need to install. Finally, rerun
457the Emacs configure script, which should now find the jpeg library. 462the Emacs configure script, which should now find the jpeg library.
458Alternatively, modify the generated src/Makefile to link the .a file 463Alternatively, modify the generated src/Makefile to link the .a file
459explicitly. 464explicitly, 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