aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-12-21 12:25:47 +0000
committerEli Zaretskii2001-12-21 12:25:47 +0000
commitcc2f2825065c516c86180772ecb778b3ab4d7636 (patch)
tree229ed9c402af33b9fe97207ccd692df5b359b76e
parenta9f66ecbcde33772cc29f811eadc55d2321dbe12 (diff)
downloademacs-cc2f2825065c516c86180772ecb778b3ab4d7636.tar.gz
emacs-cc2f2825065c516c86180772ecb778b3ab4d7636.zip
Document problems with AIX's /bin/c89 compiler and with old versions
of X-Symbol.
-rw-r--r--etc/PROBLEMS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 41d9a4c3ba6..de474570029 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -554,6 +554,12 @@ are compiling with the system's `cc' and CFLAGS containing `-O5'. If
554so, you have hit a compiler bug. Please make sure to re-configure 554so, you have hit a compiler bug. Please make sure to re-configure
555Emacs so that it isn't compiled with `-O5'. 555Emacs so that it isn't compiled with `-O5'.
556 556
557* Compiling on AIX 4.3.x or 4.4 fails.
558This could happen if you use /bin/c89 as youir compiler, instead of
559the default `cc'. /bin/c89 treats certain warnings, such as benign
560redefinitions of macros, as errors, and fails the build. A solution
561is to use the default compiler `cc'.
562
557* The PSGML package uses the obsolete variables 563* The PSGML package uses the obsolete variables
558`before-change-function' and `after-change-function', which are no 564`before-change-function' and `after-change-function', which are no
559longer used by Emacs. These changes to PSGML 1.2.2 fix that. 565longer used by Emacs. These changes to PSGML 1.2.2 fix that.
@@ -771,6 +777,14 @@ built-in primitive beginning with Emacs 21.1. We don't have a patch
771for epop3 that fixes this, but perhaps a newer version of epop3 777for epop3 that fixes this, but perhaps a newer version of epop3
772corrects that. 778corrects that.
773 779
780* ps-print commands fail to find prologue files ps-prin*.ps.
781
782This can happen if you use an old version of X-Symbol package: it
783defines compatibility functions which trick ps-print into thinking it
784runs in XEmacs, and look for the prologue files in a wrong directory.
785
786The solution is to upgrade X-Symbol to a later version.
787
774* On systems with shared libraries you might encounter run-time errors 788* On systems with shared libraries you might encounter run-time errors
775from the dynamic linker telling you that it is unable to find some 789from the dynamic linker telling you that it is unable to find some
776shared libraries, for instance those for Xaw3d or image support. 790shared libraries, for instance those for Xaw3d or image support.