diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-08-09 18:55:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-08-09 18:55:31 (GMT) |
commit | 6209f43296c5ca59dfe6b432b7e4b4f5371c0b08 (patch) | |
tree | d13f9d9da98b3db7e85108efb30938d1f279dc10 /release_docs | |
parent | dd7693bde03b81f05dbde5a7e6c866951326946f (diff) | |
download | hdf5-6209f43296c5ca59dfe6b432b7e4b4f5371c0b08.zip hdf5-6209f43296c5ca59dfe6b432b7e4b4f5371c0b08.tar.gz hdf5-6209f43296c5ca59dfe6b432b7e4b4f5371c0b08.tar.bz2 |
[svn-r21198] Change default fortran compiler to gfortran
Tested: cygwin
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_Cygwin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt index 8416dfc..5406820 100644 --- a/release_docs/INSTALL_Cygwin.txt +++ b/release_docs/INSTALL_Cygwin.txt @@ -181,7 +181,7 @@ Install HDF5 on Cygwin example, if users want to configure HDF5 C/C++/Fortran library with szip library enabled, with zlib library at /cygdrive/c/usr/, and install HDF5 into directory - /cygdrive/c/hdf5 using gcc/g++ as C/C++ compiler and g95 + /cygdrive/c/hdf5 using gcc/g++ as C/C++ compiler and gfortran as fortran compiler $ ./configure |