From 5ddee3ab6938a533ad834a12f8aac5e25a555f25 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 26 Apr 2001 15:01:18 -0500 Subject: [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 --- bin/ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12