diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-01-14 23:50:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-01-14 23:50:38 (GMT) |
commit | 7341054c69347982b1e9ce34607951f078fc5852 (patch) | |
tree | de5c2a5ea7495e9bbf8b173055464838444caea8 | |
parent | 2ad37c5958c85df03f28feb33c4251b64c042c59 (diff) | |
download | hdf5-7341054c69347982b1e9ce34607951f078fc5852.zip hdf5-7341054c69347982b1e9ce34607951f078fc5852.tar.gz hdf5-7341054c69347982b1e9ce34607951f078fc5852.tar.bz2 |
[svn-r16322] 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.
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |