diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index c233c5430f3..e3c44594d48 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,6 +1,11 @@ | |||
| 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 | * On AIX, if linking fails because libXbsd isn't found, check if you | ||
| 5 | are compiling with the system's `cc' and CFLAGS containing `-O5'. If | ||
| 6 | so, you have hit a compiler bug. Please make sure to re-configure | ||
| 7 | Emacs so that it isn't compiled with `-O5'. | ||
| 8 | |||
| 4 | * The PSGML package uses the obsolete variables | 9 | * The PSGML package uses the obsolete variables |
| 5 | `before-change-function' and `after-change-function', which are no | 10 | `before-change-function' and `after-change-function', which are no |
| 6 | longer used by Emacs. These changes to PSGML 1.2.1 fix that. | 11 | longer used by Emacs. These changes to PSGML 1.2.1 fix that. |