[svn-r5383] Purpose:

Update
Description:
    Updated how to compile HDF5 with Intel compilers (ecc or icc).
This commit is contained in:
Bill Wendling 2002-05-09 11:55:04 -05:00
parent 69cf1dd230
commit c43feb3092

View File

@ -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,"