mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r16321] Purpose:
Improvement Description: Modified the warning messages from the Version mismatch checking to suggest the users to try recompiling or checking the shared lib setting. Platforms tested: Tested in Jam only since it was just a simple text string changes.
This commit is contained in:
parent
60ab04d383
commit
50ccdbcc7d
2
src/H5.c
2
src/H5.c
@ -600,6 +600,8 @@ done:
|
||||
"The HDF5 header files used to compile this application do not match\n" \
|
||||
"the version used by the HDF5 library to which this application is linked.\n" \
|
||||
"Data corruption or segmentation faults may occur if the application continues.\n" \
|
||||
"This can happen when an application was compiled by one version of HDF5 but\n" \
|
||||
"linked with a different version of static or shared HDF5 library.\n" \
|
||||
"You should recompile the application or check your shared library related\n" \
|
||||
"settings such as 'LD_LIBRARY_PATH'.\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user