diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-02-12 16:29:55 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-02-12 16:29:55 (GMT) |
commit | 28476177376081e8a745085340fb67e9cf0679a8 (patch) | |
tree | dfe73c46596fe3e4415f93e08237aa91c6768edf | |
parent | aeb1c3835347f0c5ef1e7895350bdbe3b43bc2ce (diff) | |
download | hdf5-28476177376081e8a745085340fb67e9cf0679a8.zip hdf5-28476177376081e8a745085340fb67e9cf0679a8.tar.gz hdf5-28476177376081e8a745085340fb67e9cf0679a8.tar.bz2 |
[svn-r8190] Purpose: Maintenance
Description: On AIX 5.1, 64-bit parallel build fails when zlib is configured in.
Solution: Problem can be bypassed by removing "const" on line 29 in H5Zpkg.h
I documented the problem and the solution.
Platforms tested: copper
Misc. update:
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5ad00dd..f04d59e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -424,3 +424,7 @@ Known Problems * Information about building with PGI and Intel compilers is available in INSTALL file sections 5.7 and 5.8 + +* On AIX 5.1 when 64-bit parallel C Library is built with zlib configured in, + compilation fails for H5Zdeflate.c. To bypass the problem, remove "const" + definition in front of H5Z_DEFLATE in H5Zpkg.h line 29. |