This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by graph-tool configure 2.2.29.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = pike uname -m = x86_64 uname -r = 3.11.10-7-desktop uname -s = Linux uname -v = #1 SMP PREEMPT Mon Feb 3 09:41:24 UTC 2014 (750023e) /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib64/mpi/gcc/openmpi/bin PATH: /home/sklingel/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/X11R6/bin PATH: /usr/games PATH: /programs/matlab/bin PATH: /programs/matlab/etc PATH: /programs/mathematica/8.0/Executables PATH: /programs/platform/platform_V1/bin/linux PATH: /programs/matlab/bin PATH: /programs/matlab/etc PATH: /programs/mathematica/8.0/Executables PATH: /programs/platform/platform_V1/bin/linux ## ----------- ## ## Core tests. ## ## ----------- ## configure:2535: loading site script /usr/share/site/x86_64-unknown-linux-gnu | #!/bin/sh | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible. | | # If user did not specify libdir, guess the correct target: | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest. | if test "$libdir" = '${exec_prefix}/lib' ; then | | ac_config_site_64bit_host=NONE | | case "$host" in | "" ) | # User did not specify host target. | # The native platform x86_64 is a bi-arch platform. | # Try to detect cross-compilation to inferior architecture. | | # We are trying to guess 32-bit target compilation. It's not as easy as | # it sounds, as there is possible several intermediate combinations. | ac_config_site_cross_to_32bit_host=NONE | | # User defined -m32 in CFLAGS or CXXFLAGS: | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.) | case "$CFLAGS" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | case "$CXXFLAGS" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | # Running with linux32: | # (Changes detected platform, but not the toolchain target.) | case "`/bin/uname -i`" in | x86_64 | ppc64 | s390x ) | ;; | * ) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then | ac_config_site_64bit_host=YES | fi | | ;; | *x86_64* | *ppc64* | *s390x* ) | ac_config_site_64bit_host=YES | ;; | esac | | if test "x$ac_config_site_64bit_host" = xYES; then | libdir='${exec_prefix}/lib64' | fi | fi | | # If user did not specify libexecdir, set the correct target: | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib. | | if test "$libexecdir" = '${exec_prefix}/libexec' ; then | libexecdir='${exec_prefix}/lib' | fi | | # Continue with the standard behavior of configure defined in AC_SITE_LOAD: | if test "x$prefix" != xNONE; then | ac_site_file1=$prefix/share/config.site | ac_site_file2=$prefix/etc/config.site | else | ac_site_file1=$ac_default_prefix/share/config.site | ac_site_file2=$ac_default_prefix/etc/config.site | fi | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | do | test "x$ac_site_file" = xNONE && continue | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;} | sed 's/^/| /' "$ac_site_file" >&5 | . "$ac_site_file" \ | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;} | as_fn_error $? "failed to load site script $ac_site_file | See \`config.log' for more details" "$LINENO" 5; } | fi | done configure:2685: checking for a BSD-compatible install configure:2753: result: /usr/bin/install -c configure:2764: checking whether build environment is sane configure:2819: result: yes configure:2970: checking for a thread-safe mkdir -p configure:3009: result: /usr/bin/mkdir -p configure:3016: checking for gawk configure:3032: found /usr/bin/gawk configure:3043: result: gawk configure:3054: checking whether make sets $(MAKE) configure:3076: result: yes configure:3105: checking whether make supports nested variables configure:3122: result: yes configure:3258: checking whether make supports nested variables configure:3275: result: yes configure:3298: checking for style of include used by make configure:3326: result: GNU configure:3397: checking for gcc configure:3413: found /usr/bin/gcc configure:3424: result: gcc configure:3653: checking for C compiler version configure:3662: gcc --version >&5 gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388] Copyright (C) 2013 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:3673: $? = 0 configure:3662: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) configure:3673: $? = 0 configure:3662: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3673: $? = 1 configure:3662: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3673: $? = 1 configure:3693: checking whether the C compiler works configure:3715: gcc conftest.c >&5 configure:3719: $? = 0 configure:3767: result: yes configure:3770: checking for C compiler default output file name configure:3772: result: a.out configure:3778: checking for suffix of executables configure:3785: gcc -o conftest conftest.c >&5 configure:3789: $? = 0 configure:3811: result: configure:3833: checking whether we are cross compiling configure:3841: gcc -o conftest conftest.c >&5 configure:3845: $? = 0 configure:3852: ./conftest configure:3856: $? = 0 configure:3871: result: no configure:3876: checking for suffix of object files configure:3898: gcc -c conftest.c >&5 configure:3902: $? = 0 configure:3923: result: o configure:3927: checking whether we are using the GNU C compiler configure:3946: gcc -c conftest.c >&5 configure:3946: $? = 0 configure:3955: result: yes configure:3964: checking whether gcc accepts -g configure:3984: gcc -c -g conftest.c >&5 configure:3984: $? = 0 configure:4025: result: yes configure:4042: checking for gcc option to accept ISO C89 configure:4105: gcc -c -g -O2 conftest.c >&5 configure:4105: $? = 0 configure:4118: result: none needed configure:4143: checking whether gcc understands -c and -o together configure:4165: gcc -c conftest.c -o conftest2.o configure:4168: $? = 0 configure:4165: gcc -c conftest.c -o conftest2.o configure:4168: $? = 0 configure:4180: result: yes configure:4199: checking dependency style of gcc configure:4310: result: gcc3 configure:4331: checking for library containing strerror configure:4362: gcc -o conftest -g -O2 conftest.c >&5 configure:4362: $? = 0 configure:4379: result: none required configure:4394: checking how to run the C preprocessor configure:4425: gcc -E conftest.c configure:4425: $? = 0 configure:4439: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4439: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.1" | /* end confdefs.h. */ | #include configure:4464: result: gcc -E configure:4484: gcc -E conftest.c configure:4484: $? = 0 configure:4498: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4498: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.1" | /* end confdefs.h. */ | #include configure:4527: checking for grep that handles long lines and -e configure:4585: result: /usr/bin/grep configure:4590: checking for egrep configure:4652: result: /usr/bin/grep -E configure:4657: checking for ANSI C header files configure:4677: gcc -c -g -O2 conftest.c >&5 configure:4677: $? = 0 configure:4750: gcc -o conftest -g -O2 conftest.c >&5 configure:4750: $? = 0 configure:4750: ./conftest configure:4750: $? = 0 configure:4761: result: yes configure:4774: checking for sys/types.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4774: checking for sys/stat.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4774: checking for stdlib.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4774: checking for string.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4774: checking for memory.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4774: checking for strings.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4774: checking for inttypes.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4774: checking for stdint.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4774: checking for unistd.h configure:4774: gcc -c -g -O2 conftest.c >&5 configure:4774: $? = 0 configure:4774: result: yes configure:4787: checking minix/config.h usability configure:4787: gcc -c -g -O2 conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4787: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 | /* 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:4787: result: no configure:4787: checking minix/config.h presence configure:4787: gcc -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4787: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 | /* end confdefs.h. */ | #include configure:4787: result: no configure:4787: checking for minix/config.h configure:4787: result: no configure:4808: checking whether it is safe to define __EXTENSIONS__ configure:4826: gcc -c -g -O2 conftest.c >&5 configure:4826: $? = 0 configure:4833: result: yes configure:4905: checking for g++ configure:4921: found /usr/bin/g++ configure:4932: result: g++ configure:4959: checking for C++ compiler version configure:4968: g++ --version >&5 g++ (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388] Copyright (C) 2013 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:4979: $? = 0 configure:4968: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) configure:4979: $? = 0 configure:4968: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4979: $? = 1 configure:4968: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:4979: $? = 1 configure:4983: checking whether we are using the GNU C++ compiler configure:5002: g++ -c conftest.cpp >&5 configure:5002: $? = 0 configure:5011: result: yes configure:5020: checking whether g++ accepts -g configure:5040: g++ -c -g conftest.cpp >&5 configure:5040: $? = 0 configure:5081: result: yes configure:5106: checking dependency style of g++ configure:5217: result: gcc3 configure:5242: checking for gcc option to accept ISO C99 configure:5391: g++ -c conftest.cpp >&5 conftest.cpp:76:29: error: expected ',' or '...' before 'text' test_restrict (ccp restrict text) ^ conftest.cpp: In function 'int test_restrict(ccp)': conftest.cpp:81:30: error: 'text' was not declared in this scope for (unsigned int i = 0; *(text+i) != '\0'; ++i) ^ conftest.cpp: In function 'int main()': conftest.cpp:130:18: error: expected initializer before 'newvar' char *restrict newvar = "Another string"; ^ conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive] malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ^ conftest.cpp:156:59: error: 'newvar' was not declared in this scope return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' ^ configure:5391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* 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:5391: g++ -c conftest.cpp >&5 conftest.cpp:76:29: error: expected ',' or '...' before 'text' test_restrict (ccp restrict text) ^ conftest.cpp: In function 'int test_restrict(ccp)': conftest.cpp:81:30: error: 'text' was not declared in this scope for (unsigned int i = 0; *(text+i) != '\0'; ++i) ^ conftest.cpp: In function 'int main()': conftest.cpp:130:18: error: expected initializer before 'newvar' char *restrict newvar = "Another string"; ^ conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive] malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ^ conftest.cpp:156:59: error: 'newvar' was not declared in this scope return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' ^ configure:5391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* 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:5391: g++ -c conftest.cpp >&5 conftest.cpp:76:29: error: expected ',' or '...' before 'text' test_restrict (ccp restrict text) ^ conftest.cpp: In function 'int test_restrict(ccp)': conftest.cpp:81:30: error: 'text' was not declared in this scope for (unsigned int i = 0; *(text+i) != '\0'; ++i) ^ conftest.cpp: In function 'int main()': conftest.cpp:130:18: error: expected initializer before 'newvar' char *restrict newvar = "Another string"; ^ conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive] malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ^ conftest.cpp:156:59: error: 'newvar' was not declared in this scope return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' ^ configure:5391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* 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:5391: g++ -c conftest.cpp >&5 conftest.cpp:76:29: error: expected ',' or '...' before 'text' test_restrict (ccp restrict text) ^ conftest.cpp: In function 'int test_restrict(ccp)': conftest.cpp:81:30: error: 'text' was not declared in this scope for (unsigned int i = 0; *(text+i) != '\0'; ++i) ^ conftest.cpp: In function 'int main()': conftest.cpp:130:18: error: expected initializer before 'newvar' char *restrict newvar = "Another string"; ^ conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive] malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ^ conftest.cpp:156:59: error: 'newvar' was not declared in this scope return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' ^ configure:5391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* 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:5391: g++ -c conftest.cpp >&5 conftest.cpp:76:29: error: expected ',' or '...' before 'text' test_restrict (ccp restrict text) ^ conftest.cpp: In function 'int test_restrict(ccp)': conftest.cpp:81:30: error: 'text' was not declared in this scope for (unsigned int i = 0; *(text+i) != '\0'; ++i) ^ conftest.cpp: In function 'int main()': conftest.cpp:130:18: error: expected initializer before 'newvar' char *restrict newvar = "Another string"; ^ conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive] malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ^ conftest.cpp:156:59: error: 'newvar' was not declared in this scope return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' ^ configure:5391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* 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:5391: g++ -c conftest.cpp >&5 conftest.cpp:76:29: error: expected ',' or '...' before 'text' test_restrict (ccp restrict text) ^ conftest.cpp: In function 'int test_restrict(ccp)': conftest.cpp:81:30: error: 'text' was not declared in this scope for (unsigned int i = 0; *(text+i) != '\0'; ++i) ^ conftest.cpp: In function 'int main()': conftest.cpp:130:18: error: expected initializer before 'newvar' char *restrict newvar = "Another string"; ^ conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive] malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ^ conftest.cpp:156:59: error: 'newvar' was not declared in this scope return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' ^ configure:5391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* 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:5391: g++ -c conftest.cpp >&5 conftest.cpp:76:29: error: expected ',' or '...' before 'text' test_restrict (ccp restrict text) ^ conftest.cpp: In function 'int test_restrict(ccp)': conftest.cpp:81:30: error: 'text' was not declared in this scope for (unsigned int i = 0; *(text+i) != '\0'; ++i) ^ conftest.cpp: In function 'int main()': conftest.cpp:130:18: error: expected initializer before 'newvar' char *restrict newvar = "Another string"; ^ conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive] malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ^ conftest.cpp:156:59: error: 'newvar' was not declared in this scope return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' ^ configure:5391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* 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:5407: result: unsupported configure:5417: checking for gcc option to accept ISO C89 configure:5493: result: none needed configure:5512: checking for gcc option to accept ISO Standard C configure:5523: result: none needed configure:5536: checking how to run the C++ preprocessor configure:5563: g++ -E conftest.cpp configure:5563: $? = 0 configure:5577: g++ -E conftest.cpp conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5577: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include configure:5602: result: g++ -E configure:5622: g++ -E conftest.cpp configure:5622: $? = 0 configure:5636: g++ -E conftest.cpp conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5636: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include configure:5665: checking for ANSI C header files configure:5769: result: yes configure:5837: checking build system type configure:5851: result: x86_64-unknown-linux-gnu configure:5871: checking host system type configure:5884: result: x86_64-unknown-linux-gnu configure:5925: checking how to print strings configure:5952: result: printf configure:5973: checking for a sed that does not truncate output configure:6037: result: /usr/bin/sed configure:6055: checking for fgrep configure:6117: result: /usr/bin/grep -F configure:6152: checking for ld used by gcc configure:6219: result: /usr/x86_64-suse-linux/bin/ld configure:6226: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld configure:6241: result: yes configure:6253: checking for BSD- or MS-compatible name lister (nm) configure:6302: result: /usr/bin/nm -B configure:6432: checking the name lister (/usr/bin/nm -B) interface configure:6439: g++ -c conftest.cpp >&5 configure:6442: /usr/bin/nm -B "conftest.o" configure:6445: output 0000000000000000 B some_variable configure:6452: result: BSD nm configure:6455: checking whether ln -s works configure:6459: result: yes configure:6467: checking the maximum length of command line arguments configure:6597: result: 1572864 configure:6614: checking whether the shell understands some XSI constructs configure:6624: result: yes configure:6628: checking whether the shell understands "+=" configure:6634: result: yes configure:6669: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:6709: result: func_convert_file_noop configure:6716: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:6736: result: func_convert_file_noop configure:6743: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files configure:6750: result: -r configure:6824: checking for objdump configure:6840: found /usr/bin/objdump configure:6851: result: objdump configure:6883: checking how to recognize dependent libraries configure:7085: result: pass_all configure:7170: checking for dlltool configure:7200: result: no configure:7230: checking how to associate runtime and link libraries configure:7257: result: printf %s\n configure:7317: checking for ar configure:7333: found /usr/bin/ar configure:7344: result: ar configure:7381: checking for archiver @FILE support configure:7398: g++ -c conftest.cpp >&5 configure:7398: $? = 0 configure:7401: ar cru libconftest.a @conftest.lst >&5 configure:7404: $? = 0 configure:7409: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:7412: $? = 1 configure:7424: result: @ configure:7482: checking for strip configure:7498: found /usr/bin/strip configure:7509: result: strip configure:7581: checking for ranlib configure:7597: found /usr/bin/ranlib configure:7608: result: ranlib configure:7710: checking command to parse /usr/bin/nm -B output from gcc object configure:7830: g++ -c conftest.cpp >&5 configure:7833: $? = 0 configure:7837: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7840: $? = 0 configure:7906: g++ -o conftest conftest.cpp conftstm.o >&5 configure:7909: $? = 0 configure:7947: result: ok configure:7984: checking for sysroot configure:8014: result: no configure:8091: g++ -c conftest.cpp >&5 configure:8094: $? = 0 configure:8270: checking for mt configure:8286: found /usr/bin/mt configure:8297: result: mt configure:8320: checking if mt is a manifest tool configure:8326: mt '-?' configure:8334: result: no configure:8973: checking for dlfcn.h configure:8973: g++ -c conftest.cpp >&5 configure:8973: $? = 0 configure:8973: result: yes configure:9159: checking for objdir configure:9174: result: .libs configure:9441: checking if gcc supports -fno-rtti -fno-exceptions configure:9459: 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:9463: $? = 0 configure:9476: result: no configure:9803: checking for gcc option to produce PIC configure:9810: result: -fPIC -DPIC configure:9818: checking if gcc PIC flag -fPIC -DPIC works configure:9836: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9840: $? = 0 configure:9853: result: yes configure:9882: checking if gcc static flag -static works configure:9910: result: no configure:9925: checking if gcc supports -c -o file.o configure:9946: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9950: $? = 0 configure:9972: result: yes configure:9980: checking if gcc supports -c -o file.o configure:10027: result: yes configure:10060: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:11213: result: yes configure:11250: checking whether -lc should be explicitly linked in configure:11258: gcc -c -g -O2 conftest.c >&5 configure:11261: $? = 0 configure:11276: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:11279: $? = 0 configure:11293: result: no configure:11453: checking dynamic linker characteristics configure:11977: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11977: $? = 0 configure:12199: result: GNU/Linux ld.so configure:12306: checking how to hardcode library paths into programs configure:12331: result: immediate configure:12871: checking whether stripping libraries is possible configure:12876: result: yes configure:12911: checking if libtool supports shared libraries configure:12913: result: yes configure:12916: checking whether to build shared libraries configure:12937: result: yes configure:12940: checking whether to build static libraries configure:12944: result: no configure:12967: checking how to run the C++ preprocessor configure:13033: result: g++ -E configure:13053: g++ -E conftest.cpp configure:13053: $? = 0 configure:13067: g++ -E conftest.cpp conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:13067: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:13236: checking for ld used by g++ configure:13303: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 configure:13310: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld configure:13325: result: yes configure:13380: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:14385: result: yes configure:14421: g++ -c conftest.cpp >&5 configure:14424: $? = 0 configure:14944: checking for g++ option to produce PIC configure:14951: result: -fPIC -DPIC configure:14959: checking if g++ PIC flag -fPIC -DPIC works configure:14977: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14981: $? = 0 configure:14994: result: yes configure:15017: checking if g++ static flag -static works configure:15045: result: no configure:15057: checking if g++ supports -c -o file.o configure:15078: g++ -c -o out/conftest2.o conftest.cpp >&5 configure:15082: $? = 0 configure:15104: result: yes configure:15109: checking if g++ supports -c -o file.o configure:15156: result: yes configure:15186: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:15222: result: yes configure:15363: checking dynamic linker characteristics configure:16043: result: GNU/Linux ld.so configure:16096: checking how to hardcode library paths into programs configure:16121: result: immediate configure:16183: checking target system type configure:16196: result: x86_64-unknown-linux-gnu configure:16226: checking whether to enable debug info... configure:16244: result: no configure:16252: checking whether C++ compiler supports -std=gnu++11 configure:16265: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 conftest.cpp >&5 configure:16265: $? = 0 configure:16266: result: yes configure:16279: checking whether to enable function inlining... configure:16299: result: yes configure:16314: checking whether to enable optimizations... configure:16330: result: yes configure:16336: checking whether to enable symbol visibility manipulation... configure:16352: result: yes configure:16360: checking whether to enable graph filtering... configure:16377: result: yes configure:16385: checking whether to enable parallel algorithms with openmp... configure:16406: result: no configure:16414: checking whether to enable cairo drawing... configure:16428: result: yes configure:16440: checking for main in -lm configure:16459: g++ -o conftest -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lm >&5 configure:16459: $? = 0 configure:16468: result: yes configure:16480: checking for main in -lbz2 configure:16499: g++ -o conftest -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lbz2 -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lbz2 collect2: error: ld returned 1 exit status configure:16499: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:16508: result: no configure:16520: checking for main in -lexpat configure:16539: g++ -o conftest -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lexpat -lm >&5 configure:16539: $? = 0 configure:16548: result: yes configure:16598: checking for a Python interpreter with version >= 2.6 configure:16615: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:16618: $? = 0 configure:16624: result: python configure:16632: checking for python configure:16650: found /usr/bin/python configure:16662: result: /usr/bin/python configure:16680: checking for python version configure:16687: result: 2.7 configure:16699: checking for python platform configure:16706: result: linux2 configure:16732: checking for python script directory configure:16767: result: ${prefix}/lib/python2.7/site-packages configure:16776: checking for python extension module directory configure:16811: result: ${exec_prefix}/lib64/python2.7/site-packages configure:16836: checking for python2.7 configure:16866: result: /usr/bin/python configure:16882: checking for a version of Python >= '2.1.0' configure:16908: result: yes configure:16916: checking for a version of Python == '2.7.5' configure:16922: result: yes configure:16939: checking for the distutils Python package configure:16943: result: yes configure:16957: checking for Python include path configure:16967: result: -I/usr/include/python2.7 configure:16974: checking for Python library path configure:17059: result: -L/usr/lib64 -lpython2.7 configure:17066: checking for Python site-packages path configure:17072: result: /usr/lib/python2.7/site-packages configure:17079: checking python extra libraries configure:17086: result: -lpthread -ldl -lutil configure:17093: checking python extra linking flags configure:17100: result: -Xlinker -export-dynamic configure:17107: checking consistency of all components of python development environment configure:17133: gcc -o conftest -g -O2 -I/usr/include/python2.7 conftest.c -lexpat -lm -L/usr/lib64 -lpython2.7 -Xlinker -export-dynamic -lpthread -ldl -lutil >&5 configure:17133: $? = 0 configure:17150: result: yes configure:17244: checking for boostlib >= 1.38.0 configure:17298: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -I/usr/include conftest.cpp >&5 configure:17298: $? = 0 configure:17300: result: yes configure:17434: checking whether the Boost::Python library is available configure:17464: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 conftest.cpp >&5 configure:17464: $? = 0 configure:17479: result: yes configure:17498: checking for exit in -lboost_python configure:17523: g++ -o conftest -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -L/usr/lib64 -lpython2.7 conftest.cpp -lboost_python -lexpat -lm >&5 configure:17523: $? = 0 configure:17533: result: yes configure:17718: checking whether the Boost::Iostreams library is available configure:17752: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 conftest.cpp >&5 configure:17752: $? = 0 configure:17767: result: yes configure:17785: checking for exit in -lboost_iostreams configure:17810: g++ -o conftest -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -L/usr/lib64 -lpython2.7 conftest.cpp -lboost_iostreams -lexpat -lm >&5 configure:17810: $? = 0 configure:17820: result: yes configure:17833: checking whether the Boost::Regex library is available configure:17862: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 conftest.cpp >&5 configure:17862: $? = 0 configure:17877: result: yes configure:17895: checking for exit in -lboost_regex configure:17920: g++ -o conftest -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -L/usr/lib64 -lpython2.7 conftest.cpp -lboost_regex -lexpat -lm >&5 configure:17920: $? = 0 configure:17930: result: yes configure:17944: checking whether the Boost::Graph library is available configure:17975: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 conftest.cpp >&5 configure:17975: $? = 0 configure:17990: result: yes configure:18008: checking for exit in -lboost_graph configure:18033: g++ -o conftest -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -L/usr/lib64 -lpython2.7 conftest.cpp -lboost_graph -lexpat -lm >&5 configure:18033: $? = 0 configure:18043: result: yes configure:18059: checking for main in -lCGAL configure:18078: g++ -o conftest -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -I/usr/include -L/usr/lib64 -lpython2.7 conftest.cpp -lCGAL -lexpat -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libboost_thread.so.1.49.0, needed by /usr/local/lib/libCGAL.so, not found (try using -rpath or -rpath-link) /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libboost_system.so.1.49.0, needed by /usr/local/lib/libCGAL.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libCGAL.so: undefined reference to `boost::detail::set_tss_data(void const*, boost::shared_ptr, void*, bool)' collect2: error: ld returned 1 exit status configure:18078: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBM 1 | #define HAVE_LIBEXPAT 1 | #define HAVE_PYTHON "2.7" | #define HAVE_BOOST /**/ | #define HAVE_BOOST_PYTHON /**/ | #define HAVE_BOOST_IOSTREAMS /**/ | #define HAVE_BOOST_REGEX /**/ | #define HAVE_BOOST_GRAPH /**/ | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:18087: result: no configure:18101: checking whether to cgal debbuging with valgrind... configure:18115: result: no configure:18129: checking python module: numpy configure:18134: result: yes configure:18158: checking for /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h configure:18158: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -I/usr/include conftest.cpp >&5 In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:0, from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15, from conftest.cpp:39: /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" ^ In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:0, from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15, from conftest.cpp:39: /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1594:1: warning: 'int _import_array()' defined but not used [-Wunused-function] _import_array(void) ^ configure:18158: $? = 0 configure:18158: result: yes configure:18174: checking python module: scipy configure:18179: result: yes configure:18202: checking /usr/lib64/python2.7/site-packages/scipy/weave/scxx/object.h usability configure:18202: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy conftest.cpp >&5 conftest.cpp:70:72: fatal error: /usr/lib64/python2.7/site-packages/scipy/weave/scxx/object.h: No such file or directory #include ^ compilation terminated. configure:18202: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBM 1 | #define HAVE_LIBEXPAT 1 | #define HAVE_PYTHON "2.7" | #define HAVE_BOOST /**/ | #define HAVE_BOOST_PYTHON /**/ | #define HAVE_BOOST_IOSTREAMS /**/ | #define HAVE_BOOST_REGEX /**/ | #define HAVE_BOOST_GRAPH /**/ | /* 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:18202: result: no configure:18202: checking /usr/lib64/python2.7/site-packages/scipy/weave/scxx/object.h presence configure:18202: g++ -E -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy conftest.cpp conftest.cpp:37:72: fatal error: /usr/lib64/python2.7/site-packages/scipy/weave/scxx/object.h: No such file or directory #include ^ compilation terminated. configure:18202: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.29.1" | #define PACKAGE_STRING "graph-tool 2.2.29.1" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE_URL "" | #define PACKAGE "graph-tool" | #define VERSION "2.2.29.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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBM 1 | #define HAVE_LIBEXPAT 1 | #define HAVE_PYTHON "2.7" | #define HAVE_BOOST /**/ | #define HAVE_BOOST_PYTHON /**/ | #define HAVE_BOOST_IOSTREAMS /**/ | #define HAVE_BOOST_REGEX /**/ | #define HAVE_BOOST_GRAPH /**/ | /* end confdefs.h. */ | #include configure:18202: result: no configure:18202: checking for /usr/lib64/python2.7/site-packages/scipy/weave/scxx/object.h configure:18202: result: no configure:18209: WARNING: Scipy weave/scxx header not found! (Ignore this if python 3 is being used.) configure:18215: checking expat.h usability configure:18215: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy conftest.cpp >&5 configure:18215: $? = 0 configure:18215: result: yes configure:18215: checking expat.h presence configure:18215: g++ -E -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy conftest.cpp configure:18215: $? = 0 configure:18215: result: yes configure:18215: checking for expat.h configure:18215: result: yes configure:18224: checking CGAL/version.h usability configure:18224: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy conftest.cpp >&5 configure:18224: $? = 0 configure:18224: result: yes configure:18224: checking CGAL/version.h presence configure:18224: g++ -E -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy conftest.cpp configure:18224: $? = 0 configure:18224: result: yes configure:18224: checking for CGAL/version.h configure:18224: result: yes configure:18289: checking for pkg-config configure:18307: found /usr/bin/pkg-config configure:18319: result: /usr/bin/pkg-config configure:18344: checking pkg-config is at least version 0.9.0 configure:18347: result: yes configure:18357: checking for CAIROMM configure:18364: $PKG_CONFIG --exists --print-errors "cairomm-1.0" configure:18367: $? = 0 configure:18381: $PKG_CONFIG --exists --print-errors "cairomm-1.0" configure:18384: $? = 0 configure:18442: result: yes configure:18456: checking python module: cairo configure:18461: result: yes configure:18480: checking pycairo/pycairo.h usability configure:18480: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include conftest.cpp >&5 configure:18480: $? = 0 configure:18480: result: yes configure:18480: checking pycairo/pycairo.h presence configure:18480: g++ -E -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include conftest.cpp configure:18480: $? = 0 configure:18480: result: yes configure:18480: checking for pycairo/pycairo.h configure:18480: result: yes configure:18501: checking whether to enable sparsehash... configure:18515: result: yes configure:18524: checking for SPARSEHASH configure:18531: $PKG_CONFIG --exists --print-errors "libsparsehash" Package libsparsehash was not found in the pkg-config search path. Perhaps you should add the directory containing `libsparsehash.pc' to the PKG_CONFIG_PATH environment variable No package 'libsparsehash' found configure:18534: $? = 1 configure:18548: $PKG_CONFIG --exists --print-errors "libsparsehash" Package libsparsehash was not found in the pkg-config search path. Perhaps you should add the directory containing `libsparsehash.pc' to the PKG_CONFIG_PATH environment variable No package 'libsparsehash' found configure:18551: $? = 1 configure:18565: result: no No package 'libsparsehash' found configure:18581: result: not found by pkgconfig, trying default... configure:18608: checking sparsehash/dense_hash_set usability configure:18608: g++ -c -Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -DSPARSEHASH_PREFIX=sparsehash -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy -DSPARSEHASH_PREFIX=sparsehash conftest.cpp >&5 configure:18608: $? = 0 configure:18608: result: yes configure:18608: checking sparsehash/dense_hash_set presence configure:18608: g++ -E -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy -DSPARSEHASH_PREFIX=sparsehash conftest.cpp configure:18608: $? = 0 configure:18608: result: yes configure:18608: checking for sparsehash/dense_hash_set configure:18608: result: yes configure:18857: checking that generated files are newer than configure configure:18863: result: done configure:18894: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by graph-tool config.status 2.2.29.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on pike config.status:1242: creating Makefile config.status:1242: creating src/Makefile config.status:1242: creating src/graph/Makefile config.status:1242: creating src/graph/centrality/Makefile config.status:1242: creating src/graph/clustering/Makefile config.status:1242: creating src/graph/community/Makefile config.status:1242: creating src/graph/correlations/Makefile config.status:1242: creating src/graph/draw/Makefile config.status:1242: creating src/graph/flow/Makefile config.status:1242: creating src/graph/generation/Makefile config.status:1242: creating src/graph/layout/Makefile config.status:1242: creating src/graph/search/Makefile config.status:1242: creating src/graph/spectral/Makefile config.status:1242: creating src/graph/stats/Makefile config.status:1242: creating src/graph/topology/Makefile config.status:1242: creating src/graph/util/Makefile config.status:1242: creating src/graph_tool/Makefile config.status:1242: creating config.h config.status:1471: executing depfiles commands config.status:1471: executing libtool commands configure:21405: Modifying libtool to correctly link libstdc++ before anything else... ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_boost_graph=yes ac_cv_boost_iostreams=yes ac_cv_boost_python=yes ac_cv_boost_regex=yes ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CAIROMM_CFLAGS_set= ac_cv_env_CAIROMM_CFLAGS_value= ac_cv_env_CAIROMM_LIBS_set= ac_cv_env_CAIROMM_LIBS_value= 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_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYTHON_VERSION_set= ac_cv_env_PYTHON_VERSION_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_SPARSEHASH_CFLAGS_set= ac_cv_env_SPARSEHASH_CFLAGS_value= ac_cv_env_SPARSEHASH_LIBS_set= ac_cv_env_SPARSEHASH_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_header_CGAL_version_h=yes ac_cv_header__usr_lib64_python2_7_site_packages_numpy_core_include_numpy_arrayobject_h=yes ac_cv_header__usr_lib64_python2_7_site_packages_scipy_weave_scxx_object_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_expat_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_pycairo_pycairo_h=yes ac_cv_header_sparsehash_dense_hash_set=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_CGAL_main=no ac_cv_lib_boost_graph___exit=yes ac_cv_lib_boost_iostreams___exit=yes ac_cv_lib_boost_python___exit=yes ac_cv_lib_boost_regex___exit=yes ac_cv_lib_bz2_main=no ac_cv_lib_expat_main=yes ac_cv_lib_m_main=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=no ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_strerror='none required' ac_cv_target=x86_64-unknown-linux-gnu am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_pathless_PYTHON=python am_cv_prog_cc_c_o=yes am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' am_cv_python_version=2.7 lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_CAIROMM_CFLAGS='-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include ' pkg_cv_CAIROMM_LIBS='-lcairomm-1.0 -lcairo -lsigc-2.0 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/sklingel/graph-tool-2.2.29.1/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /home/sklingel/graph-tool-2.2.29.1/missing autoconf' AUTOHEADER='${SHELL} /home/sklingel/graph-tool-2.2.29.1/missing autoheader' AUTOMAKE='${SHELL} /home/sklingel/graph-tool-2.2.29.1/missing automake-1.14' AWK='gawk' BOOST_CPPFLAGS='-I/usr/include' BOOST_GRAPH_LIB='boost_graph' BOOST_IOSTREAMS_LIB='boost_iostreams' BOOST_LDFLAGS='-L/usr/lib' BOOST_PYTHON_LIB='boost_python' BOOST_REGEX_LIB='boost_regex' CAIROMM_CFLAGS='-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include ' CAIROMM_LIBS='-lcairomm-1.0 -lcairo -lsigc-2.0 ' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CGAL_FLAGS='-frounding-math' CGAL_LIBADD='-lCGAL -lgmp' CPP='gcc -E' CPPFLAGS=' -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy -DSPARSEHASH_PREFIX=sparsehash' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -DSPARSEHASH_PREFIX=sparsehash' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' GRAPH_TOOL_VERSION_MAJOR='2' GRAPH_TOOL_VERSION_MICRO='29.1' GRAPH_TOOL_VERSION_MINOR='2' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64' LDFLAGS=' -L/usr/lib64 -lpython2.7' LIBOBJS='' LIBS='-lexpat -lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/sklingel/graph-tool-2.2.29.1/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' MOD_CPPFLAGS='-I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../boost-workaround -DHAVE_CONFIG_H' MOD_DIR='/usr/lib/python2.7/site-packages/graph_tool' MOD_LDFLAGS='-module -avoid-version -export-dynamic -no-undefined -Wl,-E -Wl,--as-needed' MOD_LIBADD='-L/usr/lib64 -lpython2.7 -lboost_iostreams -lboost_python -lboost_regex -lexpat' NM='/usr/bin/nm -B' NMEDIT='' NO_INLINE_FALSE='' NO_INLINE_TRUE='#' NO_PREFIX_PACKAGE_DATA_DIR='share/graph-tool' NO_PREFIX_PACKAGE_DOC_DIR='doc/graph-tool' OBJDUMP='objdump' OBJEXT='o' OPENMP_LDFLAGS='' OTOOL64='' OTOOL='' PACKAGE='graph-tool' PACKAGE_BUGREPORT='http://graph-tool.skewed.de' PACKAGE_DATA_DIR='/usr/local/share/graph-tool' PACKAGE_DOC_DIR='${datarootdir}/doc/${PACKAGE_TARNAME}' PACKAGE_NAME='graph-tool' PACKAGE_STRING='graph-tool 2.2.29.1' PACKAGE_TARNAME='graph-tool' PACKAGE_URL='' PACKAGE_VERSION='2.2.29.1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PYTHON='/usr/bin/python' PYTHON_CPPFLAGS='-I/usr/include/python2.7' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic' PYTHON_EXTRA_LIBS=' -lpthread -ldl -lutil' PYTHON_FULL_VERSION='2.7.5' PYTHON_LDFLAGS='-L/usr/lib64 -lpython2.7' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_SITE_PKG='/usr/lib/python2.7/site-packages' PYTHON_VERSION='2.7' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' SPARSEHASH_CFLAGS=' -DSPARSEHASH_PREFIX=sparsehash' SPARSEHASH_LIBS='' STRIP='strip' VERSION='2.2.29.1' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' 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 -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/sklingel/graph-tool-2.2.29.1/install-sh' libdir='${exec_prefix}/lib64' libexecdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/graph-tool' pkgpythondir='${pythondir}/graph-tool' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib64/python2.7/site-packages' pythondir='${prefix}/lib/python2.7/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "graph-tool" #define PACKAGE_TARNAME "graph-tool" #define PACKAGE_VERSION "2.2.29.1" #define PACKAGE_STRING "graph-tool 2.2.29.1" #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" #define PACKAGE_URL "" #define PACKAGE "graph-tool" #define VERSION "2.2.29.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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_LIBM 1 #define HAVE_LIBEXPAT 1 #define HAVE_PYTHON "2.7" #define HAVE_BOOST /**/ #define HAVE_BOOST_PYTHON /**/ #define HAVE_BOOST_IOSTREAMS /**/ #define HAVE_BOOST_REGEX /**/ #define HAVE_BOOST_GRAPH /**/ #define HAVE_CAIROMM 1 #define SPARSEHASH_INCLUDE(f) #define INSTALL_PREFIX "/usr/local" #define PYTHON_DIR "/usr/lib/python2.7/site-packages" #define CXXFLAGS "-Wall -Wextra -Wno-unused-local-typedefs -Wno-unused-parameter -std=gnu++11 -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -DSPARSEHASH_PREFIX=sparsehash" #define CPPFLAGS " -I/usr/include/python2.7 -I/usr/include -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy -DSPARSEHASH_PREFIX=sparsehash" #define LDFLAGS " -L/usr/lib64 -lpython2.7" #define PACKAGE_DATA_DIR "/usr/local/share/graph-tool" #define PACKAGE_DOC_DIR "${datarootdir}/doc/${PACKAGE_TARNAME}" #define PACKAGE_SOURCE_DIR "/home/sklingel/graph-tool-2.2.29.1" #define AUTHOR "Tiago de Paula Peixoto " #define COPYRIGHT "Copyright (C) 2006-2014 Tiago de Paula Peixoto\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." #define GIT_COMMIT "fa67d75c" #define GIT_COMMIT_DATE "Fri Feb 7 14:53:29 2014 +0100" #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) configure: exit 0