aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-12 17:03:11 +0000
committerGerd Moellmann2000-12-12 17:03:11 +0000
commit2ebf6139fcdec22fb8426fc988d874c8c2b81f68 (patch)
treed013222a2f606c89a341bac279f13a23343b12d2 /etc/PROBLEMS
parentd6a1d28906986cfc7fefe41c88b5c686d3d9e1b8 (diff)
downloademacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.tar.gz
emacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.zip
*** empty log message ***
Diffstat (limited to 'etc/PROBLEMS')
-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.