NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi NETCDF, I successfully installed Netcdf-C libraries on my cluster, which has ifort.When I tried to install my Netcdf-fortran libraries everything goes fine until I do Make Check, I have attached the log file and the config file with this mail
Could some one help me fix it. Thank you in advance, Kamal
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by netCDF-Fortran configure 4.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/home/selvamk/libra/ ## --------- ## ## Platform. ## ## --------- ## hostname = master0.alineos.net uname -m = x86_64 uname -r = 2.6.18-274.12.1.el5 uname -s = Linux uname -v = #1 SMP Tue Nov 29 13:37:46 EST 2011 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /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/Paraview-bin/bin/ PATH: /opt/openmpi/bin PATH: /opt/intel_xe/vtune_amplifier_xe_2011/bin64 PATH: /opt/intel/impi/4.0.3.008/intel64/bin PATH: /opt/gnuplot/bin PATH: /usr/local/ParaView-3.12.0-Linux-x86_64/bin PATH: /opt/intel/composer_xe_2011_sp1.6.233/bin/intel64 PATH: /usr/local/accjob-1.1/bin PATH: /usr/local/maui/bin PATH: /usr/java/j2sdk1.4.2/bin PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /opt/c3-4/ PATH: /opt/intel/composer_xe_2011_sp1.6.233/mpirt/bin/intel64 PATH: /home/selvamk/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2738: netCDF-Fortran 4.4.1 configure:2778: checking build system type configure:2792: result: x86_64-unknown-linux-gnu configure:2812: checking host system type configure:2825: result: x86_64-unknown-linux-gnu configure:2847: checking target system type configure:2860: result: x86_64-unknown-linux-gnu configure:2904: checking for a BSD-compatible install configure:2972: result: /usr/bin/install -c configure:2983: checking whether build environment is sane configure:3038: result: yes configure:3189: checking for a thread-safe mkdir -p configure:3228: result: /bin/mkdir -p configure:3235: checking for gawk configure:3251: found /bin/gawk configure:3262: result: gawk configure:3273: checking whether make sets $(MAKE) configure:3295: result: yes configure:3324: checking whether make supports nested variables configure:3341: result: yes configure:3467: checking whether to enable maintainer-specific portions of Makefiles configure:3476: result: no configure:3492: checking user options configure:3496: checking whether extra valgrind tests should be run configure:3504: result: no configure:3508: checking whether parallel IO tests should be run configure:3516: result: no configure:3520: checking whether netCDF extra tests should be run (developers only) configure:3528: result: no configure:3585: checking for doxygen configure:3601: found /usr/bin/doxygen configure:3612: result: doxygen configure:3634: checking for dot configure:3664: result: no configure:3673: WARNING: dot not found - will use simple charts in documentation configure:3700: finding C compiler configure:3751: checking for gcc configure:3767: found /usr/bin/gcc configure:3778: result: gcc configure:4007: checking for C compiler version configure:4016: gcc --version >&5 gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51) Copyright (C) 2006 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:4027: $? = 0 configure:4016: gcc -v >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-51) configure:4027: $? = 0 configure:4016: gcc -V >&5 gcc: '-V' option must have argument configure:4027: $? = 1 configure:4016: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:4027: $? = 1 configure:4047: checking whether the C compiler works configure:4069: gcc -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:4073: $? = 0 configure:4121: result: yes configure:4124: checking for C compiler default output file name configure:4126: result: a.out configure:4132: checking for suffix of executables configure:4139: gcc -o conftest -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:4143: $? = 0 configure:4165: result: configure:4187: checking whether we are cross compiling configure:4195: gcc -o conftest -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:4199: $? = 0 configure:4206: ./conftest configure:4210: $? = 0 configure:4225: result: no configure:4230: checking for suffix of object files configure:4252: gcc -c -I/home/selvamk/libra/include/ conftest.c >&5 configure:4256: $? = 0 configure:4277: result: o configure:4281: checking whether we are using the GNU C compiler configure:4300: gcc -c -I/home/selvamk/libra/include/ conftest.c >&5 configure:4300: $? = 0 configure:4309: result: yes configure:4318: checking whether gcc accepts -g configure:4338: gcc -c -g -I/home/selvamk/libra/include/ conftest.c >&5 configure:4338: $? = 0 configure:4379: result: yes configure:4396: checking for gcc option to accept ISO C89 configure:4459: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:4459: $? = 0 configure:4472: result: none needed configure:4497: checking whether gcc understands -c and -o together configure:4519: gcc -c conftest.c -o conftest2.o configure:4522: $? = 0 configure:4519: gcc -c conftest.c -o conftest2.o configure:4522: $? = 0 configure:4534: result: yes configure:4562: checking for style of include used by make configure:4590: result: GNU configure:4616: checking dependency style of gcc configure:4727: result: gcc3 configure:4744: checking for an ANSI C-conforming const configure:4810: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:4810: $? = 0 configure:4817: result: yes configure:4840: finding Fortran compiler configure:4948: checking for Fortran compiler version configure:4957: ifort --version >&5 ifort (IFORT) 12.1.0 20110811 Copyright (C) 1985-2011 Intel Corporation. All rights reserved. configure:4968: $? = 0 configure:4957: ifort -v >&5 ifort version 12.1.0 configure:4968: $? = 0 configure:4957: ifort -V >&5 Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 12.1.0.233 Build 20110811 Copyright (C) 1985-2011 Intel Corporation. All rights reserved. configure:4968: $? = 0 configure:4957: ifort -qversion >&5 ifort: command line warning #10006: ignoring unknown option '-qversion' ifort: command line error: no files specified; for help type "ifort -help" configure:4968: $? = 1 configure:4977: checking whether we are using the GNU Fortran compiler configure:4990: ifort -c conftest.F >&5 conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % [ : . = => choke me ---------------^ conftest.F(3): error #6218: This statement is positioned incorrectly and/or has syntax errors. choke me ---------------^ compilation aborted for conftest.F (code 1) configure:4990: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:4999: result: no configure:5005: checking whether ifort accepts -g configure:5016: ifort -c -g conftest.f >&5 configure:5016: $? = 0 configure:5024: result: yes configure:5106: checking for ifort configure:5122: found /opt/intel/composer_xe_2011_sp1.6.233/bin/intel64/ifort configure:5133: result: ifort configure:5159: checking for Fortran 77 compiler version configure:5168: ifort --version >&5 ifort (IFORT) 12.1.0 20110811 Copyright (C) 1985-2011 Intel Corporation. All rights reserved. configure:5179: $? = 0 configure:5168: ifort -v >&5 ifort version 12.1.0 configure:5179: $? = 0 configure:5168: ifort -V >&5 Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 12.1.0.233 Build 20110811 Copyright (C) 1985-2011 Intel Corporation. All rights reserved. configure:5179: $? = 0 configure:5168: ifort -qversion >&5 ifort: command line warning #10006: ignoring unknown option '-qversion' ifort: command line error: no files specified; for help type "ifort -help" configure:5179: $? = 1 configure:5188: checking whether we are using the GNU Fortran 77 compiler configure:5201: ifort -c conftest.F >&5 conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % [ : . = => choke me ---------------^ conftest.F(3): error #6218: This statement is positioned incorrectly and/or has syntax errors. choke me ---------------^ compilation aborted for conftest.F (code 1) configure:5201: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5210: result: no configure:5216: checking whether ifort accepts -g configure:5227: ifort -c -g conftest.f >&5 configure:5227: $? = 0 configure:5235: result: yes configure:5279: checking whether Fortran compiler is checked for ISO_C_BINDING support configure:5287: result: yes configure:5307: checking for Fortran flag to compile .f90 files configure:5327: ifort -c -g conftest.f90 >&5 configure:5327: $? = 0 configure:5336: result: none configure:5364: checking fortran 90 modules inclusion flag configure:5389: ifort -c -g conftest.f90 >&5 configure:5389: $? = 0 configure:5406: ifort -c -g -Itmpdir_0 conftest.f90 >&5 configure:5406: $? = 0 configure:5425: result: -I configure:5430: checking if Fortran compiler supports Fortran 2003 ISO_C_BINDING configure:5438: ifort -c -g conftest.f90 configure:5441: $? = 0 configure:5447: result: yes configure:5450: checking if Fortran compiler supports Fortran 2008 ISO_FORTRAN_ENV additions configure:5458: ifort -c -g conftest.f90 configure:5461: $? = 0 configure:5470: result: yes configure:5473: checking if Fortran compiler supports TS29113 standard extension configure:5481: ifort -c -g conftest.f90 conftest.f90(2): error #6580: Name in only-list does not exist. [C_PTRDIFF_T] USE ISO_C_BINDING, ONLY: C_PTRDIFF_T -------------------------^ compilation aborted for conftest.f90 (code 1) configure:5484: $? = 1 configure:5493: result: no configure:5512: checking whether F03 native code is desired configure:5520: result: yes configure:5541: checking whether fortran type sizes should be checked configure:5549: result: yes configure:5553: checking whether large file (> 2GB) tests should be run configure:5561: result: no configure:5578: checking whether benchmaks should be run (experimental) configure:5586: result: no configure:5600: checking where to put large temp files if large file tests are run configure:5609: result: . configure:5793: setting up libtool configure:5842: checking how to print strings configure:5869: result: printf configure:5890: checking for a sed that does not truncate output configure:5954: result: /bin/sed configure:5972: checking for grep that handles long lines and -e configure:6030: result: /bin/grep configure:6035: checking for egrep configure:6097: result: /bin/grep -E configure:6102: checking for fgrep configure:6164: result: /bin/grep -F configure:6199: checking for ld used by gcc configure:6266: result: /usr/bin/ld configure:6273: checking if the linker (/usr/bin/ld) is GNU ld configure:6288: result: yes configure:6300: checking for BSD- or MS-compatible name lister (nm) configure:6349: result: /usr/bin/nm -B configure:6479: checking the name lister (/usr/bin/nm -B) interface configure:6486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:6489: /usr/bin/nm -B "conftest.o" configure:6492: output 0000000000000000 B some_variable configure:6499: result: BSD nm configure:6502: checking whether ln -s works configure:6506: result: yes configure:6514: checking the maximum length of command line arguments configure:6644: result: 98304 configure:6661: checking whether the shell understands some XSI constructs configure:6671: result: yes configure:6675: checking whether the shell understands "+=" configure:6681: result: yes configure:6716: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:6756: result: func_convert_file_noop configure:6763: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:6783: result: func_convert_file_noop configure:6790: checking for /usr/bin/ld option to reload object files configure:6797: result: -r configure:6871: checking for objdump configure:6887: found /usr/bin/objdump configure:6898: result: objdump configure:6930: checking how to recognize dependent libraries configure:7132: result: pass_all configure:7217: checking for dlltool configure:7247: result: no configure:7277: checking how to associate runtime and link libraries configure:7304: result: printf %s\n configure:7364: checking for ar configure:7380: found /usr/bin/ar configure:7391: result: ar configure:7428: checking for archiver @FILE support configure:7445: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:7445: $? = 0 configure:7448: ar cru libconftest.a @conftest.lst >&5 configure:7451: $? = 0 configure:7456: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:7459: $? = 1 configure:7471: result: @ configure:7529: checking for strip configure:7545: found /usr/bin/strip configure:7556: result: strip configure:7628: checking for ranlib configure:7644: found /usr/bin/ranlib configure:7655: result: ranlib configure:7757: checking command to parse /usr/bin/nm -B output from gcc object configure:7877: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:7880: $? = 0 configure:7884: /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:7887: $? = 0 configure:7953: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c conftstm.o >&5 configure:7956: $? = 0 configure:7994: result: ok configure:8031: checking for sysroot configure:8061: result: no configure:8138: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:8141: $? = 0 configure:8317: checking for mt configure:8347: result: no configure:8367: checking if : is a manifest tool configure:8373: : '-?' configure:8381: result: no configure:9023: checking how to run the C preprocessor configure:9054: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:9054: $? = 0 configure:9068: gcc -E -I/home/selvamk/libra/include/ conftest.c conftest.c:13:28: error: ac_nonexistent.h: No such file or directory configure:9068: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 1 | #define TEMP_LARGE "." | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:9093: result: gcc -E configure:9113: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:9113: $? = 0 configure:9127: gcc -E -I/home/selvamk/libra/include/ conftest.c conftest.c:13:28: error: ac_nonexistent.h: No such file or directory configure:9127: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 1 | #define TEMP_LARGE "." | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:9156: checking for ANSI C header files configure:9176: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9176: $? = 0 configure:9249: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:9249: $? = 0 configure:9249: ./conftest configure:9249: $? = 0 configure:9260: result: yes configure:9273: checking for sys/types.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9273: checking for sys/stat.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9273: checking for stdlib.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9273: checking for string.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9273: checking for memory.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9273: checking for strings.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9273: checking for inttypes.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9273: checking for stdint.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9273: checking for unistd.h configure:9273: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9273: $? = 0 configure:9273: result: yes configure:9287: checking for dlfcn.h configure:9287: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:9287: $? = 0 configure:9287: result: yes configure:9504: checking for objdir configure:9519: result: .libs configure:9790: checking if gcc supports -fno-rtti -fno-exceptions configure:9808: gcc -c -g -O2 -I/home/selvamk/libra/include/ -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:9812: $? = 0 configure:9825: result: no configure:10152: checking for gcc option to produce PIC configure:10159: result: -fPIC -DPIC configure:10167: checking if gcc PIC flag -fPIC -DPIC works configure:10185: gcc -c -g -O2 -I/home/selvamk/libra/include/ -fPIC -DPIC -DPIC conftest.c >&5 configure:10189: $? = 0 configure:10202: result: yes configure:10231: checking if gcc static flag -static works configure:10259: result: yes configure:10274: checking if gcc supports -c -o file.o configure:10295: gcc -c -g -O2 -I/home/selvamk/libra/include/ -o out/conftest2.o conftest.c >&5 configure:10299: $? = 0 configure:10321: result: yes configure:10329: checking if gcc supports -c -o file.o configure:10376: result: yes configure:10409: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:11562: result: yes configure:11599: checking whether -lc should be explicitly linked in configure:11607: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:11610: $? = 0 configure:11625: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11628: $? = 0 configure:11642: result: no configure:11802: checking dynamic linker characteristics configure:12313: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12313: $? = 0 configure:12535: result: GNU/Linux ld.so configure:12642: checking how to hardcode library paths into programs configure:12667: result: immediate configure:13207: checking whether stripping libraries is possible configure:13212: result: yes configure:13247: checking if libtool supports shared libraries configure:13249: result: yes configure:13252: checking whether to build shared libraries configure:13273: result: yes configure:13276: checking whether to build static libraries configure:13280: result: yes configure:13404: checking if libtool supports shared libraries configure:13406: result: yes configure:13409: checking whether to build shared libraries configure:13429: result: yes configure:13432: checking whether to build static libraries configure:13436: result: yes configure:13757: checking for ifort option to produce PIC configure:13764: result: -fPIC configure:13772: checking if ifort PIC flag -fPIC works configure:13790: ifort -c -g -fPIC conftest.f >&5 configure:13794: $? = 0 configure:13807: result: yes configure:13830: checking if ifort static flag -static works configure:13858: result: yes configure:13870: checking if ifort supports -c -o file.o configure:13891: ifort -c -g -o out/conftest2.o conftest.f >&5 configure:13895: $? = 0 configure:13917: result: yes configure:13922: checking if ifort supports -c -o file.o configure:13969: result: yes configure:13999: checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15102: result: yes configure:15243: checking dynamic linker characteristics configure:15904: result: GNU/Linux ld.so configure:15957: checking how to hardcode library paths into programs configure:15982: result: immediate configure:16126: checking if libtool supports shared libraries configure:16128: result: yes configure:16131: checking whether to build shared libraries configure:16151: result: yes configure:16154: checking whether to build static libraries configure:16158: result: yes configure:16192: ifort -c -g conftest.f90 >&5 configure:16195: $? = 0 configure:16642: checking for ifort option to produce PIC configure:16649: result: -fPIC configure:16657: checking if ifort PIC flag -fPIC works configure:16675: ifort -c -g -fPIC conftest.f90 >&5 configure:16679: $? = 0 configure:16692: result: yes configure:16715: checking if ifort static flag -static works configure:16743: result: yes configure:16755: checking if ifort supports -c -o file.o configure:16776: ifort -c -g -o out/conftest2.o conftest.f90 >&5 configure:16780: $? = 0 configure:16802: result: yes configure:16807: checking if ifort supports -c -o file.o configure:16854: result: yes configure:16884: checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:17987: result: yes configure:18128: checking dynamic linker characteristics configure:18789: result: GNU/Linux ld.so configure:18842: checking how to hardcode library paths into programs configure:18867: result: immediate configure:18928: finding other utilities configure:18934: trying to set fortran flags for this platform configure:18936: checking what FC is set to configure:18938: result: ifort configure:19000: checking for special C compiler options needed for large files configure:19045: result: no configure:19051: checking for _FILE_OFFSET_BITS value needed for large files configure:19076: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:19076: $? = 0 configure:19108: result: no configure:19256: checking for /usr/bin/nm configure:19283: result: /usr/bin/nm -B configure:19296: checking nm flags configure:19301: result: configure:19313: checking for C-equivalent to Fortran routine "SUB" configure:19320: ifort -c -g conftest.f configure:19323: $? = 0 configure:19333: result: sub_ configure:19353: checking for Fortran "byte" configure:19361: ifort -c -g conftest.f configure:19364: $? = 0 configure:19366: result: yes configure:19384: checking for Fortran "integer*2" configure:19392: ifort -c -g conftest.f configure:19395: $? = 0 configure:19397: result: yes configure:19424: checking if Fortran "byte" is C "signed char" configure:19434: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19437: $? = 0 configure:19440: ifort -g -c conftestf.f configure:19443: $? = 0 configure:19446: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19449: $? = 0 configure:19452: ./conftest configure:19455: $? = 0 configure:19457: result: yes configure:19491: checking if Fortran "byte" is C "short" configure:19501: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19504: $? = 0 configure:19507: ifort -g -c conftestf.f configure:19510: $? = 0 configure:19513: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19516: $? = 0 configure:19519: ./conftest configure:19522: $? = 1 configure:19535: result: no configure:19558: checking if Fortran "byte" is C "int" configure:19568: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19571: $? = 0 configure:19574: ifort -g -c conftestf.f configure:19577: $? = 0 configure:19580: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19583: $? = 0 configure:19586: ./conftest configure:19589: $? = 1 configure:19602: result: no configure:19625: checking if Fortran "byte" is C "long" configure:19635: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19638: $? = 0 configure:19641: ifort -g -c conftestf.f configure:19644: $? = 0 configure:19647: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19650: $? = 0 configure:19653: ./conftest configure:19656: $? = 1 configure:19669: result: no configure:19696: checking if Fortran "integer*2" is C "short" configure:19706: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19709: $? = 0 configure:19712: ifort -g -c conftestf.f configure:19715: $? = 0 configure:19718: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19721: $? = 0 configure:19724: ./conftest configure:19727: $? = 0 configure:19729: result: yes configure:19763: checking if Fortran "integer*2" is C "int" configure:19773: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19776: $? = 0 configure:19779: ifort -g -c conftestf.f configure:19782: $? = 0 configure:19785: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19788: $? = 0 configure:19791: ./conftest configure:19794: $? = 1 configure:19807: result: no configure:19830: checking if Fortran "integer*2" is C "long" configure:19840: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19843: $? = 0 configure:19846: ifort -g -c conftestf.f configure:19849: $? = 0 configure:19852: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19855: $? = 0 configure:19858: ./conftest configure:19861: $? = 1 configure:19874: result: no configure:19899: checking if Fortran "integer" is C "int" configure:19909: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19912: $? = 0 configure:19915: ifort -g -c conftestf.f configure:19918: $? = 0 configure:19921: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19924: $? = 0 configure:19927: ./conftest configure:19930: $? = 0 configure:19932: result: yes configure:19966: checking if Fortran "real" is C "float" configure:19976: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:19979: $? = 0 configure:19982: ifort -g -c conftestf.f configure:19985: $? = 0 configure:19988: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:19991: $? = 0 configure:19994: ./conftest configure:19997: $? = 0 configure:19999: result: yes configure:20033: checking if Fortran "doubleprecision" is C "double" configure:20043: gcc -c -I/home/selvamk/libra/include/ -g -O2 conftest.c conftest.c: In function 'sub_': conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit' configure:20046: $? = 0 configure:20049: ifort -g -c conftestf.f configure:20052: $? = 0 configure:20055: ifort -o conftest -g -L/home/selvamk/libra/lib/ conftestf.o conftest.o configure:20058: $? = 0 configure:20061: ./conftest configure:20064: $? = 0 configure:20066: result: yes configure:20094: checking for Fortran-equivalent to netCDF "byte" configure:20102: ifort -c -g conftest.f configure:20105: $? = 0 configure:20116: result: byte configure:20122: checking for Fortran-equivalent to netCDF "short" configure:20130: ifort -c -g conftest.f configure:20133: $? = 0 configure:20144: result: integer*2 configure:20237: checking whether extra example tests should be run configure:20245: result: no configure:20258: checking whether a win32 DLL is desired configure:20266: result: no configure:20282: checking types, headers, and functions configure:20288: checking netcdf.h usability configure:20288: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20288: $? = 0 configure:20288: result: yes configure:20288: checking netcdf.h presence configure:20288: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20288: $? = 0 configure:20288: result: yes configure:20288: checking for netcdf.h configure:20288: result: yes configure:20300: checking for library containing nc_open configure:20331: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 /tmp/cco03QTe.o: In function `main': /home/selvamk/lit/netcdf-fortran-4.4.1/conftest.c:47: undefined reference to `nc_open' collect2: ld returned 1 exit status configure:20331: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 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 nc_open (); | int | main () | { | return nc_open (); | ; | return 0; | } configure:20331: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c -lnetcdf >&5 /usr/bin/ld: warning: libimf.so, needed by /home/selvamk/libra/lib//libnetcdf.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libsvml.so, needed by /home/selvamk/libra/lib//libnetcdf.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libintlc.so.5, needed by /home/selvamk/libra/lib//libnetcdf.so, not found (try using -rpath or -rpath-link) /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strcpy' /home/selvamk/libra/lib//libhdf5.so.8: undefined reference to `__intel_cpu_indicator_init' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `_intel_fast_memset' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `_intel_fast_memcpy' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strcat' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strlen' /home/selvamk/libra/lib//libhdf5.so.8: undefined reference to `__intel_sse2_strcspn' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strncpy' /home/selvamk/libra/lib//libhdf5.so.8: undefined reference to `__svml_idiv4' /home/selvamk/libra/lib//libhdf5.so.8: undefined reference to `__svml_udiv4' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strncat' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `_intel_fast_memcmp' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strchr' /home/selvamk/libra/lib//libhdf5.so.8: undefined reference to `__intel_cpu_indicator' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strrchr' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strdup' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strtok' /home/selvamk/libra/lib//libnetcdf.so: undefined reference to `__intel_sse2_strncmp' collect2: ld returned 1 exit status configure:20331: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 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 nc_open (); | int | main () | { | return nc_open (); | ; | return 0; | } configure:20348: result: no configure:20361: checking for nc_def_opaque configure:20361: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 /tmp/ccmd32JF.o: In function `main': /home/selvamk/lit/netcdf-fortran-4.4.1/conftest.c:70: undefined reference to `nc_def_opaque' collect2: ld returned 1 exit status configure:20361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | /* end confdefs.h. */ | /* Define nc_def_opaque to an innocuous variant, in case <limits.h> declares nc_def_opaque. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define nc_def_opaque innocuous_nc_def_opaque | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nc_def_opaque (); 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 nc_def_opaque | | /* 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 nc_def_opaque (); | /* 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_nc_def_opaque || defined __stub___nc_def_opaque | choke me | #endif | | int | main () | { | return nc_def_opaque (); | ; | return 0; | } configure:20361: result: no configure:20361: checking for nccreate configure:20361: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 /tmp/cc6elpgP.o: In function `main': /home/selvamk/lit/netcdf-fortran-4.4.1/conftest.c:70: undefined reference to `nccreate' collect2: ld returned 1 exit status configure:20361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | /* end confdefs.h. */ | /* Define nccreate to an innocuous variant, in case <limits.h> declares nccreate. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define nccreate innocuous_nccreate | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nccreate (); 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 nccreate | | /* 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 nccreate (); | /* 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_nccreate || defined __stub___nccreate | choke me | #endif | | int | main () | { | return nccreate (); | ; | return 0; | } configure:20361: result: no configure:20361: checking for nc_set_log_level configure:20361: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 /tmp/ccOnFkAX.o: In function `main': /home/selvamk/lit/netcdf-fortran-4.4.1/conftest.c:70: undefined reference to `nc_set_log_level' collect2: ld returned 1 exit status configure:20361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | /* end confdefs.h. */ | /* Define nc_set_log_level to an innocuous variant, in case <limits.h> declares nc_set_log_level. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define nc_set_log_level innocuous_nc_set_log_level | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nc_set_log_level (); 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 nc_set_log_level | | /* 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 nc_set_log_level (); | /* 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_nc_set_log_level || defined __stub___nc_set_log_level | choke me | #endif | | int | main () | { | return nc_set_log_level (); | ; | return 0; | } configure:20361: result: no configure:20361: checking for oc_open configure:20361: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 /tmp/ccIsaqy9.o: In function `main': /home/selvamk/lit/netcdf-fortran-4.4.1/conftest.c:70: undefined reference to `oc_open' collect2: ld returned 1 exit status configure:20361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | /* end confdefs.h. */ | /* Define oc_open to an innocuous variant, in case <limits.h> declares oc_open. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define oc_open innocuous_oc_open | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char oc_open (); 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 oc_open | | /* 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 oc_open (); | /* 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_oc_open || defined __stub___oc_open | choke me | #endif | | int | main () | { | return oc_open (); | ; | return 0; | } configure:20361: result: no configure:20361: checking for nc_use_parallel_enabled configure:20361: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 /tmp/cccyAtVj.o: In function `main': /home/selvamk/lit/netcdf-fortran-4.4.1/conftest.c:70: undefined reference to `nc_use_parallel_enabled' collect2: ld returned 1 exit status configure:20361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | /* end confdefs.h. */ | /* Define nc_use_parallel_enabled to an innocuous variant, in case <limits.h> declares nc_use_parallel_enabled. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define nc_use_parallel_enabled innocuous_nc_use_parallel_enabled | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nc_use_parallel_enabled (); 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 nc_use_parallel_enabled | | /* 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 nc_use_parallel_enabled (); | /* 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_nc_use_parallel_enabled || defined __stub___nc_use_parallel_enabled | choke me | #endif | | int | main () | { | return nc_use_parallel_enabled (); | ; | return 0; | } configure:20361: result: no configure:20400: checking netCDF v2 API present configure:20402: result: no configure:20404: checking netCDF-4 present configure:20406: result: no configure:20449: checking for stdlib.h configure:20449: result: yes configure:20459: checking for sys/types.h configure:20459: result: yes configure:20471: checking sys/param.h usability configure:20471: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20471: $? = 0 configure:20471: result: yes configure:20471: checking sys/param.h presence configure:20471: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20471: $? = 0 configure:20471: result: yes configure:20471: checking for sys/param.h configure:20471: result: yes configure:20486: checking locale.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking locale.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for locale.h configure:20486: result: yes configure:20486: checking stdio.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking stdio.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for stdio.h configure:20486: result: yes configure:20486: checking stdarg.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking stdarg.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for stdarg.h configure:20486: result: yes configure:20486: checking errno.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking errno.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for errno.h configure:20486: result: yes configure:20486: checking ctype.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking ctype.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for ctype.h configure:20486: result: yes configure:20486: checking fcntl.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking fcntl.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for fcntl.h configure:20486: result: yes configure:20486: checking malloc.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking malloc.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for malloc.h configure:20486: result: yes configure:20486: checking for stdlib.h configure:20486: result: yes configure:20486: checking for string.h configure:20486: result: yes configure:20486: checking for strings.h configure:20486: result: yes configure:20486: checking for unistd.h configure:20486: result: yes configure:20486: checking for sys/stat.h configure:20486: result: yes configure:20486: checking getopt.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking getopt.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for getopt.h configure:20486: result: yes configure:20486: checking sys/time.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking sys/time.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for sys/time.h configure:20486: result: yes configure:20486: checking sys/resource.h usability configure:20486: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking sys/resource.h presence configure:20486: gcc -E -I/home/selvamk/libra/include/ conftest.c configure:20486: $? = 0 configure:20486: result: yes configure:20486: checking for sys/resource.h configure:20486: result: yes configure:20499: checking for dirent.h that defines DIR configure:20518: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20518: $? = 0 configure:20526: result: yes configure:20539: checking for library containing opendir configure:20570: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:20570: $? = 0 configure:20587: result: none required configure:20654: checking for ANSI C header files configure:20758: result: yes configure:20766: checking for sys/wait.h that is POSIX.1 compatible configure:20792: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20792: $? = 0 configure:20799: result: yes configure:20807: checking whether time.h and sys/time.h may both be included configure:20827: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20827: $? = 0 configure:20834: result: yes configure:20845: checking for vprintf configure:20845: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 conftest.c:79: warning: conflicting types for built-in function 'vprintf' configure:20845: $? = 0 configure:20845: result: yes configure:20851: checking for _doprnt configure:20851: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 /tmp/cc2hEQwP.o: In function `main': /home/selvamk/lit/netcdf-fortran-4.4.1/conftest.c:91: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:20851: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 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:20851: result: no configure:20864: checking for stdbool.h that conforms to C99 configure:20931: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20931: $? = 0 configure:20938: result: yes configure:20940: checking for _Bool configure:20940: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20940: $? = 0 configure:20940: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 conftest.c: In function 'main': conftest.c:93: error: expected expression before ')' token configure:20940: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 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:20940: result: yes configure:20961: checking for size_t configure:20961: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:20961: $? = 0 configure:20961: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 conftest.c: In function 'main': conftest.c:95: error: expected expression before ')' token configure:20961: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:20961: result: yes configure:20974: checking for working alloca.h configure:20991: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:20991: $? = 0 configure:20999: result: yes configure:21007: checking for alloca configure:21044: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21044: $? = 0 configure:21052: result: yes configure:21161: checking for size_t configure:21161: result: yes configure:21172: checking for off_t configure:21172: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:21172: $? = 0 configure:21172: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 conftest.c: In function 'main': conftest.c:97: error: expected expression before ')' token configure:21172: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 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:21172: result: yes configure:21183: checking for ssize_t configure:21183: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:21183: $? = 0 configure:21183: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 conftest.c: In function 'main': conftest.c:97: error: expected expression before ')' token configure:21183: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 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:21183: result: yes configure:21192: checking for ptrdiff_t configure:21192: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:21192: $? = 0 configure:21192: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 conftest.c: In function 'main': conftest.c:98: error: expected expression before ')' token configure:21192: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 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:21192: result: yes configure:21201: checking for uchar configure:21201: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 conftest.c: In function 'main': conftest.c:99: error: 'uchar' undeclared (first use in this function) conftest.c:99: error: (Each undeclared identifier is reported only once conftest.c:99: error: for each function it appears in.) configure:21201: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 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:21201: result: no configure:21210: checking for longlong configure:21210: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 conftest.c: In function 'main': conftest.c:99: error: 'longlong' undeclared (first use in this function) conftest.c:99: error: (Each undeclared identifier is reported only once conftest.c:99: error: for each function it appears in.) configure:21210: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "netCDF-Fortran" | #define PACKAGE_TARNAME "netcdf-fortran" | #define PACKAGE_VERSION "4.4.1" | #define PACKAGE_STRING "netCDF-Fortran 4.4.1" | #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "netcdf-fortran" | #define VERSION "4.4.1" | #define HAVE_F2008 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_NETCDF_H 1 | #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_VPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 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:21210: result: no configure:21220: checking whether char is unsigned configure:21239: gcc -c -g -O2 -I/home/selvamk/libra/include/ conftest.c >&5 configure:21239: $? = 0 configure:21246: result: no configure:21258: checking size of short configure:21263: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21263: $? = 0 configure:21263: ./conftest configure:21263: $? = 0 configure:21277: result: 2 configure:21291: checking size of int configure:21296: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21296: $? = 0 configure:21296: ./conftest configure:21296: $? = 0 configure:21310: result: 4 configure:21324: checking size of long configure:21329: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21329: $? = 0 configure:21329: ./conftest configure:21329: $? = 0 configure:21343: result: 8 configure:21357: checking size of float configure:21362: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21362: $? = 0 configure:21362: ./conftest configure:21362: $? = 0 configure:21376: result: 4 configure:21390: checking size of double configure:21395: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21395: $? = 0 configure:21395: ./conftest configure:21395: $? = 0 configure:21409: result: 8 configure:21423: checking size of off_t configure:21428: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21428: $? = 0 configure:21428: ./conftest configure:21428: $? = 0 configure:21442: result: 8 configure:21456: checking size of size_t configure:21461: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21461: $? = 0 configure:21461: ./conftest configure:21461: $? = 0 configure:21475: result: 8 configure:21489: checking size of ptrdiff_t configure:21494: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21494: $? = 0 configure:21494: ./conftest configure:21494: $? = 0 configure:21508: result: 8 configure:21518: gcc -o conftest -g -O2 -I/home/selvamk/libra/include/ -L/home/selvamk/libra/lib/ conftest.c >&5 configure:21518: $? = 0 configure:21518: ./conftest configure:21518: $? = 0 configure:21586: generating header files and makefiles configure:21707: checking that generated files are newer than configure configure:21713: result: done configure:21804: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by netCDF-Fortran config.status 4.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on master0.alineos.net config.status:1313: creating Makefile config.status:1313: creating nf-config config.status:1313: creating netcdf-fortran.pc config.status:1313: creating docs/Makefile config.status:1313: creating libsrc/Makefile config.status:1313: creating fortran/Makefile config.status:1313: creating nf_test/Makefile config.status:1313: creating nf03_test/Makefile config.status:1313: creating CMakeExtras/Makefile config.status:1313: creating examples/Makefile config.status:1313: creating examples/F90/Makefile config.status:1313: creating examples/F77/Makefile config.status:1313: creating config.h config.status:1494: config.h is unchanged config.status:1313: creating libsrc/nfconfig1.inc config.status:1494: libsrc/nfconfig1.inc is unchanged config.status:1542: executing depfiles commands config.status:1542: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/home/selvamk/libra/include/ ac_cv_env_CPP_set= ac_cv_env_CPP_value= 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=ifort ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-L/home/selvamk/libra/lib/ 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=no ac_cv_fc_compiler_gnu=no ac_cv_fc_srcext_f90=none ac_cv_func__doprnt=no ac_cv_func_alloca_works=yes ac_cv_func_nc_def_opaque=no ac_cv_func_nc_set_log_level=no ac_cv_func_nc_use_parallel_enabled=no ac_cv_func_nccreate=no ac_cv_func_oc_open=no ac_cv_func_vprintf=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_netcdf_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_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu 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='gcc -E' ac_cv_prog_DOXYGEN=doxygen ac_cv_prog_NM='/usr/bin/nm -B' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_F77=ifort ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_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_nc_open=no ac_cv_search_opendir='none required' ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_ptrdiff_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_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes 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_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=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_F77=-fPIC lt_cv_prog_compiler_pic_FC=-fPIC lt_cv_prog_compiler_pic_works=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_F77=yes lt_cv_prog_compiler_static_works_FC=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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=98304 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/selvamk/lit/netcdf-fortran-4.4.1/missing aclocal-1.14' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /home/selvamk/lit/netcdf-fortran-4.4.1/missing autoconf' AUTOHEADER='${SHELL} /home/selvamk/lit/netcdf-fortran-4.4.1/missing autoheader' AUTOMAKE='${SHELL} /home/selvamk/lit/netcdf-fortran-4.4.1/missing automake-1.14' AWK='gawk' BUILD_BENCHMARKS_FALSE='' BUILD_BENCHMARKS_TRUE='#' BUILD_DAP_FALSE='' BUILD_DAP_TRUE='#' BUILD_DLL_FALSE='' BUILD_DLL_TRUE='#' BUILD_DOCS_FALSE='' BUILD_DOCS_TRUE='#' BUILD_F03_FALSE='#' BUILD_F03_TRUE='' BUILD_INTERNAL_DOCS='no' BUILD_PARALLEL_FALSE='' BUILD_PARALLEL_TRUE='#' BUILD_V2_FALSE='' BUILD_V2_TRUE='#' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -DLONGLONG_IS_LONG' CPP='gcc -E' CPPFLAGS='-I/home/selvamk/libra/include/' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DOT='' DOXYGEN='doxygen' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' EXTRA_EXAMPLE_TESTS_FALSE='' EXTRA_EXAMPLE_TESTS_TRUE='#' EXTRA_TESTS_FALSE='' EXTRA_TESTS_TRUE='#' F77='ifort' FC='ifort' FCFLAGS='-g' FCFLAGS_f90='' FFLAGS='-g' FGREP='/bin/grep -F' GREP='/bin/grep' HAS_DAP='no' HAS_F03='yes' HAS_F90='no' HAS_NC2='no' HAS_NC4='no' HAVE_DOT='NO' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LARGE_FILE_TESTS_FALSE='' LARGE_FILE_TESTS_TRUE='#' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='-L/home/selvamk/libra/lib/' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/selvamk/lit/netcdf-fortran-4.4.1/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MOD_FLAG='-I' NC_FLIBS='-lnetcdff -L/home/selvamk/libra/lib/ -lnetcdf ' NC_LIBS='-L/home/selvamk/libra/lib/ -lnetcdf ' NM='/usr/bin/nm -B' NMEDIT='' NMFLAGS='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='netcdf-fortran' PACKAGE_BUGREPORT='support-netcdf@xxxxxxxxxxxxxxxx' PACKAGE_NAME='netCDF-Fortran' PACKAGE_STRING='netCDF-Fortran 4.4.1' PACKAGE_TARNAME='netcdf-fortran' PACKAGE_URL='' PACKAGE_VERSION='4.4.1' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TEST_PARALLEL_FALSE='' TEST_PARALLEL_TRUE='#' UPPER_CASE_MOD_FALSE='' UPPER_CASE_MOD_TRUE='#' USE_LOGGING_FALSE='' USE_LOGGING_TRUE='#' USE_NETCDF4_FALSE='' USE_NETCDF4_TRUE='#' USE_VALGRIND_TESTS_FALSE='' USE_VALGRIND_TESTS_TRUE='#' USING_PGI_FALSE='#' USING_PGI_TRUE='' VERSION='4.4.1' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' ac_ct_F77='ifort' ac_ct_FC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-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='${prefix}' 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/selvamk/lit/netcdf-fortran-4.4.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/selvamk/libra' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' 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-Fortran" #define PACKAGE_TARNAME "netcdf-fortran" #define PACKAGE_VERSION "4.4.1" #define PACKAGE_STRING "netCDF-Fortran 4.4.1" #define PACKAGE_BUGREPORT "support-netcdf@xxxxxxxxxxxxxxxx" #define PACKAGE_URL "" #define PACKAGE "netcdf-fortran" #define VERSION "4.4.1" #define HAVE_F2008 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_NETCDF_H 1 #define HAVE_SYS_PARAM_H 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_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_VPRINTF 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 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 SIZEOF_PTRDIFF_T 8 configure: exit 0
ld: warning: libifport.so.5, needed by ../fortran/.libs/libnetcdff.so, not found (try using -rpath or -rpath-link) ld: warning: libifcore.so.5, needed by ../fortran/.libs/libnetcdff.so, not found (try using -rpath or -rpath-link) ld: warning: libimf.so, needed by ../fortran/.libs/libnetcdff.so, not found (try using -rpath or -rpath-link) ld: warning: libsvml.so, needed by ../fortran/.libs/libnetcdff.so, not found (try using -rpath or -rpath-link) ld: warning: libintlc.so.5, needed by ../fortran/.libs/libnetcdff.so, not found (try using -rpath or -rpath-link) ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vara_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vara_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_att_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vara_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_attname' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_set_default_format' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_dimname' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vara_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vara_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_dim' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vars_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_nvars' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_varm_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vara_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vars_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_open' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_att_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var1_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_set_base_pe' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_format' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vara' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_varm_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_varm_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vars_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc__create' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_varndims' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var1_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_attlen' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_def_var' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vara_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vars_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vars' ../fortran/.libs/libnetcdff.so: undefined reference to `nc__open_mp' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_att_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var1_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_dimlen' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_delete_mp' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var1_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc__enddef' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vars_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var1_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_varm_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_copy_var' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var1' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_varm_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vara_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vara_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_base_pe' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_rename_var' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_redef' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_att' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_att_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var1_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_vardimid' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_att_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_rename_att' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vara_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc__open' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_varm_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_varm_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vara_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_varm_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_ndims' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vars_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vara_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_varm_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var1_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vars' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_libvers' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_sync' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var1_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_varm_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_att_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vars_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_att_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var1_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var1' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_natts' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vars_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_close' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_dimid' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_varm_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_unlimdim' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_del_att' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_att_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_abort' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vars_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_def_dim' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_att_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_varm_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_vartype' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_strerror' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_varname' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_set_fill' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_enddef' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_path' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_att_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var_short' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_att_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_varid' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var1_schar' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_attid' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vara' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_att_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var1_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_create' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_rename_dim' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vars_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var1_float' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_copy_att' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_vars_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_varnatts' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_vars_double' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_put_var_text' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_delete' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_atttype' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_inq_var' ../fortran/.libs/libnetcdff.so: undefined reference to `nc_get_var_int' ../fortran/.libs/libnetcdff.so: undefined reference to `nc__create_mp' make[2]: *** [nf_test] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1
make all-recursive make[1]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1' Making all in fortran make[2]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/fortran' ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o module_netcdf_nc_data.o module_netcdf_nc_data.F90 ifort -g -c -o module_netcdf_nc_interfaces.o module_netcdf_nc_interfaces.f90 ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o module_netcdf_nf_data.o module_netcdf_nf_data.F90 ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o module_netcdf_nf_interfaces.o module_netcdf_nf_interfaces.F90 ifort -g -c -o module_netcdf_f03.o module_netcdf_f03.f90 ifort -g -c -o typeSizes.o typeSizes.f90 ifort -g -c -o netcdf.o netcdf.f90 make all-am make[3]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/fortran' /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o typeSizes.lo typeSizes.f90 libtool: compile: ifort -g -c typeSizes.f90 -fPIC -o .libs/typeSizes.o libtool: compile: ifort -g -c typeSizes.f90 -o typeSizes.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o module_netcdf_nc_data.lo module_netcdf_nc_data.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c module_netcdf_nc_data.F90 -fPIC -o .libs/module_netcdf_nc_data.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c module_netcdf_nc_data.F90 -o module_netcdf_nc_data.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o module_netcdf_nc_interfaces.lo module_netcdf_nc_interfaces.f90 libtool: compile: ifort -g -c module_netcdf_nc_interfaces.f90 -fPIC -o .libs/module_netcdf_nc_interfaces.o libtool: compile: ifort -g -c module_netcdf_nc_interfaces.f90 -o module_netcdf_nc_interfaces.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o module_netcdf_nf_data.lo module_netcdf_nf_data.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c module_netcdf_nf_data.F90 -fPIC -o .libs/module_netcdf_nf_data.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c module_netcdf_nf_data.F90 -o module_netcdf_nf_data.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o module_netcdf_nf_interfaces.lo module_netcdf_nf_interfaces.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c module_netcdf_nf_interfaces.F90 -fPIC -o .libs/module_netcdf_nf_interfaces.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c module_netcdf_nf_interfaces.F90 -o module_netcdf_nf_interfaces.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o module_netcdf_f03.lo module_netcdf_f03.f90 libtool: compile: ifort -g -c module_netcdf_f03.f90 -fPIC -o .libs/module_netcdf_f03.o libtool: compile: ifort -g -c module_netcdf_f03.f90 -o module_netcdf_f03.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o nf_attio.lo nf_attio.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_attio.F90 -fPIC -o .libs/nf_attio.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_attio.F90 -o nf_attio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o nf_control.lo nf_control.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_control.F90 -fPIC -o .libs/nf_control.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_control.F90 -o nf_control.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o nf_dim.lo nf_dim.f90 libtool: compile: ifort -g -c nf_dim.f90 -fPIC -o .libs/nf_dim.o libtool: compile: ifort -g -c nf_dim.f90 -o nf_dim.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o nf_misc.lo nf_misc.f90 libtool: compile: ifort -g -c nf_misc.f90 -fPIC -o .libs/nf_misc.o libtool: compile: ifort -g -c nf_misc.f90 -o nf_misc.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o nf_genatt.lo nf_genatt.f90 libtool: compile: ifort -g -c nf_genatt.f90 -fPIC -o .libs/nf_genatt.o libtool: compile: ifort -g -c nf_genatt.f90 -o nf_genatt.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o nf_geninq.lo nf_geninq.f90 libtool: compile: ifort -g -c nf_geninq.f90 -fPIC -o .libs/nf_geninq.o libtool: compile: ifort -g -c nf_geninq.f90 -o nf_geninq.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o nf_genvar.lo nf_genvar.f90 libtool: compile: ifort -g -c nf_genvar.f90 -fPIC -o .libs/nf_genvar.o libtool: compile: ifort -g -c nf_genvar.f90 -o nf_genvar.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o nf_vario.lo nf_vario.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_vario.F90 -fPIC -o .libs/nf_vario.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_vario.F90 -o nf_vario.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o nf_var1io.lo nf_var1io.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_var1io.F90 -fPIC -o .libs/nf_var1io.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_var1io.F90 -o nf_var1io.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o nf_varaio.lo nf_varaio.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_varaio.F90 -fPIC -o .libs/nf_varaio.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_varaio.F90 -o nf_varaio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o nf_varmio.lo nf_varmio.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_varmio.F90 -fPIC -o .libs/nf_varmio.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_varmio.F90 -o nf_varmio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c -o nf_varsio.lo nf_varsio.F90 libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_varsio.F90 -fPIC -o .libs/nf_varsio.o libtool: compile: ifort -DHAVE_CONFIG_H -I. -I.. -I../libsrc -I/home/selvamk/libra/include/ -g -c nf_varsio.F90 -o nf_varsio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o netcdf.lo netcdf.f90 libtool: compile: ifort -g -c netcdf.f90 -fPIC -o .libs/netcdf.o libtool: compile: ifort -g -c netcdf.f90 -o netcdf.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=compile ifort -g -c -o netcdf3_file.lo netcdf3_file.f90 libtool: compile: ifort -g -c netcdf3_file.f90 -fPIC -o .libs/netcdf3_file.o libtool: compile: ifort -g -c netcdf3_file.f90 -o netcdf3_file.o >/dev/null 2>&1 /bin/sh ../libtool --tag=FC --mode=link ifort -g -version-number 6:0:1 -L/home/selvamk/libra/lib/ -o libnetcdff.la -rpath /home/selvamk/libra/lib typeSizes.lo module_netcdf_nc_data.lo module_netcdf_nc_interfaces.lo module_netcdf_nf_data.lo module_netcdf_nf_interfaces.lo module_netcdf_f03.lo nf_attio.lo nf_control.lo nf_dim.lo nf_misc.lo nf_genatt.lo nf_geninq.lo nf_genvar.lo nf_vario.lo nf_var1io.lo nf_varaio.lo nf_varmio.lo nf_varsio.lo netcdf.lo netcdf3_file.lo libtool: link: ifort -shared -nofor_main .libs/typeSizes.o .libs/module_netcdf_nc_data.o .libs/module_netcdf_nc_interfaces.o .libs/module_netcdf_nf_data.o .libs/module_netcdf_nf_interfaces.o .libs/module_netcdf_f03.o .libs/nf_attio.o .libs/nf_control.o .libs/nf_dim.o .libs/nf_misc.o .libs/nf_genatt.o .libs/nf_geninq.o .libs/nf_genvar.o .libs/nf_vario.o .libs/nf_var1io.o .libs/nf_varaio.o .libs/nf_varmio.o .libs/nf_varsio.o .libs/netcdf.o .libs/netcdf3_file.o -L/home/selvamk/libra/lib/ -Wl,-soname -Wl,libnetcdff.so.6 -o .libs/libnetcdff.so.6.0.1 libtool: link: (cd ".libs" && rm -f "libnetcdff.so.6" && ln -s "libnetcdff.so.6.0.1" "libnetcdff.so.6") libtool: link: (cd ".libs" && rm -f "libnetcdff.so" && ln -s "libnetcdff.so.6.0.1" "libnetcdff.so") libtool: link: ar cru .libs/libnetcdff.a typeSizes.o module_netcdf_nc_data.o module_netcdf_nc_interfaces.o module_netcdf_nf_data.o module_netcdf_nf_interfaces.o module_netcdf_f03.o nf_attio.o nf_control.o nf_dim.o nf_misc.o nf_genatt.o nf_geninq.o nf_genvar.o nf_vario.o nf_var1io.o nf_varaio.o nf_varmio.o nf_varsio.o netcdf.o netcdf3_file.o libtool: link: ranlib .libs/libnetcdff.a libtool: link: ( cd ".libs" && rm -f "libnetcdff.la" && ln -s "../libnetcdff.la" "libnetcdff.la" ) make[3]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/fortran' make[2]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/fortran' Making all in nf_test make[2]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/nf_test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/nf_test' Making all in nf03_test make[2]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/nf03_test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/nf03_test' Making all in docs make[2]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/docs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/docs' Making all in examples make[2]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples' Making all in F77 make[3]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples/F77' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples/F77' Making all in F90 make[3]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples/F90' make all-am make[4]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples/F90' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples/F90' make[3]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples/F90' make[3]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples' make[2]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/examples' Making all in CMakeExtras make[2]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1/CMakeExtras' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1/CMakeExtras' make[2]: Entering directory `/home/selvamk/lit/netcdf-fortran-4.4.1' make[2]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1' make[1]: Leaving directory `/home/selvamk/lit/netcdf-fortran-4.4.1'
netcdfgroup
archives: