summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-04-25 14:48:52 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-04-25 14:48:52 (GMT)
commit112fb8d45cd57dd54d8ede466f168941dcf3c352 (patch)
treee8ed40ebeaca49ea90d5e67373db4b446a649ae5 /src
parent5c6f86d9aa792e5a5fbc9f3320500f13c197c1d6 (diff)
downloadhdf5-112fb8d45cd57dd54d8ede466f168941dcf3c352.zip
hdf5-112fb8d45cd57dd54d8ede466f168941dcf3c352.tar.gz
hdf5-112fb8d45cd57dd54d8ede466f168941dcf3c352.tar.bz2
[svn-r5257] Purpose:
Bug fix Description: $(LT_RUN) was used to execute ./H5detect in src/Makefile.in. $RUNTEST was set to $(LT_RUN) which was used to execute sequential executable. $(LT_RUN) is "../libtool --mode=execute". But libtool invokes some commands that are not supported in the Tflops machine. That caused failures during the build and check processes. Solution: Upon investigation, there does not seem to be need to use $(LT_RUN) any more. The "libtool --mode=link" now generates a "fake" executable that is actually a command-script file that can regenerate the real executable with dynamic libraries hooks setup properly. Undo all those $LT_RUN substitute and let $RUNSERIAL execute those sequential executables. Platforms tested: Eirene(serial), modi4(parallel)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0ddf0f9..8875f15 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -57,7 +57,7 @@ PRIVATE_HDR=H5private.h H5Aprivate.h H5Apkg.h H5ACprivate.h H5Bprivate.h \
H5Tinit.c: H5detect
LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
- $(LT_RUN) ./H5detect >H5Tinit.c
+ $(RUNSERIAL) ./H5detect >H5Tinit.c
## no $(LIB) in the action below since that's being made now.
H5detect: H5detect.lo