comparison PROBLEMS @ 386:4af0ddfb7c5b r21-2-8

Import from CVS: tag r21-2-8
author cvs
date Mon, 13 Aug 2007 11:08:50 +0200
parents 064ab7fed2e0
children 1f50e6fe4f3f
comparison
equal deleted inserted replaced
385:bc48d89bf15c 386:4af0ddfb7c5b
1146 compatible include files into the compilation. In particular this 1146 compatible include files into the compilation. In particular this
1147 affected virtually all ioctl() calls. 1147 affected virtually all ioctl() calls.
1148 1148
1149 1149
1150 ** Linux 1150 ** Linux
1151 *** You get crashes in a non-C locale with Linux GNU Libc 2.0.
1152
1153 Internationalization was not the top priority for GNU Libc 2.0.
1154 As of this writing (1998-12-28) you may get crashes while running
1155 XEmacs in a non-C locale. For example, `LC_ALL=en_US xemacs' crashes
1156 while `LC_ALL=C xemacs' runs fine. This happens for example with GNU
1157 libc 2.0.7. Installing libintl.a and libintl.h built from gettext
1158 0.10.35 and re-building XEmacs solves the crashes. Presumably soon
1159 everyone will upgrade to GNU Libc 2.1 and this problem will go away.
1160
1151 *** `C-z', or `M-x suspend-emacs' hangs instead of suspending. 1161 *** `C-z', or `M-x suspend-emacs' hangs instead of suspending.
1152 1162
1153 If you build with `gpm' support on Linux, you cannot suspend XEmacs 1163 If you build with `gpm' support on Linux, you cannot suspend XEmacs
1154 because gpm installs a buggy SIGTSTP handler. Either compile with 1164 because gpm installs a buggy SIGTSTP handler. Either compile with
1155 `--with-gpm=no', or don't suspend XEmacs on the Linux console until 1165 `--with-gpm=no', or don't suspend XEmacs on the Linux console until