summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-01-27 15:26:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-01-27 15:26:05 (GMT)
commit2cbd7f1b3cd50d21279ef81093632cb7bf6f97ea (patch)
tree02a4d0547091bfd3d50de4a88c03d8f841e0d524 /src/H5.c
parentf7ae23e639951e27b1b02d4ce1ba65a8b77963d2 (diff)
downloadhdf5-2cbd7f1b3cd50d21279ef81093632cb7bf6f97ea.zip
hdf5-2cbd7f1b3cd50d21279ef81093632cb7bf6f97ea.tar.gz
hdf5-2cbd7f1b3cd50d21279ef81093632cb7bf6f97ea.tar.bz2
[svn-r16357] Description:
Bring r16307:16347 back from trunk into revise_chunks branch Tested on: FreeBSD/32 6.3 (duty) (h5committest not required on this branch)
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"