summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-08-08 13:34:40 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:53 +0200
commit0957665722f62115deab386a300b5fa62157c8c4 (patch)
tree12a1e246ba236dabb796805dac8437ab27b5e28e /INSTALL
parentb4f90fba2ec3c6a229176abf183cd90d0233c295 (diff)
downloadexternal_gettext-0957665722f62115deab386a300b5fa62157c8c4.zip
external_gettext-0957665722f62115deab386a300b5fa62157c8c4.tar.gz
external_gettext-0957665722f62115deab386a300b5fa62157c8c4.tar.bz2
Add recommendation for Tru64.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 12 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 3c79932..945f213 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,8 +19,8 @@ diffs or instructions to the address given in the `README' so they can
be considered for the next release. If at some point `config.cache'
contains results you don't want to keep, you may remove or edit it.
- The file `configure.in' is used to create `configure' by a program
-called `autoconf'. You only need `configure.in' if you want to change
+ The file `configure.ac' is used to create `configure' by a program
+called `autoconf'. You only need `configure.ac' if you want to change
it or regenerate `configure' using a newer version of `autoconf'.
The simplest way to compile this package is:
@@ -171,6 +171,16 @@ to use an ANSI C compiler:
env CC="cc -Ae" ./configure
+ On OSF/1 a.k.a. Tru64, some versions of the default C compiler don't grok
+its <wchar.h> header file. The option -nodtk can be used as a workaround.
+If GNU CC is not installed, it is therefore recommended to try
+
+ env CC="cc" ./configure
+
+and if that doesn't work, try
+
+ env CC="cc -nodtk" ./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: