diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-06-17 20:09:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-06-17 20:09:38 (GMT) |
commit | 91170d97dc8a64d8a091c4609fe2bac17027e3f3 (patch) | |
tree | 6d93a5340f20705c83b5d743d0808fa08e0daa25 /release_docs/INSTALL_TFLOPS | |
parent | 5e12a077ab139275108afe59e77bbaf7cbb9730a (diff) | |
download | hdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.zip hdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.tar.gz hdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.tar.bz2 |
[svn-r5657] Updated.
Diffstat (limited to 'release_docs/INSTALL_TFLOPS')
-rw-r--r-- | release_docs/INSTALL_TFLOPS | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/release_docs/INSTALL_TFLOPS b/release_docs/INSTALL_TFLOPS index 5c8ec7c..9300967 100644 --- a/release_docs/INSTALL_TFLOPS +++ b/release_docs/INSTALL_TFLOPS @@ -26,11 +26,20 @@ FROM SASN100, 1) cd <hdf5> -2) CC=/usr/community/mpich/mpich-1.2.3/bin/mpicc ./configure --host=i386-intel-osf1 +2) CC=/usr/community/mpich/mpich-1.2.3/bin/mpicc \ + ./configure --host=i386-intel-osf1 --with-zlib=/usr/community/hdf5/ZLIB + + Skip the "--with-zlib=..." option if you do not wish to include the zlib + compression feature. Without the zlib compression feature, the library + will not be able to access zlib compressed datasets. + You may safely ignore the WARNING message, + ========= configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. - You may add the option "--host=i386-intel-osf1" to get rid of the WARNING. + ========= + You may add the option "--build=i386-intel-osf1" to get rid of the WARNING. + (The previous bugs in src/Makefile and test/Makefile have been resolved. You don't need to edit them any more.) @@ -92,11 +101,19 @@ FROM SASN100, 1) cd <hdf5> -2) ./configure --host=i386-intel-osf1 +2) ./configure --host=i386-intel-osf1 --with-zlib=/usr/community/hdf5/ZLIB + + Skip the "--with-zlib=..." option if you do not wish to include the zlib + compression feature. Without the zlib compression feature, the library + will not be able to access zlib compressed datasets. + You may safely ignore the WARNING message, + ========= configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. - You may add the option "--host=i386-intel-osf1" to get rid of the WARNING. + ========= + You may add the option "--build=i386-intel-osf1" to get rid of the WARNING. + (The previous bugs in src/Makefile and test/Makefile have been resolved. You don't need to edit them any more.) |