summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-21 23:42:17 +0000
committerBruno Haible <bruno@clisp.org>2001-03-21 23:42:17 +0000
commit9b85d89a2fe8b9e05f25f125c1f933556076a221 (patch)
treebfffbbf04b93e090a76efd08a49ac4731c6bd793 /INSTALL
parent625171f5b6aaf5c700f0ef5ed77b0ca822e0044b (diff)
downloadexternal_gettext-9b85d89a2fe8b9e05f25f125c1f933556076a221.zip
external_gettext-9b85d89a2fe8b9e05f25f125c1f933556076a221.tar.gz
external_gettext-9b85d89a2fe8b9e05f25f125c1f933556076a221.tar.bz2
Add notes about AIX 3.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c134f78..0047b16 100644
--- 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: