summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 16:42:03 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 16:42:03 (GMT)
commit389cc309c55299b7f4ae4ed77f039a878e67335d (patch)
tree6f95e817301937201e2ad3b13d32923e678a1384 /release_docs/INSTALL
parentfb1776dd9e61645b1123ca456632f323e954c5f5 (diff)
downloadhdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.zip
hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.gz
hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.bz2
[svn-r15007] 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/INSTALL9
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