Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23700
Modified Files:
INSTALL-unix
Log Message:
added extra ./configure option for compiling on IRIX 6 / MIPSpro. From Bug #846195
Index: INSTALL-unix
===================================================================
RCS file: /cvsroot/cppunit/cppunit/INSTALL-unix,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** INSTALL-unix 9 Apr 2004 18:41:41 -0000 1.9
--- INSTALL-unix 9 Jun 2008 00:12:41 -0000 1.10
***************
*** 62,69 ****
-------------------------
! The MIPSpro compiler requires the "-LANG:std" flag to enable the
! standard C++ library. You must set the CC variable when you configure,
as follows
! ./configure CC='CC -LANG:std'
There is a bug in released versions of libtool prevents the -LANG flag
--- 62,69 ----
-------------------------
! 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' CXX='CC -LANG:std'
There is a bug in released versions of libtool prevents the -LANG flag
|