diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-12-21 00:39:58 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-12-21 00:39:58 (GMT) |
commit | cdbe69390d04cccc88b039b2be8e6e68a75d39fe (patch) | |
tree | 83ac1da4ad6a28702a8ad5e1fe2ee14ada9e2c0e | |
parent | 2d19c37ca4216ad28fb30f4c57592509a34dfc20 (diff) | |
download | hdf5-cdbe69390d04cccc88b039b2be8e6e68a75d39fe.zip hdf5-cdbe69390d04cccc88b039b2be8e6e68a75d39fe.tar.gz hdf5-cdbe69390d04cccc88b039b2be8e6e68a75d39fe.tar.bz2 |
[svn-r9697] Purpose: Update CXXFLAGS
Description:
Changed -instances=global to -instances=static to avoid multiple
copies of template function verify_val.
Platforms tested:
SunOS 5.7 (arabica)
-rw-r--r-- | c++/config/solaris2.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/config/solaris2.x b/c++/config/solaris2.x index 496a0c4..db76497 100644 --- a/c++/config/solaris2.x +++ b/c++/config/solaris2.x @@ -31,7 +31,7 @@ fi # Try solaris native compiler flags if test -z "$cxx_flags_set"; then - CXXFLAGS="$CXXFLAGS -instances=global" + CXXFLAGS="$CXXFLAGS -instances=static" CPPFLAGS="$CPPFLAGS -LANG:std" LIBS="$LIBS -lsocket" DEBUG_CXXFLAGS=-g |