[svn-r13414] Problem:
Somehow compiling testhdf5.cpp first made C++ compiler to fail. Solution: Switch compilation order Platforms tested: VMS server
This commit is contained in:
@@ -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, -
|
||||
|
||||
Reference in New Issue
Block a user