diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-03-25 02:46:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-03-25 02:46:24 (GMT) |
commit | 2f489482131a11750b27204bb5b94d805bea7b23 (patch) | |
tree | 57e4b730053c5666aa97c35941869a195c5de86d /release_docs | |
parent | 370a4f930f5a4af3f5866b231b5b799db4506250 (diff) | |
download | hdf5-2f489482131a11750b27204bb5b94d805bea7b23.zip hdf5-2f489482131a11750b27204bb5b94d805bea7b23.tar.gz hdf5-2f489482131a11750b27204bb5b94d805bea7b23.tar.bz2 |
[svn-r8277] Purpose:
Update flags necessary for compiling the library with thread-safety
turned on.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 2dc67fc..514ab79 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -463,9 +463,9 @@ 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' flag to - configure. Read the file doc/TechNotes/ThreadSafeLibrary.html for - further details. + 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. 5.3.13. Backward compatibility The 1.8 version of the HDF5 library can be configured to operate |