Albert Cheng db31594e68 [svn-r12344] Purpose:
Bug fix.

Description:
C++ testhdf5 failed when it tried to inspect the size of a file
via the HDstat call.  The reason was that the CFLAGS has -D_LARGE_FILES
hardset in it while the CXXFLAGS does not.  So, C is using an off_t
that is 8 bytes while C++ is using off_t as 4 bytes.  C is using
a version of 64bits stat/off_t/etc while C++ uses the 32 bits version.
Thus a failure.

Solution:
Added -D_LARGE_FILES to $CXXFLAGES so that both C and C++ are using
the same version of stat/off_t/etc.

Platforms tested:
Tested in Copper only, both 32 and 64 bits since the changes affected
the AIX platform only.
2006-05-11 23:16:10 -05:00
..
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2006-04-21 14:21:24 -05:00
2006-03-23 16:26:17 -05:00
2006-05-01 17:34:19 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-12-13 16:37:15 -05:00
2006-04-28 14:14:23 -05:00
2006-04-25 16:19:14 -05:00
2006-04-25 16:19:14 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2006-02-16 11:51:47 -05:00
2006-04-25 16:19:14 -05:00
2006-04-25 16:19:14 -05:00
2005-10-28 15:28:20 -05:00
2006-05-01 17:34:19 -05:00
2006-05-04 15:17:05 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2006-04-25 16:19:14 -05:00
2005-10-28 15:28:20 -05:00
2005-10-21 09:54:41 -05:00
2006-03-09 09:54:35 -05:00
2005-10-28 15:28:20 -05:00
2005-10-31 13:37:41 -05:00
2005-10-28 15:28:20 -05:00
2006-05-01 17:34:19 -05:00
2006-05-03 16:45:44 -05:00
2006-05-11 23:16:10 -05:00
2005-10-28 15:28:20 -05:00
2006-04-25 16:19:14 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00
2005-10-28 15:28:20 -05:00