From 447b95fe6a08c335d1d87f071f73e7035d82fd1d Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 27 Feb 2007 10:59:50 -0500 Subject: [svn-r13414] Problem: Somehow compiling testhdf5.cpp first made C++ compiler to fail. Solution: Switch compilation order Platforms tested: VMS server --- vms/c++/test/make.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vms/c++/test/make.com b/vms/c++/test/make.com index 0ed0747..bcf26ce 100644 --- a/vms/c++/test/make.com +++ b/vms/c++/test/make.com @@ -22,7 +22,6 @@ $ ccc := cxx 'cxxopt /include=([-.-.src], [-.-.test], [-.src]) $! $! $! -$ ccc testhdf5 $ ccc tattr $ ccc tfile $ ccc tcompound @@ -32,6 +31,7 @@ $ ccc ttypes $ ccc tvlstr $ ccc th5s $ ccc h5cpputil +$ ccc testhdf5 $ type sys$input Creating testhdf5 $ cxxlink testhdf5,tattr,tfile, th5s, - -- cgit v0.12