From 9b0f3f2baa6a6e0626137147b656d32528f5a614 Mon Sep 17 00:00:00 2001 From: Paul Harten Date: Mon, 4 May 1998 13:54:36 -0500 Subject: [svn-r385] Purpose: Bug fix Problem: On the ASCI Red machine, the configure step is executed from the platform cross compiler, so that the configure test for "long long int" format support was inconclusive. Solution: It was necessary to uncomment the line #hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} in config/intel-osf1 to force "long long int" format support. Platform tested: TFLOPS Application server, Intel TFLOPS --- config/intel-osf1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/intel-osf1 b/config/intel-osf1 index 840afd4..f110118 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -49,4 +49,4 @@ PROFILE_CPPFLAGS= # Set this to the width required by printf() to print type `long # long'. For instance, if the format would be `%lld' then set it to # `ll' or if the format would be `%qd' set it to `q'. -#hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} +hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} -- cgit v0.12