From 322297809cfe9e7ca4ed39d62706f1d0301a0da1 Mon Sep 17 00:00:00 2001 From: James Laird Date: Sun, 20 Feb 2005 00:25:28 -0500 Subject: [svn-r10048] Purpose: Bug fix Description: HDF5's libtool includes a hack to ensure that libraries are found on IRIX. This hack did not have the correct path for the hl-fortran tests to find the main library. Solution: Extend the hack. This may call for a better long-term solution... Platforms tested: modi4 (hack only takes effect on IRIX) --- bin/ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ltmain.sh b/bin/ltmain.sh index ef07484..9987c69 100644 --- a/bin/ltmain.sh +++ b/bin/ltmain.sh @@ -3219,7 +3219,7 @@ EOF *irix[56]*) # Add in paths just for the HDF5 library stuff... pwd=`pwd`; - rpath="${wl}-rpath ${wl}$pwd/.libs:$pwd/../src/.libs:$pwd/../../src/.libs:$pwd/../test/.libs$rpath"; + rpath="${wl}-rpath ${wl}$pwd/.libs:$pwd/../src/.libs:$pwd/../../src/.libs:$pwd/../test/.libs:$pwd/../../../src/.libs$rpath"; # Modify the rpaths so that the compiler can handle the number # of library paths -- cgit v0.12