[netcdfgroup] cannot link to z libraries

Dear all,

I carefully followed the instructions written here https://www.unidata.ucar.edu/software/netcdf/docs/getting_and_building_netcdf.html#build_default in order to install netcdf with hdf5, zlib, and szip under Ubuntu 16.04.

Still, no matter what, netcdf complains about missing z libraries. In the configuration log file (in attachment), it seems that netcdf fails in finding zlibwapi, zlibstat, zlib and zlib1.

Compiling zlib from source under ubuntu does no produce any zlibwapi, zlibstat or zlib1: the only libraries that are found in the lib folder in the install directory of zlib are libz.a, libz.so, libz.so.1 and libz.so.1.2.11. Zlibwapi is especially weird, since, as far as I understand is a Windows library, so why in heaven should it be needed by netcdf in an unix environment?

This error happens exactly the same with netcdf-c 4.5 and 4.6.

Regards,

Federico Carotenuto

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by netCDF configure 4.5.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/home/chertan/Software/netcdf_c

## --------- ##
## Platform. ##
## --------- ##

hostname = chertan-UX310UQ
uname -m = x86_64
uname -r = 4.13.0-36-generic
uname -s = Linux
uname -v = #40~16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 2018

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64
PATH: /opt/intel/compilers_and_libraries_2018.1.163/linux/mpi/intel64/bin
PATH: /opt/intel/advisor_2018.1.1.535164/bin64
PATH: /opt/intel/vtune_amplifier_2018.1.0.535340/bin64
PATH: /opt/intel/inspector_2018.1.1.535159/bin64
PATH: /opt/intel/itac/2018.1.017/intel64/bin
PATH: /opt/intel/itac/2018.1.017/intel64/bin
PATH: /opt/intel/clck/2018.1/bin/intel64
PATH: /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64
PATH: /opt/intel/compilers_and_libraries_2018.1.163/linux/mpi/intel64/bin
PATH: /home/chertan/bin
PATH: /home/chertan/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
PATH: /opt/intel/parallel_studio_xe_2018.1.038/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2904: netCDF 4.5.0
configure:2951: checking build system type
configure:2965: result: x86_64-pc-linux-gnu
configure:2985: checking host system type
configure:2998: result: x86_64-pc-linux-gnu
configure:3020: checking target system type
configure:3033: result: x86_64-pc-linux-gnu
configure:3100: checking for a BSD-compatible install
configure:3168: result: /usr/bin/install -c
configure:3179: checking whether build environment is sane
configure:3234: result: yes
configure:3385: checking for a thread-safe mkdir -p
configure:3424: result: /bin/mkdir -p
configure:3431: checking for gawk
configure:3461: result: no
configure:3431: checking for mawk
configure:3447: found /usr/bin/mawk
configure:3458: result: mawk
configure:3469: checking whether make sets $(MAKE)
configure:3491: result: yes
configure:3520: checking whether make supports nested variables
configure:3537: result: yes
configure:3664: checking whether to enable maintainer-specific portions of 
Makefiles
configure:3673: result: no
configure:3690: checking user options
configure:3695: checking whether a win32 DLL is desired
configure:3703: result: no
configure:3723: checking whether a NCIO_MINBLOCKSIZE was specified
configure:3733: result: 256
configure:3841: checking if fsync support is enabled
configure:3851: result: no
configure:3861: checking if jna bug workaround is enabledd
configure:3871: result: no
configure:3880: checking whether extra valgrind tests should be run
configure:3888: result: no
configure:3892: checking whether we should build netCDF-4
configure:3911: result: yes
configure:3916: checking do we require hdf5 dynamic-loading support
configure:3924: result: yes
configure:3928: checking whether reading of HDF4 SD files is to be enabled
configure:3936: result: no
configure:3940: checking whether to fetch some sample HDF4 files from Unidata 
ftp site to test HDF4 reading (requires wget)
configure:3953: result: no
configure:3958: checking whether we should attempt to install netcdf-fortran 
(EXPERIMENTAL)
configure:3966: result: no
configure:3970: checking whether extra example tests should be run
configure:3978: result: no
configure:3982: checking whether parallel IO tests should be run
configure:3990: result: no
configure:3994: checking whether a default chunk size in bytes was specified
configure:4004: result: 4194304
configure:4013: checking whether a maximum per-variable cache size for HDF5 was 
specified
configure:4023: result: 67108864
configure:4032: checking whether a number of chunks for the default 
per-variable cache was specified
configure:4042: result: 10
configure:4051: checking whether a default file cache size for HDF5 was 
specified
configure:4061: result: 4194304
configure:4070: checking whether a default file cache maximum number of 
elements for HDF5 was specified
configure:4080: result: 1009
configure:4089: checking whether a default cache preemption for HDF5 was 
specified
configure:4099: result: 0.75
configure:4108: checking whether netCDF-4 logging is enabled
configure:4116: result: no
configure:4120: checking whether DAP client(s) are to be built
configure:4128: result: yes
configure:4157: checking for style of include used by make
configure:4185: result: GNU
configure:4256: checking for gcc
configure:4283: result: icc
configure:4512: checking for C compiler version
configure:4521: icc --version >&5
icc (ICC) 18.0.1 20171018
Copyright (C) 1985-2017 Intel Corporation.  All rights reserved.

configure:4532: $? = 0
configure:4521: icc -v >&5
icc version 18.0.1 (gcc version 5.0.0 compatibility)
configure:4532: $? = 0
configure:4521: icc -V >&5
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, 
Version 18.0.1.163 Build 20171018
Copyright (C) 1985-2017 Intel Corporation.  All rights reserved.

configure:4532: $? = 0
configure:4521: icc -qversion >&5
icc: command line warning #10006: ignoring unknown option '-qversion'
icc: command line error: no files specified; for help type "icc -help"
configure:4532: $? = 1
configure:4552: checking whether the C compiler works
configure:4574: icc    conftest.c  >&5
configure:4578: $? = 0
configure:4626: result: yes
configure:4629: checking for C compiler default output file name
configure:4631: result: a.out
configure:4637: checking for suffix of executables
configure:4644: icc -o conftest    conftest.c  >&5
configure:4648: $? = 0
configure:4670: result: 
configure:4692: checking whether we are cross compiling
configure:4700: icc -o conftest    conftest.c  >&5
configure:4704: $? = 0
configure:4711: ./conftest
configure:4715: $? = 0
configure:4730: result: no
configure:4735: checking for suffix of object files
configure:4757: icc -c   conftest.c >&5
configure:4761: $? = 0
configure:4782: result: o
configure:4786: checking whether we are using the GNU C compiler
configure:4805: icc -c   conftest.c >&5
configure:4805: $? = 0
configure:4814: result: yes
configure:4823: checking whether icc accepts -g
configure:4843: icc -c -g  conftest.c >&5
configure:4843: $? = 0
configure:4884: result: yes
configure:4901: checking for icc option to accept ISO C89
configure:4964: icc  -c   conftest.c >&5
configure:4964: $? = 0
configure:4977: result: none needed
configure:5002: checking whether icc understands -c and -o together
configure:5024: icc -c conftest.c -o conftest2.o
configure:5027: $? = 0
configure:5024: icc -c conftest.c -o conftest2.o
configure:5027: $? = 0
configure:5039: result: yes
configure:5058: checking dependency style of icc
configure:5169: result: gcc3
configure:5185: checking for curl_easy_setopt in -lcurl
configure:5210: icc -o conftest    conftest.c -lcurl   >&5
ld: cannot find -lcurl
configure:5210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char curl_easy_setopt ();
| int
| main ()
| {
| return curl_easy_setopt ();
|   ;
|   return 0;
| }
configure:5219: result: no
configure:5235: libcurl not found; disabling remote protocol(s) support
configure:5301: checking whether dap remote testing should be enabled (default 
on)
configure:5312: result: no
configure:5316: checking whether dap remote authorization testing should be 
enabled (default off)
configure:5332: result: no
configure:5336: checking whether netcdf4 group names for DAP2 hould be enabled 
(default on)
configure:5344: result: yes
configure:5347: DAP2 groups is being disabled because DAP2 support is  disabled 
or netcdf-4 disabled
configure:5358: checking which remote test server(s) to use
configure:5373: result: remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu 
(defaults)
configure:5397: checking whether the time-consuming dap tests should be enabled 
(default off)
configure:5408: result: no
configure:5421: checking whether CDF5 support should be enabled (default off)
configure:5429: result: no
configure:5459: checking whether netCDF extra tests should be run (developers 
only)
configure:5467: result: yes
configure:5484: checking whether FFIO will be used
configure:5492: result: no
configure:5509: checking whether STDIO will be used
configure:5517: result: no
configure:5543: checking whether examples should be built
configure:5551: result: yes
configure:5563: checking whether v2 netCDF API should be built
configure:5571: result: yes
configure:5596: checking whether the ncgen/ncdump/nccopy should be built
configure:5605: result: yes
configure:5617: checking whether test should be built and run
configure:5626: result: yes
configure:5638: checking whether large file (> 2GB) tests should be run
configure:5646: result: no
configure:5663: checking whether benchmarks should be run (experimental)
configure:5671: result: no
configure:5683: checking whether extreme numbers should be used in tests
configure:5698: result: yes
configure:5710: checking where to put large temp files if large file tests are 
run
configure:5719: result: .
configure:5734: finding C compiler
configure:5807: checking for gcc
configure:5834: result: icc
configure:6063: checking for C compiler version
configure:6072: icc --version >&5
icc (ICC) 18.0.1 20171018
Copyright (C) 1985-2017 Intel Corporation.  All rights reserved.

configure:6083: $? = 0
configure:6072: icc -v >&5
icc version 18.0.1 (gcc version 5.0.0 compatibility)
configure:6083: $? = 0
configure:6072: icc -V >&5
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, 
Version 18.0.1.163 Build 20171018
Copyright (C) 1985-2017 Intel Corporation.  All rights reserved.

configure:6083: $? = 0
configure:6072: icc -qversion >&5
icc: command line warning #10006: ignoring unknown option '-qversion'
icc: command line error: no files specified; for help type "icc -help"
configure:6083: $? = 1
configure:6087: checking whether we are using the GNU C compiler
configure:6115: result: yes
configure:6124: checking whether icc accepts -g
configure:6185: result: yes
configure:6202: checking for icc option to accept ISO C89
configure:6278: result: none needed
configure:6303: checking whether icc understands -c and -o together
configure:6340: result: yes
configure:6359: checking dependency style of icc
configure:6470: result: gcc3
configure:6486: checking for an ANSI C-conforming const
configure:6552: icc -c   conftest.c >&5
configure:6552: $? = 0
configure:6559: result: yes
configure:6589: icc -c   conftest.c >&5
conftest.c(23): catastrophic error: cannot open source file "curl/curl.h"
  #include "curl/curl.h"
                        ^

compilation aborted for conftest.c (code 4)
configure:6589: $? = 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| /* end confdefs.h.  */
| #include "curl/curl.h"
| int
| main ()
| {
| int x = CURLOPT_USERNAME;
|   ;
|   return 0;
| }
configure:6595: checking whether CURLOPT_USERNAME is defined
configure:6597: result: no
configure:6616: icc -c   conftest.c >&5
conftest.c(23): catastrophic error: cannot open source file "curl/curl.h"
  #include "curl/curl.h"
                        ^

compilation aborted for conftest.c (code 4)
configure:6616: $? = 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| /* end confdefs.h.  */
| #include "curl/curl.h"
| int
| main ()
| {
| int x = CURLOPT_PASSWORD;
|   ;
|   return 0;
| }
configure:6622: checking whether CURLOPT_PASSWORD is defined
configure:6624: result: no
configure:6643: icc -c   conftest.c >&5
conftest.c(23): catastrophic error: cannot open source file "curl/curl.h"
  #include "curl/curl.h"
                        ^

compilation aborted for conftest.c (code 4)
configure:6643: $? = 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| /* end confdefs.h.  */
| #include "curl/curl.h"
| int
| main ()
| {
| int x = CURLOPT_KEYPASSWD;
|   ;
|   return 0;
| }
configure:6649: checking whether CURLOPT_KEYPASSWD is defined
configure:6651: result: no
configure:6670: icc -c   conftest.c >&5
conftest.c(23): catastrophic error: cannot open source file "curl/curl.h"
  #include "curl/curl.h"
                        ^

compilation aborted for conftest.c (code 4)
configure:6670: $? = 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| /* end confdefs.h.  */
| #include "curl/curl.h"
| int
| main ()
| {
| int x = CURLINFO_RESPONSE_CODE;
|   ;
|   return 0;
| }
configure:6676: checking whether CURLINFO_RESPONSE_CODE is defined
configure:6678: result: no
configure:6697: icc -c   conftest.c >&5
conftest.c(23): catastrophic error: cannot open source file "curl/curl.h"
  #include "curl/curl.h"
                        ^

compilation aborted for conftest.c (code 4)
configure:6697: $? = 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| /* end confdefs.h.  */
| #include "curl/curl.h"
| int
| main ()
| {
| int x = CURLOPT_CHUNK_BGN_FUNCTION;
|   ;
|   return 0;
| }
configure:6703: checking whether CURLOPT_CHUNK_BGN_FUNCTION is defined
configure:6705: result: no
configure:6716: setting up libtool
configure:6765: checking how to print strings
configure:6792: result: printf
configure:6813: checking for a sed that does not truncate output
configure:6877: result: /bin/sed
configure:6895: checking for grep that handles long lines and -e
configure:6953: result: /bin/grep
configure:6958: checking for egrep
configure:7020: result: /bin/grep -E
configure:7025: checking for fgrep
configure:7087: result: /bin/grep -F
configure:7122: checking for ld used by icc
configure:7189: result: /usr/bin/ld
configure:7196: checking if the linker (/usr/bin/ld) is GNU ld
configure:7211: result: yes
configure:7223: checking for BSD- or MS-compatible name lister (nm)
configure:7277: result: /usr/bin/nm -B
configure:7407: checking the name lister (/usr/bin/nm -B) interface
configure:7414: icc -c   conftest.c >&5
configure:7417: /usr/bin/nm -B "conftest.o"
configure:7420: output
0000000000000000 B some_variable
configure:7427: result: BSD nm
configure:7430: checking whether ln -s works
configure:7434: result: yes
configure:7442: checking the maximum length of command line arguments
configure:7573: result: 1572864
configure:7621: checking how to convert x86_64-pc-linux-gnu file names to 
x86_64-pc-linux-gnu format
configure:7661: result: func_convert_file_noop
configure:7668: checking how to convert x86_64-pc-linux-gnu file names to 
toolchain format
configure:7688: result: func_convert_file_noop
configure:7695: checking for /usr/bin/ld option to reload object files
configure:7702: result: -r
configure:7776: checking for objdump
configure:7792: found /usr/bin/objdump
configure:7803: result: objdump
configure:7832: checking how to recognize dependent libraries
configure:8032: result: pass_all
configure:8117: checking for dlltool
configure:8147: result: no
configure:8174: checking how to associate runtime and link libraries
configure:8201: result: printf %s\n
configure:8261: checking for ar
configure:8277: found /usr/bin/ar
configure:8288: result: ar
configure:8325: checking for archiver @FILE support
configure:8342: icc -c   conftest.c >&5
configure:8342: $? = 0
configure:8345: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:8348: $? = 0
configure:8353: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:8356: $? = 1
configure:8368: result: @
configure:8426: checking for strip
configure:8442: found /usr/bin/strip
configure:8453: result: strip
configure:8525: checking for ranlib
configure:8541: found /usr/bin/ranlib
configure:8552: result: ranlib
configure:8654: checking command to parse /usr/bin/nm -B output from icc object
configure:8807: icc -c   conftest.c >&5
configure:8810: $? = 0
configure:8814: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | 
sed '/ __gnu_lto/d' \> conftest.nm
configure:8817: $? = 0
configure:8883: icc -o conftest    conftest.c conftstm.o >&5
configure:8886: $? = 0
configure:8924: result: ok
configure:8971: checking for sysroot
configure:9001: result: no
configure:9008: checking for a working dd
configure:9046: result: /bin/dd
configure:9050: checking how to truncate binary pipes
configure:9065: result: /bin/dd bs=4096 count=1
configure:9201: icc -c   conftest.c >&5
configure:9204: $? = 0
configure:9394: checking for mt
configure:9410: found /bin/mt
configure:9421: result: mt
configure:9444: checking if mt is a manifest tool
configure:9450: mt '-?'
configure:9458: result: no
configure:10135: checking how to run the C preprocessor
configure:10205: result: icc -E
configure:10225: icc -E  conftest.c
configure:10225: $? = 0
configure:10239: icc -E  conftest.c
conftest.c(23): error #2379: cannot open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:10239: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10268: checking for ANSI C header files
configure:10288: icc -c   conftest.c >&5
configure:10288: $? = 0
configure:10361: icc -o conftest    conftest.c  >&5
configure:10361: $? = 0
configure:10361: ./conftest
configure:10361: $? = 0
configure:10372: result: yes
configure:10385: checking for sys/types.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10385: checking for sys/stat.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10385: checking for stdlib.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10385: checking for string.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10385: checking for memory.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10385: checking for strings.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10385: checking for inttypes.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10385: checking for stdint.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10385: checking for unistd.h
configure:10385: icc -c   conftest.c >&5
configure:10385: $? = 0
configure:10385: result: yes
configure:10399: checking for dlfcn.h
configure:10399: icc -c   conftest.c >&5
configure:10399: $? = 0
configure:10399: result: yes
configure:10953: checking for objdir
configure:10968: result: .libs
configure:11232: checking if icc supports -fno-rtti -fno-exceptions
configure:11250: icc -c   -fno-rtti -fno-exceptions conftest.c >&5
configure:11254: $? = 0
configure:11267: result: yes
configure:11625: checking for icc option to produce PIC
configure:11632: result: -fPIC -DPIC
configure:11640: checking if icc PIC flag -fPIC -DPIC works
configure:11658: icc -c   -fPIC -DPIC -DPIC conftest.c >&5
configure:11662: $? = 0
configure:11675: result: yes
configure:11704: checking if icc static flag -static works
configure:11732: result: yes
configure:11747: checking if icc supports -c -o file.o
configure:11768: icc -c   -o out/conftest2.o conftest.c >&5
configure:11772: $? = 0
configure:11794: result: yes
configure:11802: checking if icc supports -c -o file.o
configure:11849: result: yes
configure:11882: checking whether the icc linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:13141: result: yes
configure:13178: checking whether -lc should be explicitly linked in
configure:13186: icc -c   conftest.c >&5
configure:13189: $? = 0
configure:13204: icc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname 
-Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:13207: $? = 0
configure:13221: result: no
configure:13381: checking dynamic linker characteristics
configure:13962: icc -o conftest    -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:13962: $? = 0
configure:14199: result: GNU/Linux ld.so
configure:14321: checking how to hardcode library paths into programs
configure:14346: result: immediate
configure:14894: checking whether stripping libraries is possible
configure:14899: result: yes
configure:14934: checking if libtool supports shared libraries
configure:14936: result: yes
configure:14939: checking whether to build shared libraries
configure:14964: result: yes
configure:14967: checking whether to build static libraries
configure:14971: result: yes
configure:15017: finding other utilities
configure:15025: checking for m4
configure:15041: found /usr/bin/m4
configure:15052: result: m4
configure:15072: checking for doxygen
configure:15102: result: no
configure:15111: WARNING: Doxygen not found - documentation will not be built
configure:15121: checking for dot
configure:15151: result: no
configure:15160: WARNING: dot not found - will use simple charts in 
documentation
configure:15193: checking for special C compiler options needed for large files
configure:15238: result: no
configure:15244: checking for _FILE_OFFSET_BITS value needed for large files
configure:15269: icc -c   conftest.c >&5
configure:15269: $? = 0
configure:15301: result: no
configure:15387: displaying some results
configure:15393: checking CPPFLAGS
configure:15395: result: 
configure:15397: checking CC CFLAGS
configure:15399: result: icc 
configure:15402: checking type icc
configure:15404: result: icc is 
/opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64/icc
configure:15407: checking CXX
configure:15410: result: icpc
configure:15412: checking CXXFLAGS
configure:15414: result: 
configure:15417: checking type icpc
configure:15419: result: icpc is 
/opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc
configure:15426: checking FC
configure:15429: result: ifort
configure:15431: checking FFLAGS
configure:15433: result: 
configure:15436: checking type ifort
configure:15438: result: ifort is 
/opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64/ifort
configure:15445: checking F90
configure:15460: result: unset
configure:15464: checking AR
configure:15467: result: ar
configure:15469: checking AR_FLAGS
configure:15471: result: cru
configure:15474: checking type ar
configure:15476: result: ar is /usr/bin/ar
configure:15483: checking NM
configure:15486: result: /usr/bin/nm -B
configure:15488: checking NMFLAGS
configure:15490: result: 
configure:15505: checking types, headers, and functions
configure:15508: checking for stdlib.h
configure:15508: result: yes
configure:15518: checking for sys/types.h
configure:15518: result: yes
configure:15530: checking sys/dir.h usability
configure:15530: icc -c   conftest.c >&5
configure:15530: $? = 0
configure:15530: result: yes
configure:15530: checking sys/dir.h presence
configure:15530: icc -E  conftest.c
configure:15530: $? = 0
configure:15530: result: yes
configure:15530: checking for sys/dir.h
configure:15530: result: yes
configure:15542: checking sys/param.h usability
configure:15542: icc -c   conftest.c >&5
configure:15542: $? = 0
configure:15542: result: yes
configure:15542: checking sys/param.h presence
configure:15542: icc -E  conftest.c
configure:15542: $? = 0
configure:15542: result: yes
configure:15542: checking for sys/param.h
configure:15542: result: yes
configure:15556: checking for dirent.h that defines DIR
configure:15575: icc -c   conftest.c >&5
configure:15575: $? = 0
configure:15583: result: yes
configure:15596: checking for library containing opendir
configure:15627: icc -o conftest    conftest.c  >&5
configure:15627: $? = 0
configure:15644: result: none required
configure:15711: checking for ANSI C header files
configure:15815: result: yes
configure:15823: checking for sys/wait.h that is POSIX.1 compatible
configure:15849: icc -c   conftest.c >&5
configure:15849: $? = 0
configure:15856: result: yes
configure:15864: checking whether time.h and sys/time.h may both be included
configure:15884: icc -c   conftest.c >&5
configure:15884: $? = 0
configure:15891: result: yes
configure:15902: checking locale.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking locale.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for locale.h
configure:15902: result: yes
configure:15902: checking stdio.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking stdio.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for stdio.h
configure:15902: result: yes
configure:15902: checking stdarg.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking stdarg.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for stdarg.h
configure:15902: result: yes
configure:15902: checking errno.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking errno.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for errno.h
configure:15902: result: yes
configure:15902: checking ctype.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking ctype.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for ctype.h
configure:15902: result: yes
configure:15902: checking fcntl.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking fcntl.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for fcntl.h
configure:15902: result: yes
configure:15902: checking malloc.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking malloc.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for malloc.h
configure:15902: result: yes
configure:15902: checking for stdlib.h
configure:15902: result: yes
configure:15902: checking for string.h
configure:15902: result: yes
configure:15902: checking for strings.h
configure:15902: result: yes
configure:15902: checking for unistd.h
configure:15902: result: yes
configure:15902: checking for sys/stat.h
configure:15902: result: yes
configure:15902: checking getopt.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking getopt.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for getopt.h
configure:15902: result: yes
configure:15902: checking sys/time.h usability
configure:15902: icc -c   conftest.c >&5
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking sys/time.h presence
configure:15902: icc -E  conftest.c
configure:15902: $? = 0
configure:15902: result: yes
configure:15902: checking for sys/time.h
configure:15902: result: yes
configure:15914: checking for vprintf
configure:15914: icc -o conftest    conftest.c  >&5
configure:15914: $? = 0
configure:15914: result: yes
configure:15920: checking for _doprnt
configure:15920: icc -o conftest    conftest.c  >&5
/tmp/iccsMvd1T.o: In function `main':
conftest.c:(.text+0x2d): undefined reference to `_doprnt'
configure:15920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares 
_doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:15920: result: no
configure:15937: checking sys/resource.h usability
configure:15937: icc -c   conftest.c >&5
configure:15937: $? = 0
configure:15937: result: yes
configure:15937: checking sys/resource.h presence
configure:15937: icc -E  conftest.c
configure:15937: $? = 0
configure:15937: result: yes
configure:15937: checking for sys/resource.h
configure:15937: result: yes
configure:15950: checking for stdbool.h that conforms to C99
configure:16017: icc -c   conftest.c >&5
configure:16017: $? = 0
configure:16024: result: yes
configure:16026: checking for _Bool
configure:16026: icc -c   conftest.c >&5
configure:16026: $? = 0
configure:16026: icc -c   conftest.c >&5
conftest.c(93): error: expected an expression
  if (sizeof ((_Bool)))
                     ^

compilation aborted for conftest.c (code 2)
configure:16026: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
|           return 0;
|   ;
|   return 0;
| }
configure:16026: result: yes
configure:16047: checking ftw.h usability
configure:16047: icc -c   conftest.c >&5
configure:16047: $? = 0
configure:16047: result: yes
configure:16047: checking ftw.h presence
configure:16047: icc -E  conftest.c
configure:16047: $? = 0
configure:16047: result: yes
configure:16047: checking for ftw.h
configure:16047: result: yes
configure:16065: checking for strlcat
configure:16065: icc -o conftest    conftest.c  >&5
/tmp/iccbNhOkJ.o: In function `main':
conftest.c:(.text+0x2b): undefined reference to `strlcat'
configure:16065: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| /* end confdefs.h.  */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares 
strlcat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcat innocuous_strlcat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlcat
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
| 
| int
| main ()
| {
| return strlcat ();
|   ;
|   return 0;
| }
configure:16065: result: no
configure:16065: checking for strerror
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for snprintf
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strchr
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strrchr
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strcat
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strcpy
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strdup
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strcasecmp
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strtod
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strtoll
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strtoull
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for strstr
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for mkstemp
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for rand
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for random
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for memcmp
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for getrlimit
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for gettimeofday
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for fsync
configure:16065: icc -o conftest    conftest.c  >&5
configure:16065: $? = 0
configure:16065: result: yes
configure:16065: checking for MPI_Comm_f2c
configure:16065: icc -o conftest    conftest.c  >&5
/tmp/icce0fgJt.o: In function `main':
conftest.c:(.text+0x2d): undefined reference to `MPI_Comm_f2c'
configure:16065: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| /* end confdefs.h.  */
| /* Define MPI_Comm_f2c to an innocuous variant, in case <limits.h> declares 
MPI_Comm_f2c.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define MPI_Comm_f2c innocuous_MPI_Comm_f2c
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char MPI_Comm_f2c (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef MPI_Comm_f2c
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char MPI_Comm_f2c ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_MPI_Comm_f2c || defined __stub___MPI_Comm_f2c
| choke me
| #endif
| 
| int
| main ()
| {
| return MPI_Comm_f2c ();
|   ;
|   return 0;
| }
configure:16065: result: no
configure:16076: checking whether in-memory files are enabled
configure:16084: result: yes
configure:16112: checking for memmove
configure:16112: icc -o conftest    conftest.c  >&5
configure:16112: $? = 0
configure:16112: result: yes
configure:16112: checking for getpagesize
configure:16112: icc -o conftest    conftest.c  >&5
configure:16112: $? = 0
configure:16112: result: yes
configure:16112: checking for sysconf
configure:16112: icc -o conftest    conftest.c  >&5
configure:16112: $? = 0
configure:16112: result: yes
configure:16123: checking whether mmap is enabled for in-memory files
configure:16131: result: no
configure:16141: checking for stdlib.h
configure:16141: result: yes
configure:16141: checking for unistd.h
configure:16141: result: yes
configure:16141: checking for sys/param.h
configure:16141: result: yes
configure:16161: checking for getpagesize
configure:16161: result: yes
configure:16170: checking for working mmap
configure:16317: icc -o conftest    conftest.c  >&5
configure:16317: $? = 0
configure:16317: ./conftest
configure:16317: $? = 0
configure:16327: result: yes
configure:16338: checking for mremap
configure:16338: icc -o conftest    conftest.c  >&5
configure:16338: $? = 0
configure:16338: result: yes
configure:16365: checking for size_t
configure:16365: icc -c   conftest.c >&5
configure:16365: $? = 0
configure:16365: icc -c   conftest.c >&5
conftest.c(126): error: expected an expression
  if (sizeof ((size_t)))
                      ^

compilation aborted for conftest.c (code 2)
configure:16365: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:16365: result: yes
configure:16378: checking for working alloca.h
configure:16395: icc -o conftest    conftest.c  >&5
configure:16395: $? = 0
configure:16403: result: yes
configure:16411: checking for alloca
configure:16448: icc -o conftest    conftest.c  >&5
configure:16448: $? = 0
configure:16456: result: yes
configure:16562: checking whether isnan is declared
configure:16562: icc -c   conftest.c >&5
configure:16562: $? = 0
configure:16562: result: yes
configure:16573: checking whether isinf is declared
configure:16573: icc -c   conftest.c >&5
configure:16573: $? = 0
configure:16573: result: yes
configure:16584: checking whether isfinite is declared
configure:16584: icc -c   conftest.c >&5
configure:16584: $? = 0
configure:16584: result: yes
configure:16595: checking whether signbit is declared
configure:16595: icc -c   conftest.c >&5
configure:16595: $? = 0
configure:16595: result: yes
configure:16607: checking for struct stat.st_blksize
configure:16607: icc -c   conftest.c >&5
configure:16607: $? = 0
configure:16607: result: yes
configure:16621: checking for IEEE floating point format
configure:16659: icc -o conftest    conftest.c  >&5
configure:16659: $? = 0
configure:16659: ./conftest
configure:16659: $? = 0
configure:16668: result: yes
configure:16676: checking for size_t
configure:16676: result: yes
configure:16685: checking for ssize_t
configure:16685: icc -c   conftest.c >&5
configure:16685: $? = 0
configure:16685: icc -c   conftest.c >&5
conftest.c(135): error: expected an expression
  if (sizeof ((ssize_t)))
                       ^

compilation aborted for conftest.c (code 2)
configure:16685: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:16685: result: yes
configure:16694: checking for ptrdiff_t
configure:16694: icc -c   conftest.c >&5
configure:16694: $? = 0
configure:16694: icc -c   conftest.c >&5
conftest.c(136): error: expected an expression
  if (sizeof ((ptrdiff_t)))
                         ^

compilation aborted for conftest.c (code 2)
configure:16694: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:16694: result: yes
configure:16703: checking for uchar
configure:16703: icc -c   conftest.c >&5
conftest.c(137): error: identifier "uchar" is undefined
  if (sizeof (uchar))
              ^

compilation aborted for conftest.c (code 2)
configure:16703: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (uchar))
|        return 0;
|   ;
|   return 0;
| }
configure:16703: result: no
configure:16712: checking for longlong
configure:16712: icc -c   conftest.c >&5
conftest.c(137): error: identifier "longlong" is undefined
  if (sizeof (longlong))
              ^

compilation aborted for conftest.c (code 2)
configure:16712: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (longlong))
|        return 0;
|   ;
|   return 0;
| }
configure:16712: result: no
configure:16721: checking for ushort
configure:16721: icc -c   conftest.c >&5
configure:16721: $? = 0
configure:16721: icc -c   conftest.c >&5
conftest.c(137): error: expected an expression
  if (sizeof ((ushort)))
                      ^

compilation aborted for conftest.c (code 2)
configure:16721: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ushort)))
|           return 0;
|   ;
|   return 0;
| }
configure:16721: result: yes
configure:16730: checking for uint
configure:16730: icc -c   conftest.c >&5
configure:16730: $? = 0
configure:16730: icc -c   conftest.c >&5
conftest.c(138): error: expected an expression
  if (sizeof ((uint)))
                    ^

compilation aborted for conftest.c (code 2)
configure:16730: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint)))
|           return 0;
|   ;
|   return 0;
| }
configure:16730: result: yes
configure:16739: checking for int64
configure:16739: icc -c   conftest.c >&5
conftest.c(139): error: identifier "int64" is undefined
  if (sizeof (int64))
              ^

compilation aborted for conftest.c (code 2)
configure:16739: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (int64))
|        return 0;
|   ;
|   return 0;
| }
configure:16739: result: no
configure:16748: checking for uint64 off_t
configure:16748: icc -c   conftest.c >&5
conftest.c(139): error: identifier "uint64" is undefined
  if (sizeof (uint64 off_t))
              ^

conftest.c(139): error: expected a ")"
  if (sizeof (uint64 off_t))
                     ^

compilation aborted for conftest.c (code 2)
configure:16748: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (uint64 off_t))
|        return 0;
|   ;
|   return 0;
| }
configure:16748: result: no
configure:16758: checking for size_t
configure:16758: result: yes
configure:16769: checking for off_t
configure:16769: icc -c   conftest.c >&5
configure:16769: $? = 0
configure:16769: icc -c   conftest.c >&5
conftest.c(139): error: expected an expression
  if (sizeof ((off_t)))
                     ^

compilation aborted for conftest.c (code 2)
configure:16769: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:16769: result: yes
configure:16780: checking whether char is unsigned
configure:16799: icc -c   conftest.c >&5
configure:16799: $? = 0
configure:16806: result: no
configure:16813: checking whether byte ordering is bigendian
configure:16828: icc -c   conftest.c >&5
conftest.c(104): error: identifier "not" is undefined
               not a universal capable compiler
               ^

conftest.c(104): error: expected a ";"
               not a universal capable compiler
                     ^

compilation aborted for conftest.c (code 2)
configure:16828: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|              not a universal capable compiler
|            #endif
|            typedef int dummy;
| 
configure:16873: icc -c   conftest.c >&5
configure:16873: $? = 0
configure:16891: icc -c   conftest.c >&5
conftest.c(110): error: identifier "not" is undefined
                 not big endian
                 ^

conftest.c(110): error: expected a ";"
                 not big endian
                         ^

conftest.c(113): warning #12: parsing restarts here after previous syntax error
    ;
    ^

compilation aborted for conftest.c (code 2)
configure:16891: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|               #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|                not big endian
|               #endif
| 
|   ;
|   return 0;
| }
configure:17019: result: no
configure:17064: checking size of short
configure:17069: icc -o conftest    conftest.c  >&5
configure:17069: $? = 0
configure:17069: ./conftest
configure:17069: $? = 0
configure:17083: result: 2
configure:17098: checking size of int
configure:17103: icc -o conftest    conftest.c  >&5
configure:17103: $? = 0
configure:17103: ./conftest
configure:17103: $? = 0
configure:17117: result: 4
configure:17132: checking size of long
configure:17137: icc -o conftest    conftest.c  >&5
configure:17137: $? = 0
configure:17137: ./conftest
configure:17137: $? = 0
configure:17151: result: 8
configure:17166: checking size of long long
configure:17171: icc -o conftest    conftest.c  >&5
configure:17171: $? = 0
configure:17171: ./conftest
configure:17171: $? = 0
configure:17185: result: 8
configure:17200: checking size of float
configure:17205: icc -o conftest    conftest.c  >&5
configure:17205: $? = 0
configure:17205: ./conftest
configure:17205: $? = 0
configure:17219: result: 4
configure:17234: checking size of double
configure:17239: icc -o conftest    conftest.c  >&5
configure:17239: $? = 0
configure:17239: ./conftest
configure:17239: $? = 0
configure:17253: result: 8
configure:17268: checking size of off_t
configure:17273: icc -o conftest    conftest.c  >&5
configure:17273: $? = 0
configure:17273: ./conftest
configure:17273: $? = 0
configure:17287: result: 8
configure:17302: checking size of size_t
configure:17307: icc -o conftest    conftest.c  >&5
configure:17307: $? = 0
configure:17307: ./conftest
configure:17307: $? = 0
configure:17321: result: 8
configure:17336: checking size of unsigned long long
configure:17341: icc -o conftest    conftest.c  >&5
configure:17341: $? = 0
configure:17341: ./conftest
configure:17341: $? = 0
configure:17355: result: 8
configure:17370: checking size of unsigned long long
configure:17389: result: 8
configure:17440: checking size of unsigned char
configure:17445: icc -o conftest    conftest.c  >&5
configure:17445: $? = 0
configure:17445: ./conftest
configure:17445: $? = 0
configure:17459: result: 1
configure:17477: checking size of ushort
configure:17482: icc -o conftest    conftest.c  >&5
configure:17482: $? = 0
configure:17482: ./conftest
configure:17482: $? = 0
configure:17496: result: 2
configure:17548: checking size of uint
configure:17553: icc -o conftest    conftest.c  >&5
configure:17553: $? = 0
configure:17553: ./conftest
configure:17553: $? = 0
configure:17567: result: 4
configure:17618: checking size of ushort
configure:17637: result: 2
configure:17688: checking size of uint
configure:17707: result: 4
configure:17757: checking size of ptrdiff_t
configure:17762: icc -o conftest    conftest.c  >&5
configure:17762: $? = 0
configure:17762: ./conftest
configure:17762: $? = 0
configure:17776: result: 8
configure:17791: checking size of ssize_t
configure:17796: icc -o conftest    conftest.c  >&5
configure:17796: $? = 0
configure:17796: ./conftest
configure:17796: $? = 0
configure:17810: result: 8
configure:17825: checking size of void*
configure:17830: icc -o conftest    conftest.c  >&5
configure:17830: $? = 0
configure:17830: ./conftest
configure:17830: $? = 0
configure:17844: result: 8
configure:17856: checking for library containing deflate
configure:17887: icc -o conftest    conftest.c  >&5
/tmp/iccJqAfpW.o: In function `main':
conftest.c:(.text+0x2d): undefined reference to `deflate'
configure:17887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_VOIDP 8
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char deflate ();
| int
| main ()
| {
| return deflate ();
|   ;
|   return 0;
| }
configure:17887: icc -o conftest    conftest.c -lzlibwapi   >&5
ld: cannot find -lzlibwapi
configure:17887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_VOIDP 8
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char deflate ();
| int
| main ()
| {
| return deflate ();
|   ;
|   return 0;
| }
configure:17887: icc -o conftest    conftest.c -lzlibstat   >&5
ld: cannot find -lzlibstat
configure:17887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_VOIDP 8
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char deflate ();
| int
| main ()
| {
| return deflate ();
|   ;
|   return 0;
| }
configure:17887: icc -o conftest    conftest.c -lzlib   >&5
ld: cannot find -lzlib
configure:17887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_VOIDP 8
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char deflate ();
| int
| main ()
| {
| return deflate ();
|   ;
|   return 0;
| }
configure:17887: icc -o conftest    conftest.c -lzlib1   >&5
ld: cannot find -lzlib1
configure:17887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_VOIDP 8
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char deflate ();
| int
| main ()
| {
| return deflate ();
|   ;
|   return 0;
| }
configure:17887: icc -o conftest    conftest.c -lz   >&5
ld: cannot find -lz
configure:17887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "netCDF"
| #define PACKAGE_TARNAME "netcdf"
| #define PACKAGE_VERSION "4.5.0"
| #define PACKAGE_STRING "netCDF 4.5.0"
| #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define PACKAGE "netcdf"
| #define VERSION "4.5.0"
| #define NCIO_MINBLOCKSIZE 256
| #define DEFAULT_CHUNK_SIZE 4194304
| #define MAX_DEFAULT_CACHE_SIZE 67108864
| #define DEFAULT_CHUNKS_IN_CACHE 10
| #define CHUNK_CACHE_SIZE 4194304
| #define CHUNK_CACHE_NELEMS 1009
| #define CHUNK_CACHE_PREEMPTION 0.75
| #define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
| #define EXTRA_TESTS 1
| #define USE_NETCDF_2 1
| #define USE_EXTREME_NUMBERS 1
| #define TEMP_LARGE "."
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_STRERROR 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRCAT 1
| #define HAVE_STRCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRSTR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_RANDOM 1
| #define HAVE_MEMCMP 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FSYNC 1
| #define ENABLE_DAP4 1
| #define HAVE_MEMMOVE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MREMAP 1
| #define USE_DISKLESS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_SIGNBIT 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_USHORT 1
| #define HAVE_UINT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_USHORT 2
| #define SIZEOF_UINT 4
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_VOIDP 8
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char deflate ();
| int
| main ()
| {
| return deflate ();
|   ;
|   return 0;
| }
configure:17904: result: no
configure:17912: error: Can't find or link to the z library. Turn off netCDF-4 
and      DAP clients with --disable-netcdf-4 --disable-dap, or see config.log 
for errors.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_char_unsigned=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_ieeefloat=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=icc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='icc -E'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_MPI_Comm_f2c=no
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_fsync=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memcmp=yes
ac_cv_func_memmove=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mremap=yes
ac_cv_func_rand=yes
ac_cv_func_random=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcat=yes
ac_cv_func_strchr=yes
ac_cv_func_strcpy=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=no
ac_cv_func_strrchr=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoull=yes
ac_cv_func_sysconf=yes
ac_cv_func_vprintf=yes
ac_cv_have_decl_isfinite=yes
ac_cv_have_decl_isinf=yes
ac_cv_have_decl_isnan=yes
ac_cv_have_decl_signbit=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_curl_curl_easy_setopt=no
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='icc -E'
ac_cv_prog_NC_M4=m4
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=icc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_deflate=no
ac_cv_search_opendir='none required'
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_ptrdiff_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_ssize_t=8
ac_cv_sizeof_uint=4
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_ushort=2
ac_cv_sizeof_voidp=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type__Bool=yes
ac_cv_type_int64=no
ac_cv_type_longlong=no
ac_cv_type_off_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uchar=no
ac_cv_type_uint64_off_t=no
ac_cv_type_uint=yes
ac_cv_type_ushort=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  
{"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  
{"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) 
.*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* 
\(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* 
.* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char 
\1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/chertan/Software/Installers/netcdf-c-4.5.0/missing 
aclocal-1.15'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CFLAGS=''
AM_CPPFLAGS=''
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_LDFLAGS=''
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/chertan/Software/Installers/netcdf-c-4.5.0/missing 
autoconf'
AUTOHEADER='${SHELL} /home/chertan/Software/Installers/netcdf-c-4.5.0/missing 
autoheader'
AUTOMAKE='${SHELL} /home/chertan/Software/Installers/netcdf-c-4.5.0/missing 
automake-1.15'
AWK='mawk'
BINFILE_NAME=''
BUILD_BENCHMARKS_FALSE=''
BUILD_BENCHMARKS_TRUE='#'
BUILD_DAP_FALSE=''
BUILD_DAP_TRUE=''
BUILD_DISKLESS_FALSE=''
BUILD_DISKLESS_TRUE=''
BUILD_DLL_FALSE=''
BUILD_DLL_TRUE='#'
BUILD_DOCS_FALSE=''
BUILD_DOCS_TRUE='#'
BUILD_EXAMPLES_FALSE='#'
BUILD_EXAMPLES_TRUE=''
BUILD_FORTRAN_FALSE=''
BUILD_FORTRAN_TRUE=''
BUILD_INTERNAL_DOCS='no'
BUILD_MMAP_FALSE=''
BUILD_MMAP_TRUE=''
BUILD_PARALLEL_FALSE=''
BUILD_PARALLEL_TRUE=''
BUILD_TESTSETS_FALSE='#'
BUILD_TESTSETS_TRUE=''
BUILD_UTILITIES_FALSE='#'
BUILD_UTILITIES_TRUE=''
BUILD_V2_FALSE='#'
BUILD_V2_TRUE=''
CC='icc'
CCDEPMODE='depmode=gcc3'
CC_VERSION='/opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64/icc'
CFLAGS=''
CONFIG_DATE='Mon Mar  5 16:06:39 CET 2018'
CPP='icc -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DOT=''
DOXYGEN=''
DOXYGEN_BUILD_RELEASE_DOCS_FALSE=''
DOXYGEN_BUILD_RELEASE_DOCS_TRUE='#'
DOXYGEN_CSS_FILE=''
DOXYGEN_HEADER_FILE=''
DOXYGEN_SEARCHENGINE='YES'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_CDF5_FALSE=''
ENABLE_CDF5_TRUE='#'
ENABLE_DAP4_FALSE=''
ENABLE_DAP4_TRUE=''
ENABLE_DAP_AUTH_TESTS_FALSE=''
ENABLE_DAP_AUTH_TESTS_TRUE=''
ENABLE_DAP_FALSE=''
ENABLE_DAP_LONG_TESTS_FALSE=''
ENABLE_DAP_LONG_TESTS_TRUE=''
ENABLE_DAP_REMOTE_TESTS_FALSE=''
ENABLE_DAP_REMOTE_TESTS_TRUE=''
ENABLE_DAP_TRUE=''
ENABLE_PARALLEL_FALSE=''
ENABLE_PARALLEL_TRUE=''
EXEEXT=''
EXTRA_EXAMPLE_TESTS_FALSE=''
EXTRA_EXAMPLE_TESTS_TRUE=''
EXTRA_TESTS_FALSE='#'
EXTRA_TESTS_TRUE=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
HAS_CDF5=''
HAS_DAP2=''
HAS_DAP4=''
HAS_DAP=''
HAS_DISKLESS=''
HAS_HDF4=''
HAS_HDF5=''
HAS_JNA=''
HAS_LOGGING=''
HAS_MMAP=''
HAS_NC2=''
HAS_NC4=''
HAS_PARALLEL4=''
HAS_PARALLEL=''
HAS_PNETCDF=''
HAS_SZLIB=''
HAVE_DOT='NO'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERNAL_OCLIB_FALSE='#'
INTERNAL_OCLIB_TRUE=''
ISCYGWIN_FALSE=''
ISCYGWIN_TRUE='#'
LARGE_FILE_TESTS_FALSE=''
LARGE_FILE_TESTS_TRUE='#'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
M4FLAGS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/chertan/Software/Installers/netcdf-c-4.5.0/missing 
makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NC_ENABLE_DOXYGEN_PDF_OUTPUT=''
NC_ENABLE_DOXYGEN_PDF_OUTPUT_FALSE=''
NC_ENABLE_DOXYGEN_PDF_OUTPUT_TRUE='#'
NC_HAS_CDF5=''
NC_HAS_DAP2=''
NC_HAS_DAP4=''
NC_HAS_DISKLESS=''
NC_HAS_HDF4=''
NC_HAS_HDF5=''
NC_HAS_JNA=''
NC_HAS_MMAP=''
NC_HAS_NC2=''
NC_HAS_NC4=''
NC_HAS_PARALLEL4=''
NC_HAS_PARALLEL=''
NC_HAS_PNETCDF=''
NC_HAS_SZIP=''
NC_LIBS=''
NC_M4='m4'
NC_VERSION=''
NC_VERSION_MAJOR='4'
NC_VERSION_MINOR='5'
NC_VERSION_NOTE=''
NC_VERSION_PATCH='0'
NM='/usr/bin/nm -B'
NMEDIT=''
NOUNDEFINED=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='netcdf'
PACKAGE_BUGREPORT='support-netcdf@xxxxxxxxxxxxxxxx'
PACKAGE_NAME='netCDF'
PACKAGE_STRING='netCDF 4.5.0'
PACKAGE_TARNAME='netcdf'
PACKAGE_URL=''
PACKAGE_VERSION='4.5.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RELAX_COORD_BOUND=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SHOW_DOXYGEN_TAG_LIST='no'
SHOW_DOXYGEN_TAG_LIST_FALSE=''
SHOW_DOXYGEN_TAG_LIST_TRUE='#'
STRIP='strip'
TEST_PARALLEL4_FALSE=''
TEST_PARALLEL4_TRUE=''
USE_CDF5_FALSE=''
USE_CDF5_TRUE='#'
USE_DAP_FALSE=''
USE_DAP_TRUE=''
USE_DISPATCH_FALSE=''
USE_DISPATCH_TRUE=''
USE_FFIO_FALSE=''
USE_FFIO_TRUE='#'
USE_HDF4_FALSE=''
USE_HDF4_FILE_TESTS_FALSE=''
USE_HDF4_FILE_TESTS_TRUE=''
USE_HDF4_TRUE=''
USE_LOGGING_FALSE=''
USE_LOGGING_TRUE=''
USE_NETCDF4_FALSE=''
USE_NETCDF4_TRUE=''
USE_PNETCDF_DIR_FALSE=''
USE_PNETCDF_DIR_TRUE=''
USE_PNETCDF_FALSE=''
USE_PNETCDF_TRUE=''
USE_RENAMEV3_FALSE=''
USE_RENAMEV3_TRUE=''
USE_STDIO_FALSE=''
USE_STDIO_TRUE='#'
USE_SZIP_FALSE=''
USE_SZIP_TRUE=''
USE_VALGRIND_TESTS_FALSE=''
USE_VALGRIND_TESTS_TRUE=''
VERSION='4.5.0'
ac_ct_AR='ar'
ac_ct_CC='icc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_shared='yes'
enable_static='yes'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} 
/home/chertan/Software/Installers/netcdf-c-4.5.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/chertan/Software/netcdf_c'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "netCDF"
#define PACKAGE_TARNAME "netcdf"
#define PACKAGE_VERSION "4.5.0"
#define PACKAGE_STRING "netCDF 4.5.0"
#define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx"
#define PACKAGE_URL ""
#define PACKAGE "netcdf"
#define VERSION "4.5.0"
#define NCIO_MINBLOCKSIZE 256
#define DEFAULT_CHUNK_SIZE 4194304
#define MAX_DEFAULT_CACHE_SIZE 67108864
#define DEFAULT_CHUNKS_IN_CACHE 10
#define CHUNK_CACHE_SIZE 4194304
#define CHUNK_CACHE_NELEMS 1009
#define CHUNK_CACHE_PREEMPTION 0.75
#define REMOTETESTSERVERS 
"remotetest.unidata.ucar.edu,jetstream.unidata.ucar.edu"
#define EXTRA_TESTS 1
#define USE_NETCDF_2 1
#define USE_EXTREME_NUMBERS 1
#define TEMP_LARGE "."
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_SYS_DIR_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_LOCALE_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDARG_H 1
#define HAVE_ERRNO_H 1
#define HAVE_CTYPE_H 1
#define HAVE_FCNTL_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_VPRINTF 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_FTW_H 1
#define HAVE_STRERROR 1
#define HAVE_SNPRINTF 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_STRCAT 1
#define HAVE_STRCPY 1
#define HAVE_STRDUP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRTOD 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOULL 1
#define HAVE_STRSTR 1
#define HAVE_MKSTEMP 1
#define HAVE_RAND 1
#define HAVE_RANDOM 1
#define HAVE_MEMCMP 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_FSYNC 1
#define ENABLE_DAP4 1
#define HAVE_MEMMOVE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_SYSCONF 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MREMAP 1
#define USE_DISKLESS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_DECL_ISNAN 1
#define HAVE_DECL_ISINF 1
#define HAVE_DECL_ISFINITE 1
#define HAVE_DECL_SIGNBIT 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_ST_BLKSIZE 1
#define HAVE_SIZE_T 1
#define HAVE_SSIZE_T 1
#define HAVE_PTRDIFF_T 1
#define HAVE_USHORT 1
#define HAVE_UINT 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_OFF_T 8
#define SIZEOF_SIZE_T 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_USHORT 2
#define SIZEOF_UINT 4
#define SIZEOF_USHORT 2
#define SIZEOF_UINT 4
#define SIZEOF_PTRDIFF_T 8
#define SIZEOF_SSIZE_T 8
#define SIZEOF_VOIDP 8

configure: exit 1
  • 2018 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: