diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-03-25 02:53:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-03-25 02:53:33 (GMT) |
commit | e0fee4d7c95cb7f0a020dde33154a55ced92126b (patch) | |
tree | b35a60aadbf8c8c94630470266fdc1bc70dd7477 /release_docs/INSTALL | |
parent | 2f489482131a11750b27204bb5b94d805bea7b23 (diff) | |
download | hdf5-e0fee4d7c95cb7f0a020dde33154a55ced92126b.zip hdf5-e0fee4d7c95cb7f0a020dde33154a55ced92126b.tar.gz hdf5-e0fee4d7c95cb7f0a020dde33154a55ced92126b.tar.bz2 |
[svn-r8279] Purpose:
Clarify note about the --with-pthread flag.
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r-- | release_docs/INSTALL | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 514ab79..af849a6 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -463,9 +463,11 @@ 5.3.12. Threadsafe capability The HDF5 library can be configured to be thread-safe (on a very - large scale) with the with the `--enable-threadsafe' and - '-with-pthread=INC,LIB' (or '--with-pthread=DIR') flags to configure. - Read the file doc/TechNotes/ThreadSafeLibrary.html for further details. + large scale) with the with the `--enable-threadsafe' flag to + the configure script. Some platforms may also require the + '-with-pthread=INC,LIB' (or '--with-pthread=DIR') flag to the configure + script as well. Read the file doc/TechNotes/ThreadSafeLibrary.html + for further details. 5.3.13. Backward compatibility The 1.8 version of the HDF5 library can be configured to operate |