comparison etc/PROBLEMS @ 46787:6f3953a83c05

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Aug 2002 18:03:01 +0000
parents 5094a0226bac
children 69c58f2f2634
comparison
equal deleted inserted replaced
46786:703592d3b794 46787:6f3953a83c05
1 This file describes various problems that have been encountered 1 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
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.
4 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'
8 library, which is the usual interface to Mule-UCS. Apply the 13 library, which is the usual interface to Mule-UCS. Apply the
454 If this is the problem, you can configure the jpeg library with the 459 If this is the problem, you can configure the jpeg library with the
455 `--enable-shared' option and then rebuild libjpeg. This produces a 460 `--enable-shared' option and then rebuild libjpeg. This produces a
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
463 This was reported to happen when building Emacs on a GNU/Linux system 468 This was reported to happen when building Emacs on a GNU/Linux system
464 (RedHat Linux 6.2) using a build directory automounted from Solaris 469 (RedHat Linux 6.2) using a build directory automounted from Solaris