[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
This commit is contained in:
Paul Harten 1998-04-02 15:34:10 -05:00
parent 78c1574378
commit 2a77c19b22

View File

@ -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