summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-08-25 03:36:20 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-08-25 03:36:20 (GMT)
commit01fd9a01632c79b7503940de827c34fdd21798d1 (patch)
tree4fbdf7d298836f0e0c9100805e1f501d591b9ec5 /c++
parente2ed7dc26a9830d6ee9249725fde5be88ca34063 (diff)
downloadhdf5-01fd9a01632c79b7503940de827c34fdd21798d1.zip
hdf5-01fd9a01632c79b7503940de827c34fdd21798d1.tar.gz
hdf5-01fd9a01632c79b7503940de827c34fdd21798d1.tar.bz2
[svn-r9150]
Purpose: Maintenance/bug fix Description: On OSF1 machine at PSC HDF5 configuration failed for C library; the failure was due to the $ARCH compiler flag that was replace by "OSF1" string confusing the compiler. Solution: REmoved $ARCH from the compiler flags. Platforms tested: OSF1 (lemieux), Solaris 2.8 (sol), AIX 5.1 (copper) Misc. update:
Diffstat (limited to 'c++')
-rwxr-xr-xc++/config/dec-osf5.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/config/dec-osf5.x b/c++/config/dec-osf5.x
index 7003bea..85b33ad 100755
--- a/c++/config/dec-osf5.x
+++ b/c++/config/dec-osf5.x
@@ -17,7 +17,7 @@ case $CXX_BASENAME in
;;
*)
- CXXFLAGS="$CXXFLAGS -tlocal"
+ CXXFLAGS="$CXXFLAGS -tlocal -D__USE_STD_IOSTREAM "
DEBUG_CXXFLAGS="-g"
DEBUG_CPPFLAGS=
PROD_CXXFLAGS="-O"