From a2a32c20434807e9966e3f48375f9419134d1b55 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Fri, 14 Nov 2008 17:29:32 +0000 Subject: Support HP C++ on Tru64. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch (mostly) by Vincent Choinière . --- README.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 8e9dd067..8b7c8531 100644 --- a/README.txt +++ b/README.txt @@ -21,7 +21,7 @@ Proceed at your own risk. For advanced usage information on configure and make, see INSTALL.txt. -** Hint on insall location ** +** Hint on install location ** By default, the package will be installed to /usr/local. However, on many platforms, /usr/local/lib is not part of LD_LIBRARY_PATH. @@ -43,6 +43,14 @@ For advanced usage information on configure and make, see INSTALL.txt. See src/solaris/libstdc++.la for more info on this bug. +** Note for HP C++ Tru64 users ** + + To compile invoke configure as follows: + + ./configure CXXFLAGS="-O -std ansi -ieee -D__USE_STD_IOSTREAM" + + Also, you will need to use gmake instead of make. + C++ Installation - Windows ========================== -- cgit v1.2.3