diff options
author | Bruno Haible <bruno@clisp.org> | 2001-03-21 23:42:17 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-03-21 23:42:17 +0000 |
commit | 9b85d89a2fe8b9e05f25f125c1f933556076a221 (patch) | |
tree | bfffbbf04b93e090a76efd08a49ac4731c6bd793 /INSTALL | |
parent | 625171f5b6aaf5c700f0ef5ed77b0ca822e0044b (diff) | |
download | external_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-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |