]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add recommendation for Tru64.
authorBruno Haible <bruno@clisp.org>
Tue, 8 Aug 2006 13:34:40 +0000 (13:34 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:53 +0000 (12:13 +0200)
ChangeLog
INSTALL

index 0b2f2e3b9cc133b304881f6dd5ac6c848a30e7cd..245d07843f65184c83e172e58471e6bbd297ceb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/INSTALL b/INSTALL
index 3c7993200b27b6d98073d826406e41c8e93a933f..945f213baf20ba21b80278eee1b34ce938903c53 100644 (file)
--- 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: