[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:
Raymond Lu 2010-03-04 11:21:32 -05:00
parent df36445508
commit 1f4d72d32f

View File

@ -62,7 +62,8 @@ $!
$ ccc 'cobj
$ ccc 'cobj1
$ library/create []hdf5
$ library/insert []hdf5 'cobj, 'cobj1
$ library/insert []hdf5 'cobj
$ library/insert []hdf5 'cobj1
$ type sys$input
Done
$!