diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-15 15:48:48 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-15 15:48:48 (GMT) |
commit | 362e5d9a10056aa8cbfaf26ea53ec19f37ce4533 (patch) | |
tree | f1531afdf7035b6f80e3761f05c5f2b8e885aa72 /release_docs/INSTALL | |
parent | 6481c7451fb6c2658dd85b7b0e4a35e73d15e9e9 (diff) | |
download | hdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.zip hdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.tar.gz hdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.tar.bz2 |
[svn-r15006] Purpose: configure cleanup
Description: cleaning up configure related to removal of --disable-hsizet
flag, which we no longer support.
Tested: kagiso
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r-- | release_docs/INSTALL | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 4a9a567..9f18c55 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -622,11 +622,6 @@ A. Warnings about compilers A.1. GNU (Intel platforms) Versions before 2.8.1 have serious problems allocating registers when functions contain operations on `long long' datatypes. - Supplying the `--disable-hsizet' switch to configure (documented - in Appendix B, "Large (>2GB) versus small (<2GB) file capability,") - will prevent HDF5 from using `long long' datatypes in - situations that are known not to work, but it limits the HDF5 - address space to 2GB. A.2. COMPAQ/DEC The V5.2-038 compiler (and possibly others) occasionally @@ -656,10 +651,8 @@ B. Large (>2GB) versus small (<2GB) file capability than 2GB, it is necessary to use the non-ANSI `long long' data type on some platforms. However, some compilers (e.g., GNU gcc versions before 2.8.1 on Intel platforms) are unable to produce - correct machine code for this datatype. To disable use of the - `long long' type on these machines, say: + correct machine code for this datatype. - $ ./configure --disable-hsizet C. Building and testing with other compilers C.1. Building and testing with Intel compilers |