Add recommendation for Tru64.

This commit is contained in:
Bruno Haible 2006-08-08 13:34:40 +00:00
parent b4f90fba2e
commit 0957665722
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-08-08 Bruno Haible <bruno@clisp.org>
* INSTALL: Add a recommendation for Tru64.
Reported by Gary V. Vaughan <gary@gnu.org>.
2006-08-04 Bruno Haible <bruno@clisp.org>
* README.woe32: Recommend to use cygwin as development environment,

14
INSTALL
View File

@ -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: