From 020340b041c92c96f78ff591890848a94e8775dc Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Tue, 17 Sep 2013 16:58:28 -0500 Subject: [svn-r24150] Somehow, the C++ compiler doesn't like the list of source files. I seperated them. Tested on OpenVMS. --- vms/c++/examples/make.com | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vms/c++/examples/make.com b/vms/c++/examples/make.com index 45d74ce..c929fe5 100644 --- a/vms/c++/examples/make.com +++ b/vms/c++/examples/make.com @@ -24,7 +24,17 @@ $ cxxobj= "chunks.cxx, compound.cxx, create.cxx, extend_ds.cxx, h5group.cxx, "+- "readdata.cxx, writedata.cxx" $! $! -$ ccc 'cxxobj +$! ccc 'cxxobj +$! Somehow, the C++ compiler doesn't like the list of source files. +$! +$ ccc chunks.cxx +$ ccc compound.cxx +$ ccc create.cxx +$ ccc extend_ds.cxx +$ ccc h5group.cxx +$ ccc readdata.cxx +$ ccc writedata.cxx +$! $ type sys$input Creating chunks -- cgit v0.12