From c43feb3092be905574b928b9a10850db5f896a3d Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 9 May 2002 11:55:04 -0500 Subject: [PATCH] [svn-r5383] Purpose: Update Description: Updated how to compile HDF5 with Intel compilers (ecc or icc). --- release_docs/RELEASE.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 12ced70471..8ac085540b 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,"