diff options
| author | Gerd Moellmann | 2000-12-12 17:03:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-12 17:03:11 +0000 |
| commit | 2ebf6139fcdec22fb8426fc988d874c8c2b81f68 (patch) | |
| tree | d013222a2f606c89a341bac279f13a23343b12d2 /etc/PROBLEMS | |
| parent | d6a1d28906986cfc7fefe41c88b5c686d3d9e1b8 (diff) | |
| download | emacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.tar.gz emacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.zip | |
*** empty log message ***
Diffstat (limited to 'etc/PROBLEMS')
| -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. |