diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-02-27 15:59:50 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-02-27 15:59:50 (GMT) |
commit | 447b95fe6a08c335d1d87f071f73e7035d82fd1d (patch) | |
tree | 90b220eba6d4395bd45617d890f346f4862e29c7 /vms/c++ | |
parent | 552bb205b9ff9ba43e91d81e9ecc69357b3b0cf3 (diff) | |
download | hdf5-447b95fe6a08c335d1d87f071f73e7035d82fd1d.zip hdf5-447b95fe6a08c335d1d87f071f73e7035d82fd1d.tar.gz hdf5-447b95fe6a08c335d1d87f071f73e7035d82fd1d.tar.bz2 |
[svn-r13414] Problem:
Somehow compiling testhdf5.cpp first made C++ compiler to fail.
Solution:
Switch compilation order
Platforms tested:
VMS server
Diffstat (limited to 'vms/c++')
-rw-r--r-- | vms/c++/test/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
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, - |