summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-05-09 16:55:44 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-05-09 16:55:44 (GMT)
commit6c597cf005155fb0a1dc5f4e87d522d6d29c11b2 (patch)
treec5c066e01f6de1cb3d591f3560c3d6514e3f4192 /release_docs
parent4c84f13888d8f66abcd6066a15a741d886e7c76f (diff)
downloadhdf5-6c597cf005155fb0a1dc5f4e87d522d6d29c11b2.zip
hdf5-6c597cf005155fb0a1dc5f4e87d522d6d29c11b2.tar.gz
hdf5-6c597cf005155fb0a1dc5f4e87d522d6d29c11b2.tar.bz2
[svn-r5384] Purpose:
Update Description: Updated the description of how to use Intel compilers to compile HDF5 software...
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c7cdd11..fe581b8 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -275,15 +275,15 @@ Known Problems
Makefile in the tools/h4toh4 and tools/h5toh4 directories to add
-DIA64 to the compilation flags.
- * On IA32 ansd IA64 systems, if you use a compiler other than GCC
- (such as Intel's ecc compiler), you will need to modify the generated
- "libtool" program after configuration is finished. On or around line 102
- of the libtool file, there are lines which look like:
+ * 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 the lines to this:
+ change these lines to this:
# How to pass a linker flag through the compiler.
wl="-Wl,"