summaryrefslogtreecommitdiffstats
path: root/c++/config
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 21:16:11 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 21:16:11 (GMT)
commit42f2e2e08d0fba92a579c47c3082eaf2b7851bba (patch)
treee3b8ee7697c7843989ec9cf0a7f5aafdeb133a81 /c++/config
parenta8533e99afa2834e929b9a7ea0e7d9c754cf6d51 (diff)
downloadhdf5-42f2e2e08d0fba92a579c47c3082eaf2b7851bba.zip
hdf5-42f2e2e08d0fba92a579c47c3082eaf2b7851bba.tar.gz
hdf5-42f2e2e08d0fba92a579c47c3082eaf2b7851bba.tar.bz2
[svn-r2940] Purpose:
Bug Description: Compiler needed both the -instances=global and the -LANG:std flag to function. libtools spits out a warning about not being able to find the ANG:std library directory, but that's okay...it passes it to the linker anyway. Platforms tested: Solaris (Arabica)
Diffstat (limited to 'c++/config')
-rw-r--r--c++/config/solaris2.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/config/solaris2.x b/c++/config/solaris2.x
index 517bce6..53a4d6b 100644
--- a/c++/config/solaris2.x
+++ b/c++/config/solaris2.x
@@ -17,7 +17,7 @@ fi
# Try solaris native compiler flags
if test -z "$cxx_flags_set"; then
- CXXFLAGS="-instances=global"
+ CXXFLAGS="-instances=global -LANG:std"
LIBS="$LIBS -lsocket"
DEBUG_CXXFLAGS=-g
DEBUG_CPPFLAGS=