mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r5383] Purpose:
Update Description: Updated how to compile HDF5 with Intel compilers (ecc or icc).
This commit is contained in:
parent
69cf1dd230
commit
c43feb3092
@ -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,"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user