diff options
| -rw-r--r-- | etc/PROBLEMS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 3c75e81b8b9..c0cb5b0d8bb 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2688,6 +2688,15 @@ Emacs so that it isn't compiled with '-O5'. | |||
| 2688 | We list bugs in current versions here. See also the section on legacy | 2688 | We list bugs in current versions here. See also the section on legacy |
| 2689 | systems. | 2689 | systems. |
| 2690 | 2690 | ||
| 2691 | *** On Solaris 10, running 'configure' with "/bin/sh" produces errors. | ||
| 2692 | The "/bin/sh" shell on Solaris is an ancient and non-POSIX shell, so | ||
| 2693 | we recommend not to use it. The Emacs 'configure' script should find | ||
| 2694 | an appropriate shell and re-exec itself with that shell, unless you | ||
| 2695 | force it to use "/bin/sh" by using "CONFIG_SHELL=/bin/sh" on the | ||
| 2696 | 'configure' command line. So either don't use CONFIG_SHELL, or, if | ||
| 2697 | you'd rather pick the shell yourself, choose "/bin/bash" or "/bin/ksh" | ||
| 2698 | or "/usr/xpg4/bin/sh" instead. | ||
| 2699 | |||
| 2691 | *** On Solaris 10 sparc, Emacs crashes during the build while saving state. | 2700 | *** On Solaris 10 sparc, Emacs crashes during the build while saving state. |
| 2692 | This was observed for Emacs 28.1 on Solaris 10 32-bit sparc, with | 2701 | This was observed for Emacs 28.1 on Solaris 10 32-bit sparc, with |
| 2693 | Oracle Developer Studio 12.6 (Sun C 5.15). The failure was intermittent, | 2702 | Oracle Developer Studio 12.6 (Sun C 5.15). The failure was intermittent, |