diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-10-01 17:05:38 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-10-01 17:05:38 (GMT) |
commit | 8c754e83854574261328889b59681a6cab40e0c8 (patch) | |
tree | 301af72176067fa81cb5ed4d8dd0f7727762c65f /release_docs | |
parent | 98f6b609ad017d9bb8c018227060b7113a53b590 (diff) | |
download | hdf5-8c754e83854574261328889b59681a6cab40e0c8.zip hdf5-8c754e83854574261328889b59681a6cab40e0c8.tar.gz hdf5-8c754e83854574261328889b59681a6cab40e0c8.tar.bz2 |
[svn-r17567] Purpose:
Configure Fix
Description:
Modified configure to set FC and CXX to "no" when fortran and c++ are
not being compiled, respectively. This will prevent configure from running
some checks on these compilers when they are not being used.
This fixes a problem that was occuring when FC and/or CXX are set to
a nonexistant or invalid compiler. Even if the languages were disabled,
a libtool test would fail, thus preventing libtool from properly linking
any libraries, yet configure would not flag an error message due to this
because the languages were disabled.
Tested:
- h5committest (jam, smirom, linew)
- manually eyeballed configure output and logfile.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0b82b7c..6878261a5 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -313,6 +313,10 @@ Bug Fixes since HDF5-1.8.0 release Configuration ------------- + - Configure will now set FC and CXX to "no" when fortran and c++ + are not being compiled, respectively, so configure will not run + some of the compiler tests for these languages when they are not + being used. MAM - 2009/10/01 - The PathScale compiler (v3.2) was mistaken as gcc v4.2.0 but it fails to recognize some gcc options. Fixed. (see bug 1301). AKC - 2009/7/28 - - The --enable-static-exec flag has been fixed and will now generate |