diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-10-17 19:39:53 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-10-17 19:39:53 (GMT) |
commit | 672a9c47ddbf72835e6c35637a6b910638922974 (patch) | |
tree | 0ea8dcff111643d0b4fe9413eea522be45571d57 /release_docs | |
parent | da6642e5b94ca5af8c7defa1d2e206be23a7b049 (diff) | |
download | hdf5-672a9c47ddbf72835e6c35637a6b910638922974.zip hdf5-672a9c47ddbf72835e6c35637a6b910638922974.tar.gz hdf5-672a9c47ddbf72835e6c35637a6b910638922974.tar.bz2 |
[svn-r11571] Purpose:
bug report
DescriptiOn:
added the note
The --enable-static-exec configure flag also fails to correctly compile
on the HPUX 11.00.
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7cd3160..9d7a494 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -480,6 +480,9 @@ Known Problems The --enable-static-exec configure flag also fails to correctly compile on IBM SP2 platform for the serial mode. The parallel mode works fine with this option. + + The --enable-static-exec configure flag also fails to correctly compile + on the HPUX 11.00. It is suggested that you don't use this option on these platforms during configuration. |