From 2a77c19b2216f04a6f8c50995ca0bf09f69e63d0 Mon Sep 17 00:00:00 2001 From: Paul Harten Date: Thu, 2 Apr 1998 15:34:10 -0500 Subject: [svn-r334] Purpose: To resolve a reference. Problem: Reference to routine 'getrusage()' is unresolved during link step. Solution: In the site config file, hdf5/config/intel-osf1, the line LIBS="-L./ -L../" has been extended to include ... LIBS="-L./ -L../ -lnoop_stubs", a reference to a library which includes the 'getrusage()' routine. Platform tested: sasn100 --- config/intel-osf1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/intel-osf1 b/config/intel-osf1 index ecc16ee..e42a0db 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -3,7 +3,7 @@ CC=cicc AR=xar RANLIB=true -LIBS="-L./ -L../" +LIBS="-L./ -L../ -lnoop_stubs" RUNTEST=yod export CC AR RANLIB LIBS RUNTEST -- cgit v0.12