summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-12 17:03:11 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-12 17:03:11 +0000
commit2ebf6139fcdec22fb8426fc988d874c8c2b81f68 (patch)
treed013222a2f606c89a341bac279f13a23343b12d2 /etc
parentd6a1d28906986cfc7fefe41c88b5c686d3d9e1b8 (diff)
downloademacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.tar.gz
*** empty log message ***
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 @@
This file describes various problems that have been encountered
in compiling, installing and running GNU Emacs.
+* On AIX, if linking fails because libXbsd isn't found, check if you
+are compiling with the system's `cc' and CFLAGS containing `-O5'. If
+so, you have hit a compiler bug. Please make sure to re-configure
+Emacs so that it isn't compiled with `-O5'.
+
* The PSGML package uses the obsolete variables
`before-change-function' and `after-change-function', which are no
longer used by Emacs. These changes to PSGML 1.2.1 fix that.