comparison etc/PROBLEMS @ 34695:64dfbe3c76d5

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 18 Dec 2000 18:17:59 +0000
parents df3a9e4e055c
children 4a8980d062ad
comparison
equal deleted inserted replaced
34694:4b1eea707360 34695:64dfbe3c76d5
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 * The W3 package (from the CVS sources) currently (2000-12-14) doesn't 4 * Large file support is disabled on HP-UX. See the comments in
5 work properly with Emacs 21 and needs work. 5 src/s/hpux10.h.
6
7 * Crashes when displaying uncompressed GIFs with version
8 libungif-4.1.0 are resolved by using version libungif-4.1.0b1.
9
10 * The W3 package (either from from the CVS sources or the last
11 release) currently (2000-12-14) doesn't run properly with Emacs 21 and
12 needs work.
6 13
7 * On AIX, if linking fails because libXbsd isn't found, check if you 14 * On AIX, if linking fails because libXbsd isn't found, check if you
8 are compiling with the system's `cc' and CFLAGS containing `-O5'. If 15 are compiling with the system's `cc' and CFLAGS containing `-O5'. If
9 so, you have hit a compiler bug. Please make sure to re-configure 16 so, you have hit a compiler bug. Please make sure to re-configure
10 Emacs so that it isn't compiled with `-O5'. 17 Emacs so that it isn't compiled with `-O5'.