NOTE: The netcdf-hdf
mailing list is no longer active. The list archives are made available for historical reasons.
Hi I am running on linux 2.6 64bit, and compiling with mpich2, gcc 4.4. I installed HDF5-1.8.7, zlib 1.2.5, szip 2.1 and pnetcdf 1.2 and everything was fine in the sense that "make check" didn't produce any error. I am now trying to install netcdf 4.1.3 (I also tried netcdf 4.1.2 and hdf5-1.8.6) was I get the following error message during configuration: > checking for library containing H5Fflush... no > configure: error: Can't find or link to the hdf5 library. Use > --disable-netcdf-4, or see config.log for errors. even though I gave the following: --with-pnetcdf=/usr/local/pnetcdf-1.2/ --with-hdf5=/usr/local/hdf5-1.8.6 --with-zlib=/usr/local/zlib-1.2.5 --with-szlib=/usr/local/szip-2.1 I also tried: > export LDFLAGS="-L/usr/local/zlib-1.2.5/lib -L/usr/local/szip-2.1/lib > -L/usr/local/netcdf-4.1.2/lib -lnetcdff -lnetcdf -L/usr/local/hdf5-1.8.6/lib > -lhdf5_hl -lhdf5 -L/usr/local/zlib- 1.2.5/lib -lz -lm -lhdf5_hl -lhdf5 -lz > -lm -lsz -L/usr/local/szip-2.1/lib -lsz -lhdf5_hl -lhdf5 -lz -lm > -lsz-L/usr/local/hdf5-1.8.6/lib" > export CPPFLAGS="-fPIC -I/usr/local/zlib-1.2.5/include > -I/usr/local/szip-2.1/include -I/usr/local/hdf5-1.8.6/include" > export LIBS="-lm -lsz" but it does not make any difference... Does anybody know how to solve the problem? I am attaching the config.log file. Thanks in advance Alex
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.1.3, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure CC=/usr/bin/gcc CXX=/usr/bin/g++ FC=/usr/bin/gfortran F90=/usr/bin/gfortran MPICC=/usr/bin/mpicc MPICXX=/usr/bin/mpicxx MPIF77=/usr/bin/mpif77 MPIF90=/usr/bin/mpif90 --enable-netcdf-4 --enable-parallel --prefix=/usr/local/netcdf-4.1.3 --enable-pnetcdf --with-pnetcdf=/usr/local/pnetcdf-1.2/ --enable-parallel-tests --with-hdf5=/usr/local/hdf5-1.8.6 --with-zlib=/usr/local/zlib-1.2.5 --with-szlib=/usr/local/szip-2.1 ## --------- ## ## Platform. ## ## --------- ## hostname = LAP-A-MARINONI uname -m = x86_64 uname -r = 2.6.32-33-generic uname -s = Linux uname -v = #72-Ubuntu SMP Fri Jul 29 21:07:13 UTC 2011 /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: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/X11R6/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3070: netCDF 4.1.3 configure:3110: checking build system type configure:3124: result: x86_64-unknown-linux-gnu configure:3144: checking host system type configure:3157: result: x86_64-unknown-linux-gnu configure:3179: checking target system type configure:3192: result: x86_64-unknown-linux-gnu configure:3243: checking for a BSD-compatible install configure:3311: result: /usr/bin/install -c configure:3322: checking whether build environment is sane configure:3372: result: yes configure:3513: checking for a thread-safe mkdir -p configure:3552: result: /bin/mkdir -p configure:3565: checking for gawk configure:3581: found /usr/bin/gawk configure:3592: result: gawk configure:3603: checking whether make sets $(MAKE) configure:3625: result: yes configure:3709: checking user options configure:3719: checking whether CXX is set to '' configure:3723: result: no configure:3727: checking whether FC is set to '' configure:3731: result: no configure:3735: checking whether F90 is set to '' configure:3739: result: no configure:3743: checking whether a NCIO_MINBLOCKSIZE was specified configure:3753: result: 256 configure:3761: checking whether udunits is to be built configure:3770: result: no configure:3773: checking if fsync support is enabled configure:3781: result: yes configure:3790: checking whether extra valgrind tests should be run configure:3798: result: no configure:3802: checking whether we should try to build netCDF-4 configure:3810: result: yes configure:3827: checking whether libcf is to be built configure:3836: result: no configure:3840: checking whether reading of HDF4 SD files is to be enabled configure:3848: result: no configure:3852: checking whether to fetch some sample HDF4 files from Unidata ftp site to test HDF4 reading (requires wget) configure:3865: result: no configure:3869: checking whether parallel I/O for classic and 64-bit offset files using parallel-netcdf is to be enabled configure:3877: result: yes configure:3881: checking whether new netCDF-4 C++ API is to be built configure:3892: result: no configure:3896: checking whether extra example tests should be run configure:3904: result: no configure:3908: checking whether parallel IO tests should be run configure:3916: result: yes configure:3920: checking whether a default chunk size in bytes was specified configure:3930: result: 4194304 configure:3939: checking whether a maximum per-variable cache size for HDF5 was specified configure:3949: result: 67108864 configure:3958: checking whether a number of chunks for the default per-variable cache was specified configure:3968: result: 10 configure:3977: checking whether a default file cache size for HDF5 was specified configure:3987: result: 4194304 configure:3996: checking whether a default file cache maximum number of elements for HDF5 was specified configure:4006: result: 1009 configure:4015: checking whether a default cache preemption for HDF5 was specified configure:4025: result: 0.75 configure:4034: checking whether netCDF-4 logging is enabled configure:4042: result: no configure:4046: checking whether cdmremote client is to be built configure:4056: result: no configure:4060: checking whether DAP client is to be built configure:4068: result: yes configure:4095: checking for style of include used by make configure:4123: result: GNU configure:4193: checking for gcc configure:4220: result: /usr/bin/gcc configure:4449: checking for C compiler version configure:4458: /usr/bin/gcc --version >&5 gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4469: $? = 0 configure:4458: /usr/bin/gcc -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) configure:4469: $? = 0 configure:4458: /usr/bin/gcc -V >&5 gcc: '-V' option must have argument configure:4469: $? = 1 configure:4458: /usr/bin/gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:4469: $? = 1 configure:4489: checking whether the C compiler works configure:4511: /usr/bin/gcc conftest.c >&5 configure:4515: $? = 0 configure:4563: result: yes configure:4566: checking for C compiler default output file name configure:4568: result: a.out configure:4574: checking for suffix of executables configure:4581: /usr/bin/gcc -o conftest conftest.c >&5 configure:4585: $? = 0 configure:4607: result: configure:4629: checking whether we are cross compiling configure:4637: /usr/bin/gcc -o conftest conftest.c >&5 configure:4641: $? = 0 configure:4648: ./conftest configure:4652: $? = 0 configure:4667: result: no configure:4672: checking for suffix of object files configure:4694: /usr/bin/gcc -c conftest.c >&5 configure:4698: $? = 0 configure:4719: result: o configure:4723: checking whether we are using the GNU C compiler configure:4742: /usr/bin/gcc -c conftest.c >&5 configure:4742: $? = 0 configure:4751: result: yes configure:4760: checking whether /usr/bin/gcc accepts -g configure:4780: /usr/bin/gcc -c -g conftest.c >&5 configure:4780: $? = 0 configure:4821: result: yes configure:4838: checking for /usr/bin/gcc option to accept ISO C89 configure:4902: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:4902: $? = 0 configure:4915: result: none needed configure:4937: checking dependency style of /usr/bin/gcc configure:5047: result: gcc3 configure:5063: checking for curl_easy_setopt in -lcurl configure:5088: /usr/bin/gcc -o conftest -g -O2 conftest.c -lcurl >&5 /usr/bin/ld: cannot find -lcurl collect2: ld returned 1 exit status configure:5088: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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:5097: result: no configure:5115: libcurl not found; disabling dap and cdmremote support configure:5122: checking whether dap remote testing should be enabled (default on) configure:5133: result: no configure:5158: checking whether the time-consuming dap tests should be enabled (default off) configure:5169: result: no configure:5182: checking whether netCDF extra tests should be run (developers only) configure:5190: result: no configure:5207: checking whether FFIO will be used configure:5215: result: no configure:5231: checking whether to skip C++, F77, or F90 APIs if compiler is broken configure:5239: result: yes configure:5251: checking whether examples should be built configure:5259: result: yes configure:5271: checking whether F77 API is desired configure:5280: result: yes configure:5285: checking whether any Fortran API is desired configure:5293: result: yes configure:5297: checking whether F90 API is desired configure:5307: result: yes configure:5311: checking whether fortran type sizes should be checked configure:5319: result: yes configure:5324: checking whether CXX API is desired configure:5333: result: yes configure:5337: checking whether v2 netCDF API should be built configure:5345: result: yes configure:5364: checking whether the ncgen/ncdump/nccopy should be built configure:5373: result: yes configure:5385: checking whether large file (> 2GB) tests should be run configure:5393: result: no configure:5410: checking whether benchmaks should be run (experimental) configure:5418: result: no configure:5430: checking whether extreme numbers should be used in tests configure:5445: result: yes configure:5457: checking where to put large temp files if large file tests are run configure:5466: result: . configure:5477: checking whether a win32 DLL is desired configure:5485: result: no configure:5507: finding C compiler configure:5558: checking for gcc configure:5585: result: /usr/bin/gcc configure:5814: checking for C compiler version configure:5823: /usr/bin/gcc --version >&5 gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5834: $? = 0 configure:5823: /usr/bin/gcc -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) configure:5834: $? = 0 configure:5823: /usr/bin/gcc -V >&5 gcc: '-V' option must have argument configure:5834: $? = 1 configure:5823: /usr/bin/gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:5834: $? = 1 configure:5838: checking whether we are using the GNU C compiler configure:5866: result: yes configure:5875: checking whether /usr/bin/gcc accepts -g configure:5936: result: yes configure:5953: checking for /usr/bin/gcc option to accept ISO C89 configure:6030: result: none needed configure:6052: checking dependency style of /usr/bin/gcc configure:6162: result: gcc3 configure:6178: checking whether /usr/bin/gcc and cc understand -c and -o together configure:6209: /usr/bin/gcc -c conftest.c -o conftest2.o >&5 configure:6213: $? = 0 configure:6219: /usr/bin/gcc -c conftest.c -o conftest2.o >&5 configure:6223: $? = 0 configure:6234: cc -c conftest.c >&5 configure:6238: $? = 0 configure:6246: cc -c conftest.c -o conftest2.o >&5 configure:6250: $? = 0 configure:6256: cc -c conftest.c -o conftest2.o >&5 configure:6260: $? = 0 configure:6278: result: yes configure:6303: checking for an ANSI C-conforming const configure:6368: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:6368: $? = 0 configure:6375: result: yes configure:6400: /usr/bin/gcc -c conftest.c >&5 conftest.c:21:23: error: curl/curl.h: No such file or directory conftest.c: In function 'main': conftest.c:25: error: 'CURLOPT_KEYPASSWD' undeclared (first use in this function) conftest.c:25: error: (Each undeclared identifier is reported only once conftest.c:25: error: for each function it appears in.) configure:6400: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 USE_EXTREME_NUMBERS 1 | #define TEMP_LARGE "." | /* end confdefs.h. */ | #include "curl/curl.h" | int | main () | { | int x = CURLOPT_KEYPASSWD; | ; | return 0; | } configure:6406: checking whether a CURLOPT_KEYPASSWD is defined configure:6408: result: no configure:6437: finding Fortran compiler (will not be used if Fortran API is not desired) configure:6545: checking for Fortran compiler version configure:6554: /usr/bin/gfortran --version >&5 GNU Fortran (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:6565: $? = 0 configure:6554: /usr/bin/gfortran -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) configure:6565: $? = 0 configure:6554: /usr/bin/gfortran -V >&5 gfortran: '-V' option must have argument configure:6565: $? = 1 configure:6554: /usr/bin/gfortran -qversion >&5 gfortran: unrecognized option '-qversion' gfortran: no input files configure:6565: $? = 1 configure:6574: checking whether we are using the GNU Fortran compiler configure:6587: /usr/bin/gfortran -c conftest.F >&5 configure:6587: $? = 0 configure:6596: result: yes configure:6602: checking whether /usr/bin/gfortran accepts -g configure:6613: /usr/bin/gfortran -c -g conftest.f >&5 configure:6613: $? = 0 configure:6621: result: yes configure:6762: checking for Fortran 77 compiler version configure:6771: /usr/bin/gfortran --version >&5 GNU Fortran (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:6782: $? = 0 configure:6771: /usr/bin/gfortran -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) configure:6782: $? = 0 configure:6771: /usr/bin/gfortran -V >&5 gfortran: '-V' option must have argument configure:6782: $? = 1 configure:6771: /usr/bin/gfortran -qversion >&5 gfortran: unrecognized option '-qversion' gfortran: no input files configure:6782: $? = 1 configure:6791: checking whether we are using the GNU Fortran 77 compiler configure:6804: /usr/bin/gfortran -c conftest.F >&5 configure:6804: $? = 0 configure:6813: result: yes configure:6819: checking whether /usr/bin/gfortran accepts -g configure:6830: /usr/bin/gfortran -c -g conftest.f >&5 configure:6830: $? = 0 configure:6838: result: yes configure:6881: setting up Fortran 90 configure:6886: checking what FC is set to configure:6888: result: /usr/bin/gfortran configure:6904: checking for Fortran flag to compile .f90 files configure:6920: /usr/bin/gfortran -c -g -O2 conftest.f90 >&5 configure:6920: $? = 0 configure:6929: result: none configure:6957: checking fortran 90 modules inclusion flag configure:6982: /usr/bin/gfortran -c -g -O2 conftest.f90 >&5 configure:6982: $? = 0 configure:6999: /usr/bin/gfortran -c -g -O2 -Itmpdir_0 conftest.f90 >&5 configure:6999: $? = 0 configure:7018: result: -I configure:7028: finding C++ compiler (will not be used if C++ API is not desired) configure:7142: checking for C++ compiler version configure:7151: /usr/bin/g++ --version >&5 g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:7162: $? = 0 configure:7151: /usr/bin/g++ -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) configure:7162: $? = 0 configure:7151: /usr/bin/g++ -V >&5 g++: '-V' option must have argument configure:7162: $? = 1 configure:7151: /usr/bin/g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:7162: $? = 1 configure:7166: checking whether we are using the GNU C++ compiler configure:7185: /usr/bin/g++ -c conftest.cpp >&5 configure:7185: $? = 0 configure:7194: result: yes configure:7203: checking whether /usr/bin/g++ accepts -g configure:7223: /usr/bin/g++ -c -g conftest.cpp >&5 configure:7223: $? = 0 configure:7264: result: yes configure:7289: checking dependency style of /usr/bin/g++ configure:7399: result: gcc3 configure:7461: setting up libtool configure:7510: checking how to print strings configure:7537: result: printf configure:7558: checking for a sed that does not truncate output configure:7622: result: /bin/sed configure:7640: checking for grep that handles long lines and -e configure:7698: result: /bin/grep configure:7703: checking for egrep configure:7765: result: /bin/grep -E configure:7770: checking for fgrep configure:7832: result: /bin/grep -F configure:7867: checking for ld used by /usr/bin/gcc configure:7934: result: /usr/bin/ld configure:7941: checking if the linker (/usr/bin/ld) is GNU ld configure:7956: result: yes configure:7968: checking for BSD- or MS-compatible name lister (nm) configure:8017: result: /usr/bin/nm -B configure:8147: checking the name lister (/usr/bin/nm -B) interface configure:8154: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:8157: /usr/bin/nm -B "conftest.o" configure:8160: output 0000000000000000 B some_variable configure:8167: result: BSD nm configure:8170: checking whether ln -s works configure:8174: result: yes configure:8182: checking the maximum length of command line arguments configure:8307: result: 1572864 configure:8324: checking whether the shell understands some XSI constructs configure:8334: result: yes configure:8338: checking whether the shell understands "+=" configure:8344: result: yes configure:8379: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:8419: result: func_convert_file_noop configure:8426: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:8446: result: func_convert_file_noop configure:8453: checking for /usr/bin/ld option to reload object files configure:8460: result: -r configure:8534: checking for objdump configure:8550: found /usr/bin/objdump configure:8561: result: objdump configure:8590: checking how to recognize dependent libraries configure:8792: result: pass_all configure:8877: checking for dlltool configure:8907: result: no configure:8934: checking how to associate runtime and link libraries configure:8961: result: printf %s\n configure:9021: checking for ar configure:9037: found /usr/bin/ar configure:9048: result: ar configure:9085: checking for archiver @FILE support configure:9102: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:9102: $? = 0 configure:9105: ar cru libconftest.a @conftest.lst >&5 configure:9108: $? = 0 configure:9113: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:9116: $? = 1 configure:9128: result: @ configure:9186: checking for strip configure:9202: found /usr/bin/strip configure:9213: result: strip configure:9285: checking for ranlib configure:9301: found /usr/bin/ranlib configure:9312: result: ranlib configure:9414: checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object configure:9533: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:9536: $? = 0 configure:9540: /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:9543: $? = 0 configure:9609: /usr/bin/gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:9612: $? = 0 configure:9650: result: ok configure:9687: checking for sysroot configure:9717: result: no configure:9794: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:9797: $? = 0 configure:9960: checking for mt configure:9976: found /bin/mt configure:9987: result: mt configure:10010: checking if mt is a manifest tool configure:10016: mt '-?' mt: invalid option -- ? configure:10024: result: no configure:10656: checking how to run the C preprocessor configure:10687: /usr/bin/gcc -E conftest.c configure:10687: $? = 0 configure:10701: /usr/bin/gcc -E conftest.c conftest.c:21:28: error: ac_nonexistent.h: No such file or directory configure:10701: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 USE_EXTREME_NUMBERS 1 | #define TEMP_LARGE "." | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:10726: result: /usr/bin/gcc -E configure:10746: /usr/bin/gcc -E conftest.c configure:10746: $? = 0 configure:10760: /usr/bin/gcc -E conftest.c conftest.c:21:28: error: ac_nonexistent.h: No such file or directory configure:10760: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 USE_EXTREME_NUMBERS 1 | #define TEMP_LARGE "." | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:10789: checking for ANSI C header files configure:10809: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10809: $? = 0 configure:10882: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:10882: $? = 0 configure:10882: ./conftest configure:10882: $? = 0 configure:10893: result: yes configure:10906: checking for sys/types.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10906: checking for sys/stat.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10906: checking for stdlib.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10906: checking for string.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10906: checking for memory.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10906: checking for strings.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10906: checking for inttypes.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10906: checking for stdint.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10906: checking for unistd.h configure:10906: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10920: checking for dlfcn.h configure:10920: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:10920: $? = 0 configure:10920: result: yes configure:11417: checking for objdir configure:11432: result: .libs configure:11703: checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions configure:11721: /usr/bin/gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:11725: $? = 0 configure:11738: result: no configure:12048: checking for /usr/bin/gcc option to produce PIC configure:12055: result: -fPIC -DPIC configure:12063: checking if /usr/bin/gcc PIC flag -fPIC -DPIC works configure:12081: /usr/bin/gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:12085: $? = 0 configure:12098: result: yes configure:12127: checking if /usr/bin/gcc static flag -static works configure:12155: result: yes configure:12170: checking if /usr/bin/gcc supports -c -o file.o configure:12191: /usr/bin/gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:12195: $? = 0 configure:12217: result: yes configure:12225: checking if /usr/bin/gcc supports -c -o file.o configure:12272: result: yes configure:12305: checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:13463: result: yes configure:13500: checking whether -lc should be explicitly linked in configure:13508: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:13511: $? = 0 configure:13526: /usr/bin/gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:13529: $? = 0 configure:13543: result: no configure:13708: checking dynamic linker characteristics configure:14222: /usr/bin/gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:14222: $? = 0 configure:14444: result: GNU/Linux ld.so configure:14551: checking how to hardcode library paths into programs configure:14576: result: immediate configure:15116: checking whether stripping libraries is possible configure:15121: result: yes configure:15156: checking if libtool supports shared libraries configure:15158: result: yes configure:15161: checking whether to build shared libraries configure:15182: result: yes configure:15185: checking whether to build static libraries configure:15189: result: yes configure:15212: checking how to run the C++ preprocessor configure:15239: /usr/bin/g++ -E conftest.cpp configure:15239: $? = 0 configure:15253: /usr/bin/g++ -E conftest.cpp conftest.cpp:33:28: error: ac_nonexistent.h: No such file or directory configure:15253: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:15278: result: /usr/bin/g++ -E configure:15298: /usr/bin/g++ -E conftest.cpp configure:15298: $? = 0 configure:15312: /usr/bin/g++ -E conftest.cpp conftest.cpp:33:28: error: ac_nonexistent.h: No such file or directory configure:15312: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:15482: checking for ld used by /usr/bin/g++ configure:15549: result: /usr/bin/ld -m elf_x86_64 configure:15556: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:15571: result: yes configure:15626: checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:16630: result: yes configure:16665: /usr/bin/g++ -c -g -O2 conftest.cpp >&5 configure:16668: $? = 0 configure:17188: checking for /usr/bin/g++ option to produce PIC configure:17195: result: -fPIC -DPIC configure:17203: checking if /usr/bin/g++ PIC flag -fPIC -DPIC works configure:17221: /usr/bin/g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:17225: $? = 0 configure:17238: result: yes configure:17261: checking if /usr/bin/g++ static flag -static works configure:17289: result: yes configure:17301: checking if /usr/bin/g++ supports -c -o file.o configure:17322: /usr/bin/g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:17326: $? = 0 configure:17348: result: yes configure:17353: checking if /usr/bin/g++ supports -c -o file.o configure:17400: result: yes configure:17430: checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:17464: result: yes configure:17607: checking dynamic linker characteristics configure:18277: result: GNU/Linux ld.so configure:18330: checking how to hardcode library paths into programs configure:18355: result: immediate configure:18504: checking if libtool supports shared libraries configure:18506: result: yes configure:18509: checking whether to build shared libraries configure:18529: result: yes configure:18532: checking whether to build static libraries configure:18536: result: yes configure:18840: checking for /usr/bin/gfortran option to produce PIC configure:18847: result: -fPIC configure:18855: checking if /usr/bin/gfortran PIC flag -fPIC works configure:18873: /usr/bin/gfortran -c -g -O2 -fPIC conftest.f >&5 configure:18877: $? = 0 configure:18890: result: yes configure:18913: checking if /usr/bin/gfortran static flag -static works configure:18941: result: yes configure:18953: checking if /usr/bin/gfortran supports -c -o file.o configure:18974: /usr/bin/gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:18978: $? = 0 configure:19000: result: yes configure:19005: checking if /usr/bin/gfortran supports -c -o file.o configure:19052: result: yes configure:19082: checking whether the /usr/bin/gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:20190: result: yes configure:20333: checking dynamic linker characteristics configure:20997: result: GNU/Linux ld.so configure:21050: checking how to hardcode library paths into programs configure:21075: result: immediate configure:21220: checking if libtool supports shared libraries configure:21222: result: yes configure:21225: checking whether to build shared libraries configure:21245: result: yes configure:21248: checking whether to build static libraries configure:21252: result: yes configure:21285: /usr/bin/gfortran -c -g -O2 conftest.f90 >&5 configure:21288: $? = 0 configure:21700: checking for /usr/bin/gfortran option to produce PIC configure:21707: result: -fPIC configure:21715: checking if /usr/bin/gfortran PIC flag -fPIC works configure:21733: /usr/bin/gfortran -c -g -O2 -fPIC conftest.f90 >&5 configure:21737: $? = 0 configure:21750: result: yes configure:21773: checking if /usr/bin/gfortran static flag -static works configure:21801: result: yes configure:21813: checking if /usr/bin/gfortran supports -c -o file.o configure:21834: /usr/bin/gfortran -c -g -O2 -o out/conftest2.o conftest.f90 >&5 configure:21838: $? = 0 configure:21860: result: yes configure:21865: checking if /usr/bin/gfortran supports -c -o file.o configure:21912: result: yes configure:21942: checking whether the /usr/bin/gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:23050: result: yes configure:23193: checking dynamic linker characteristics configure:23857: result: GNU/Linux ld.so configure:23910: checking how to hardcode library paths into programs configure:23935: result: immediate configure:23992: finding other utilities configure:23998: trying to set fortran flags for this platform configure:24047: checking for special C compiler options needed for large files configure:24092: result: no configure:24098: checking for _FILE_OFFSET_BITS value needed for large files configure:24123: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:24123: $? = 0 configure:24155: result: no configure:24239: displaying some results configure:24245: checking CPPFLAGS configure:24247: result: configure:24249: checking CC CFLAGS configure:24251: result: /usr/bin/gcc -g -O2 configure:24254: checking type /usr/bin/gcc configure:24256: result: /usr/bin/gcc is /usr/bin/gcc configure:24259: checking CXX configure:24262: result: /usr/bin/g++ configure:24264: checking CXXFLAGS configure:24266: result: -g -O2 configure:24269: checking type /usr/bin/g++ configure:24271: result: /usr/bin/g++ is /usr/bin/g++ configure:24278: checking FC configure:24281: result: /usr/bin/gfortran configure:24283: checking FFLAGS configure:24285: result: -g -O2 configure:24288: checking type /usr/bin/gfortran configure:24290: result: /usr/bin/gfortran is /usr/bin/gfortran configure:24297: checking F90 configure:24300: result: /usr/bin/gfortran configure:24302: checking FCFLAGS configure:24304: result: -g -O2 configure:24307: checking type /usr/bin/gfortran configure:24309: result: /usr/bin/gfortran is /usr/bin/gfortran configure:24316: checking AR configure:24319: result: ar configure:24321: checking AR_FLAGS configure:24323: result: cru configure:24326: checking type ar configure:24328: result: ar is /usr/bin/ar configure:24335: checking NM configure:24338: result: /usr/bin/nm -B configure:24340: checking NMFLAGS configure:24342: result: configure:24412: checking for /usr/bin/nm configure:24439: result: /usr/bin/nm -B configure:24452: checking nm flags configure:24457: result: configure:24469: checking for C-equivalent to Fortran routine "SUB" configure:24476: /usr/bin/gfortran -c -g -O2 conftest.f configure:24479: $? = 0 configure:24489: result: sub_ configure:24509: checking for Fortran "byte" configure:24517: /usr/bin/gfortran -c -g -O2 conftest.f configure:24520: $? = 0 configure:24522: result: yes configure:24540: checking for Fortran "integer*2" configure:24548: /usr/bin/gfortran -c -g -O2 conftest.f configure:24551: $? = 0 configure:24553: result: yes configure:24580: checking if Fortran "byte" is C "signed char" configure:24590: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:24593: $? = 0 configure:24596: /usr/bin/gfortran -g -O2 -c conftestf.f configure:24599: $? = 0 configure:24602: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:24605: $? = 0 configure:24608: ./conftest configure:24611: $? = 0 configure:24613: result: yes configure:24647: checking if Fortran "byte" is C "short" configure:24657: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:24660: $? = 0 configure:24663: /usr/bin/gfortran -g -O2 -c conftestf.f configure:24666: $? = 0 configure:24669: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:24672: $? = 0 configure:24675: ./conftest configure:24678: $? = 1 configure:24691: result: no configure:24714: checking if Fortran "byte" is C "int" configure:24724: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:24727: $? = 0 configure:24730: /usr/bin/gfortran -g -O2 -c conftestf.f configure:24733: $? = 0 configure:24736: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:24739: $? = 0 configure:24742: ./conftest configure:24745: $? = 1 configure:24758: result: no configure:24781: checking if Fortran "byte" is C "long" configure:24791: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:24794: $? = 0 configure:24797: /usr/bin/gfortran -g -O2 -c conftestf.f configure:24800: $? = 0 configure:24803: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:24806: $? = 0 configure:24809: ./conftest configure:24812: $? = 1 configure:24825: result: no configure:24852: checking if Fortran "integer*2" is C "short" configure:24862: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:24865: $? = 0 configure:24868: /usr/bin/gfortran -g -O2 -c conftestf.f configure:24871: $? = 0 configure:24874: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:24877: $? = 0 configure:24880: ./conftest configure:24883: $? = 0 configure:24885: result: yes configure:24919: checking if Fortran "integer*2" is C "int" configure:24929: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:24932: $? = 0 configure:24935: /usr/bin/gfortran -g -O2 -c conftestf.f configure:24938: $? = 0 configure:24941: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:24944: $? = 0 configure:24947: ./conftest configure:24950: $? = 1 configure:24963: result: no configure:24986: checking if Fortran "integer*2" is C "long" configure:24996: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:24999: $? = 0 configure:25002: /usr/bin/gfortran -g -O2 -c conftestf.f configure:25005: $? = 0 configure:25008: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:25011: $? = 0 configure:25014: ./conftest configure:25017: $? = 1 configure:25030: result: no configure:25055: checking if Fortran "integer" is C "int" configure:25065: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:25068: $? = 0 configure:25071: /usr/bin/gfortran -g -O2 -c conftestf.f configure:25074: $? = 0 configure:25077: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:25080: $? = 0 configure:25083: ./conftest configure:25086: $? = 0 configure:25088: result: yes configure:25122: checking if Fortran "real" is C "float" configure:25132: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:25135: $? = 0 configure:25138: /usr/bin/gfortran -g -O2 -c conftestf.f configure:25141: $? = 0 configure:25144: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:25147: $? = 0 configure:25150: ./conftest configure:25153: $? = 0 configure:25155: result: yes configure:25189: checking if Fortran "doubleprecision" is C "double" configure:25199: /usr/bin/gcc -c -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:25202: $? = 0 configure:25205: /usr/bin/gfortran -g -O2 -c conftestf.f configure:25208: $? = 0 configure:25211: /usr/bin/gfortran -o conftest -g -O2 conftestf.o conftest.o configure:25214: $? = 0 configure:25217: ./conftest configure:25220: $? = 0 configure:25222: result: yes configure:25250: checking for Fortran-equivalent to netCDF "byte" configure:25258: /usr/bin/gfortran -c -g -O2 conftest.f configure:25261: $? = 0 configure:25272: result: byte configure:25278: checking for Fortran-equivalent to netCDF "short" configure:25286: /usr/bin/gfortran -c -g -O2 conftest.f configure:25289: $? = 0 configure:25300: result: integer*2 configure:25347: checking if Fortran 90 compiler capitalizes .mod filenames configure:25354: /usr/bin/gfortran conftest.f90 >&5 /usr/lib/gcc/x86_64-linux-gnu/4.4.3/libgfortranbegin.a(fmain.o): In function `main': (.text+0x26): undefined reference to `MAIN__' collect2: ld returned 1 exit status configure:25357: $? = 1 configure:25365: result: no configure:25386: checking types, headers, and functions configure:25389: checking for stdlib.h configure:25389: result: yes configure:25399: checking for sys/types.h configure:25399: result: yes configure:25413: checking for dirent.h that defines DIR configure:25432: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25432: $? = 0 configure:25440: result: yes configure:25453: checking for library containing opendir configure:25484: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25484: $? = 0 configure:25501: result: none required configure:25568: checking for ANSI C header files configure:25672: result: yes configure:25680: checking for sys/wait.h that is POSIX.1 compatible configure:25706: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25706: $? = 0 configure:25713: result: yes configure:25721: checking whether time.h and sys/time.h may both be included configure:25741: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25741: $? = 0 configure:25748: result: yes configure:25760: checking locale.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking locale.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for locale.h configure:25760: result: yes configure:25760: checking stdio.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking stdio.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for stdio.h configure:25760: result: yes configure:25760: checking stdarg.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking stdarg.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for stdarg.h configure:25760: result: yes configure:25760: checking errno.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking errno.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for errno.h configure:25760: result: yes configure:25760: checking ctype.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking ctype.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for ctype.h configure:25760: result: yes configure:25760: checking fcntl.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking fcntl.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for fcntl.h configure:25760: result: yes configure:25760: checking malloc.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking malloc.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for malloc.h configure:25760: result: yes configure:25760: checking for stdlib.h configure:25760: result: yes configure:25760: checking for string.h configure:25760: result: yes configure:25760: checking for strings.h configure:25760: result: yes configure:25760: checking for unistd.h configure:25760: result: yes configure:25760: checking for sys/stat.h configure:25760: result: yes configure:25760: checking getopt.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking getopt.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for getopt.h configure:25760: result: yes configure:25760: checking sys/time.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking sys/time.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for sys/time.h configure:25760: result: yes configure:25760: checking sys/resource.h usability configure:25760: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking sys/resource.h presence configure:25760: /usr/bin/gcc -E conftest.c configure:25760: $? = 0 configure:25760: result: yes configure:25760: checking for sys/resource.h configure:25760: result: yes configure:25772: checking for vprintf configure:25772: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 conftest.c:85: warning: conflicting types for built-in function 'vprintf' configure:25772: $? = 0 configure:25772: result: yes configure:25778: checking for _doprnt configure:25778: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccrqEBgM.o: In function `main': /home/marinoni/Downloads/netcdf-4.1.3/conftest.c:97: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:25778: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_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:25778: result: no configure:25791: checking for stdbool.h that conforms to C99 configure:25858: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25858: $? = 0 configure:25865: result: yes configure:25867: checking for _Bool configure:25867: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25867: $? = 0 configure:25867: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:99: error: expected expression before ')' token configure:25867: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 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:25867: result: yes configure:25889: checking for strlcat configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 /tmp/cc4J9lxO.o: In function `main': /home/marinoni/Downloads/netcdf-4.1.3/conftest.c:99: undefined reference to `strlcat' collect2: ld returned 1 exit status configure:25889: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_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:25889: result: no configure:25889: checking for strerror configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for snprintf configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 conftest.c:89: warning: conflicting types for built-in function 'snprintf' configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strchr configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 conftest.c:90: warning: conflicting types for built-in function 'strchr' configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strrchr configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 conftest.c:91: warning: conflicting types for built-in function 'strrchr' configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for mktemp configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 /tmp/cckV5c95.o: In function `main': /home/marinoni/Downloads/netcdf-4.1.3/conftest.c:103: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strcat configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 conftest.c:93: warning: conflicting types for built-in function 'strcat' configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strcpy configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 conftest.c:94: warning: conflicting types for built-in function 'strcpy' configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strdup configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 conftest.c:95: warning: conflicting types for built-in function 'strdup' configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strcasecmp configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 conftest.c:96: warning: conflicting types for built-in function 'strcasecmp' configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strtod configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strtoll configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for strtoull configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for getrlimit configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for gettimeofday configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for fsync configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25889: $? = 0 configure:25889: result: yes configure:25889: checking for MPI_Comm_f2c configure:25889: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccv44L0P.o: In function `main': /home/marinoni/Downloads/netcdf-4.1.3/conftest.c:114: undefined reference to `MPI_Comm_f2c' collect2: ld returned 1 exit status configure:25889: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_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:25889: result: no configure:25898: checking for size_t configure:25898: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:25898: $? = 0 configure:25898: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:116: error: expected expression before ')' token configure:25898: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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:25898: result: yes configure:25911: checking for working alloca.h configure:25928: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25928: $? = 0 configure:25936: result: yes configure:25944: checking for alloca configure:25981: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:25981: $? = 0 configure:25989: result: yes configure:26098: checking whether isnan is declared configure:26098: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26098: $? = 0 configure:26098: result: yes configure:26109: checking whether isinf is declared configure:26109: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26109: $? = 0 configure:26109: result: yes configure:26120: checking whether isfinite is declared configure:26120: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26120: $? = 0 configure:26120: result: yes configure:26131: checking whether signbit is declared configure:26131: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26131: $? = 0 configure:26131: result: yes configure:26143: checking for struct stat.st_blksize configure:26143: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26143: $? = 0 configure:26143: result: yes configure:26157: checking for IEEE floating point format configure:26195: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:26195: $? = 0 configure:26195: ./conftest configure:26195: $? = 0 configure:26204: result: yes configure:26212: checking for size_t configure:26212: result: yes configure:26223: checking for off_t configure:26223: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26223: $? = 0 configure:26223: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:124: error: expected expression before ')' token configure:26223: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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 | /* 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:26223: result: yes configure:26234: checking for ssize_t configure:26234: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26234: $? = 0 configure:26234: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:124: error: expected expression before ')' token configure:26234: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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 | /* 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:26234: result: yes configure:26243: checking for ptrdiff_t configure:26243: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26243: $? = 0 configure:26243: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:125: error: expected expression before ')' token configure:26243: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_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:26243: result: yes configure:26252: checking for uchar configure:26252: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:126: error: 'uchar' undeclared (first use in this function) conftest.c:126: error: (Each undeclared identifier is reported only once conftest.c:126: error: for each function it appears in.) configure:26252: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_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:26252: result: no configure:26261: checking for longlong configure:26261: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:126: error: 'longlong' undeclared (first use in this function) conftest.c:126: error: (Each undeclared identifier is reported only once conftest.c:126: error: for each function it appears in.) configure:26261: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_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:26261: result: no configure:26271: checking whether char is unsigned configure:26289: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26289: $? = 0 configure:26296: result: no configure:26303: checking whether byte ordering is bigendian configure:26318: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c:91: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:26318: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_SSIZE_T 1 | #define HAVE_PTRDIFF_T 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:26363: /usr/bin/gcc -c -g -O2 conftest.c >&5 configure:26363: $? = 0 configure:26381: /usr/bin/gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:97: error: 'not' undeclared (first use in this function) conftest.c:97: error: (Each undeclared identifier is reported only once conftest.c:97: error: for each function it appears in.) conftest.c:97: error: expected ';' before 'big' configure:26381: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_SSIZE_T 1 | #define HAVE_PTRDIFF_T 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:26509: result: no configure:26531: checking size of short configure:26536: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:26536: $? = 0 configure:26536: ./conftest configure:26536: $? = 0 configure:26550: result: 2 configure:26564: checking size of int configure:26569: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:26569: $? = 0 configure:26569: ./conftest configure:26569: $? = 0 configure:26583: result: 4 configure:26597: checking size of long configure:26602: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:26602: $? = 0 configure:26602: ./conftest configure:26602: $? = 0 configure:26616: result: 8 configure:26630: checking size of float configure:26635: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:26635: $? = 0 configure:26635: ./conftest configure:26635: $? = 0 configure:26649: result: 4 configure:26663: checking size of double configure:26668: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:26668: $? = 0 configure:26668: ./conftest configure:26668: $? = 0 configure:26682: result: 8 configure:26696: checking size of off_t configure:26701: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:26701: $? = 0 configure:26701: ./conftest configure:26701: $? = 0 configure:26715: result: 8 configure:26729: checking size of size_t configure:26734: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 configure:26734: $? = 0 configure:26734: ./conftest configure:26734: $? = 0 configure:26748: result: 8 configure:26760: checking for library containing deflate configure:26791: /usr/bin/gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccgia22j.o: In function `main': /home/marinoni/Downloads/netcdf-4.1.3/conftest.c:108: undefined reference to `deflate' collect2: ld returned 1 exit status configure:26791: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_SSIZE_T 1 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_SIZE_T 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:26791: /usr/bin/gcc -o conftest -g -O2 conftest.c -lzlib1 >&5 /usr/bin/ld: cannot find -lzlib1 collect2: ld returned 1 exit status configure:26791: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_SSIZE_T 1 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_SIZE_T 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:26791: /usr/bin/gcc -o conftest -g -O2 conftest.c -lz >&5 configure:26791: $? = 0 configure:26808: result: -lz configure:26823: checking for floor in -lm configure:26848: /usr/bin/gcc -o conftest -g -O2 conftest.c -lm -lz >&5 conftest.c:104: warning: conflicting types for built-in function 'floor' configure:26848: $? = 0 configure:26857: result: yes configure:26880: checking for library containing H5Fflush configure:26911: /usr/bin/gcc -o conftest -g -O2 conftest.c -lm -lz >&5 /tmp/cc2414cz.o: In function `main': /home/marinoni/Downloads/netcdf-4.1.3/conftest.c:111: undefined reference to `H5Fflush' collect2: ld returned 1 exit status configure:26911: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_SSIZE_T 1 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_SIZE_T 8 | #define HAVE_LIBM 1 | #define USE_NETCDF4 1 | #define H5_USE_16_API 1 | /* 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 H5Fflush (); | int | main () | { | return H5Fflush (); | ; | return 0; | } configure:26911: /usr/bin/gcc -o conftest -g -O2 conftest.c -lhdf5dll -lm -lz >&5 /usr/bin/ld: cannot find -lhdf5dll collect2: ld returned 1 exit status configure:26911: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_SSIZE_T 1 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_SIZE_T 8 | #define HAVE_LIBM 1 | #define USE_NETCDF4 1 | #define H5_USE_16_API 1 | /* 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 H5Fflush (); | int | main () | { | return H5Fflush (); | ; | return 0; | } configure:26911: /usr/bin/gcc -o conftest -g -O2 conftest.c -lhdf5 -lm -lz >&5 /usr/bin/ld: cannot find -lhdf5 collect2: ld returned 1 exit status configure:26911: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "4.1.3" | #define PACKAGE_STRING "netCDF 4.1.3" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf" | #define VERSION "4.1.3" | #define NCIO_MINBLOCKSIZE 256 | #define USE_FSYNC 1 | #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 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 pgiFortran 1 | #define NF_INT1_T byte | #define NF_INT2_T integer*2 | #define NF_INT1_IS_C_SIGNED_CHAR 1 | #define NF_INT2_IS_C_SHORT 1 | #define NF_INT_IS_C_INT 1 | #define NF_REAL_IS_C_FLOAT 1 | #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 | #define NCBYTE_T byte | #define NCSHORT_T integer*2 | #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_SYS_RESOURCE_H 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRERROR 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MKTEMP 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_GETRLIMIT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FSYNC 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_SSIZE_T 1 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_OFF_T 8 | #define SIZEOF_SIZE_T 8 | #define HAVE_LIBM 1 | #define USE_NETCDF4 1 | #define H5_USE_16_API 1 | /* 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 H5Fflush (); | int | main () | { | return H5Fflush (); | ; | return 0; | } configure:26928: result: no configure:26935: error: Can't find or link to the hdf5 library. Use --disable-netcdf-4, or see config.log for errors. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-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_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=/usr/bin/gcc 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= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set=set ac_cv_env_CXX_value=/usr/bin/g++ ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set=set ac_cv_env_FC_value=/usr/bin/gfortran ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_f77_compiler_gnu=yes ac_cv_fc_compiler_gnu=yes ac_cv_fc_srcext_f90=none 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_getrlimit=yes ac_cv_func_gettimeofday=yes ac_cv_func_mktemp=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_strtod=yes ac_cv_func_strtoll=yes ac_cv_func_strtoull=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_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_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-unknown-linux-gnu ac_cv_lib_curl_curl_easy_setopt=no ac_cv_lib_m_floor=yes 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_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='/usr/bin/gcc -E' ac_cv_prog_CXXCPP='/usr/bin/g++ -E' ac_cv_prog_NM='/usr/bin/nm -B' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=/usr/bin/gcc 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__usr_bin_gcc_c_o=yes ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=yes ac_cv_prog_f90_uppercase_mod=no ac_cv_prog_fc_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_H5Fflush=no ac_cv_search_deflate=-lz 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_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type__Bool=yes 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_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 ax_cv_f90_modflag=-I 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_LDCXX='/usr/bin/ld -m elf_x86_64' 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_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_c_o_FC=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_F77=-fPIC lt_cv_prog_compiler_pic_FC=-fPIC lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_pic_works_F77=yes lt_cv_prog_compiler_pic_works_FC=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_compiler_static_works_F77=yes lt_cv_prog_compiler_static_works_FC=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' 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 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/marinoni/Downloads/netcdf-4.1.3/missing --run aclocal-1.11' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/marinoni/Downloads/netcdf-4.1.3/missing --run tar' AR='ar' AS='as' AUTOCONF='${SHELL} /home/marinoni/Downloads/netcdf-4.1.3/missing --run autoconf' AUTOHEADER='${SHELL} /home/marinoni/Downloads/netcdf-4.1.3/missing --run autoheader' AUTOMAKE='${SHELL} /home/marinoni/Downloads/netcdf-4.1.3/missing --run automake-1.11' AWK='gawk' BINFILE_NAME='' BUILD_BENCHMARKS_FALSE='' BUILD_BENCHMARKS_TRUE='#' BUILD_CDMREMOTE_FALSE='' BUILD_CDMREMOTE_TRUE='' BUILD_CXX4_FALSE='' BUILD_CXX4_TRUE='' BUILD_CXX_FALSE='#' BUILD_CXX_TRUE='' BUILD_C_FALSE='#' BUILD_C_TRUE='' BUILD_DAP_FALSE='' BUILD_DAP_TRUE='' BUILD_DLL_FALSE='' BUILD_DLL_TRUE='#' BUILD_EXAMPLES_FALSE='#' BUILD_EXAMPLES_TRUE='' BUILD_F77_FALSE='#' BUILD_F77_TRUE='' BUILD_F90_FALSE='#' BUILD_F90_TRUE='' BUILD_LIBCF_FALSE='' BUILD_LIBCF_TRUE='' BUILD_PARALLEL_FALSE='' BUILD_PARALLEL_TRUE='' BUILD_UDUNITS_FALSE='' BUILD_UDUNITS_TRUE='' BUILD_UTILITIES_FALSE='#' BUILD_UTILITIES_TRUE='' BUILD_V2_FALSE='#' BUILD_V2_TRUE='' CC='/usr/bin/gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='/usr/bin/gcc -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='' CXX='/usr/bin/g++' CXXCPP='/usr/bin/g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_DAP_LONG_TESTS_FALSE='' ENABLE_DAP_LONG_TESTS_TRUE='' ENABLE_DAP_REMOTE_TESTS_FALSE='' ENABLE_DAP_REMOTE_TESTS_TRUE='' EXEEXT='' EXTRA_EXAMPLE_TESTS_FALSE='' EXTRA_EXAMPLE_TESTS_TRUE='' EXTRA_TESTS_FALSE='' EXTRA_TESTS_TRUE='#' F77='/usr/bin/gfortran' FC='/usr/bin/gfortran' FCFLAGS='-g -O2' FCFLAGS_f90='' FFLAGS='-g -O2' FGREP='/bin/grep -F' FTPBINDIR='' GREP='/bin/grep' HAS_CXX='' HAS_DAP='' HAS_F77='' HAS_F90='' HAS_HDF4='' HAS_HDF5='' HAS_NC2='' HAS_NC4='' HAS_PNETCDF='' HAS_SZLIB='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTERNAL_OCLIB_FALSE='#' INTERNAL_OCLIB_TRUE='' LARGE_FILE_TESTS_FALSE='' LARGE_FILE_TESTS_TRUE='#' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBOBJS='' LIBS='-lm -lz ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/marinoni/Downloads/netcdf-4.1.3/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MOD_FLAG='-I' NC_FLIBS='' NC_LIBS='' NM='/usr/bin/nm -B' NMEDIT='' NMFLAGS='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='netcdf' PACKAGE_BUGREPORT='support-netcdf@xxxxxxxxxxxxxxxx' PACKAGE_NAME='netCDF' PACKAGE_STRING='netCDF 4.1.3' PACKAGE_TARNAME='netcdf' PACKAGE_URL='' PACKAGE_VERSION='4.1.3' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' TEST_F77_FALSE='#' TEST_F77_TRUE='' TEST_PARALLEL_FALSE='' TEST_PARALLEL_TRUE='' UPPER_CASE_MOD_FALSE='' UPPER_CASE_MOD_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_SZIP_FALSE='' USE_SZIP_TRUE='' USE_VALGRIND_TESTS_FALSE='' USE_VALGRIND_TESTS_TRUE='' VERSION='4.1.3' ac_ct_AR='ar' ac_ct_CC='/usr/bin/gcc' ac_ct_CXX='' ac_ct_DUMPBIN='' ac_ct_F77='' ac_ct_FC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/marinoni/Downloads/netcdf-4.1.3/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local/netcdf-4.1.3' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "netCDF" #define PACKAGE_TARNAME "netcdf" #define PACKAGE_VERSION "4.1.3" #define PACKAGE_STRING "netCDF 4.1.3" #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" #define PACKAGE_URL "" #define PACKAGE "netcdf" #define VERSION "4.1.3" #define NCIO_MINBLOCKSIZE 256 #define USE_FSYNC 1 #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 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 pgiFortran 1 #define NF_INT1_T byte #define NF_INT2_T integer*2 #define NF_INT1_IS_C_SIGNED_CHAR 1 #define NF_INT2_IS_C_SHORT 1 #define NF_INT_IS_C_INT 1 #define NF_REAL_IS_C_FLOAT 1 #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1 #define NCBYTE_T byte #define NCSHORT_T integer*2 #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_SYS_RESOURCE_H 1 #define HAVE_VPRINTF 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_STRERROR 1 #define HAVE_SNPRINTF 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_MKTEMP 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_GETRLIMIT 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_FSYNC 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_SSIZE_T 1 #define HAVE_PTRDIFF_T 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8 #define SIZEOF_OFF_T 8 #define SIZEOF_SIZE_T 8 #define HAVE_LIBM 1 #define USE_NETCDF4 1 #define H5_USE_16_API 1 configure: exit 1
netcdf-hdf
archives: