mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[svn-r18367] The OpenVMS linking probably doesn't like too many object files. I just broke the link command
into two commands to make it happy. Tested on OpenVMS.
This commit is contained in:
parent
df36445508
commit
1f4d72d32f
@ -62,7 +62,8 @@ $!
|
|||||||
$ ccc 'cobj
|
$ ccc 'cobj
|
||||||
$ ccc 'cobj1
|
$ ccc 'cobj1
|
||||||
$ library/create []hdf5
|
$ library/create []hdf5
|
||||||
$ library/insert []hdf5 'cobj, 'cobj1
|
$ library/insert []hdf5 'cobj
|
||||||
|
$ library/insert []hdf5 'cobj1
|
||||||
$ type sys$input
|
$ type sys$input
|
||||||
Done
|
Done
|
||||||
$!
|
$!
|
||||||
|
Loading…
Reference in New Issue
Block a user