summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2008-11-05 19:30:42 (GMT)
committerH. Joe Lee <hyoklee@hdfgroup.org>2008-11-05 19:30:42 (GMT)
commit821deeba28c3c27ef1db932f81570bb395446052 (patch)
tree9e35849293b7ee1f7fa8360d9cf853c4c9c0e172
parent6375b87b022f986a48084f37cdeb8bf853831cb5 (diff)
downloadhdf5-821deeba28c3c27ef1db932f81570bb395446052.zip
hdf5-821deeba28c3c27ef1db932f81570bb395446052.tar.gz
hdf5-821deeba28c3c27ef1db932f81570bb395446052.tar.bz2
[svn-r16037] The known problems for IRIX64 6.5 are slightly updated.
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ef41401..caf3dc7 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -392,14 +392,9 @@ Known Problems
We believe this is a libtool problem. One way to get rid of this is to
add the paths of libh5test.so.1 and libh5.so.1 to the shared library path.
- For 32-bit:
You may do this, under csh:
- setenv LD_LIBRARYN32_PATH .......(existing paths):[full path of HDF5
- directory/test/.libs]:[full path of HDF5 directory/src/.libs]
-
- For 64-bit:
- setenv LD_LIBRARY64_PATH ......(existing paths):[full path of HDF5
- directory/test/.libs]:[full path of HDF5 directory/src/.libs]
+ setenv LD_LIBRARYN32_PATH [full path of HDF5 directory/test/.libs]:[full
+ path of HDF5 directory/src/.libs]:(existing paths)...
NOTE: This problem ONLY affects the testing of the HDF5 library when you
build from source. It won't affect any applications that would like to link