mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[svn-r12119] Purpose: Maintenance
Description: Linking of cache test failed on VMS due to the missing cache_common.* files Solution: Added cache_common.* files to the approriate places in the make.com file. Platforms tested: VMS server (this change is for VMS only) Misc. update:
This commit is contained in:
parent
2315bc4dda
commit
438b30798c
@ -24,11 +24,12 @@ $
|
||||
$ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tconfig.c, "+-
|
||||
"tfile.c, tgenprop.c,th5s.c, theap.c, tid.c, titerate.c,"+-
|
||||
"tmeta.c, tmisc.c, ttime.c, trefer.c, trefstr.c,"+-
|
||||
"tselect.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c, tvlstr.c"
|
||||
"tselect.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+-
|
||||
"tvlstr.c, cache_common.c"
|
||||
|
||||
$
|
||||
$ ccc 'cobj
|
||||
$ library/create/replace []libh5test h5test, testframe
|
||||
$ library/create/replace []libh5test h5test, testframe, cache_common
|
||||
$ type sys$input
|
||||
Creating libh5test
|
||||
$ link testhdf5,tarray,tattr,tconfig, -
|
||||
@ -77,13 +78,6 @@ $ ccc cache
|
||||
$ link cache, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib
|
||||
|
||||
|
||||
$ type sys$input
|
||||
Creating sheap test
|
||||
$ ccc sheap
|
||||
$ link sheap, -
|
||||
libh5test.olb/lib,[-.src]hdf5.olb/lib
|
||||
|
||||
$ type sys$input
|
||||
Creating pool test
|
||||
$ ccc pool
|
||||
|
Loading…
x
Reference in New Issue
Block a user