summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2010-05-26 22:39:49 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2010-05-26 22:39:49 (GMT)
commit24d02aa0e4a9cb5b8e698cf7261adc5850a861c8 (patch)
tree5a148a88351d0ae2aa226bef550123c02c3eeeaa /config
parent6649fd04f31660a018c355ab7bf9d9432da398f0 (diff)
downloadhdf5-24d02aa0e4a9cb5b8e698cf7261adc5850a861c8.zip
hdf5-24d02aa0e4a9cb5b8e698cf7261adc5850a861c8.tar.gz
hdf5-24d02aa0e4a9cb5b8e698cf7261adc5850a861c8.tar.bz2
[svn-r18909] Updated RELEASE.txt for THG linux and solaris machines.
Added make install error on FREE_BSD (static only) to known problems in RELEASE.txt. Fixed install-examples issue for CYGWIN. Added '_' to sed script for solaris version to avoid losing name of compilers. Tested on amani, jam, and linew with h5committest.
Diffstat (limited to 'config')
-rw-r--r--config/solaris2.x6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/solaris2.x b/config/solaris2.x
index cea71bd..08bda66 100644
--- a/config/solaris2.x
+++ b/config/solaris2.x
@@ -116,7 +116,7 @@ fi
case $CC in
*cc*)
cc_version_info=`$CC $CFLAGS $H5_CFLAGS -V 2>&1 | grep 'Sun' |\
- sed 's/.*\(Sun.*\)/\1 /'`
+ sed 's/.*\(Sun .*\)/\1 /'`
;;
*)
@@ -129,7 +129,7 @@ case $FC in
# The PGI and Intel compilers are automatically detected below
*f90*)
fc_version_info=`$FC $FCFLAGS $H5_FCFLAGS -V 2>&1 | grep 'Sun' |\
- sed 's/.*\(Sun.*\)/\1 /'`
+ sed 's/.*\(Sun .*\)/\1 /'`
;;
*)
@@ -142,7 +142,7 @@ echo "Fortran compiler '$FC' is $fc_version_info"
case $CXX in
*CC*)
cxx_version_info=`$CXX $CXXFLAGS $H5_CXXFLAGS -V 2>&1 | grep 'Sun' |\
- sed 's/.*\(Sun.*\)/\1 /'`
+ sed 's/.*\(Sun .*\)/\1 /'`
;;
*)