summaryrefslogtreecommitdiffstats
path: root/bin/ltmain.sh
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-26 20:01:18 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-26 20:01:18 (GMT)
commit5ddee3ab6938a533ad834a12f8aac5e25a555f25 (patch)
tree5bcf4fcd8af9dc5b199601741f4de25ab34dd447 /bin/ltmain.sh
parent0e0ad103dede88c6e31e8c4cd39424f034fbb1c7 (diff)
downloadhdf5-5ddee3ab6938a533ad834a12f8aac5e25a555f25.zip
hdf5-5ddee3ab6938a533ad834a12f8aac5e25a555f25.tar.gz
hdf5-5ddee3ab6938a533ad834a12f8aac5e25a555f25.tar.bz2
[svn-r3857] Purpose:
Bug Fix Description: For parallel compiles, it needed the libtest.so library and wasn't finding it. Solution: Added the path to the library to the rpath in the ltmain.sh file. Platforms tested: Modi4
Diffstat (limited to 'bin/ltmain.sh')
-rw-r--r--bin/ltmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ltmain.sh b/bin/ltmain.sh
index 6775c56..01e03d0 100644
--- a/bin/ltmain.sh
+++ b/bin/ltmain.sh
@@ -2459,7 +2459,7 @@ EOF
*irix[56]*)
# Add in paths just for the HDF5 library stuff...
pwd=`pwd`;
- rpath="$rpath:$pwd/.libs:$pwd/../src/.libs:$pwd/../../src/.libs";
+ rpath="$rpath:$pwd/.libs:$pwd/../src/.libs:$pwd/../../src/.libs:$pwd/../test/.libs";
# Modify the rpaths so that the compiler can handle the number
# of library paths