graph-tool python3 fedora23

Hello I have a problem with installation of graphtool on fedora23, I'm new
to linux so please try to link me to the places were I can read about
advanced answers you might post

I have complied the graph-tool as so:
./configure PYTHON=python3.4 CXXFLAGS=-std=gnu++14 --enable-openmp
--prefix=$HOME/.local/
--with-python-module-path=/home/oglop/.local/lib/python3.4/site-packages

and I got this error
python3 -c 'import graph_tool; print(graph_tool.__version__)'
python3: symbol lookup error:
/home/oglop/.local/lib/python3.4/site-packages/graph_tool/libgraph_tool_core.so:
undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE

Please tell me which files you might need to help me with debug

------config.log-----
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.11, which was
generated by GNU Autoconf 2.69. Invocation command line was

  $ ./configure PYTHON=python3.4 CXXFLAGS=-std=gnu++14 --enable-openmp
--prefix=/home/oglop/.local/
--with-python-module-path=/home/oglop/.local/lib/python3.4/site-packages

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

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 4.2.5-300.fc23.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Oct 27 04:29:56 UTC 2015

/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/ccache
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/oglop/.local/bin
PATH: /home/oglop/bin

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

configure:2683: checking build system type
configure:2697: result: x86_64-unknown-linux-gnu
configure:2717: checking host system type
configure:2730: result: x86_64-unknown-linux-gnu
configure:2750: checking target system type
configure:2763: result: x86_64-unknown-linux-gnu
configure:2806: checking for a BSD-compatible install
configure:2874: result: /bin/install -c
configure:2885: checking whether build environment is sane
configure:2940: result: yes
configure:3091: checking for a thread-safe mkdir -p
configure:3130: result: /bin/mkdir -p
configure:3137: checking for gawk
configure:3153: found /bin/gawk
configure:3164: result: gawk
configure:3175: checking whether make sets $(MAKE)
configure:3197: result: yes
configure:3226: checking whether make supports nested variables
configure:3243: result: yes
configure:3380: checking whether make supports nested variables
configure:3397: result: yes
configure:3420: checking for style of include used by make
configure:3448: result: GNU
configure:3519: checking for gcc
configure:3535: found /usr/lib64/ccache/gcc
configure:3546: result: gcc
configure:3775: checking for C compiler version
configure:3784: gcc --version >&5
gcc (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
Copyright (C) 2015 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:3795: ? = 0 configure:3784: gcc \-v >&5 Using built\-in specs\. COLLECT\_GCC=/bin/gcc COLLECT\_LTO\_WRAPPER=/usr/libexec/gcc/x86\_64\-redhat\-linux/5\.1\.1/lto\-wrapper Target: x86\_64\-redhat\-linux Configured with: \.\./configure \-\-enable\-bootstrap \-\-enable\-languages=c,c\+\+,objc,obj\-c\+\+,fortran,ada,go,lto \-\-prefix=/usr \-\-mandir=/usr/share/man \-\-infodir=/usr/share/info \-\-with\-bugurl= http://bugzilla.redhat.com/bugzilla \-\-enable\-shared \-\-enable\-threads=posix \-\-enable\-checking=release \-\-enable\-multilib \-\-with\-system\-zlib \-\-enable\-\_\_cxa\_atexit \-\-disable\-libunwind\-exceptions \-\-enable\-gnu\-unique\-object \-\-enable\-linker\-build\-id \-\-with\-linker\-hash\-style=gnu \-\-enable\-plugin \-\-enable\-initfini\-array \-\-disable\-libgcj \-\-with\-isl \-\-enable\-libmpx \-\-enable\-gnu\-indirect\-function \-\-with\-tune=generic \-\-with\-arch\_32=i686 \-\-build=x86\_64\-redhat\-linux Thread model: posix gcc version 5\.1\.1 20150618 \(Red Hat 5\.1\.1\-4\) \(GCC\) configure:3795: ? = 0
configure:3784: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3795: ? = 1 configure:3784: gcc \-qversion >&5 gcc: error: unrecognized command line option '\-qversion' gcc: fatal error: no input files compilation terminated\. configure:3795: ? = 1
configure:3815: checking whether the C compiler works
configure:3837: gcc conftest.c >&5
configure:3841: ? = 0 configure:3889: result: yes configure:3892: checking for C compiler default output file name configure:3894: result: a\.out configure:3900: checking for suffix of executables configure:3907: gcc \-o conftest conftest\.c >&5 configure:3911: ? = 0
configure:3933: result:
configure:3955: checking whether we are cross compiling
configure:3963: gcc -o conftest conftest.c >&5
configure:3967: ? = 0 configure:3974: \./conftest configure:3978: ? = 0
configure:3993: result: no
configure:3998: checking for suffix of object files
configure:4020: gcc -c conftest.c >&5
configure:4024: ? = 0 configure:4045: result: o configure:4049: checking whether we are using the GNU C compiler configure:4068: gcc \-c conftest\.c >&5 configure:4068: ? = 0
configure:4077: result: yes
configure:4086: checking whether gcc accepts -g
configure:4106: gcc -c -g conftest.c >&5
configure:4106: ? = 0 configure:4147: result: yes configure:4164: checking for gcc option to accept ISO C89 configure:4227: gcc \-c \-g \-O2 conftest\.c >&5 configure:4227: ? = 0
configure:4240: result: none needed
configure:4265: checking whether gcc understands -c and -o together
configure:4287: gcc -c conftest.c -o conftest2.o
configure:4290: ? = 0 configure:4287: gcc \-c conftest\.c \-o conftest2\.o configure:4290: ? = 0
configure:4302: result: yes
configure:4321: checking dependency style of gcc
configure:4432: result: gcc3
configure:4453: checking for library containing strerror
configure:4484: gcc -o conftest -g -O2 conftest.c >&5
configure:4484: ? = 0 configure:4501: result: none required configure:4516: checking how to run the C preprocessor configure:4547: gcc \-E conftest\.c configure:4547: ? = 0
configure:4561: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4561: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
/* end confdefs.h. */
#include <ac_nonexistent.h>

configure:4586: result: gcc -E
configure:4606: gcc -E conftest.c
configure:4606: ? = 0 configure:4620: gcc \-E conftest\.c conftest\.c:11:28: fatal error: ac\_nonexistent\.h: No such file or directory compilation terminated\. configure:4620: ? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
/* end confdefs.h. */
#include <ac_nonexistent.h>

configure:4649: checking for grep that handles long lines and -e
configure:4707: result: /bin/grep
configure:4712: checking for egrep
configure:4774: result: /bin/grep -E
configure:4779: checking for ANSI C header files
configure:4799: gcc -c -g -O2 conftest.c >&5
configure:4799: ? = 0 configure:4872: gcc \-o conftest \-g \-O2 conftest\.c &gt;&amp;5 configure:4872: ? = 0
configure:4872: ./conftest
configure:4872: ? = 0 configure:4883: result: yes configure:4896: checking for sys/types\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4896: checking for sys/stat.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: ? = 0 configure:4896: result: yes configure:4896: checking for stdlib\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4896: checking for string.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: ? = 0 configure:4896: result: yes configure:4896: checking for memory\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4896: checking for strings.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: ? = 0 configure:4896: result: yes configure:4896: checking for inttypes\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4896: checking for stdint.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: ? = 0 configure:4896: result: yes configure:4896: checking for unistd\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4909: checking minix/config.h usability
configure:4909: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4909: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdio.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# ifdef HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#ifdef HAVE_STRING_H
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <minix/config.h>

configure:4909: result: no
configure:4909: checking minix/config.h presence
configure:4909: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4909: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <minix/config.h>

configure:4909: result: no
configure:4909: checking for minix/config.h
configure:4909: result: no
configure:4930: checking whether it is safe to define __EXTENSIONS__
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4955: result: yes
configure:5027: checking for g++
configure:5043: found /usr/lib64/ccache/g++
configure:5054: result: g++
configure:5081: checking for C++ compiler version
configure:5090: g++ --version >&5
g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
Copyright (C) 2015 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:5101: ? = 0 configure:5090: g\+\+ \-v &gt;&amp;5 Using built\-in specs\. COLLECT\_GCC=/bin/g\+\+ COLLECT\_LTO\_WRAPPER=/usr/libexec/gcc/x86\_64\-redhat\-linux/5\.1\.1/lto\-wrapper Target: x86\_64\-redhat\-linux Configured with: \.\./configure \-\-enable\-bootstrap \-\-enable\-languages=c,c\+\+,objc,obj\-c\+\+,fortran,ada,go,lto \-\-prefix=/usr \-\-mandir=/usr/share/man \-\-infodir=/usr/share/info \-\-with\-bugurl= http://bugzilla.redhat.com/bugzilla \-\-enable\-shared \-\-enable\-threads=posix \-\-enable\-checking=release \-\-enable\-multilib \-\-with\-system\-zlib \-\-enable\-\_\_cxa\_atexit \-\-disable\-libunwind\-exceptions \-\-enable\-gnu\-unique\-object \-\-enable\-linker\-build\-id \-\-with\-linker\-hash\-style=gnu \-\-enable\-plugin \-\-enable\-initfini\-array \-\-disable\-libgcj \-\-with\-isl \-\-enable\-libmpx \-\-enable\-gnu\-indirect\-function \-\-with\-tune=generic \-\-with\-arch\_32=i686 \-\-build=x86\_64\-redhat\-linux Thread model: posix gcc version 5\.1\.1 20150618 \(Red Hat 5\.1\.1\-4\) \(GCC\) configure:5101: ? = 0
configure:5090: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5101: ? = 1 configure:5090: g\+\+ \-qversion &gt;&amp;5 g\+\+: error: unrecognized command line option &#39;\-qversion&#39; g\+\+: fatal error: no input files compilation terminated\. configure:5101: ? = 1
configure:5105: checking whether we are using the GNU C++ compiler
configure:5124: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5124: ? = 0 configure:5133: result: yes configure:5142: checking whether g\+\+ accepts \-g configure:5162: g\+\+ \-c \-g conftest\.cpp &gt;&amp;5 configure:5162: ? = 0
configure:5203: result: yes
configure:5228: checking dependency style of g++
configure:5339: result: gcc3
configure:5364: checking for gcc option to accept ISO C99
configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5529: result: unsupported
configure:5539: checking for gcc option to accept ISO C89
configure:5615: result: none needed
configure:5634: checking for gcc option to accept ISO Standard C
configure:5645: result: none needed
configure:5658: checking how to run the C++ preprocessor
configure:5685: g++ -E conftest.cpp
configure:5685: ? = 0 configure:5699: g\+\+ \-E conftest\.cpp conftest\.cpp:26:28: fatal error: ac\_nonexistent\.h: No such file or directory compilation terminated\. configure:5699: ? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <ac_nonexistent.h>

configure:5724: result: g++ -E
configure:5744: g++ -E conftest.cpp
configure:5744: ? = 0 configure:5758: g\+\+ \-E conftest\.cpp conftest\.cpp:26:28: fatal error: ac\_nonexistent\.h: No such file or directory compilation terminated\. configure:5758: ? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <ac_nonexistent.h>

configure:5787: checking for ANSI C header files
configure:5891: result: yes
configure:5976: checking how to print strings
configure:6003: result: printf
configure:6024: checking for a sed that does not truncate output
configure:6088: result: /bin/sed
configure:6106: checking for fgrep
configure:6168: result: /bin/grep -F
configure:6203: checking for ld used by gcc
configure:6270: result: /bin/ld
configure:6277: checking if the linker (/bin/ld) is GNU ld
configure:6292: result: yes
configure:6304: checking for BSD- or MS-compatible name lister (nm)
configure:6358: result: /bin/nm -B
configure:6488: checking the name lister (/bin/nm -B) interface
configure:6495: g++ -c -std=gnu++14 conftest.cpp >&5
configure:6498: /bin/nm -B "conftest.o"
configure:6501: output
0000000000000000 B some_variable
configure:6508: result: BSD nm
configure:6511: checking whether ln -s works
configure:6515: result: yes
configure:6523: checking the maximum length of command line arguments
configure:6654: result: 1572864
configure:6702: checking how to convert x86_64-unknown-linux-gnu file names
to x86_64-unknown-linux-gnu format
configure:6742: result: func_convert_file_noop
configure:6749: checking how to convert x86_64-unknown-linux-gnu file names
to toolchain format
configure:6769: result: func_convert_file_noop
configure:6776: checking for /bin/ld option to reload object files
configure:6783: result: -r
configure:6857: checking for objdump
configure:6873: found /bin/objdump
configure:6884: result: objdump
configure:6916: checking how to recognize dependent libraries
configure:7116: result: pass_all
configure:7201: checking for dlltool
configure:7231: result: no
configure:7261: checking how to associate runtime and link libraries
configure:7288: result: printf %s\n
configure:7348: checking for ar
configure:7364: found /bin/ar
configure:7375: result: ar
configure:7412: checking for archiver @FILE support
configure:7429: g++ -c -std=gnu++14 conftest.cpp >&5
configure:7429: ? = 0 configure:7432: ar cru libconftest\.a @conftest\.lst &gt;&amp;5 ar: \`u&#39; modifier ignored since \`D&#39; is the default \(see \`U&#39;\) configure:7435: ? = 0
configure:7440: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7443: ? = 1 configure:7455: result: @ configure:7513: checking for strip configure:7529: found /bin/strip configure:7540: result: strip configure:7612: checking for ranlib configure:7628: found /bin/ranlib configure:7639: result: ranlib configure:7741: checking command to parse /bin/nm \-B output from gcc object configure:7894: g\+\+ \-c \-std=gnu\+\+14 conftest\.cpp &gt;&amp;5 configure:7897: ? = 0
configure:7901: /bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)*\([_A-Za-z][_A-Za-z0-9]*\)/\\1 \\2 \\2/p&#39; | sed &#39;/ \_\_gnu\_lto/d&#39; \\&gt; conftest\.nm configure:7904: ? = 0
configure:7970: g++ -o conftest -std=gnu++14 conftest.cpp conftstm.o >&5
configure:7973: ? = 0 configure:8011: result: ok configure:8058: checking for sysroot configure:8088: result: no configure:8095: checking for a working dd configure:8133: result: /bin/dd configure:8137: checking how to truncate binary pipes configure:8152: result: /bin/dd bs=4096 count=1 configure:8288: g\+\+ \-c \-std=gnu\+\+14 conftest\.cpp &gt;&amp;5 configure:8291: ? = 0
configure:8481: checking for mt
configure:8511: result: no
configure:8531: checking if : is a manifest tool
configure:8537: : '-?'
configure:8545: result: no
configure:9219: checking for dlfcn.h
configure:9219: g++ -c -std=gnu++14 conftest.cpp >&5
configure:9219: ? = 0 configure:9219: result: yes configure:9455: checking for objdir configure:9470: result: \.libs configure:9730: checking if gcc supports \-fno\-rtti \-fno\-exceptions configure:9748: gcc \-c \-g \-O2 \-fno\-rtti \-fno\-exceptions conftest\.c &gt;&amp;5 cc1: warning: command line option &#39;\-fno\-rtti&#39; is valid for C\+\+/ObjC\+\+ but not for C cc1: warning: command line option &#39;\-fno\-rtti&#39; is valid for C\+\+/ObjC\+\+ but not for C configure:9752: ? = 0
configure:9765: result: no
configure:10123: checking for gcc option to produce PIC
configure:10130: result: -fPIC -DPIC
configure:10138: checking if gcc PIC flag -fPIC -DPIC works
configure:10156: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10160: ? = 0 configure:10173: result: yes configure:10202: checking if gcc static flag \-static works configure:10230: result: no configure:10245: checking if gcc supports \-c \-o file\.o configure:10266: gcc \-c \-g \-O2 \-o out/conftest2\.o conftest\.c &gt;&amp;5 configure:10270: ? = 0
configure:10292: result: yes
configure:10300: checking if gcc supports -c -o file.o
configure:10347: result: yes
configure:10380: checking whether the gcc linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:11639: result: yes
configure:11676: checking whether -lc should be explicitly linked in
configure:11684: gcc -c -g -O2 conftest.c >&5
configure:11687: ? = 0 configure:11702: gcc \-shared \-fPIC \-DPIC conftest\.o \-v \-Wl,\-soname \-Wl,conftest \-o conftest 2\\&gt;\\&amp;1 \\| /bin/grep \-lc \\&gt;/dev/null 2\\&gt;\\&amp;1 configure:11705: ? = 0
configure:11719: result: no
configure:11879: checking dynamic linker characteristics
configure:12460: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c

&5

configure:12460: ? = 0 configure:12697: result: GNU/Linux ld\.so configure:12819: checking how to hardcode library paths into programs configure:12844: result: immediate configure:13392: checking whether stripping libraries is possible configure:13397: result: yes configure:13432: checking if libtool supports shared libraries configure:13434: result: yes configure:13437: checking whether to build shared libraries configure:13462: result: yes configure:13465: checking whether to build static libraries configure:13469: result: no configure:13492: checking how to run the C\+\+ preprocessor configure:13558: result: g\+\+ \-E configure:13578: g\+\+ \-E conftest\.cpp configure:13578: ? = 0
configure:13592: g++ -E conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13592: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <ac_nonexistent.h>

configure:13754: checking for ld used by g++
configure:13821: result: /bin/ld -m elf_x86_64
configure:13828: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld
configure:13843: result: yes
configure:13898: checking whether the g++ linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:14971: result: yes
configure:15007: g++ -c -std=gnu++14 conftest.cpp >&5
configure:15010: ? = 0 configure:15491: checking for g\+\+ option to produce PIC configure:15498: result: \-fPIC \-DPIC configure:15506: checking if g\+\+ PIC flag \-fPIC \-DPIC works configure:15524: g\+\+ \-c \-std=gnu\+\+14 \-fPIC \-DPIC \-DPIC conftest\.cpp &gt;&amp;5 configure:15528: ? = 0
configure:15541: result: yes
configure:15564: checking if g++ static flag -static works
configure:15592: result: no
configure:15604: checking if g++ supports -c -o file.o
configure:15625: g++ -c -std=gnu++14 -o out/conftest2.o conftest.cpp >&5
configure:15629: ? = 0 configure:15651: result: yes configure:15656: checking if g\+\+ supports \-c \-o file\.o configure:15703: result: yes configure:15733: checking whether the g\+\+ linker \(/bin/ld \-m elf\_x86\_64\) supports shared libraries configure:15773: result: yes configure:15914: checking dynamic linker characteristics configure:16659: result: GNU/Linux ld\.so configure:16724: checking how to hardcode library paths into programs configure:16749: result: immediate configure:16819: checking whether g\+\+ supports C\+\+14 features by default configure:16879: g\+\+ \-c \-std=gnu\+\+14 conftest\.cpp &gt;&amp;5 configure:16879: ? = 0
configure:16886: result: yes
configure:17006: checking whether to enable debug info
configure:17026: result: no
configure:17036: checking whether to enable function inlining...
configure:17056: result: yes
configure:17071: checking whether to enable optimizations
configure:17087: result: yes
configure:17093: checking whether to enable symbol visibility manipulation
configure:17109: result: yes
configure:17132: checking whether to enable parallel algorithms with openmp
configure:17137: result: yes
configure:17161: checking whether to enable cairo drawing
configure:17175: result: yes
configure:17187: checking for main in -lm
configure:17206: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lm >&5
configure:17206: ? = 0 configure:17215: result: yes configure:17227: checking for main in \-lbz2 configure:17246: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp conftest\.cpp \-lbz2 \-lm &gt;&amp;5 configure:17246: ? = 0
configure:17255: result: yes
configure:17267: checking for main in -lexpat
configure:17286: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lexpat -lbz2 -lm >&5
configure:17286: ? = 0 configure:17295: result: yes configure:17318: checking whether python3\.4 version is &gt;= 2\.6 configure:17329: python3\.4 \-c import sys \# split strings by &#39;\.&#39; 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, &#39;2\.6&#39;\.split\(&#39;\.&#39;\)\)\) \+ \[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 &lt;&lt; 8\) \+ minver\[i\] sys\.exit\(sys\.hexversion &lt; minverhex\) configure:17332: ? = 0
configure:17334: result: yes
configure:17427: checking for python3.4 version
configure:17434: result: 3.4
configure:17446: checking for python3.4 platform
configure:17453: result: linux
configure:17479: checking for python3.4 script directory
configure:17514: result: \{prefix\}/lib/python3\.4/site\-packages configure:17523: checking for python3\.4 extension module directory configure:17558: result: {exec_prefix}/lib64/python3.4/site-packages
configure:17583: checking for python3.4
configure:17601: found /bin/python3.4
configure:17613: result: /bin/python3.4
configure:17629: checking for a version of Python >= '2.1.0'
configure:17655: result: yes
configure:17663: checking for a version of Python == '3.4.3'
configure:17669: result: yes
configure:17686: checking for the distutils Python package
configure:17690: result: yes
configure:17704: checking for Python include path
configure:17720: result: -I/usr/include/python3.4m
configure:17727: checking for Python library path
configure:17804: result: -L/usr/lib64 -lpython3.4m
configure:17811: checking for Python site-packages path
configure:17817: result: /usr/lib64/python3.4/site-packages
configure:17824: checking python extra libraries
configure:17831: result: -lpthread -ldl -lutil -lm
configure:17838: checking python extra linking flags
configure:17845: result: -Xlinker -export-dynamic
configure:17852: checking consistency of all components of python
development environment
configure:17878: gcc -o conftest -g -O2 -I/usr/include/python3.4m
conftest.c -lexpat -lbz2 -lm -L/usr/lib64 -lpython3.4m -Xlinker
-export-dynamic -lpthread -ldl -lutil -lm >&5
configure:17878: ? = 0 configure:17895: result: yes configure:17989: checking for boostlib &gt;= 1\.55\.0 configure:18043: g\+\+ \-c \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-I/usr/include conftest\.cpp &gt;&amp;5 configure:18043: ? = 0
configure:18045: result: yes
configure:18179: checking whether the Boost::Python library is available
configure:18209: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include/python3.4m conftest.cpp

&5

configure:18209: ? = 0 configure:18224: result: yes configure:18243: checking for exit in \-lboost\_python configure:18268: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-L/usr/lib64 \-lpython3\.4m conftest\.cpp \-lboost\_python \-L/usr/lib64 \-lpython3\.4m \-lexpat \-lbz2 \-lm &gt;&amp;5 configure:18268: ? = 0
configure:18278: result: yes
configure:18291: checking whether the Boost::Iostreams library is available
configure:18325: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18325: ? = 0 configure:18340: result: yes configure:18358: checking for exit in \-lboost\_iostreams configure:18383: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-L/usr/lib64 \-lpython3\.4m conftest\.cpp \-lboost\_iostreams \-lexpat \-lbz2 \-lm &gt;&amp;5 configure:18383: ? = 0
configure:18393: result: yes
configure:18406: checking whether the Boost::Regex library is available
configure:18435: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18435: ? = 0 configure:18450: result: yes configure:18468: checking for exit in \-lboost\_regex configure:18493: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-L/usr/lib64 \-lpython3\.4m conftest\.cpp \-lboost\_regex \-lexpat \-lbz2 \-lm &gt;&amp;5 configure:18493: ? = 0
configure:18503: result: yes
configure:18549: checking whether the Boost::Coroutine library is available
configure:18573: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:42:40: warning: unused variable 'f' [-Wunused-variable]
boost::coroutines::coroutine< void() > f;
                                        ^
configure:18573: ? = 0 configure:18588: result: yes configure:18765: WARNING: No usable boost::coroutine found\! Some functionality will be disabled in the library\. configure:18768: checking whether the Boost::Graph library is available configure:18799: g\+\+ \-c \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m conftest\.cpp &gt;&amp;5 configure:18799: ? = 0
configure:18814: result: yes
configure:18832: checking for exit in -lboost_graph
configure:18857: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_graph -lexpat -lbz2 -lm >&5
configure:18857: ? = 0 configure:18867: result: yes configure:18883: checking for main in \-lCGAL configure:18902: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-I/usr/include \-L/usr/lib64 \-lpython3\.4m conftest\.cpp \-lCGAL \-lexpat \-lbz2 \-lm &gt;&amp;5 configure:18902: ? = 0
configure:18911: result: yes
configure:18925: checking whether to enable cgal debbuging with valgrind
configure:18939: result: no
configure:18953: checking python3.4 module: numpy
configure:18958: result: yes
configure:18981: checking for
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h
configure:18981: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
In file included from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0,
                 from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
                 from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from conftest.cpp:42:
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15: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 " \
  ^
configure:18981: ? = 0 configure:18981: result: yes configure:18994: g\+\+ \-c \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include conftest\.cpp &gt;&amp;5 conftest\.cpp:40:21: warning: extra tokens at end of \#include directive \#include &quot;Python\.h&quot; \#include &quot;/usr/lib64/python3\.4/site\-packages/numpy/core/include/numpy/arrayobject\.h&quot; \#if NPY\_API\_VERSION &lt; 0x00000007 \#error \#endif &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^ configure:18994: ? = 0
configure:19007: checking python3.4 module: scipy
configure:19012: result: yes
configure:19035: checking expat.h usability
configure:19035: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
configure:19035: ? = 0 configure:19035: result: yes configure:19035: checking expat\.h presence configure:19035: g\+\+ \-E \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include conftest\.cpp configure:19035: ? = 0
configure:19035: result: yes
configure:19035: checking for expat.h
configure:19035: result: yes
configure:19044: checking CGAL/version.h usability
configure:19044: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
configure:19044: ? = 0 configure:19044: result: yes configure:19044: checking CGAL/version\.h presence configure:19044: g\+\+ \-E \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include conftest\.cpp configure:19044: ? = 0
configure:19044: result: yes
configure:19044: checking for CGAL/version.h
configure:19044: result: yes
configure:19109: checking for pkg-config
configure:19127: found /bin/pkg-config
configure:19139: result: /bin/pkg-config
configure:19164: checking pkg-config is at least version 0.9.0
configure:19167: result: yes
configure:19177: checking for CAIROMM
configure:19184: PKG\_CONFIG \-\-exists \-\-print\-errors &quot;cairomm\-1\.0&quot; configure:19187: ? = 0
configure:19201: PKG\_CONFIG \-\-exists \-\-print\-errors &quot;cairomm\-1\.0&quot; configure:19204: ? = 0
configure:19262: result: yes
configure:19276: checking python3.4 module: cairo
configure:19281: result: yes
configure:19300: checking pycairo/pycairo.h usability
configure:19300: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -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/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include
-I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-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/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include conftest.cpp >&5
configure:19300: ? = 0 configure:19300: result: yes configure:19300: checking pycairo/pycairo\.h presence configure:19300: g\+\+ \-E \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include \-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/libpng16 \-I/usr/include/freetype2 \-I/usr/include/libdrm \-I/usr/include/libpng16 \-I/usr/include/sigc\+\+\-2\.0 \-I/usr/lib64/sigc\+\+\-2\.0/include conftest\.cpp configure:19300: ? = 0
configure:19300: result: yes
configure:19300: checking for pycairo/pycairo.h
configure:19300: result: yes
configure:19321: checking whether to enable sparsehash
configure:19335: result: yes
configure:19344: checking for SPARSEHASH
configure:19351: PKG\_CONFIG \-\-exists \-\-print\-errors &quot;libsparsehash&quot; configure:19354: ? = 0
configure:19368: PKG\_CONFIG \-\-exists \-\-print\-errors &quot;libsparsehash&quot; configure:19371: ? = 0
configure:19411: result: yes
configure:19428: checking sparsehash/dense_hash_set usability
configure:19428: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -DSPARSEHASH_PREFIX=sparsehash -I/usr/include/python3.4m
-I/usr/include -I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash conftest.cpp >&5
configure:19428: ? = 0 configure:19428: result: yes configure:19428: checking sparsehash/dense\_hash\_set presence configure:19428: g\+\+ \-E \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include \-DSPARSEHASH\_PREFIX=sparsehash conftest\.cpp configure:19428: ? = 0
configure:19428: result: yes
configure:19428: checking for sparsehash/dense_hash_set
configure:19428: result: yes
configure:19677: checking that generated files are newer than configure
configure:19683: result: done
configure:19714: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by graph-tool config.status 2.11, which was
generated by GNU Autoconf 2.69. Invocation command line was

  CONFIG_FILES =
  CONFIG_HEADERS =
  CONFIG_LINKS =
  CONFIG_COMMANDS =
  $ ./config.status

on localhost.localdomain

config.status:1252: creating Makefile
config.status:1252: creating src/Makefile
config.status:1252: creating src/graph/Makefile
config.status:1252: creating src/graph/centrality/Makefile
config.status:1252: creating src/graph/clustering/Makefile
config.status:1252: creating src/graph/community/Makefile
config.status:1252: creating src/graph/correlations/Makefile
config.status:1252: creating src/graph/draw/Makefile
config.status:1252: creating src/graph/flow/Makefile
config.status:1252: creating src/graph/generation/Makefile
config.status:1252: creating src/graph/layout/Makefile
config.status:1252: creating src/graph/search/Makefile
config.status:1252: creating src/graph/spectral/Makefile
config.status:1252: creating src/graph/stats/Makefile
config.status:1252: creating src/graph/topology/Makefile
config.status:1252: creating src/graph/util/Makefile
config.status:1252: creating src/graph_tool/Makefile
config.status:1252: creating config.h
config.status:1433: config.h is unchanged
config.status:1481: executing depfiles commands
config.status:1481: executing libtool commands

## ---------------- ##
## 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=set
ac_cv_env_CXXFLAGS_value=-std=gnu++14
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_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_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=set
ac_cv_env_PYTHON_value=python3.4
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_python3_4_site_packages_numpy_core_include_numpy_arrayobject_h=yes
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=yes
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=yes
ac_cv_lib_expat_main=yes
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PYTHON=/bin/python3.4
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config
ac_cv_path_install='/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/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_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_prog_cc_c_o=yes
am_cv_python_platform=linux
am_cv_python_pyexecdir='\{exec\_prefix\}/lib64/python3\.4/site\-packages&#39; am\_cv\_python\_pythondir=&#39;{prefix}/lib/python3.4/site-packages'
am_cv_python_version=3.4
ax_cv_boost_coroutine=yes
ax_cv_cxx_compile_cxx14=yes
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&#39; lt\_cv\_file\_magic\_test\_file= lt\_cv\_ld\_reload\_flag=\-r lt\_cv\_nm\_interface=&#39;BSD nm&#39; lt\_cv\_objdir=\.libs lt\_cv\_path\_LD=/bin/ld lt\_cv\_path\_LDCXX=&#39;/bin/ld \-m elf\_x86\_64&#39; lt\_cv\_path\_NM=&#39;/bin/nm \-B&#39; 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=&#39;\-fPIC \-DPIC&#39; lt\_cv\_prog\_compiler\_pic\_CXX=&#39;\-fPIC \-DPIC&#39; 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=&#39;printf %s\\n&#39; lt\_cv\_shlibpath\_overrides\_runpath=no lt\_cv\_sys\_global\_symbol\_pipe=&#39;sed \-n \-e &#39;\\&#39;&#39;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/^: \(.*\) .*/ \{&quot;\\1&quot;, \(void \*\) 0\},/p&#39;\\&#39;&#39; \-e &#39;\\&#39;&#39;s/^\[ABCDGIRSTW\]\[ABCDGIRSTW\]\* \.\* \\\(\.\*\\\)/
{"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^:
\(.*\) .*/ \{&quot;\\1&quot;, \(void \*\) 0\},/p&#39;\\&#39;&#39; \-e &#39;\\&#39;&#39;s/^\[ABCDGIRSTW\]\[ABCDGIRSTW\]\* \.\* \\\(lib\.\*\\\)/ {"\1", (void *) \&\1},/p'\'' -e
'\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)/ \{&quot;lib\\1&quot;, \(void \*\) \\&amp;\\1\},/p&#39;\\&#39;&#39;&#39; lt\_cv\_sys\_global\_symbol\_to\_cdecl=&#39;sed \-n \-e &#39;\\&#39;&#39;s/^T \.\* \\\(\.\*\\\)/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char
\1;/p'\'''
lt_cv_sys_global_symbol_to_import=
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
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
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/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include '
pkg_cv_CAIROMM_LIBS='-lcairomm-1.0 -lcairo -lsigc-2.0 '
pkg_cv_SPARSEHASH_CFLAGS=
pkg_cv_SPARSEHASH_LIBS=

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

ACLOCAL='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='\(AM\_DEFAULT\_VERBOSITY\)&#39; AM\_DEFAULT\_VERBOSITY=&#39;0&#39; AM\_V=&#39;(V)'
AR='ar'
AUTOCONF='\{SHELL\} /home/oglop/Downloads/graph\-tool\-pokus2/missing autoconf&#39; AUTOHEADER=&#39;{SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
autoheader'
AUTOMAKE='\{SHELL\} /home/oglop/Downloads/graph\-tool\-pokus2/missing automake\-1\.15&#39; AWK=&#39;gawk&#39; BOOST\_COROUTINE\_LIB=&#39;&#39; BOOST\_CPPFLAGS=&#39;\-I/usr/include&#39; BOOST\_GRAPH\_LIB=&#39;boost\_graph&#39; BOOST\_IOSTREAMS\_LIB=&#39;boost\_iostreams&#39; BOOST\_LDFLAGS=&#39;\-L/usr/lib&#39; BOOST\_PYTHON\_LIB=&#39;boost\_python&#39; BOOST\_REGEX\_LIB=&#39;boost\_regex&#39; CAIROMM\_CFLAGS=&#39;\-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/libpng16 \-I/usr/include/freetype2 \-I/usr/include/libdrm \-I/usr/include/libpng16 \-I/usr/include/sigc\+\+\-2\.0 \-I/usr/lib64/sigc\+\+\-2\.0/include &#39; CAIROMM\_LIBS=&#39;\-lcairomm\-1\.0 \-lcairo \-lsigc\-2\.0 &#39; CC=&#39;gcc&#39; CCDEPMODE=&#39;depmode=gcc3&#39; CFLAGS=&#39;\-g \-O2&#39; CGAL\_FLAGS=&#39;\-frounding\-math&#39; CGAL\_LIBADD=&#39;\-lCGAL \-lgmp&#39; CPP=&#39;gcc \-E&#39; CPPFLAGS=&#39; \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include \-DSPARSEHASH\_PREFIX=sparsehash&#39; CXX=&#39;g\+\+&#39; CXXCPP=&#39;g\+\+ \-E&#39; CXXDEPMODE=&#39;depmode=gcc3&#39; CXXFLAGS=&#39;\-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-DSPARSEHASH\_PREFIX=sparsehash&#39; CYGPATH\_W=&#39;echo&#39; DEFS=&#39;\-DHAVE\_CONFIG\_H&#39; DEPDIR=&#39;\.deps&#39; DLLTOOL=&#39;false&#39; DSYMUTIL=&#39;&#39; DUMPBIN=&#39;&#39; ECHO\_C=&#39;&#39; ECHO\_N=&#39;\-n&#39; ECHO\_T=&#39;&#39; EGREP=&#39;/bin/grep \-E&#39; EXEEXT=&#39;&#39; FGREP=&#39;/bin/grep \-F&#39; GRAPH\_TOOL\_VERSION\_MAJOR=&#39;2&#39; GRAPH\_TOOL\_VERSION\_MINOR=&#39;11&#39; GREP=&#39;/bin/grep&#39; HAVE\_CXX14=&#39;&#39; INSTALL\_DATA=&#39;{INSTALL} -m 644'
INSTALL_PROGRAM='\{INSTALL\}&#39; INSTALL\_SCRIPT=&#39;{INSTALL}'
INSTALL_STRIP_PROGRAM='\(install\_sh\) \-c \-s&#39; LD=&#39;/bin/ld \-m elf\_x86\_64&#39; LDFLAGS=&#39; \-L/usr/lib64 \-lpython3\.4m&#39; LIBOBJS=&#39;&#39; LIBS=&#39;\-lCGAL \-lexpat \-lbz2 \-lm &#39; LIBTOOL=&#39;(SHELL) \(top\_builddir\)/libtool&#39; LIPO=&#39;&#39; LN\_S=&#39;ln \-s&#39; LTLIBOBJS=&#39;&#39; LT\_SYS\_LIBRARY\_PATH=&#39;&#39; MAKEINFO=&#39;{SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MOD_CPPFLAGS='-I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../boost-workaround
-DHAVE_CONFIG_H'
MOD_DIR='/home/oglop/.local/lib/python3.4/site-packages/graph_tool'
MOD_LDFLAGS='-module -avoid-version -export-dynamic -no-undefined -Wl,-E
-Wl,--as-needed'
MOD_LIBADD='-L/usr/lib64 -lpython3.4m -lboost_iostreams -lboost_python
-lboost_regex -lgomp -lexpat'
NM='/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=' -lgomp '
OTOOL64=''
OTOOL=''
PACKAGE='graph-tool'
PACKAGE_BUGREPORT='http://graph-tool.skewed.de/tickets
PACKAGE_DATA_DIR='/home/oglop/.local/share/graph-tool'
PACKAGE_DOC_DIR='\{datarootdir\}/doc/{PACKAGE_TARNAME}'
PACKAGE_NAME='graph-tool'
PACKAGE_STRING='graph-tool 2.11'
PACKAGE_TARNAME='graph-tool'
PACKAGE_URL='http://graph-tool.skewed.de'
PACKAGE_VERSION='2.11'
PATH_SEPARATOR=':'
PKG_CONFIG='/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON='/bin/python3.4'
PYTHON_CPPFLAGS='-I/usr/include/python3.4m'
PYTHON_EXEC_PREFIX='\{exec\_prefix\}&#39; PYTHON\_EXTRA\_LDFLAGS=&#39;\-Xlinker \-export\-dynamic&#39; PYTHON\_EXTRA\_LIBS=&#39;\-lpthread \-ldl \-lutil \-lm&#39; PYTHON\_FULL\_VERSION=&#39;3\.4\.3&#39; PYTHON\_LDFLAGS=&#39;\-L/usr/lib64 \-lpython3\.4m&#39; PYTHON\_PLATFORM=&#39;linux&#39; PYTHON\_PREFIX=&#39;{prefix}'
PYTHON_SITE_PKG='/usr/lib64/python3.4/site-packages'
PYTHON_VERSION='3.4'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SPARSEHASH_CFLAGS=' -DSPARSEHASH_PREFIX=sparsehash'
SPARSEHASH_LIBS=''
STRIP='strip'
VERSION='2.11'
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&#39; build=&#39;x86\_64\-unknown\-linux\-gnu&#39; build\_alias=&#39;&#39; build\_cpu=&#39;x86\_64&#39; build\_os=&#39;linux\-gnu&#39; build\_vendor=&#39;unknown&#39; datadir=&#39;{datarootdir}'
datarootdir='\{prefix\}/share&#39; docdir=&#39;{datarootdir}/doc/\{PACKAGE\_TARNAME\}&#39; dvidir=&#39;{docdir}'
exec_prefix='\{prefix\}&#39; host=&#39;x86\_64\-unknown\-linux\-gnu&#39; host\_alias=&#39;&#39; host\_cpu=&#39;x86\_64&#39; host\_os=&#39;linux\-gnu&#39; host\_vendor=&#39;unknown&#39; htmldir=&#39;{docdir}'
includedir='\{prefix\}/include&#39; infodir=&#39;{datarootdir}/info'
install_sh='\{SHELL\} /home/oglop/Downloads/graph\-tool\-pokus2/install\-sh&#39; libdir=&#39;{exec_prefix}/lib'
libexecdir='\{exec\_prefix\}/libexec&#39; localedir=&#39;{datarootdir}/locale'
localstatedir='\{prefix\}/var&#39; mandir=&#39;{datarootdir}/man'
mkdir_p='\(MKDIR\_P\)&#39; oldincludedir=&#39;/usr/include&#39; pdfdir=&#39;{docdir}'
pkgpyexecdir='\{pyexecdir\}/graph\-tool&#39; pkgpythondir=&#39;{pythondir}/graph-tool'
prefix='/home/oglop/.local'
program_transform_name='s,x,x,'
psdir='\{docdir\}&#39; pyexecdir=&#39;{exec_prefix}/lib64/python3.4/site-packages'
pythondir='\{prefix\}/lib/python3\.4/site\-packages&#39; sbindir=&#39;{exec_prefix}/sbin'
sharedstatedir='\{prefix\}/com&#39; sysconfdir=&#39;{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.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 USING_OPENMP 1
#define HAVE_LIBM 1
#define HAVE_LIBBZ2 1
#define HAVE_LIBEXPAT 1
#define HAVE_PYTHON "3.4"
#define HAVE_BOOST /**/
#define HAVE_BOOST_PYTHON /**/
#define HAVE_BOOST_IOSTREAMS /**/
#define HAVE_BOOST_REGEX /**/
#define HAVE_BOOST_GRAPH /**/
#define HAVE_LIBCGAL 1
#define HAVE_CAIROMM 1
#define HAVE_SPARSEHASH 1
#define SPARSEHASH_INCLUDE(f) <sparsehash/f>
#define INSTALL_PREFIX "/home/oglop/.local"
#define PYTHON_DIR "/usr/lib64/python3.4/site-packages"
#define CXXFLAGS "-Wall -Wextra -ftemplate-backtrace-limit=0 -std=gnu++14
-DNDEBUG -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3
-fvisibility=default -fvisibility-inlines-hidden -fopenmp
-DSPARSEHASH_PREFIX=sparsehash"
#define CPPFLAGS " -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash"
#define LDFLAGS " -L/usr/lib64 -lpython3.4m"
#define PACKAGE_DATA_DIR "/home/oglop/.local/share/graph-tool"
#define PACKAGE_DOC_DIR "\{datarootdir\}/doc/{PACKAGE_TARNAME}"
#define PACKAGE_SOURCE_DIR "/home/oglop/Downloads/graph-tool-pokus2"
#define AUTHOR "Tiago de Paula Peixoto <tiago(a)skewed.de>"
#define COPYRIGHT "Copyright (C) 2006-2015 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 ""
#define GIT_COMMIT_DATE ""
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 +
__GNUC_PATCHLEVEL__)

configure: exit 0
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.11, which was
generated by GNU Autoconf 2.69. Invocation command line was

  $ ./configure PYTHON=python3.4 CXXFLAGS=-std=gnu++14 --enable-openmp
--prefix=/home/oglop/.local/
--with-python-module-path=/home/oglop/.local/lib/python3.4/site-packages

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

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 4.2.5-300.fc23.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Oct 27 04:29:56 UTC 2015

/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/ccache
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/oglop/.local/bin
PATH: /home/oglop/bin

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

configure:2683: checking build system type
configure:2697: result: x86_64-unknown-linux-gnu
configure:2717: checking host system type
configure:2730: result: x86_64-unknown-linux-gnu
configure:2750: checking target system type
configure:2763: result: x86_64-unknown-linux-gnu
configure:2806: checking for a BSD-compatible install
configure:2874: result: /bin/install -c
configure:2885: checking whether build environment is sane
configure:2940: result: yes
configure:3091: checking for a thread-safe mkdir -p
configure:3130: result: /bin/mkdir -p
configure:3137: checking for gawk
configure:3153: found /bin/gawk
configure:3164: result: gawk
configure:3175: checking whether make sets $(MAKE)
configure:3197: result: yes
configure:3226: checking whether make supports nested variables
configure:3243: result: yes
configure:3380: checking whether make supports nested variables
configure:3397: result: yes
configure:3420: checking for style of include used by make
configure:3448: result: GNU
configure:3519: checking for gcc
configure:3535: found /usr/lib64/ccache/gcc
configure:3546: result: gcc
configure:3775: checking for C compiler version
configure:3784: gcc --version >&5
gcc (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
Copyright (C) 2015 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:3795: ? = 0 configure:3784: gcc \-v &gt;&amp;5 Using built\-in specs\. COLLECT\_GCC=/bin/gcc COLLECT\_LTO\_WRAPPER=/usr/libexec/gcc/x86\_64\-redhat\-linux/5\.1\.1/lto\-wrapper Target: x86\_64\-redhat\-linux Configured with: \.\./configure \-\-enable\-bootstrap \-\-enable\-languages=c,c\+\+,objc,obj\-c\+\+,fortran,ada,go,lto \-\-prefix=/usr \-\-mandir=/usr/share/man \-\-infodir=/usr/share/info \-\-with\-bugurl= http://bugzilla.redhat.com/bugzilla \-\-enable\-shared \-\-enable\-threads=posix \-\-enable\-checking=release \-\-enable\-multilib \-\-with\-system\-zlib \-\-enable\-\_\_cxa\_atexit \-\-disable\-libunwind\-exceptions \-\-enable\-gnu\-unique\-object \-\-enable\-linker\-build\-id \-\-with\-linker\-hash\-style=gnu \-\-enable\-plugin \-\-enable\-initfini\-array \-\-disable\-libgcj \-\-with\-isl \-\-enable\-libmpx \-\-enable\-gnu\-indirect\-function \-\-with\-tune=generic \-\-with\-arch\_32=i686 \-\-build=x86\_64\-redhat\-linux Thread model: posix gcc version 5\.1\.1 20150618 \(Red Hat 5\.1\.1\-4\) \(GCC\) configure:3795: ? = 0
configure:3784: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3795: ? = 1 configure:3784: gcc \-qversion &gt;&amp;5 gcc: error: unrecognized command line option &#39;\-qversion&#39; gcc: fatal error: no input files compilation terminated\. configure:3795: ? = 1
configure:3815: checking whether the C compiler works
configure:3837: gcc conftest.c >&5
configure:3841: ? = 0 configure:3889: result: yes configure:3892: checking for C compiler default output file name configure:3894: result: a\.out configure:3900: checking for suffix of executables configure:3907: gcc \-o conftest conftest\.c &gt;&amp;5 configure:3911: ? = 0
configure:3933: result:
configure:3955: checking whether we are cross compiling
configure:3963: gcc -o conftest conftest.c >&5
configure:3967: ? = 0 configure:3974: \./conftest configure:3978: ? = 0
configure:3993: result: no
configure:3998: checking for suffix of object files
configure:4020: gcc -c conftest.c >&5
configure:4024: ? = 0 configure:4045: result: o configure:4049: checking whether we are using the GNU C compiler configure:4068: gcc \-c conftest\.c &gt;&amp;5 configure:4068: ? = 0
configure:4077: result: yes
configure:4086: checking whether gcc accepts -g
configure:4106: gcc -c -g conftest.c >&5
configure:4106: ? = 0 configure:4147: result: yes configure:4164: checking for gcc option to accept ISO C89 configure:4227: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4227: ? = 0
configure:4240: result: none needed
configure:4265: checking whether gcc understands -c and -o together
configure:4287: gcc -c conftest.c -o conftest2.o
configure:4290: ? = 0 configure:4287: gcc \-c conftest\.c \-o conftest2\.o configure:4290: ? = 0
configure:4302: result: yes
configure:4321: checking dependency style of gcc
configure:4432: result: gcc3
configure:4453: checking for library containing strerror
configure:4484: gcc -o conftest -g -O2 conftest.c >&5
configure:4484: ? = 0 configure:4501: result: none required configure:4516: checking how to run the C preprocessor configure:4547: gcc \-E conftest\.c configure:4547: ? = 0
configure:4561: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4561: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
/* end confdefs.h. */
#include <ac_nonexistent.h>

configure:4586: result: gcc -E
configure:4606: gcc -E conftest.c
configure:4606: ? = 0 configure:4620: gcc \-E conftest\.c conftest\.c:11:28: fatal error: ac\_nonexistent\.h: No such file or directory compilation terminated\. configure:4620: ? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
/* end confdefs.h. */
#include <ac_nonexistent.h>

configure:4649: checking for grep that handles long lines and -e
configure:4707: result: /bin/grep
configure:4712: checking for egrep
configure:4774: result: /bin/grep -E
configure:4779: checking for ANSI C header files
configure:4799: gcc -c -g -O2 conftest.c >&5
configure:4799: ? = 0 configure:4872: gcc \-o conftest \-g \-O2 conftest\.c &gt;&amp;5 configure:4872: ? = 0
configure:4872: ./conftest
configure:4872: ? = 0 configure:4883: result: yes configure:4896: checking for sys/types\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4896: checking for sys/stat.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: ? = 0 configure:4896: result: yes configure:4896: checking for stdlib\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4896: checking for string.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: ? = 0 configure:4896: result: yes configure:4896: checking for memory\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4896: checking for strings.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: ? = 0 configure:4896: result: yes configure:4896: checking for inttypes\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4896: checking for stdint.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: ? = 0 configure:4896: result: yes configure:4896: checking for unistd\.h configure:4896: gcc \-c \-g \-O2 conftest\.c &gt;&amp;5 configure:4896: ? = 0
configure:4896: result: yes
configure:4909: checking minix/config.h usability
configure:4909: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4909: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdio.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# ifdef HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#ifdef HAVE_STRING_H
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <minix/config.h>

configure:4909: result: no
configure:4909: checking minix/config.h presence
configure:4909: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4909: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <minix/config.h>

configure:4909: result: no
configure:4909: checking for minix/config.h
configure:4909: result: no
configure:4930: checking whether it is safe to define __EXTENSIONS__
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4955: result: yes
configure:5027: checking for g++
configure:5043: found /usr/lib64/ccache/g++
configure:5054: result: g++
configure:5081: checking for C++ compiler version
configure:5090: g++ --version >&5
g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
Copyright (C) 2015 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:5101: ? = 0 configure:5090: g\+\+ \-v &gt;&amp;5 Using built\-in specs\. COLLECT\_GCC=/bin/g\+\+ COLLECT\_LTO\_WRAPPER=/usr/libexec/gcc/x86\_64\-redhat\-linux/5\.1\.1/lto\-wrapper Target: x86\_64\-redhat\-linux Configured with: \.\./configure \-\-enable\-bootstrap \-\-enable\-languages=c,c\+\+,objc,obj\-c\+\+,fortran,ada,go,lto \-\-prefix=/usr \-\-mandir=/usr/share/man \-\-infodir=/usr/share/info \-\-with\-bugurl= http://bugzilla.redhat.com/bugzilla \-\-enable\-shared \-\-enable\-threads=posix \-\-enable\-checking=release \-\-enable\-multilib \-\-with\-system\-zlib \-\-enable\-\_\_cxa\_atexit \-\-disable\-libunwind\-exceptions \-\-enable\-gnu\-unique\-object \-\-enable\-linker\-build\-id \-\-with\-linker\-hash\-style=gnu \-\-enable\-plugin \-\-enable\-initfini\-array \-\-disable\-libgcj \-\-with\-isl \-\-enable\-libmpx \-\-enable\-gnu\-indirect\-function \-\-with\-tune=generic \-\-with\-arch\_32=i686 \-\-build=x86\_64\-redhat\-linux Thread model: posix gcc version 5\.1\.1 20150618 \(Red Hat 5\.1\.1\-4\) \(GCC\) configure:5101: ? = 0
configure:5090: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5101: ? = 1 configure:5090: g\+\+ \-qversion &gt;&amp;5 g\+\+: error: unrecognized command line option &#39;\-qversion&#39; g\+\+: fatal error: no input files compilation terminated\. configure:5101: ? = 1
configure:5105: checking whether we are using the GNU C++ compiler
configure:5124: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5124: ? = 0 configure:5133: result: yes configure:5142: checking whether g\+\+ accepts \-g configure:5162: g\+\+ \-c \-g conftest\.cpp &gt;&amp;5 configure:5162: ? = 0
configure:5203: result: yes
configure:5228: checking dependency style of g++
configure:5339: result: gcc3
configure:5364: checking for gcc option to accept ISO C99
configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5513: g++ -c -std=gnu++14 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:12: 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:5513: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
#include <stdio.h>

// Check varargs macros. These examples are taken from C99 6.10.3.5.
#define debug(...) fprintf (stderr, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  your preprocessor is broken;
#endif
#if BIG_OK
#else
  your preprocessor is broken;
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data;
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static void
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str;
  int number;
  float fnumber;

  while (*format)
    {
      switch (*format++)
    {
    case 's': // string
      str = va_arg (args_copy, const char *);
      break;
    case 'd': // int
      number = va_arg (args_copy, int);
      break;
    case 'f': // float
      fnumber = va_arg (args_copy, double);
      break;
    default:
      break;
    }
    }
  va_end (args_copy);
  va_end (args);
}

int
main ()
{

  // Check bool.
  _Bool success = false;

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
      >> dynamic_array[ni.number - 1] != 543);

  ;
  return 0;
}

configure:5529: result: unsupported
configure:5539: checking for gcc option to accept ISO C89
configure:5615: result: none needed
configure:5634: checking for gcc option to accept ISO Standard C
configure:5645: result: none needed
configure:5658: checking how to run the C++ preprocessor
configure:5685: g++ -E conftest.cpp
configure:5685: ? = 0 configure:5699: g\+\+ \-E conftest\.cpp conftest\.cpp:26:28: fatal error: ac\_nonexistent\.h: No such file or directory compilation terminated\. configure:5699: ? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <ac_nonexistent.h>

configure:5724: result: g++ -E
configure:5744: g++ -E conftest.cpp
configure:5744: ? = 0 configure:5758: g\+\+ \-E conftest\.cpp conftest\.cpp:26:28: fatal error: ac\_nonexistent\.h: No such file or directory compilation terminated\. configure:5758: ? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <ac_nonexistent.h>

configure:5787: checking for ANSI C header files
configure:5891: result: yes
configure:5976: checking how to print strings
configure:6003: result: printf
configure:6024: checking for a sed that does not truncate output
configure:6088: result: /bin/sed
configure:6106: checking for fgrep
configure:6168: result: /bin/grep -F
configure:6203: checking for ld used by gcc
configure:6270: result: /bin/ld
configure:6277: checking if the linker (/bin/ld) is GNU ld
configure:6292: result: yes
configure:6304: checking for BSD- or MS-compatible name lister (nm)
configure:6358: result: /bin/nm -B
configure:6488: checking the name lister (/bin/nm -B) interface
configure:6495: g++ -c -std=gnu++14 conftest.cpp >&5
configure:6498: /bin/nm -B "conftest.o"
configure:6501: output
0000000000000000 B some_variable
configure:6508: result: BSD nm
configure:6511: checking whether ln -s works
configure:6515: result: yes
configure:6523: checking the maximum length of command line arguments
configure:6654: result: 1572864
configure:6702: checking how to convert x86_64-unknown-linux-gnu file names
to x86_64-unknown-linux-gnu format
configure:6742: result: func_convert_file_noop
configure:6749: checking how to convert x86_64-unknown-linux-gnu file names
to toolchain format
configure:6769: result: func_convert_file_noop
configure:6776: checking for /bin/ld option to reload object files
configure:6783: result: -r
configure:6857: checking for objdump
configure:6873: found /bin/objdump
configure:6884: result: objdump
configure:6916: checking how to recognize dependent libraries
configure:7116: result: pass_all
configure:7201: checking for dlltool
configure:7231: result: no
configure:7261: checking how to associate runtime and link libraries
configure:7288: result: printf %s\n
configure:7348: checking for ar
configure:7364: found /bin/ar
configure:7375: result: ar
configure:7412: checking for archiver @FILE support
configure:7429: g++ -c -std=gnu++14 conftest.cpp >&5
configure:7429: ? = 0 configure:7432: ar cru libconftest\.a @conftest\.lst &gt;&amp;5 ar: \`u&#39; modifier ignored since \`D&#39; is the default \(see \`U&#39;\) configure:7435: ? = 0
configure:7440: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7443: ? = 1 configure:7455: result: @ configure:7513: checking for strip configure:7529: found /bin/strip configure:7540: result: strip configure:7612: checking for ranlib configure:7628: found /bin/ranlib configure:7639: result: ranlib configure:7741: checking command to parse /bin/nm \-B output from gcc object configure:7894: g\+\+ \-c \-std=gnu\+\+14 conftest\.cpp &gt;&amp;5 configure:7897: ? = 0
configure:7901: /bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)*\([_A-Za-z][_A-Za-z0-9]*\)/\\1 \\2 \\2/p&#39; | sed &#39;/ \_\_gnu\_lto/d&#39; \\&gt; conftest\.nm configure:7904: ? = 0
configure:7970: g++ -o conftest -std=gnu++14 conftest.cpp conftstm.o >&5
configure:7973: ? = 0 configure:8011: result: ok configure:8058: checking for sysroot configure:8088: result: no configure:8095: checking for a working dd configure:8133: result: /bin/dd configure:8137: checking how to truncate binary pipes configure:8152: result: /bin/dd bs=4096 count=1 configure:8288: g\+\+ \-c \-std=gnu\+\+14 conftest\.cpp &gt;&amp;5 configure:8291: ? = 0
configure:8481: checking for mt
configure:8511: result: no
configure:8531: checking if : is a manifest tool
configure:8537: : '-?'
configure:8545: result: no
configure:9219: checking for dlfcn.h
configure:9219: g++ -c -std=gnu++14 conftest.cpp >&5
configure:9219: ? = 0 configure:9219: result: yes configure:9455: checking for objdir configure:9470: result: \.libs configure:9730: checking if gcc supports \-fno\-rtti \-fno\-exceptions configure:9748: gcc \-c \-g \-O2 \-fno\-rtti \-fno\-exceptions conftest\.c &gt;&amp;5 cc1: warning: command line option &#39;\-fno\-rtti&#39; is valid for C\+\+/ObjC\+\+ but not for C cc1: warning: command line option &#39;\-fno\-rtti&#39; is valid for C\+\+/ObjC\+\+ but not for C configure:9752: ? = 0
configure:9765: result: no
configure:10123: checking for gcc option to produce PIC
configure:10130: result: -fPIC -DPIC
configure:10138: checking if gcc PIC flag -fPIC -DPIC works
configure:10156: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10160: ? = 0 configure:10173: result: yes configure:10202: checking if gcc static flag \-static works configure:10230: result: no configure:10245: checking if gcc supports \-c \-o file\.o configure:10266: gcc \-c \-g \-O2 \-o out/conftest2\.o conftest\.c &gt;&amp;5 configure:10270: ? = 0
configure:10292: result: yes
configure:10300: checking if gcc supports -c -o file.o
configure:10347: result: yes
configure:10380: checking whether the gcc linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:11639: result: yes
configure:11676: checking whether -lc should be explicitly linked in
configure:11684: gcc -c -g -O2 conftest.c >&5
configure:11687: ? = 0 configure:11702: gcc \-shared \-fPIC \-DPIC conftest\.o \-v \-Wl,\-soname \-Wl,conftest \-o conftest 2\\&gt;\\&amp;1 \\| /bin/grep \-lc \\&gt;/dev/null 2\\&gt;\\&amp;1 configure:11705: ? = 0
configure:11719: result: no
configure:11879: checking dynamic linker characteristics
configure:12460: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c

&5

configure:12460: ? = 0 configure:12697: result: GNU/Linux ld\.so configure:12819: checking how to hardcode library paths into programs configure:12844: result: immediate configure:13392: checking whether stripping libraries is possible configure:13397: result: yes configure:13432: checking if libtool supports shared libraries configure:13434: result: yes configure:13437: checking whether to build shared libraries configure:13462: result: yes configure:13465: checking whether to build static libraries configure:13469: result: no configure:13492: checking how to run the C\+\+ preprocessor configure:13558: result: g\+\+ \-E configure:13578: g\+\+ \-E conftest\.cpp configure:13578: ? = 0
configure:13592: g++ -E conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13592: $? = 1
configure: failed program was:

/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 <ac_nonexistent.h>

configure:13754: checking for ld used by g++
configure:13821: result: /bin/ld -m elf_x86_64
configure:13828: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld
configure:13843: result: yes
configure:13898: checking whether the g++ linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:14971: result: yes
configure:15007: g++ -c -std=gnu++14 conftest.cpp >&5
configure:15010: ? = 0 configure:15491: checking for g\+\+ option to produce PIC configure:15498: result: \-fPIC \-DPIC configure:15506: checking if g\+\+ PIC flag \-fPIC \-DPIC works configure:15524: g\+\+ \-c \-std=gnu\+\+14 \-fPIC \-DPIC \-DPIC conftest\.cpp &gt;&amp;5 configure:15528: ? = 0
configure:15541: result: yes
configure:15564: checking if g++ static flag -static works
configure:15592: result: no
configure:15604: checking if g++ supports -c -o file.o
configure:15625: g++ -c -std=gnu++14 -o out/conftest2.o conftest.cpp >&5
configure:15629: ? = 0 configure:15651: result: yes configure:15656: checking if g\+\+ supports \-c \-o file\.o configure:15703: result: yes configure:15733: checking whether the g\+\+ linker \(/bin/ld \-m elf\_x86\_64\) supports shared libraries configure:15773: result: yes configure:15914: checking dynamic linker characteristics configure:16659: result: GNU/Linux ld\.so configure:16724: checking how to hardcode library paths into programs configure:16749: result: immediate configure:16819: checking whether g\+\+ supports C\+\+14 features by default configure:16879: g\+\+ \-c \-std=gnu\+\+14 conftest\.cpp &gt;&amp;5 configure:16879: ? = 0
configure:16886: result: yes
configure:17006: checking whether to enable debug info
configure:17026: result: no
configure:17036: checking whether to enable function inlining...
configure:17056: result: yes
configure:17071: checking whether to enable optimizations
configure:17087: result: yes
configure:17093: checking whether to enable symbol visibility manipulation
configure:17109: result: yes
configure:17132: checking whether to enable parallel algorithms with openmp
configure:17137: result: yes
configure:17161: checking whether to enable cairo drawing
configure:17175: result: yes
configure:17187: checking for main in -lm
configure:17206: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lm >&5
configure:17206: ? = 0 configure:17215: result: yes configure:17227: checking for main in \-lbz2 configure:17246: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp conftest\.cpp \-lbz2 \-lm &gt;&amp;5 configure:17246: ? = 0
configure:17255: result: yes
configure:17267: checking for main in -lexpat
configure:17286: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lexpat -lbz2 -lm >&5
configure:17286: ? = 0 configure:17295: result: yes configure:17318: checking whether python3\.4 version is &gt;= 2\.6 configure:17329: python3\.4 \-c import sys \# split strings by &#39;\.&#39; 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, &#39;2\.6&#39;\.split\(&#39;\.&#39;\)\)\) \+ \[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 &lt;&lt; 8\) \+ minver\[i\] sys\.exit\(sys\.hexversion &lt; minverhex\) configure:17332: ? = 0
configure:17334: result: yes
configure:17427: checking for python3.4 version
configure:17434: result: 3.4
configure:17446: checking for python3.4 platform
configure:17453: result: linux
configure:17479: checking for python3.4 script directory
configure:17514: result: \{prefix\}/lib/python3\.4/site\-packages configure:17523: checking for python3\.4 extension module directory configure:17558: result: {exec_prefix}/lib64/python3.4/site-packages
configure:17583: checking for python3.4
configure:17601: found /bin/python3.4
configure:17613: result: /bin/python3.4
configure:17629: checking for a version of Python >= '2.1.0'
configure:17655: result: yes
configure:17663: checking for a version of Python == '3.4.3'
configure:17669: result: yes
configure:17686: checking for the distutils Python package
configure:17690: result: yes
configure:17704: checking for Python include path
configure:17720: result: -I/usr/include/python3.4m
configure:17727: checking for Python library path
configure:17804: result: -L/usr/lib64 -lpython3.4m
configure:17811: checking for Python site-packages path
configure:17817: result: /usr/lib64/python3.4/site-packages
configure:17824: checking python extra libraries
configure:17831: result: -lpthread -ldl -lutil -lm
configure:17838: checking python extra linking flags
configure:17845: result: -Xlinker -export-dynamic
configure:17852: checking consistency of all components of python
development environment
configure:17878: gcc -o conftest -g -O2 -I/usr/include/python3.4m
conftest.c -lexpat -lbz2 -lm -L/usr/lib64 -lpython3.4m -Xlinker
-export-dynamic -lpthread -ldl -lutil -lm >&5
configure:17878: ? = 0 configure:17895: result: yes configure:17989: checking for boostlib &gt;= 1\.55\.0 configure:18043: g\+\+ \-c \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-I/usr/include conftest\.cpp &gt;&amp;5 configure:18043: ? = 0
configure:18045: result: yes
configure:18179: checking whether the Boost::Python library is available
configure:18209: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include/python3.4m conftest.cpp

&5

configure:18209: ? = 0 configure:18224: result: yes configure:18243: checking for exit in \-lboost\_python configure:18268: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-L/usr/lib64 \-lpython3\.4m conftest\.cpp \-lboost\_python \-L/usr/lib64 \-lpython3\.4m \-lexpat \-lbz2 \-lm &gt;&amp;5 configure:18268: ? = 0
configure:18278: result: yes
configure:18291: checking whether the Boost::Iostreams library is available
configure:18325: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18325: ? = 0 configure:18340: result: yes configure:18358: checking for exit in \-lboost\_iostreams configure:18383: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-L/usr/lib64 \-lpython3\.4m conftest\.cpp \-lboost\_iostreams \-lexpat \-lbz2 \-lm &gt;&amp;5 configure:18383: ? = 0
configure:18393: result: yes
configure:18406: checking whether the Boost::Regex library is available
configure:18435: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18435: ? = 0 configure:18450: result: yes configure:18468: checking for exit in \-lboost\_regex configure:18493: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-L/usr/lib64 \-lpython3\.4m conftest\.cpp \-lboost\_regex \-lexpat \-lbz2 \-lm &gt;&amp;5 configure:18493: ? = 0
configure:18503: result: yes
configure:18549: checking whether the Boost::Coroutine library is available
configure:18573: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:42:40: warning: unused variable 'f' [-Wunused-variable]
boost::coroutines::coroutine< void() > f;
                                        ^
configure:18573: ? = 0 configure:18588: result: yes configure:18765: WARNING: No usable boost::coroutine found\! Some functionality will be disabled in the library\. configure:18768: checking whether the Boost::Graph library is available configure:18799: g\+\+ \-c \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m conftest\.cpp &gt;&amp;5 configure:18799: ? = 0
configure:18814: result: yes
configure:18832: checking for exit in -lboost_graph
configure:18857: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_graph -lexpat -lbz2 -lm >&5
configure:18857: ? = 0 configure:18867: result: yes configure:18883: checking for main in \-lCGAL configure:18902: g\+\+ \-o conftest \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-I/usr/include \-L/usr/lib64 \-lpython3\.4m conftest\.cpp \-lCGAL \-lexpat \-lbz2 \-lm &gt;&amp;5 configure:18902: ? = 0
configure:18911: result: yes
configure:18925: checking whether to enable cgal debbuging with valgrind
configure:18939: result: no
configure:18953: checking python3.4 module: numpy
configure:18958: result: yes
configure:18981: checking for
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h
configure:18981: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
In file included from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0,
                 from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
                 from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from conftest.cpp:42:
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15: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 " \
  ^
configure:18981: ? = 0 configure:18981: result: yes configure:18994: g\+\+ \-c \-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include conftest\.cpp &gt;&amp;5 conftest\.cpp:40:21: warning: extra tokens at end of \#include directive \#include &quot;Python\.h&quot; \#include &quot;/usr/lib64/python3\.4/site\-packages/numpy/core/include/numpy/arrayobject\.h&quot; \#if NPY\_API\_VERSION &lt; 0x00000007 \#error \#endif &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^ configure:18994: ? = 0
configure:19007: checking python3.4 module: scipy
configure:19012: result: yes
configure:19035: checking expat.h usability
configure:19035: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
configure:19035: ? = 0 configure:19035: result: yes configure:19035: checking expat\.h presence configure:19035: g\+\+ \-E \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include conftest\.cpp configure:19035: ? = 0
configure:19035: result: yes
configure:19035: checking for expat.h
configure:19035: result: yes
configure:19044: checking CGAL/version.h usability
configure:19044: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
configure:19044: ? = 0 configure:19044: result: yes configure:19044: checking CGAL/version\.h presence configure:19044: g\+\+ \-E \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include conftest\.cpp configure:19044: ? = 0
configure:19044: result: yes
configure:19044: checking for CGAL/version.h
configure:19044: result: yes
configure:19109: checking for pkg-config
configure:19127: found /bin/pkg-config
configure:19139: result: /bin/pkg-config
configure:19164: checking pkg-config is at least version 0.9.0
configure:19167: result: yes
configure:19177: checking for CAIROMM
configure:19184: PKG\_CONFIG \-\-exists \-\-print\-errors &quot;cairomm\-1\.0&quot; configure:19187: ? = 0
configure:19201: PKG\_CONFIG \-\-exists \-\-print\-errors &quot;cairomm\-1\.0&quot; configure:19204: ? = 0
configure:19262: result: yes
configure:19276: checking python3.4 module: cairo
configure:19281: result: yes
configure:19300: checking pycairo/pycairo.h usability
configure:19300: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -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/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include
-I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-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/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include conftest.cpp >&5
configure:19300: ? = 0 configure:19300: result: yes configure:19300: checking pycairo/pycairo\.h presence configure:19300: g\+\+ \-E \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include \-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/libpng16 \-I/usr/include/freetype2 \-I/usr/include/libdrm \-I/usr/include/libpng16 \-I/usr/include/sigc\+\+\-2\.0 \-I/usr/lib64/sigc\+\+\-2\.0/include conftest\.cpp configure:19300: ? = 0
configure:19300: result: yes
configure:19300: checking for pycairo/pycairo.h
configure:19300: result: yes
configure:19321: checking whether to enable sparsehash
configure:19335: result: yes
configure:19344: checking for SPARSEHASH
configure:19351: PKG\_CONFIG \-\-exists \-\-print\-errors &quot;libsparsehash&quot; configure:19354: ? = 0
configure:19368: PKG\_CONFIG \-\-exists \-\-print\-errors &quot;libsparsehash&quot; configure:19371: ? = 0
configure:19411: result: yes
configure:19428: checking sparsehash/dense_hash_set usability
configure:19428: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -DSPARSEHASH_PREFIX=sparsehash -I/usr/include/python3.4m
-I/usr/include -I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash conftest.cpp >&5
configure:19428: ? = 0 configure:19428: result: yes configure:19428: checking sparsehash/dense\_hash\_set presence configure:19428: g\+\+ \-E \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include \-DSPARSEHASH\_PREFIX=sparsehash conftest\.cpp configure:19428: ? = 0
configure:19428: result: yes
configure:19428: checking for sparsehash/dense_hash_set
configure:19428: result: yes
configure:19677: checking that generated files are newer than configure
configure:19683: result: done
configure:19714: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by graph-tool config.status 2.11, which was
generated by GNU Autoconf 2.69. Invocation command line was

  CONFIG_FILES =
  CONFIG_HEADERS =
  CONFIG_LINKS =
  CONFIG_COMMANDS =
  $ ./config.status

on localhost.localdomain

config.status:1252: creating Makefile
config.status:1252: creating src/Makefile
config.status:1252: creating src/graph/Makefile
config.status:1252: creating src/graph/centrality/Makefile
config.status:1252: creating src/graph/clustering/Makefile
config.status:1252: creating src/graph/community/Makefile
config.status:1252: creating src/graph/correlations/Makefile
config.status:1252: creating src/graph/draw/Makefile
config.status:1252: creating src/graph/flow/Makefile
config.status:1252: creating src/graph/generation/Makefile
config.status:1252: creating src/graph/layout/Makefile
config.status:1252: creating src/graph/search/Makefile
config.status:1252: creating src/graph/spectral/Makefile
config.status:1252: creating src/graph/stats/Makefile
config.status:1252: creating src/graph/topology/Makefile
config.status:1252: creating src/graph/util/Makefile
config.status:1252: creating src/graph_tool/Makefile
config.status:1252: creating config.h
config.status:1433: config.h is unchanged
config.status:1481: executing depfiles commands
config.status:1481: executing libtool commands

## ---------------- ##
## 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=set
ac_cv_env_CXXFLAGS_value=-std=gnu++14
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_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_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=set
ac_cv_env_PYTHON_value=python3.4
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_python3_4_site_packages_numpy_core_include_numpy_arrayobject_h=yes
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=yes
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=yes
ac_cv_lib_expat_main=yes
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PYTHON=/bin/python3.4
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config
ac_cv_path_install='/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/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_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_prog_cc_c_o=yes
am_cv_python_platform=linux
am_cv_python_pyexecdir='\{exec\_prefix\}/lib64/python3\.4/site\-packages&#39; am\_cv\_python\_pythondir=&#39;{prefix}/lib/python3.4/site-packages'
am_cv_python_version=3.4
ax_cv_boost_coroutine=yes
ax_cv_cxx_compile_cxx14=yes
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&#39; lt\_cv\_file\_magic\_test\_file= lt\_cv\_ld\_reload\_flag=\-r lt\_cv\_nm\_interface=&#39;BSD nm&#39; lt\_cv\_objdir=\.libs lt\_cv\_path\_LD=/bin/ld lt\_cv\_path\_LDCXX=&#39;/bin/ld \-m elf\_x86\_64&#39; lt\_cv\_path\_NM=&#39;/bin/nm \-B&#39; 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=&#39;\-fPIC \-DPIC&#39; lt\_cv\_prog\_compiler\_pic\_CXX=&#39;\-fPIC \-DPIC&#39; 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=&#39;printf %s\\n&#39; lt\_cv\_shlibpath\_overrides\_runpath=no lt\_cv\_sys\_global\_symbol\_pipe=&#39;sed \-n \-e &#39;\\&#39;&#39;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/^: \(.*\) .*/ \{&quot;\\1&quot;, \(void \*\) 0\},/p&#39;\\&#39;&#39; \-e &#39;\\&#39;&#39;s/^\[ABCDGIRSTW\]\[ABCDGIRSTW\]\* \.\* \\\(\.\*\\\)/
{"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^:
\(.*\) .*/ \{&quot;\\1&quot;, \(void \*\) 0\},/p&#39;\\&#39;&#39; \-e &#39;\\&#39;&#39;s/^\[ABCDGIRSTW\]\[ABCDGIRSTW\]\* \.\* \\\(lib\.\*\\\)/ {"\1", (void *) \&\1},/p'\'' -e
'\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)/ \{&quot;lib\\1&quot;, \(void \*\) \\&amp;\\1\},/p&#39;\\&#39;&#39;&#39; lt\_cv\_sys\_global\_symbol\_to\_cdecl=&#39;sed \-n \-e &#39;\\&#39;&#39;s/^T \.\* \\\(\.\*\\\)/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char
\1;/p'\'''
lt_cv_sys_global_symbol_to_import=
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
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
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/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include '
pkg_cv_CAIROMM_LIBS='-lcairomm-1.0 -lcairo -lsigc-2.0 '
pkg_cv_SPARSEHASH_CFLAGS=
pkg_cv_SPARSEHASH_LIBS=

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

ACLOCAL='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='\(AM\_DEFAULT\_VERBOSITY\)&#39; AM\_DEFAULT\_VERBOSITY=&#39;0&#39; AM\_V=&#39;(V)'
AR='ar'
AUTOCONF='\{SHELL\} /home/oglop/Downloads/graph\-tool\-pokus2/missing autoconf&#39; AUTOHEADER=&#39;{SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
autoheader'
AUTOMAKE='\{SHELL\} /home/oglop/Downloads/graph\-tool\-pokus2/missing automake\-1\.15&#39; AWK=&#39;gawk&#39; BOOST\_COROUTINE\_LIB=&#39;&#39; BOOST\_CPPFLAGS=&#39;\-I/usr/include&#39; BOOST\_GRAPH\_LIB=&#39;boost\_graph&#39; BOOST\_IOSTREAMS\_LIB=&#39;boost\_iostreams&#39; BOOST\_LDFLAGS=&#39;\-L/usr/lib&#39; BOOST\_PYTHON\_LIB=&#39;boost\_python&#39; BOOST\_REGEX\_LIB=&#39;boost\_regex&#39; CAIROMM\_CFLAGS=&#39;\-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/libpng16 \-I/usr/include/freetype2 \-I/usr/include/libdrm \-I/usr/include/libpng16 \-I/usr/include/sigc\+\+\-2\.0 \-I/usr/lib64/sigc\+\+\-2\.0/include &#39; CAIROMM\_LIBS=&#39;\-lcairomm\-1\.0 \-lcairo \-lsigc\-2\.0 &#39; CC=&#39;gcc&#39; CCDEPMODE=&#39;depmode=gcc3&#39; CFLAGS=&#39;\-g \-O2&#39; CGAL\_FLAGS=&#39;\-frounding\-math&#39; CGAL\_LIBADD=&#39;\-lCGAL \-lgmp&#39; CPP=&#39;gcc \-E&#39; CPPFLAGS=&#39; \-I/usr/include/python3\.4m \-I/usr/include \-I/usr/lib64/python3\.4/site\-packages/numpy/core/include \-DSPARSEHASH\_PREFIX=sparsehash&#39; CXX=&#39;g\+\+&#39; CXXCPP=&#39;g\+\+ \-E&#39; CXXDEPMODE=&#39;depmode=gcc3&#39; CXXFLAGS=&#39;\-Wall \-Wextra \-ftemplate\-backtrace\-limit=0 \-std=gnu\+\+14 \-DNDEBUG \-ftemplate\-depth\-250 \-Wno\-deprecated \-Wno\-unknown\-pragmas \-O3 \-fvisibility=default \-fvisibility\-inlines\-hidden \-fopenmp \-DSPARSEHASH\_PREFIX=sparsehash&#39; CYGPATH\_W=&#39;echo&#39; DEFS=&#39;\-DHAVE\_CONFIG\_H&#39; DEPDIR=&#39;\.deps&#39; DLLTOOL=&#39;false&#39; DSYMUTIL=&#39;&#39; DUMPBIN=&#39;&#39; ECHO\_C=&#39;&#39; ECHO\_N=&#39;\-n&#39; ECHO\_T=&#39;&#39; EGREP=&#39;/bin/grep \-E&#39; EXEEXT=&#39;&#39; FGREP=&#39;/bin/grep \-F&#39; GRAPH\_TOOL\_VERSION\_MAJOR=&#39;2&#39; GRAPH\_TOOL\_VERSION\_MINOR=&#39;11&#39; GREP=&#39;/bin/grep&#39; HAVE\_CXX14=&#39;&#39; INSTALL\_DATA=&#39;{INSTALL} -m 644'
INSTALL_PROGRAM='\{INSTALL\}&#39; INSTALL\_SCRIPT=&#39;{INSTALL}'
INSTALL_STRIP_PROGRAM='\(install\_sh\) \-c \-s&#39; LD=&#39;/bin/ld \-m elf\_x86\_64&#39; LDFLAGS=&#39; \-L/usr/lib64 \-lpython3\.4m&#39; LIBOBJS=&#39;&#39; LIBS=&#39;\-lCGAL \-lexpat \-lbz2 \-lm &#39; LIBTOOL=&#39;(SHELL) \(top\_builddir\)/libtool&#39; LIPO=&#39;&#39; LN\_S=&#39;ln \-s&#39; LTLIBOBJS=&#39;&#39; LT\_SYS\_LIBRARY\_PATH=&#39;&#39; MAKEINFO=&#39;{SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MOD_CPPFLAGS='-I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../boost-workaround
-DHAVE_CONFIG_H'
MOD_DIR='/home/oglop/.local/lib/python3.4/site-packages/graph_tool'
MOD_LDFLAGS='-module -avoid-version -export-dynamic -no-undefined -Wl,-E
-Wl,--as-needed'
MOD_LIBADD='-L/usr/lib64 -lpython3.4m -lboost_iostreams -lboost_python
-lboost_regex -lgomp -lexpat'
NM='/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=' -lgomp '
OTOOL64=''
OTOOL=''
PACKAGE='graph-tool'
PACKAGE_BUGREPORT='http://graph-tool.skewed.de/tickets
PACKAGE_DATA_DIR='/home/oglop/.local/share/graph-tool'
PACKAGE_DOC_DIR='\{datarootdir\}/doc/{PACKAGE_TARNAME}'
PACKAGE_NAME='graph-tool'
PACKAGE_STRING='graph-tool 2.11'
PACKAGE_TARNAME='graph-tool'
PACKAGE_URL='http://graph-tool.skewed.de'
PACKAGE_VERSION='2.11'
PATH_SEPARATOR=':'
PKG_CONFIG='/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON='/bin/python3.4'
PYTHON_CPPFLAGS='-I/usr/include/python3.4m'
PYTHON_EXEC_PREFIX='\{exec\_prefix\}&#39; PYTHON\_EXTRA\_LDFLAGS=&#39;\-Xlinker \-export\-dynamic&#39; PYTHON\_EXTRA\_LIBS=&#39;\-lpthread \-ldl \-lutil \-lm&#39; PYTHON\_FULL\_VERSION=&#39;3\.4\.3&#39; PYTHON\_LDFLAGS=&#39;\-L/usr/lib64 \-lpython3\.4m&#39; PYTHON\_PLATFORM=&#39;linux&#39; PYTHON\_PREFIX=&#39;{prefix}'
PYTHON_SITE_PKG='/usr/lib64/python3.4/site-packages'
PYTHON_VERSION='3.4'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SPARSEHASH_CFLAGS=' -DSPARSEHASH_PREFIX=sparsehash'
SPARSEHASH_LIBS=''
STRIP='strip'
VERSION='2.11'
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&#39; build=&#39;x86\_64\-unknown\-linux\-gnu&#39; build\_alias=&#39;&#39; build\_cpu=&#39;x86\_64&#39; build\_os=&#39;linux\-gnu&#39; build\_vendor=&#39;unknown&#39; datadir=&#39;{datarootdir}'
datarootdir='\{prefix\}/share&#39; docdir=&#39;{datarootdir}/doc/\{PACKAGE\_TARNAME\}&#39; dvidir=&#39;{docdir}'
exec_prefix='\{prefix\}&#39; host=&#39;x86\_64\-unknown\-linux\-gnu&#39; host\_alias=&#39;&#39; host\_cpu=&#39;x86\_64&#39; host\_os=&#39;linux\-gnu&#39; host\_vendor=&#39;unknown&#39; htmldir=&#39;{docdir}'
includedir='\{prefix\}/include&#39; infodir=&#39;{datarootdir}/info'
install_sh='\{SHELL\} /home/oglop/Downloads/graph\-tool\-pokus2/install\-sh&#39; libdir=&#39;{exec_prefix}/lib'
libexecdir='\{exec\_prefix\}/libexec&#39; localedir=&#39;{datarootdir}/locale'
localstatedir='\{prefix\}/var&#39; mandir=&#39;{datarootdir}/man'
mkdir_p='\(MKDIR\_P\)&#39; oldincludedir=&#39;/usr/include&#39; pdfdir=&#39;{docdir}'
pkgpyexecdir='\{pyexecdir\}/graph\-tool&#39; pkgpythondir=&#39;{pythondir}/graph-tool'
prefix='/home/oglop/.local'
program_transform_name='s,x,x,'
psdir='\{docdir\}&#39; pyexecdir=&#39;{exec_prefix}/lib64/python3.4/site-packages'
pythondir='\{prefix\}/lib/python3\.4/site\-packages&#39; sbindir=&#39;{exec_prefix}/sbin'
sharedstatedir='\{prefix\}/com&#39; sysconfdir=&#39;{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.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets&quot;
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#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 USING_OPENMP 1
#define HAVE_LIBM 1
#define HAVE_LIBBZ2 1
#define HAVE_LIBEXPAT 1
#define HAVE_PYTHON "3.4"
#define HAVE_BOOST /**/
#define HAVE_BOOST_PYTHON /**/
#define HAVE_BOOST_IOSTREAMS /**/
#define HAVE_BOOST_REGEX /**/
#define HAVE_BOOST_GRAPH /**/
#define HAVE_LIBCGAL 1
#define HAVE_CAIROMM 1
#define HAVE_SPARSEHASH 1
#define SPARSEHASH_INCLUDE(f) <sparsehash/f>
#define INSTALL_PREFIX "/home/oglop/.local"
#define PYTHON_DIR "/usr/lib64/python3.4/site-packages"
#define CXXFLAGS "-Wall -Wextra -ftemplate-backtrace-limit=0 -std=gnu++14
-DNDEBUG -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3
-fvisibility=default -fvisibility-inlines-hidden -fopenmp
-DSPARSEHASH_PREFIX=sparsehash"
#define CPPFLAGS " -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash"
#define LDFLAGS " -L/usr/lib64 -lpython3.4m"
#define PACKAGE_DATA_DIR "/home/oglop/.local/share/graph-tool"
#define PACKAGE_DOC_DIR "\{datarootdir\}/doc/{PACKAGE_TARNAME}"
#define PACKAGE_SOURCE_DIR "/home/oglop/Downloads/graph-tool-pokus2"
#define AUTHOR "Tiago de Paula Peixoto <tiago(a)skewed.de>"
#define COPYRIGHT "Copyright (C) 2006-2015 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 ""
#define GIT_COMMIT_DATE ""
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 +
__GNUC_PATCHLEVEL__)

configure: exit 0

Thank you

S pozdravem / Best regards.
Gazda Jan

attachment.html (212 KB)

It looks like you are using a version of boost::python that is linked
with a different version of python than the one you are using.

If I'm not mistaken, in fedora you need to add the option:

   --with-boost-python=boost_python3

when running ./configure. You may also need to install the package
boost-python3-devel beforehand.

Best,
Tiago

Great thank you, the issue was exactly as I thought but I didn't know how
to specify value for
--with-boost-python=boost_python3

I had similar problem with PYTHON=python3.4, where I put just PYTHON=3.4
and got bad result of evaluation. But I did figure it out.

====NOW====
$ python3 -c 'import graph_tool; print(graph_tool.__version__)'
2.11 (commit , )

attachment.html (2.56 KB)