From d4c20be92175023027b6d9f1b41c748bf286bbc8 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 8 Jun 2008 23:12:41 +0000 Subject: Added extra ./configure option for compiling on IRIX 6 / MIPSpro. From Bug #846195 --- INSTALL-unix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL-unix b/INSTALL-unix index 52b4d8b..0e3d98e 100644 --- a/INSTALL-unix +++ b/INSTALL-unix @@ -61,10 +61,10 @@ with this platform so that we can keep this information up-to-date. IRIX 6 / MIPSpro compiler ------------------------- -The MIPSpro compiler requires the "-LANG:std" flag to enable the -standard C++ library. You must set the CC variable when you configure, +The MIPSpro compiler requires the "-LANG:std" flag to enable the standard +C++ library. You must set the CC and CXX variable when you configure, as follows - ./configure CC='CC -LANG:std' + ./configure CC='CC -LANG:std' CXX='CC -LANG:std' There is a bug in released versions of libtool prevents the -LANG flag from being properly passed during the linking stage. To check if you -- cgit v1.2.1