diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-05-09 16:55:04 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-05-09 16:55:04 (GMT) |
commit | c43feb3092be905574b928b9a10850db5f896a3d (patch) | |
tree | 6d561c0bff6721a7abb80d819f396c695fd8d558 | |
parent | 69cf1dd2303e3ec5f51248764376efcfb8c66e9c (diff) | |
download | hdf5-c43feb3092be905574b928b9a10850db5f896a3d.zip hdf5-c43feb3092be905574b928b9a10850db5f896a3d.tar.gz hdf5-c43feb3092be905574b928b9a10850db5f896a3d.tar.bz2 |
[svn-r5383] Purpose:
Update
Description:
Updated how to compile HDF5 with Intel compilers (ecc or icc).
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 12ced70..8ac0855 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -470,4 +470,16 @@ Known Problems ftp://hdf.ncsa.uiuc.edu/pub/ougoing/hdf5/hdf5-1.4.0-beta/F90_source_for_Crays +* On IA32 and IA64 systems, if you use a compiler other than GCC (such as + Intel's ecc or icc compilers), you will need to modify the generated + "libtool" program after configuration is finished. On or around line 104 of + the libtool file, there are lines which look like: + + # How to pass a linker flag through the compiler. + wl="" + + change these lines to this: + + # How to pass a linker flag through the compiler. + wl="-Wl," |