summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-01-14 23:50:17 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-01-14 23:50:17 (GMT)
commit50ccdbcc7de1684b9f022103b1f18914dd33e237 (patch)
treee99a56a867597cdfdc32078bebbc95daa99451e8 /src/H5.c
parent60ab04d3835323a99ab93dd7c59cf364aa9f74cb (diff)
downloadhdf5-50ccdbcc7de1684b9f022103b1f18914dd33e237.zip
hdf5-50ccdbcc7de1684b9f022103b1f18914dd33e237.tar.gz
hdf5-50ccdbcc7de1684b9f022103b1f18914dd33e237.tar.bz2
[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.
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5.c b/src/H5.c
index 795e30e..bbd14ce 100644
--- a/src/H5.c
+++ b/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"