This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by pacemaker configure 1.0.5, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --prefix=/ --with-lcrso-dir=/usr/libexec/lcrso/ --disable-fatal-warnings ## --------- ## ## Platform. ## ## --------- ## hostname = correo2 uname -m = x86_64 uname -r = 2.6.26-2-amd64 uname -s = Linux uname -v = #1 SMP Mon Oct 19 02:34:17 UTC 2009 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2090: checking build system type configure:2108: result: x86_64-unknown-linux-gnu configure:2130: checking host system type configure:2145: result: x86_64-unknown-linux-gnu configure:2201: checking for a BSD-compatible install configure:2257: result: /usr/bin/install -c configure:2268: checking whether build environment is sane configure:2311: result: yes configure:2339: checking for a thread-safe mkdir -p configure:2378: result: /bin/mkdir -p configure:2391: checking for gawk configure:2421: result: no configure:2391: checking for mawk configure:2407: found /usr/bin/mawk configure:2418: result: mawk configure:2429: checking whether make sets $(MAKE) configure:2450: result: yes configure:2698: checking for gcc configure:2714: found /usr/bin/gcc configure:2725: result: gcc configure:2963: checking for C compiler version configure:2970: gcc --version >&5 gcc (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 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:2973: $? = 0 configure:2980: gcc -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) configure:2983: $? = 0 configure:2990: gcc -V >&5 gcc: '-V' option must have argument configure:2993: $? = 1 configure:3016: checking for C compiler default output file name configure:3043: gcc -I//include -L//lib conftest.c >&5 configure:3046: $? = 0 configure:3084: result: a.out configure:3101: checking whether the C compiler works configure:3111: ./a.out configure:3114: $? = 0 configure:3131: result: yes configure:3138: checking whether we are cross compiling configure:3140: result: no configure:3143: checking for suffix of executables configure:3150: gcc -o conftest -I//include -L//lib conftest.c >&5 configure:3153: $? = 0 configure:3177: result: configure:3183: checking for suffix of object files configure:3209: gcc -c -I//include -L//lib conftest.c >&5 configure:3212: $? = 0 configure:3235: result: o configure:3239: checking whether we are using the GNU C compiler configure:3268: gcc -c -I//include -L//lib conftest.c >&5 configure:3274: $? = 0 configure:3291: result: yes configure:3296: checking whether gcc accepts -g configure:3326: gcc -c -g conftest.c >&5 configure:3332: $? = 0 configure:3431: result: yes configure:3448: checking for gcc option to accept ISO C89 configure:3522: gcc -c -I//include -L//lib conftest.c >&5 configure:3528: $? = 0 configure:3551: result: none needed configure:3580: checking for style of include used by make configure:3608: result: GNU configure:3633: checking dependency style of gcc configure:3724: result: gcc3 configure:3739: checking whether gcc and cc understand -c and -o together configure:3774: gcc -c conftest.c -o conftest2.o >&5 configure:3777: $? = 0 configure:3783: gcc -c conftest.c -o conftest2.o >&5 configure:3786: $? = 0 configure:3797: cc -c conftest.c >&5 configure:3800: $? = 0 configure:3808: cc -c conftest.c -o conftest2.o >&5 configure:3811: $? = 0 configure:3817: cc -c conftest.c -o conftest2.o >&5 configure:3820: $? = 0 configure:3838: result: yes configure:3866: checking for gcc option to accept ISO C99 configure:4025: gcc -c -I//include -L//lib conftest.c >&5 conftest.c:61: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:115: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:115: error: 'newvar' undeclared (first use in this function) conftest.c:115: error: (Each undeclared identifier is reported only once conftest.c:115: error: for each function it appears in.) conftest.c:125: error: 'for' loop initial declaration used outside C99 mode configure:4031: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // 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:4025: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:4031: $? = 0 configure:4061: result: -std=gnu99 configure:4191: checking for gcc -std=gnu99 option to accept ISO Standard C configure:4202: result: -std=gnu99 configure:4292: checking for a sed that does not truncate output configure:4348: result: /bin/sed configure:4351: checking for grep that handles long lines and -e configure:4425: result: /bin/grep configure:4430: checking for egrep configure:4508: result: /bin/grep -E configure:4524: checking for ld used by gcc -std=gnu99 configure:4591: result: /usr/bin/ld configure:4600: checking if the linker (/usr/bin/ld) is GNU ld configure:4615: result: yes configure:4620: checking for /usr/bin/ld option to reload object files configure:4627: result: -r configure:4645: checking for BSD-compatible nm configure:4694: result: /usr/bin/nm -B configure:4698: checking whether ln -s works configure:4702: result: yes configure:4709: checking how to recognize dependent libraries configure:4895: result: pass_all configure:4984: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:4987: $? = 0 configure:5140: checking how to run the C preprocessor configure:5180: gcc -std=gnu99 -E conftest.c configure:5186: $? = 0 configure:5217: gcc -std=gnu99 -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:5223: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | /* end confdefs.h. */ | #include configure:5256: result: gcc -std=gnu99 -E configure:5285: gcc -std=gnu99 -E conftest.c configure:5291: $? = 0 configure:5322: gcc -std=gnu99 -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:5328: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | /* end confdefs.h. */ | #include configure:5366: checking for ANSI C header files configure:5396: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5402: $? = 0 configure:5501: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c >&5 configure:5504: $? = 0 configure:5510: ./conftest configure:5513: $? = 0 configure:5530: result: yes configure:5554: checking for sys/types.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5554: checking for sys/stat.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5554: checking for stdlib.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5554: checking for string.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5554: checking for memory.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5554: checking for strings.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5554: checking for inttypes.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5554: checking for stdint.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5554: checking for unistd.h configure:5575: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5581: $? = 0 configure:5597: result: yes configure:5624: checking dlfcn.h usability configure:5641: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:5647: $? = 0 configure:5661: result: yes configure:5665: checking dlfcn.h presence configure:5680: gcc -std=gnu99 -E conftest.c configure:5686: $? = 0 configure:5700: result: yes configure:5733: checking for dlfcn.h configure:5741: result: yes configure:5812: checking for g++ configure:5842: result: no configure:5812: checking for c++ configure:5842: result: no configure:5812: checking for gpp configure:5842: result: no configure:5812: checking for aCC configure:5842: result: no configure:5812: checking for CC configure:5842: result: no configure:5812: checking for cxx configure:5842: result: no configure:5812: checking for cc++ configure:5842: result: no configure:5812: checking for cl.exe configure:5842: result: no configure:5812: checking for FCC configure:5842: result: no configure:5812: checking for KCC configure:5842: result: no configure:5812: checking for RCC configure:5842: result: no configure:5812: checking for xlC_r configure:5842: result: no configure:5812: checking for xlC configure:5842: result: no configure:5870: checking for C++ compiler version configure:5877: g++ --version >&5 ./configure: line 5878: g++: command not found configure:5880: $? = 127 configure:5887: g++ -v >&5 ./configure: line 5888: g++: command not found configure:5890: $? = 127 configure:5897: g++ -V >&5 ./configure: line 5898: g++: command not found configure:5900: $? = 127 configure:5903: checking whether we are using the GNU C++ compiler configure:5932: g++ -c conftest.cpp >&5 ./configure: line 5933: g++: command not found configure:5938: $? = 127 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:5955: result: no configure:5960: checking whether g++ accepts -g configure:5990: g++ -c -g conftest.cpp >&5 ./configure: line 5991: g++: command not found configure:5996: $? = 127 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6028: g++ -c conftest.cpp >&5 ./configure: line 6029: g++: command not found configure:6034: $? = 127 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6067: g++ -c -g conftest.cpp >&5 ./configure: line 6068: g++: command not found configure:6073: $? = 127 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6095: result: no configure:6120: checking dependency style of g++ configure:6211: result: none configure:6513: checking for g77 configure:6543: result: no configure:6513: checking for xlf configure:6543: result: no configure:6513: checking for f77 configure:6543: result: no configure:6513: checking for frt configure:6543: result: no configure:6513: checking for pgf77 configure:6543: result: no configure:6513: checking for cf77 configure:6543: result: no configure:6513: checking for fort77 configure:6543: result: no configure:6513: checking for fl32 configure:6543: result: no configure:6513: checking for af77 configure:6543: result: no configure:6513: checking for xlf90 configure:6543: result: no configure:6513: checking for f90 configure:6543: result: no configure:6513: checking for pgf90 configure:6543: result: no configure:6513: checking for pghpf configure:6543: result: no configure:6513: checking for epcf90 configure:6543: result: no configure:6513: checking for gfortran configure:6543: result: no configure:6513: checking for g95 configure:6543: result: no configure:6513: checking for xlf95 configure:6543: result: no configure:6513: checking for f95 configure:6543: result: no configure:6513: checking for fort configure:6543: result: no configure:6513: checking for ifort configure:6543: result: no configure:6513: checking for ifc configure:6543: result: no configure:6513: checking for efc configure:6543: result: no configure:6513: checking for pgf95 configure:6543: result: no configure:6513: checking for lf95 configure:6543: result: no configure:6513: checking for ftn configure:6543: result: no configure:6570: checking for Fortran 77 compiler version configure:6577: --version >&5 ./configure: line 6578: --version: command not found configure:6580: $? = 127 configure:6587: -v >&5 ./configure: line 6588: -v: command not found configure:6590: $? = 127 configure:6597: -V >&5 ./configure: line 6598: -V: command not found configure:6600: $? = 127 configure:6608: checking whether we are using the GNU Fortran 77 compiler configure:6627: -c conftest.F >&5 ./configure: line 6628: -c: command not found configure:6633: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:6650: result: no configure:6656: checking whether accepts -g configure:6673: -c -g conftest.f >&5 ./configure: line 6674: -c: command not found configure:6679: $? = 127 configure: failed program was: | program main | | end configure:6695: result: no configure:6724: checking the maximum length of command line arguments configure:6836: result: 98304 configure:6848: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object configure:6953: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:6956: $? = 0 configure:6960: /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:6963: $? = 0 configure:7015: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c conftstm.o >&5 configure:7018: $? = 0 configure:7056: result: ok configure:7060: checking for objdir configure:7075: result: .libs configure:7167: checking for ar configure:7183: found /usr/bin/ar configure:7194: result: ar configure:7263: checking for ranlib configure:7279: found /usr/bin/ranlib configure:7290: result: ranlib configure:7359: checking for strip configure:7375: found /usr/bin/strip configure:7386: result: strip configure:7984: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8002: gcc -std=gnu99 -c -I//include -L//lib -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8006: $? = 0 configure:8019: result: no configure:8034: checking for gcc -std=gnu99 option to produce PIC configure:8266: result: -fPIC configure:8274: checking if gcc -std=gnu99 PIC flag -fPIC works configure:8292: gcc -std=gnu99 -c -I//include -L//lib -fPIC -DPIC conftest.c >&5 configure:8296: $? = 0 configure:8309: result: yes configure:8337: checking if gcc -std=gnu99 static flag -static works configure:8365: result: yes configure:8375: checking if gcc -std=gnu99 supports -c -o file.o configure:8396: gcc -std=gnu99 -c -I//include -L//lib -o out/conftest2.o conftest.c >&5 configure:8400: $? = 0 configure:8422: result: yes configure:8448: checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:9429: result: yes configure:9450: checking whether -lc should be explicitly linked in configure:9455: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:9458: $? = 0 configure:9473: gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9476: $? = 0 configure:9488: result: no configure:9496: checking dynamic linker characteristics configure:10110: result: GNU/Linux ld.so configure:10134: checking how to hardcode library paths into programs configure:10159: result: immediate configure:10173: checking whether stripping libraries is possible configure:10178: result: yes configure:10302: checking for shl_load configure:10358: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c >&5 /tmp/ccKWzZEg.o: In function `main': conftest.c:(.text+0xa): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:10364: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* 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 shl_load (); | /* 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_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:10381: result: no configure:10386: checking for shl_load in -ldld configure:10421: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:10427: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 | /* 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 shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:10445: result: no configure:10450: checking for dlopen configure:10506: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c >&5 /tmp/cccXbGdv.o: In function `main': conftest.c:(.text+0xa): undefined reference to `dlopen' collect2: ld returned 1 exit status configure:10512: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* 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 dlopen (); | /* 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_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:10529: result: no configure:10534: checking for dlopen in -ldl configure:10569: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c -ldl >&5 configure:10575: $? = 0 configure:10593: result: yes configure:10762: checking whether a program can dlopen itself configure:10836: gcc -std=gnu99 -o conftest -I//include -L//lib -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure: In function 'main': configure:10832: warning: implicit declaration of function 'exit' configure:10832: warning: incompatible implicit declaration of built-in function 'exit' configure:10839: $? = 0 configure:10857: result: yes configure:10862: checking whether a statically linked program can dlopen itself configure:10936: gcc -std=gnu99 -o conftest -I//include -L//lib -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 configure: In function 'main': configure:10932: warning: implicit declaration of function 'exit' configure:10932: warning: incompatible implicit declaration of built-in function 'exit' /tmp/ccawvgSX.o: In function `main': conftest.c:(.text+0x20): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:10939: $? = 0 /lib/: cannot read file data: Is a directory configure:10957: result: no configure:10980: checking if libtool supports shared libraries configure:10982: result: yes configure:10985: checking whether to build shared libraries configure:11006: result: yes configure:11009: checking whether to build static libraries configure:11013: result: yes configure:11107: creating libtool configure:20385: checking for preprocessor stringizing operator configure:20409: result: yes configure:20419: checking for size_t configure:20449: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:20455: $? = 0 configure:20470: result: yes configure:20482: checking for char configure:20512: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:20518: $? = 0 configure:20533: result: yes configure:20540: checking size of char configure:20842: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c >&5 configure:20845: $? = 0 configure:20851: ./conftest configure:20854: $? = 0 configure:20877: result: 1 configure:20887: checking for short configure:20917: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:20923: $? = 0 configure:20938: result: yes configure:20945: checking size of short configure:21247: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c >&5 configure:21250: $? = 0 configure:21256: ./conftest configure:21259: $? = 0 configure:21282: result: 2 configure:21292: checking for int configure:21322: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:21328: $? = 0 configure:21343: result: yes configure:21350: checking size of int configure:21652: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c >&5 configure:21655: $? = 0 configure:21661: ./conftest configure:21664: $? = 0 configure:21687: result: 4 configure:21697: checking for long configure:21727: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:21733: $? = 0 configure:21748: result: yes configure:21755: checking size of long configure:22057: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c >&5 configure:22060: $? = 0 configure:22066: ./conftest configure:22069: $? = 0 configure:22092: result: 8 configure:22102: checking for long long configure:22132: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:22138: $? = 0 configure:22153: result: yes configure:22160: checking size of long long configure:22462: gcc -std=gnu99 -o conftest -I//include -L//lib conftest.c >&5 configure:22465: $? = 0 configure:22471: ./conftest configure:22474: $? = 0 configure:22497: result: 8 configure:22507: checking whether struct tm is in sys/time.h or time.h configure:22537: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:22543: $? = 0 configure:22558: result: time.h configure:22568: checking for struct tm.tm_zone configure:22599: gcc -std=gnu99 -c -I//include -L//lib conftest.c >&5 configure:22605: $? = 0 configure:22665: result: yes configure:22987: Sanitizing prefix: / configure:22993: Sanitizing exec_prefix: NONE configure:23000: Sanitizing ais_prefix: / configure:23007: Sanitizing INITDIR: configure:23012: checking which init (rc) directory to use configure:23024: result: /etc/init.d configure:23029: Sanitizing libdir: ${exec_prefix}/lib configure:23033: checking which lib directory to use configure:23045: result: //lib64 configure:23077: WARNING: sharedstatedir directory (//com) does not exist! configure:23077: WARNING: infodir directory (//share/info) does not exist! configure:23077: WARNING: docdir directory (//share/doc/pacemaker) does not exist! configure:23119: Host CPU: x86_64 configure:23132: checking which format is needed to print uint64_t configure:23139: result: %lu configure:23162: checking hb_config.h usability configure:23179: gcc -std=gnu99 -c -I//include -L//lib -I//include -I//include/heartbeat conftest.c >&5 conftest.c:66:23: error: hb_config.h: No such file or directory configure:23185: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%lu" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:23199: result: no configure:23203: checking hb_config.h presence configure:23218: gcc -std=gnu99 -E conftest.c conftest.c:33:23: error: hb_config.h: No such file or directory configure:23224: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%lu" | /* end confdefs.h. */ | #include configure:23238: result: no configure:23271: checking for hb_config.h configure:23279: result: no configure:23307: checking glue_config.h usability configure:23324: gcc -std=gnu99 -c -I//include -L//lib -I//include -I//include/heartbeat conftest.c >&5 conftest.c:66:25: error: glue_config.h: No such file or directory configure:23330: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%lu" | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:23344: result: no configure:23348: checking glue_config.h presence configure:23363: gcc -std=gnu99 -E conftest.c conftest.c:33:25: error: glue_config.h: No such file or directory configure:23369: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.5" | #define PACKAGE_STRING "pacemaker 1.0.5" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE "pacemaker" | #define VERSION "1.0.5" | #define PACEMAKER_VERSION "1.0.5" | #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 HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%lu" | /* end confdefs.h. */ | #include configure:23383: result: no configure:23416: checking for glue_config.h configure:23424: result: no configure:23446: error: Core development headers were not found See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_stringize=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=set ac_cv_env_CFLAGS_value=' -I//include -L//lib' 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_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=no ac_cv_func_dlopen=no ac_cv_func_shl_load=no ac_cv_header_dlfcn_h=yes ac_cv_header_glue_config_h=no ac_cv_header_hb_config_h=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -std=gnu99 -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc 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_cc_stdc=-std=gnu99 ac_cv_prog_cxx_g=no ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_struct_tm=time.h ac_cv_type_char=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long=yes ac_cv_type_short=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=none lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed 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_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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu ' lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.3.2 /usr/lib /lib' lt_cv_sys_max_cmd_len=98304 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/src/Pacemaker-1-0-3093d90fa711/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/src/Pacemaker-1-0-3093d90fa711/missing --run tar' AR='ar' ASCIIDOC='' AUTOCONF='${SHELL} /usr/src/Pacemaker-1-0-3093d90fa711/missing --run autoconf' AUTOHEADER='${SHELL} /usr/src/Pacemaker-1-0-3093d90fa711/missing --run autoheader' AUTOMAKE='${SHELL} /usr/src/Pacemaker-1-0-3093d90fa711/missing --run automake-1.10' AWK='mawk' BUILD_AIS_SUPPORT_FALSE='' BUILD_AIS_SUPPORT_TRUE='' BUILD_ASCIIDOC_FALSE='' BUILD_ASCIIDOC_TRUE='' BUILD_DOCBOOK_FALSE='' BUILD_DOCBOOK_TRUE='' BUILD_FOP_FALSE='' BUILD_FOP_TRUE='' BUILD_HEARTBEAT_SUPPORT_FALSE='' BUILD_HEARTBEAT_SUPPORT_TRUE='' BUILD_HELP_FALSE='' BUILD_HELP_TRUE='' BUILD_OPENIPMI_SERICELOG_FALSE='' BUILD_OPENIPMI_SERICELOG_TRUE='' BUILD_SERVICELOG_FALSE='' BUILD_SERVICELOG_TRUE='' BUILD_VERSION='' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS=' -I//include -L//lib -I//include -I//include/heartbeat' CFLAGS_COPY='' CLUSTERLIBS='' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CRM_CONFIG_DIR='' CRM_DAEMON_DIR='' CRM_DAEMON_GROUP='' CRM_DAEMON_USER='' CRM_DTD_DIRECTORY='' CRM_DTD_VERSION='1.0' CRM_STATE_DIR='' CRYPTOLIB='' CURSESLIBS='' CXX='g++' CXXCPP='' CXXDEPMODE='depmode=none' CXXFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DSYMUTIL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_ESMTP_FALSE='' ENABLE_ESMTP_TRUE='' ENABLE_SNMP_FALSE='' ENABLE_SNMP_TRUE='' ESMTPCONFIG='' ESMTPLIBS='' EXEEXT='' F77='' FFLAGS='' FOP='' GCC_4_FALSE='' GCC_4_TRUE='' GNUTLSHEAD='' GNUTLSLIBS='' GREP='/bin/grep' HA_STATE_DIR='' HA_VARLIBHBDIR='' HB_PKG='heartbeat' HELP2MAN='' HG='' HTML2TXT='' INCLTDL='-I${top_srcdir}/libltdl' INITDIR='/etc/init.d' INIT_EXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LCRSODIR='/usr/libexec/lcrso/' LDFLAGS='' LIBADD_DL='' LIBADD_INTL='' LIBGNUTLS_CONFIG='' LIBLTDL='${top_builddir}/libltdl/libltdlc.la' LIBLTDL_DIR='' LIBOBJS='' LIBS=' -L//lib' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LOCALE='' LTLIBOBJS='' MAKE='' MAKEINFO='${SHELL} /usr/src/Pacemaker-1-0-3093d90fa711/missing --run makeinfo' MD5='' NMEDIT='' NON_FATAL_CFLAGS='' OBJEXT='o' OCF_RA_DIR='' OCF_ROOT_DIR='' PACKAGE='pacemaker' PACKAGE_BUGREPORT='pacemaker@oss.clusterlabs.org' PACKAGE_NAME='pacemaker' PACKAGE_STRING='pacemaker 1.0.5' PACKAGE_TARNAME='pacemaker' PACKAGE_VERSION='1.0.5' PATH_SEPARATOR=':' PE_STATE_DIR='' PKGCONFIG='' PKGNAME='LXHAhb' POD2MAN='' PRETTY_CC='' PYTHON='' PYTHON_EXEC_PREFIX='' PYTHON_PLATFORM='' PYTHON_PREFIX='' PYTHON_VERSION='' QUIET_LIBTOOL_OPTS='' QUIET_MAKE_OPTS='' RANLIB='ranlib' SCP='' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' SNMPCONFIG='' SNMPLIBS='' SSH='' STONITH_PLUGIN_DIR='' STRIP='strip' TAR='' TEST='' VALGRIND_BIN='' VERSION='1.0.5' XML2CONFIG='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_F77='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='//bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='//share' datarootdir='${prefix}/share' docdir='//share/doc/pacemaker' dvidir='${docdir}' exec_prefix='/' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='//include' infodir='//share/info' install_sh='$(SHELL) /usr/src/Pacemaker-1-0-3093d90fa711/install-sh' libdir='//lib64' libexecdir='//libexec' localedir='${datarootdir}/locale' localstatedir='//var' mandir='//share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='' pkgpythondir='' prefix='/' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='' pythondir='' sbindir='//sbin' sharedstatedir='//com' subdirs='' sysconfdir='//etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "pacemaker" #define PACKAGE_TARNAME "pacemaker" #define PACKAGE_VERSION "1.0.5" #define PACKAGE_STRING "pacemaker 1.0.5" #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" #define PACKAGE "pacemaker" #define VERSION "1.0.5" #define PACEMAKER_VERSION "1.0.5" #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 HAVE_STRINGIZE 1 #define SIZEOF_CHAR 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define ON_LINUX 1 #define HA_LOG_FACILITY LOG_DAEMON #define U64T "%lu" configure: exit 1