aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS5
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 @@
1This file describes various problems that have been encountered 1This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4* On AIX, if linking fails because libXbsd isn't found, check if you
5are compiling with the system's `cc' and CFLAGS containing `-O5'. If
6so, you have hit a compiler bug. Please make sure to re-configure
7Emacs 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
6longer used by Emacs. These changes to PSGML 1.2.1 fix that. 11longer used by Emacs. These changes to PSGML 1.2.1 fix that.