]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add notes about AIX 3.
authorBruno Haible <bruno@clisp.org>
Wed, 21 Mar 2001 23:42:17 +0000 (23:42 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 21 Mar 2001 23:42:17 +0000 (23:42 +0000)
ChangeLog
INSTALL

index 13fed0e6a094f3968323308b9b0a1e546371d2d9..99d494d5e20c92015f001ea75eb43f22336d663c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-21  Bruno Haible  <haible@clisp.cons.org>
+
+       * INSTALL (Particular Systems): Add recommendations for AIX 3.
+
 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.am (MAINTAINERCLEANFILES): Remove variable.
diff --git a/INSTALL b/INSTALL
index c134f78b1e6d208dae493df3b6d6c8713f69b837..0047b169608ce7d84804859b59bc4cf6750a4eb1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -136,6 +136,12 @@ to use an ANSI C compiler:
 
      env CC="cc -Ae" ./configure
 
+   On AIX 3, the C include files by default don't define some necessary
+prototype declarations.  If GNU CC is not installed, it is recommended to
+use the following options:
+
+     env CC="xlc -D_ALL_SOURCE" ./configure
+
    On BeOS, user installed software goes in /boot/home/config, not
 /usr/local.  It is recommended to use the following options: