From 1f4d72d32f0ab0bc64d8cb4d34b2449155de6fb1 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Thu, 4 Mar 2010 11:21:32 -0500 Subject: [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. --- vms/src/make.com | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vms/src/make.com b/vms/src/make.com index 3736aff..b096cd5 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -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 $! -- cgit v0.12