From: Bruno Haible Date: Tue, 8 Aug 2006 13:34:40 +0000 (+0000) Subject: Add recommendation for Tru64. X-Git-Tag: 0.16.x-branchpoint~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0957665722f62115deab386a300b5fa62157c8c4;p=thirdparty%2Fgettext.git Add recommendation for Tru64. --- diff --git a/ChangeLog b/ChangeLog index 0b2f2e3b9..245d07843 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-08 Bruno Haible + + * INSTALL: Add a recommendation for Tru64. + Reported by Gary V. Vaughan . + 2006-08-04 Bruno Haible * README.woe32: Recommend to use cygwin as development environment, diff --git a/INSTALL b/INSTALL index 3c7993200..945f213ba 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 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: