Mercurial > emacs
comparison etc/PROBLEMS @ 26664:a7963e66c555
Update Solaris 2.6 and 7 problems.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Tue, 30 Nov 1999 18:44:14 +0000 |
parents | e96ffe544684 |
children | f44a8a68506f |
comparison
equal
deleted
inserted
replaced
26663:9979145a424e | 26664:a7963e66c555 |
---|---|
9 the same version of GCC, and telling us whether that fixes the problem. | 9 the same version of GCC, and telling us whether that fixes the problem. |
10 | 10 |
11 * On Solaris 7, Emacs gets a segmentation fault when starting up using X. | 11 * On Solaris 7, Emacs gets a segmentation fault when starting up using X. |
12 | 12 |
13 This results from Sun patch 107058-01 (SunOS 5.7: Patch for | 13 This results from Sun patch 107058-01 (SunOS 5.7: Patch for |
14 assembler), if you use GCC (version 2.7 or 2.8, at least). To work | 14 assembler) if you use GCC version 2.7 or later. |
15 around it, either uninstall the patch, or install the GNU Binutils. | 15 To work around it, either install patch 106950-03 or later, |
16 or uninstall patch 107058-01, or install the GNU Binutils. | |
16 Then recompile Emacs, and it should work. | 17 Then recompile Emacs, and it should work. |
17 | 18 |
18 * With X11R6.4, public-patch-3, Emacs crashes at startup. | 19 * With X11R6.4, public-patch-3, Emacs crashes at startup. |
19 | 20 |
20 Reportedly this patch in X fixes the problem. | 21 Reportedly this patch in X fixes the problem. |
51 ret[end - begin + 1] = '\0'; | 52 ret[end - begin + 1] = '\0'; |
52 } | 53 } |
53 return ret; | 54 return ret; |
54 | 55 |
55 | 56 |
56 * On Solaris 2.7, the Compose key does not work *except* when the | |
57 system is quite heavily loaded. | |
58 | |
59 This is a bug in Motif in Solaris. Supposedly it has been fixed for | |
60 the next major release of Solaris. However, if someone with Sun | |
61 support complains to Sun about the bug, they may release a patch for | |
62 Solaris 2.7. If you do this, mention Sun bug #4188711. | |
63 | |
64 * Emacs crashes on Irix 6.5 on the SGI R10K, when compiled with GCC. | 57 * Emacs crashes on Irix 6.5 on the SGI R10K, when compiled with GCC. |
65 | 58 |
66 This seems to be fixed in GCC 2.95. | 59 This seems to be fixed in GCC 2.95. |
67 | 60 |
68 * Emacs crashes in utmpname on Irix 5.3. | 61 * Emacs crashes in utmpname on Irix 5.3. |
347 | 340 |
348 On Solaris 2.6, Emacs is said to work with Motif when Solaris patch | 341 On Solaris 2.6, Emacs is said to work with Motif when Solaris patch |
349 105284-12 is installed, but fail when 105284-15 is installed. | 342 105284-12 is installed, but fail when 105284-15 is installed. |
350 105284-18 might fix it again. | 343 105284-18 might fix it again. |
351 | 344 |
352 * On Solaris 2.6, the Compose key does not work. | 345 * On Solaris 2.6 and 7, the Compose key does not work. |
346 | |
347 This is a bug in Motif in Solaris. Supposedly it has been fixed for | |
348 the next major release of Solaris. However, if someone with Sun | |
349 support complains to Sun about the bug, they may release a patch. | |
350 If you do this, mention Sun bug #4188711. | |
353 | 351 |
354 One workaround is to use a locale that allows non-ASCII characters. | 352 One workaround is to use a locale that allows non-ASCII characters. |
355 For example, before invoking emacs, set the LC_ALL environment | 353 For example, before invoking emacs, set the LC_ALL environment |
356 variable to "en_US" (American English). The directory /usr/lib/locale | 354 variable to "en_US" (American English). The directory /usr/lib/locale |
357 lists the supported locales; any locale other than "C" or "POSIX" | 355 lists the supported locales; any locale other than "C" or "POSIX" |
358 should do. | 356 should do. |
359 | 357 |
360 pen@lysator.liu.se says (Feb 1998) that this is a bug in the Solaris | 358 pen@lysator.liu.se says (Feb 1998) that the Compose key does work |
361 2.6 X libraries, and that the Compose key does work if you link with | 359 if you link with the MIT X11 libraries instead of the Solaris X11 |
362 the MIT X11 libraries instead. | 360 libraries. |
363 | |
364 Sun has accepted this as a bug; see Sun bug 4188711. | |
365 | 361 |
366 * Emacs does not know your host's fully-qualified domain name. | 362 * Emacs does not know your host's fully-qualified domain name. |
367 | 363 |
368 You need to configure your machine with a fully qualified domain name, | 364 You need to configure your machine with a fully qualified domain name, |
369 either in /etc/hosts, /etc/hostname, the NIS, or wherever your system | 365 either in /etc/hosts, /etc/hostname, the NIS, or wherever your system |