Project

General

Profile

Netcdf library installation problem ยป config.log

Sergio Noce, 2012-10-05 17:54

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

It was created by cdo configure 1.5.6.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --with-netcdf=/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2

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

hostname = sergio-VirtualBox
uname -m = x86_64
uname -r = 3.2.0-31-generic
uname -s = Linux
uname -v = #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012

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

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

PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


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

configure:2527: checking build system type
configure:2541: result: x86_64-unknown-linux-gnu
configure:2561: checking host system type
configure:2574: result: x86_64-unknown-linux-gnu
configure:2612: checking for a BSD-compatible install
configure:2680: result: /usr/bin/install -c
configure:2691: checking whether build environment is sane
configure:2746: result: yes
configure:2897: checking for a thread-safe mkdir -p
configure:2936: result: /bin/mkdir -p
configure:2943: checking for gawk
configure:2973: result: no
configure:2943: checking for mawk
configure:2959: found /usr/bin/mawk
configure:2970: result: mawk
configure:2981: checking whether make sets $(MAKE)
configure:3003: result: yes
configure:3086: checking whether to enable maintainer-specific portions of Makefiles
configure:3095: result: no
configure:3110: setting up libtool
configure:3158: checking how to print strings
configure:3185: result: printf
configure:3218: checking for style of include used by make
configure:3246: result: GNU
configure:3317: checking for gcc
configure:3333: found /usr/bin/gcc
configure:3344: result: gcc
configure:3573: checking for C compiler version
configure:3582: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3593: $? = 0
configure:3582: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:3593: $? = 0
configure:3582: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3593: $? = 4
configure:3582: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3593: $? = 4
configure:3613: checking whether the C compiler works
configure:3635: gcc conftest.c >&5
configure:3639: $? = 0
configure:3687: result: yes
configure:3690: checking for C compiler default output file name
configure:3692: result: a.out
configure:3698: checking for suffix of executables
configure:3705: gcc -o conftest conftest.c >&5
configure:3709: $? = 0
configure:3731: result:
configure:3753: checking whether we are cross compiling
configure:3761: gcc -o conftest conftest.c >&5
configure:3765: $? = 0
configure:3772: ./conftest
configure:3776: $? = 0
configure:3791: result: no
configure:3796: checking for suffix of object files
configure:3818: gcc -c conftest.c >&5
configure:3822: $? = 0
configure:3843: result: o
configure:3847: checking whether we are using the GNU C compiler
configure:3866: gcc -c conftest.c >&5
configure:3866: $? = 0
configure:3875: result: yes
configure:3884: checking whether gcc accepts -g
configure:3904: gcc -c -g conftest.c >&5
configure:3904: $? = 0
configure:3945: result: yes
configure:3962: checking for gcc option to accept ISO C89
configure:4025: gcc -c -g -O2 conftest.c >&5
configure:4025: $? = 0
configure:4038: result: none needed
configure:4060: checking dependency style of gcc
configure:4171: result: gcc3
configure:4186: checking for a sed that does not truncate output
configure:4250: result: /bin/sed
configure:4268: checking for grep that handles long lines and -e
configure:4326: result: /bin/grep
configure:4331: checking for egrep
configure:4393: result: /bin/grep -E
configure:4398: checking for fgrep
configure:4460: result: /bin/grep -F
configure:4495: checking for ld used by gcc
configure:4562: result: /usr/bin/ld
configure:4569: checking if the linker (/usr/bin/ld) is GNU ld
configure:4584: result: yes
configure:4596: checking for BSD- or MS-compatible name lister (nm)
configure:4645: result: /usr/bin/nm -B
configure:4775: checking the name lister (/usr/bin/nm -B) interface
configure:4782: gcc -c -g -O2 conftest.c >&5
configure:4785: /usr/bin/nm -B "conftest.o"
configure:4788: output
0000000000000000 B some_variable
configure:4795: result: BSD nm
configure:4798: checking whether ln -s works
configure:4802: result: yes
configure:4810: checking the maximum length of command line arguments
configure:4935: result: 1572864
configure:4952: checking whether the shell understands some XSI constructs
configure:4962: result: yes
configure:4966: checking whether the shell understands "+="
configure:4972: result: yes
configure:5007: checking for /usr/bin/ld option to reload object files
configure:5014: result: -r
configure:5083: checking for objdump
configure:5099: found /usr/bin/objdump
configure:5110: result: objdump
configure:5142: checking how to recognize dependent libraries
configure:5344: result: pass_all
configure:5404: checking for ar
configure:5420: found /usr/bin/ar
configure:5431: result: ar
configure:5509: checking for strip
configure:5525: found /usr/bin/strip
configure:5536: result: strip
configure:5608: checking for ranlib
configure:5624: found /usr/bin/ranlib
configure:5635: result: ranlib
configure:5737: checking command to parse /usr/bin/nm -B output from gcc object
configure:5855: gcc -c -g -O2 conftest.c >&5
configure:5858: $? = 0
configure:5862: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5865: $? = 0
configure:5919: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5922: $? = 0
configure:5960: result: ok
configure:6056: gcc -c -g -O2 conftest.c >&5
configure:6059: $? = 0
configure:6801: checking how to run the C preprocessor
configure:6832: gcc -E conftest.c
configure:6832: $? = 0
configure:6846: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6846: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6871: result: gcc -E
configure:6891: gcc -E conftest.c
configure:6891: $? = 0
configure:6905: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6905: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6934: checking for ANSI C header files
configure:6954: gcc -c -g -O2 conftest.c >&5
configure:6954: $? = 0
configure:7027: gcc -o conftest -g -O2 conftest.c >&5
configure:7027: $? = 0
configure:7027: ./conftest
configure:7027: $? = 0
configure:7038: result: yes
configure:7051: checking for sys/types.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for sys/stat.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for stdlib.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for string.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for memory.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for strings.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for inttypes.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for stdint.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for unistd.h
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7065: checking for dlfcn.h
configure:7065: gcc -c -g -O2 conftest.c >&5
configure:7065: $? = 0
configure:7065: result: yes
configure:7252: checking for objdir
configure:7267: result: .libs
configure:7538: checking if gcc supports -fno-rtti -fno-exceptions
configure:7556: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:7560: $? = 0
configure:7573: result: no
configure:7593: checking for gcc option to produce PIC
configure:7878: result: -fPIC -DPIC
configure:7890: checking if gcc PIC flag -fPIC -DPIC works
configure:7908: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:7912: $? = 0
configure:7925: result: yes
configure:7949: checking if gcc static flag -static works
configure:7977: result: yes
configure:7992: checking if gcc supports -c -o file.o
configure:8013: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8017: $? = 0
configure:8039: result: yes
configure:8047: checking if gcc supports -c -o file.o
configure:8094: result: yes
configure:8127: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9202: result: yes
configure:9239: checking whether -lc should be explicitly linked in
configure:9247: gcc -c -g -O2 conftest.c >&5
configure:9250: $? = 0
configure:9265: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9268: $? = 0
configure:9282: result: no
configure:9447: checking dynamic linker characteristics
configure:9902: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:9902: $? = 0
configure:10124: result: GNU/Linux ld.so
configure:10231: checking how to hardcode library paths into programs
configure:10256: result: immediate
configure:10796: checking whether stripping libraries is possible
configure:10801: result: yes
configure:10836: checking if libtool supports shared libraries
configure:10838: result: yes
configure:10841: checking whether to build shared libraries
configure:10862: result: yes
configure:10865: checking whether to build static libraries
configure:10869: result: yes
configure:10948: checking for gcc
configure:10975: result: gcc
configure:10997: checking for gcc option to accept ISO C99
configure:11146: gcc -c -g -O2 conftest.c >&5
conftest.c:73:29: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:127:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:127:18: error: 'newvar' undeclared (first use in this function)
conftest.c:127:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:137:3: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:137:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:11146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:11146: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11146: $? = 0
configure:11166: result: -std=gnu99
configure:11175: checking whether gcc -std=gnu99 and cc understand -c and -o together
configure:11206: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:11210: $? = 0
configure:11216: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:11220: $? = 0
configure:11231: cc -c conftest.c >&5
configure:11235: $? = 0
configure:11243: cc -c conftest.c -o conftest2.o >&5
configure:11247: $? = 0
configure:11253: cc -c conftest.c -o conftest2.o >&5
configure:11257: $? = 0
configure:11275: result: yes
configure:11344: checking for ar
configure:11371: result: ar
configure:11528: checking for ld
configure:11555: result: /usr/bin/ld -m elf_x86_64
configure:11620: checking for nm
configure:11647: result: /usr/bin/nm -B
configure:11712: checking for ar
configure:11739: result: ar
configure:11804: checking for as
configure:11820: found /usr/bin/as
configure:11831: result: as
configure:11896: checking for dlltool
configure:11926: result: no
configure:11988: checking for objdump
configure:12015: result: objdump
configure:12080: checking for strip
configure:12107: result: strip
configure:12172: checking for ranlib
configure:12199: result: ranlib
configure:12280: checking for g++
configure:12310: result: no
configure:12280: checking for c++
configure:12310: result: no
configure:12280: checking for gpp
configure:12310: result: no
configure:12280: checking for aCC
configure:12310: result: no
configure:12280: checking for CC
configure:12310: result: no
configure:12280: checking for cxx
configure:12310: result: no
configure:12280: checking for cc++
configure:12310: result: no
configure:12280: checking for cl.exe
configure:12310: result: no
configure:12280: checking for FCC
configure:12310: result: no
configure:12280: checking for KCC
configure:12310: result: no
configure:12280: checking for RCC
configure:12310: result: no
configure:12280: checking for xlC_r
configure:12310: result: no
configure:12280: checking for xlC
configure:12310: result: no
configure:12334: checking for C++ compiler version
configure:12343: g++ --version >&5
./configure: line 12345: g++: command not found
configure:12354: $? = 127
configure:12343: g++ -v >&5
./configure: line 12345: g++: command not found
configure:12354: $? = 127
configure:12343: g++ -V >&5
./configure: line 12345: g++: command not found
configure:12354: $? = 127
configure:12343: g++ -qversion >&5
./configure: line 12345: g++: command not found
configure:12354: $? = 127
configure:12358: checking whether we are using the GNU C++ compiler
configure:12377: g++ -c conftest.cpp >&5
./configure: line 1881: g++: command not found
configure:12377: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:12386: result: no
configure:12395: checking whether g++ accepts -g
configure:12415: g++ -c -g conftest.cpp >&5
./configure: line 1881: g++: command not found
configure:12415: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12430: g++ -c conftest.cpp >&5
./configure: line 1881: g++: command not found
configure:12430: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12446: g++ -c -g conftest.cpp >&5
./configure: line 1881: g++: command not found
configure:12446: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12456: result: no
configure:12481: checking dependency style of g++
configure:12592: result: none
configure:15639: checking for special C compiler options needed for large files
configure:15684: result: no
configure:15690: checking for _FILE_OFFSET_BITS value needed for large files
configure:15715: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15715: $? = 0
configure:15747: result: no
configure:15840: checking for stdlib.h
configure:15840: result: yes
configure:15840: checking for unistd.h
configure:15840: result: yes
configure:15840: checking for sys/param.h
configure:15840: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15840: $? = 0
configure:15840: result: yes
configure:15860: checking for getpagesize
configure:15860: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:15860: $? = 0
configure:15860: result: yes
configure:15869: checking for working mmap
configure:16016: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:16016: $? = 0
configure:16016: ./conftest
configure:16016: $? = 0
configure:16026: result: yes
configure:16037: checking for malloc in -lmalloc
configure:16062: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lmalloc >&5
conftest.c:35:6: warning: conflicting types for built-in function 'malloc' [enabled by default]
/usr/bin/ld: cannot find -lmalloc
collect2: ld returned 1 exit status
configure:16062: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 malloc ();
| int
| main ()
| {
| return malloc ();
| ;
| return 0;
| }
configure:16071: result: no
configure:16084: checking for struct stat.st_blksize
configure:16084: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16084: $? = 0
configure:16084: result: yes
configure:16098: checking sys/resource.h usability
configure:16098: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16098: $? = 0
configure:16098: result: yes
configure:16098: checking sys/resource.h presence
configure:16098: gcc -E conftest.c
configure:16098: $? = 0
configure:16098: result: yes
configure:16098: checking for sys/resource.h
configure:16098: result: yes
configure:16110: checking sys/times.h usability
configure:16110: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16110: $? = 0
configure:16110: result: yes
configure:16110: checking sys/times.h presence
configure:16110: gcc -E conftest.c
configure:16110: $? = 0
configure:16110: result: yes
configure:16110: checking for sys/times.h
configure:16110: result: yes
configure:16122: checking malloc.h usability
configure:16122: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16122: $? = 0
configure:16122: result: yes
configure:16122: checking malloc.h presence
configure:16122: gcc -E conftest.c
configure:16122: $? = 0
configure:16122: result: yes
configure:16122: checking for malloc.h
configure:16122: result: yes
configure:16136: checking for mallinfo
configure:16136: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:16136: $? = 0
configure:16136: result: yes
configure:16149: checking for isnan
configure:16149: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
conftest.c:56:6: warning: conflicting types for built-in function 'isnan' [enabled by default]
configure:16149: $? = 0
configure:16149: result: yes
configure:16160: checking for getrlimit
configure:16160: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:16160: $? = 0
configure:16160: result: yes
configure:16171: checking for gethostname
configure:16171: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:16171: $? = 0
configure:16171: result: yes
configure:16238: checking for floor in -lm
configure:16263: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5
conftest.c:47:6: warning: conflicting types for built-in function 'floor' [enabled by default]
configure:16263: $? = 0
configure:16272: result: yes
configure:16476: checking for the pthreads library -lpthreads
configure:16514: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lpthreads -lm >&5
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:16514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void* a) {a=0;}
| static void* start_routine(void* a) {return a;}
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th,0,start_routine,0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16523: result: no
configure:16421: checking whether pthreads work without any flags
configure:16514: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5
/tmp/ccXXSe37.o: In function `main':
/home/sergio/Documenti/cdo-1.5.6.1/conftest.c:48: undefined reference to `pthread_create'
/home/sergio/Documenti/cdo-1.5.6.1/conftest.c:49: undefined reference to `pthread_join'
/home/sergio/Documenti/cdo-1.5.6.1/conftest.c:51: undefined reference to `__pthread_register_cancel'
/home/sergio/Documenti/cdo-1.5.6.1/conftest.c:52: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:16514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void* a) {a=0;}
| static void* start_routine(void* a) {return a;}
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th,0,start_routine,0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16523: result: no
configure:16426: checking whether pthreads work with -Kthread
configure:16514: gcc -std=gnu99 -o conftest -g -O2 -Kthread conftest.c -lm >&5
gcc: error: unrecognized option '-Kthread'
configure:16514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void* a) {a=0;}
| static void* start_routine(void* a) {return a;}
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th,0,start_routine,0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16523: result: no
configure:16426: checking whether pthreads work with -kthread
configure:16514: gcc -std=gnu99 -o conftest -g -O2 -kthread conftest.c -lm >&5
gcc: error: unrecognized option '-kthread'
configure:16514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void* a) {a=0;}
| static void* start_routine(void* a) {return a;}
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th,0,start_routine,0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16523: result: no
configure:16476: checking for the pthreads library -llthread
configure:16514: gcc -std=gnu99 -o conftest -g -O2 conftest.c -llthread -lm >&5
/usr/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:16514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void* a) {a=0;}
| static void* start_routine(void* a) {return a;}
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th,0,start_routine,0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16523: result: no
configure:16426: checking whether pthreads work with -pthread
configure:16514: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:16514: $? = 0
configure:16523: result: yes
configure:16542: checking for joinable pthread attribute
configure:16557: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:16557: $? = 0
configure:16563: result: PTHREAD_CREATE_JOINABLE
configure:16573: checking if more special flags are required for pthreads
configure:16580: result: no
configure:16901: checking zlib.h usability
configure:16901: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
conftest.c:75:18: fatal error: zlib.h: No such file or directory
compilation terminated.
configure:16901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| #define HAVE_LIBPTHREAD 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
| #include <zlib.h>
configure:16901: result: no
configure:16901: checking zlib.h presence
configure:16901: gcc -E conftest.c
conftest.c:42:18: fatal error: zlib.h: No such file or directory
compilation terminated.
configure:16901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <zlib.h>
configure:16901: result: no
configure:16901: checking for zlib.h
configure:16901: result: no
configure:16911: checking for library containing deflate
configure:16942: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/ccXlVfHE.o: In function `main':
/home/sergio/Documenti/cdo-1.5.6.1/conftest.c:53: undefined reference to `deflate'
collect2: ld returned 1 exit status
configure:16942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| #define HAVE_LIBPTHREAD 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 deflate ();
| int
| main ()
| {
| return deflate ();
| ;
| return 0;
| }
configure:16942: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -lz -lm >&5
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
configure:16942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| #define HAVE_LIBPTHREAD 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 deflate ();
| int
| main ()
| {
| return deflate ();
| ;
| return 0;
| }
configure:16959: result: no
configure:17149: checking for szlib library
configure:17151: result: suppressed
configure:17467: checking for hdf5 library
configure:17469: result: suppressed
configure:17636: checking netcdf.h usability
configure:17636: gcc -std=gnu99 -c -g -O2 -pthread -I/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2/include conftest.c >&5
configure:17636: $? = 0
configure:17636: result: yes
configure:17636: checking netcdf.h presence
configure:17636: gcc -E -I/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2/include conftest.c
configure:17636: $? = 0
configure:17636: result: yes
configure:17636: checking for netcdf.h
configure:17636: result: yes
configure:17646: checking for library containing nc_open
configure:17677: gcc -std=gnu99 -o conftest -g -O2 -pthread -I/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2/include -L/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2/lib conftest.c -lm >&5
/tmp/ccTXUrnR.o: In function `main':
/home/sergio/Documenti/cdo-1.5.6.1/conftest.c:54: undefined reference to `nc_open'
collect2: ld returned 1 exit status
configure:17677: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| #define HAVE_LIBPTHREAD 1
| #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:17677: gcc -std=gnu99 -o conftest -g -O2 -pthread -I/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2/include -L/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2/lib conftest.c -lnetcdf -lm >&5
/usr/bin/ld: cannot find -lnetcdf
collect2: ld returned 1 exit status
configure:17677: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cdo"
| #define PACKAGE_TARNAME "cdo"
| #define PACKAGE_VERSION "1.5.6.1"
| #define PACKAGE_STRING "cdo 1.5.6.1"
| #define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
| #define PACKAGE_URL ""
| #define PACKAGE "cdo"
| #define VERSION "1.5.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLINFO 1
| #define HAVE_ISNAN 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETHOSTNAME 1
| #define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
| #define USER_NAME "sergio"
| #define HOST_NAME "sergio-VirtualBox"
| #define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
| #define HAVE_LIBM 1
| #define HAVE_LIBPTHREAD 1
| #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:17694: result: no
configure:17703: error: Could not link to netcdf library

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_gethostname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_isnan=yes
ac_cv_func_mallinfo=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netcdf_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_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_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_m_floor=yes
ac_cv_lib_malloc_malloc=no
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_LD='/usr/bin/ld -m elf_x86_64'
ac_cv_prog_ac_ct_NM='/usr/bin/nm -B'
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_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_deflate=no
ac_cv_search_nc_open=no
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
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_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
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'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864

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

ACLOCAL='${SHELL} /home/sergio/Documenti/cdo-1.5.6.1/config/missing --run aclocal-1.12'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/sergio/Documenti/cdo-1.5.6.1/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/sergio/Documenti/cdo-1.5.6.1/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/sergio/Documenti/cdo-1.5.6.1/config/missing --run automake-1.12'
AWK='mawk'
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -pthread'
CLDFLAGS=''
CLIBS=''
CPP='gcc -E'
CPPFLAGS='-I/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2/include '
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL=':'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_ALL_STATIC_FALSE=''
ENABLE_ALL_STATIC_TRUE=''
ENABLE_CDI_LIB=''
ENABLE_CDI_LIB_FALSE=''
ENABLE_CDI_LIB_TRUE=''
ENABLE_CGRIBEX=''
ENABLE_EXTRA=''
ENABLE_GRIB=''
ENABLE_IEG=''
ENABLE_SERVICE=''
EXEEXT=''
FCFLAGS=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
GRIB_API_INCLUDE=''
GRIB_API_LIBS=''
HDF5_INCLUDE=''
HDF5_LIBS=''
HDF5_ROOT=''
HOST_NAME='sergio-VirtualBox'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JASPER_LIBS=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-L/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2/lib '
LIBOBJS=''
LIBS=' -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAGICS_INCLUDE=''
MAGICS_LIBS=''
MAGICS_ROOT=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/sergio/Documenti/cdo-1.5.6.1/config/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NC_CONFIG=''
NETCDF_INCLUDE=''
NETCDF_LIBS=''
NETCDF_ROOT='/home/sergio/Documenti/libs4cdo-0.0.10/netcdf-4.2'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='cdo'
PACKAGE_BUGREPORT='http://code.zmaw.de/projects/cdo'
PACKAGE_NAME='cdo'
PACKAGE_STRING='cdo 1.5.6.1'
PACKAGE_TARNAME='cdo'
PACKAGE_URL=''
PACKAGE_VERSION='1.5.6.1'
PATH_SEPARATOR=':'
PROJ_INCLUDE=''
PROJ_LDFLAGS=''
PTHREAD_CC='gcc -std=gnu99'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SYSTEM_TYPE='x86_64-unknown-linux-gnu'
SZLIB_INCLUDE=''
SZLIB_LIBS=''
THREADS_INCLUDE=''
THREADS_LIBS=''
USER_NAME='sergio'
VERSION='1.5.6.1'
ZLIB_INCLUDE=''
ZLIB_LIBS=' -lz'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/sergio/Documenti/cdo-1.5.6.1/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "cdo"
#define PACKAGE_TARNAME "cdo"
#define PACKAGE_VERSION "1.5.6.1"
#define PACKAGE_STRING "cdo 1.5.6.1"
#define PACKAGE_BUGREPORT "http://code.zmaw.de/projects/cdo"
#define PACKAGE_URL ""
#define PACKAGE "cdo"
#define VERSION "1.5.6.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MALLINFO 1
#define HAVE_ISNAN 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETHOSTNAME 1
#define COMP_VERSION "gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
#define USER_NAME "sergio"
#define HOST_NAME "sergio-VirtualBox"
#define SYSTEM_TYPE "x86_64-unknown-linux-gnu"
#define HAVE_LIBM 1
#define HAVE_LIBPTHREAD 1
#define HAVE_NETCDF_H 1

configure: exit 1
    (1-1/1)