mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[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:
parent
78c1574378
commit
2a77c19b22
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user