Hi, this looks to be a very promising tool. I use the anaconda
scientific python stack for most my work, and thought to compile
graph-tool with that. The installer script detects this python version
and attempts to compile with it. However, it runs into an error with
checking whether the Boost::Graph library is available... yes
checking for exit in -lboost_graph... no
checking for exit in -lboost_graph... (cached) no
checking for exit in -lboost_graph-mt... no
checking for exit in -lboost_graph-mt-py2.5... no
configure: error: No usable boost::graph found
The libboost-graph* libraries are installed systemwide.
Attached is the config.log file for more information. I would appreicate
some help in resolving this installation problem.
Cheers,
Arjun
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by graph-tool configure 2.2.44dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = hyperpod
uname -m = x86_64
uname -r = 3.16.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/arjun/Software/anaconda/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /home/arjun/.local/bin
PATH: /home/arjun/.bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2684: checking for a BSD-compatible install
configure:2752: result: /usr/bin/install -c
configure:2763: checking whether build environment is sane
configure:2818: result: yes
configure:2969: checking for a thread-safe mkdir -p
configure:3008: result: /bin/mkdir -p
configure:3015: checking for gawk
configure:3031: found /usr/bin/gawk
configure:3042: result: gawk
configure:3053: checking whether make sets $(MAKE)
configure:3075: result: yes
configure:3104: checking whether make supports nested variables
configure:3121: result: yes
configure:3258: checking whether make supports nested variables
configure:3275: result: yes
configure:3298: checking for style of include used by make
configure:3326: result: GNU
configure:3397: checking for gcc
configure:3413: found /usr/bin/gcc
configure:3424: result: gcc
configure:3653: checking for C compiler version
configure:3662: gcc --version >&5
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3673: $? = 0
configure:3662: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10)
configure:3673: $? = 0
configure:3662: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3673: $? = 4
configure:3662: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3673: $? = 4
configure:3693: checking whether the C compiler works
configure:3715: gcc conftest.c >&5
configure:3719: $? = 0
configure:3767: result: yes
configure:3770: checking for C compiler default output file name
configure:3772: result: a.out
configure:3778: checking for suffix of executables
configure:3785: gcc -o conftest conftest.c >&5
configure:3789: $? = 0
configure:3811: result:
configure:3833: checking whether we are cross compiling
configure:3841: gcc -o conftest conftest.c >&5
configure:3845: $? = 0
configure:3852: ./conftest
configure:3856: $? = 0
configure:3871: result: no
configure:3876: checking for suffix of object files
configure:3898: gcc -c conftest.c >&5
configure:3902: $? = 0
configure:3923: result: o
configure:3927: checking whether we are using the GNU C compiler
configure:3946: gcc -c conftest.c >&5
configure:3946: $? = 0
configure:3955: result: yes
configure:3964: checking whether gcc accepts -g
configure:3984: gcc -c -g conftest.c >&5
configure:3984: $? = 0
configure:4025: result: yes
configure:4042: checking for gcc option to accept ISO C89
configure:4105: gcc -c -g -O2 conftest.c >&5
configure:4105: $? = 0
configure:4118: result: none needed
configure:4143: checking whether gcc understands -c and -o together
configure:4165: gcc -c conftest.c -o conftest2.o
configure:4168: $? = 0
configure:4165: gcc -c conftest.c -o conftest2.o
configure:4168: $? = 0
configure:4180: result: yes
configure:4199: checking dependency style of gcc
configure:4310: result: gcc3
configure:4331: checking for library containing strerror
configure:4362: gcc -o conftest -g -O2 conftest.c >&5
configure:4362: $? = 0
configure:4379: result: none required
configure:4394: checking how to run the C preprocessor
configure:4425: gcc -E conftest.c
configure:4425: $? = 0
configure:4439: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4464: result: gcc -E
configure:4484: gcc -E conftest.c
configure:4484: $? = 0
configure:4498: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4498: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4527: checking for grep that handles long lines and -e
configure:4585: result: /bin/grep
configure:4590: checking for egrep
configure:4652: result: /bin/grep -E
configure:4657: checking for ANSI C header files
configure:4677: gcc -c -g -O2 conftest.c >&5
configure:4677: $? = 0
configure:4750: gcc -o conftest -g -O2 conftest.c >&5
configure:4750: $? = 0
configure:4750: ./conftest
configure:4750: $? = 0
configure:4761: result: yes
configure:4774: checking for sys/types.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4774: checking for sys/stat.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4774: checking for stdlib.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4774: checking for string.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4774: checking for memory.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4774: checking for strings.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4774: checking for inttypes.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4774: checking for stdint.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4774: checking for unistd.h
configure:4774: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4774: result: yes
configure:4787: checking minix/config.h usability
configure:4787: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4787: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:4787: result: no
configure:4787: checking minix/config.h presence
configure:4787: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4787: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:4787: result: no
configure:4787: checking for minix/config.h
configure:4787: result: no
configure:4808: checking whether it is safe to define __EXTENSIONS__
configure:4826: gcc -c -g -O2 conftest.c >&5
configure:4826: $? = 0
configure:4833: result: yes
configure:4905: checking for g++
configure:4921: found /usr/bin/g++
configure:4932: result: g++
configure:4959: checking for C++ compiler version
configure:4968: g++ --version >&5
g++ (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4979: $? = 0
configure:4968: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10)
configure:4979: $? = 0
configure:4968: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4979: $? = 4
configure:4968: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4979: $? = 4
configure:4983: checking whether we are using the GNU C++ compiler
configure:5002: g++ -c -std=c++11 conftest.cpp >&5
configure:5002: $? = 0
configure:5011: result: yes
configure:5020: checking whether g++ accepts -g
configure:5040: g++ -c -g conftest.cpp >&5
configure:5040: $? = 0
configure:5081: result: yes
configure:5106: checking dependency style of g++
configure:5217: result: gcc3
configure:5242: checking for gcc option to accept ISO C99
configure:5391: g++ -c -std=c++11 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5391: g++ -c -std=c++11 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5391: g++ -c -std=c++11 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5391: g++ -c -std=c++11 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5391: g++ -c -std=c++11 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5391: g++ -c -std=c++11 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5391: g++ -c -std=c++11 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:70: error: invalid conversion from 'void*' to 'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5407: result: unsupported
configure:5417: checking for gcc option to accept ISO C89
configure:5493: result: none needed
configure:5512: checking for gcc option to accept ISO Standard C
configure:5523: result: none needed
configure:5536: checking how to run the C++ preprocessor
configure:5563: g++ -E conftest.cpp
configure:5563: $? = 0
configure:5577: g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5602: result: g++ -E
configure:5622: g++ -E conftest.cpp
configure:5622: $? = 0
configure:5636: g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:5665: checking for ANSI C header files
configure:5769: result: yes
configure:5837: checking build system type
configure:5851: result: x86_64-unknown-linux-gnu
configure:5871: checking host system type
configure:5884: result: x86_64-unknown-linux-gnu
configure:5925: checking how to print strings
configure:5952: result: printf
configure:5973: checking for a sed that does not truncate output
configure:6037: result: /bin/sed
configure:6055: checking for fgrep
configure:6117: result: /bin/grep -F
configure:6152: checking for ld used by gcc
configure:6219: result: /usr/bin/ld
configure:6226: checking if the linker (/usr/bin/ld) is GNU ld
configure:6241: result: yes
configure:6253: checking for BSD- or MS-compatible name lister (nm)
configure:6302: result: /usr/bin/nm -B
configure:6432: checking the name lister (/usr/bin/nm -B) interface
configure:6439: g++ -c -std=c++11 conftest.cpp >&5
configure:6442: /usr/bin/nm -B "conftest.o"
configure:6445: output
0000000000000000 B some_variable
configure:6452: result: BSD nm
configure:6455: checking whether ln -s works
configure:6459: result: yes
configure:6467: checking the maximum length of command line arguments
configure:6598: result: 1572864
configure:6615: checking whether the shell understands some XSI constructs
configure:6625: result: yes
configure:6629: checking whether the shell understands "+="
configure:6635: result: yes
configure:6670: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6710: result: func_convert_file_noop
configure:6717: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6737: result: func_convert_file_noop
configure:6744: checking for /usr/bin/ld option to reload object files
configure:6751: result: -r
configure:6825: checking for objdump
configure:6841: found /usr/bin/objdump
configure:6852: result: objdump
configure:6884: checking how to recognize dependent libraries
configure:7082: result: pass_all
configure:7167: checking for dlltool
configure:7197: result: no
configure:7227: checking how to associate runtime and link libraries
configure:7254: result: printf %s\n
configure:7314: checking for ar
configure:7330: found /usr/bin/ar
configure:7341: result: ar
configure:7378: checking for archiver @FILE support
configure:7395: g++ -c -std=c++11 conftest.cpp >&5
configure:7395: $? = 0
configure:7398: ar cru libconftest.a @conftest.lst >&5
configure:7401: $? = 0
configure:7406: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7409: $? = 1
configure:7421: result: @
configure:7479: checking for strip
configure:7495: found /usr/bin/strip
configure:7506: result: strip
configure:7578: checking for ranlib
configure:7594: found /usr/bin/ranlib
configure:7605: result: ranlib
configure:7707: checking command to parse /usr/bin/nm -B output from gcc object
configure:7827: g++ -c -std=c++11 conftest.cpp >&5
configure:7830: $? = 0
configure:7834: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7837: $? = 0
configure:7903: g++ -o conftest -std=c++11 conftest.cpp conftstm.o >&5
configure:7906: $? = 0
configure:7944: result: ok
configure:7981: checking for sysroot
configure:8011: result: no
configure:8088: g++ -c -std=c++11 conftest.cpp >&5
configure:8091: $? = 0
configure:8280: checking for mt
configure:8296: found /bin/mt
configure:8307: result: mt
configure:8330: checking if mt is a manifest tool
configure:8336: mt '-?'
configure:8344: result: no
configure:8983: checking for dlfcn.h
configure:8983: g++ -c -std=c++11 conftest.cpp >&5
configure:8983: $? = 0
configure:8983: result: yes
configure:9169: checking for objdir
configure:9184: result: .libs
configure:9451: checking if gcc supports -fno-rtti -fno-exceptions
configure:9469: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:9473: $? = 0
configure:9486: result: no
configure:9813: checking for gcc option to produce PIC
configure:9820: result: -fPIC -DPIC
configure:9828: checking if gcc PIC flag -fPIC -DPIC works
configure:9846: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9850: $? = 0
configure:9863: result: yes
configure:9892: checking if gcc static flag -static works
configure:9920: result: yes
configure:9935: checking if gcc supports -c -o file.o
configure:9956: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9960: $? = 0
configure:9982: result: yes
configure:9990: checking if gcc supports -c -o file.o
configure:10037: result: yes
configure:10070: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11227: result: yes
configure:11264: checking whether -lc should be explicitly linked in
configure:11272: gcc -c -g -O2 conftest.c >&5
configure:11275: $? = 0
configure:11290: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11293: $? = 0
configure:11307: result: no
configure:11467: checking dynamic linker characteristics
configure:11967: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11967: $? = 0
configure:12201: result: GNU/Linux ld.so
configure:12308: checking how to hardcode library paths into programs
configure:12333: result: immediate
configure:12873: checking whether stripping libraries is possible
configure:12878: result: yes
configure:12913: checking if libtool supports shared libraries
configure:12915: result: yes
configure:12918: checking whether to build shared libraries
configure:12939: result: yes
configure:12942: checking whether to build static libraries
configure:12946: result: no
configure:12969: checking how to run the C++ preprocessor
configure:13035: result: g++ -E
configure:13055: g++ -E conftest.cpp
configure:13055: $? = 0
configure:13069: g++ -E conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:13069: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #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:13238: checking for ld used by g++
configure:13305: result: /usr/bin/ld -m elf_x86_64
configure:13312: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13327: result: yes
configure:13382: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14384: result: yes
configure:14420: g++ -c -std=c++11 conftest.cpp >&5
configure:14423: $? = 0
configure:14943: checking for g++ option to produce PIC
configure:14950: result: -fPIC -DPIC
configure:14958: checking if g++ PIC flag -fPIC -DPIC works
configure:14976: g++ -c -std=c++11 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14980: $? = 0
configure:14993: result: yes
configure:15016: checking if g++ static flag -static works
configure:15044: result: yes
configure:15056: checking if g++ supports -c -o file.o
configure:15077: g++ -c -std=c++11 -o out/conftest2.o conftest.cpp >&5
configure:15081: $? = 0
configure:15103: result: yes
configure:15108: checking if g++ supports -c -o file.o
configure:15155: result: yes
configure:15185: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15224: result: yes
configure:15365: checking dynamic linker characteristics
configure:16033: result: GNU/Linux ld.so
configure:16086: checking how to hardcode library paths into programs
configure:16111: result: immediate
configure:16173: checking target system type
configure:16186: result: x86_64-unknown-linux-gnu
configure:16216: checking whether to enable debug info...
configure:16236: result: no
configure:16244: checking whether C++ compiler supports -std=gnu++11
configure:16257: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 conftest.cpp >&5
configure:16257: $? = 0
configure:16258: result: yes
configure:16271: checking whether to enable function inlining...
configure:16291: result: yes
configure:16306: checking whether to enable optimizations...
configure:16322: result: yes
configure:16328: checking whether to enable symbol visibility manipulation...
configure:16344: result: yes
configure:16367: checking whether to enable parallel algorithms with openmp...
configure:16388: result: no
configure:16396: checking whether to enable cairo drawing...
configure:16410: result: yes
configure:16422: checking for main in -lm
configure:16441: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lm >&5
configure:16441: $? = 0
configure:16450: result: yes
configure:16462: checking for main in -lbz2
configure:16481: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lbz2 -lm >&5
configure:16481: $? = 0
configure:16490: result: yes
configure:16502: checking for main in -lexpat
configure:16521: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lexpat -lbz2 -lm >&5
configure:16521: $? = 0
configure:16530: result: yes
configure:16580: checking for a Python interpreter with version >= 2.6
configure:16597: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:16600: $? = 0
configure:16606: result: python
configure:16614: checking for python
configure:16632: found /home/arjun/Software/anaconda/bin/python
configure:16644: result: /home/arjun/Software/anaconda/bin/python
configure:16662: checking for python version
configure:16669: result: 2.7
configure:16681: checking for python platform
configure:16688: result: linux2
configure:16714: checking for python script directory
configure:16749: result: ${prefix}/lib/python2.7/site-packages
configure:16758: checking for python extension module directory
configure:16793: result: ${exec_prefix}/lib/python2.7/site-packages
configure:16818: checking for python2.7
configure:16848: result: /home/arjun/Software/anaconda/bin/python
configure:16864: checking for a version of Python >= '2.1.0'
configure:16890: result: yes
configure:16898: checking for a version of Python == '2.7.10'
configure:16904: result: yes
configure:16921: checking for the distutils Python package
configure:16925: result: yes
configure:16939: checking for Python include path
configure:16955: result: -I/home/arjun/Software/anaconda/include/python2.7
configure:16962: checking for Python library path
configure:17039: result: -L/home/arjun/Software/anaconda/lib -lpython2.7
configure:17046: checking for Python site-packages path
configure:17052: result: /home/arjun/Software/anaconda/lib/python2.7/site-packages
configure:17059: checking python extra libraries
configure:17066: result: -lpthread -ldl -lutil -lm
configure:17073: checking python extra linking flags
configure:17080: result: -Xlinker -export-dynamic
configure:17087: checking consistency of all components of python development environment
configure:17113: gcc -o conftest -g -O2 -I/home/arjun/Software/anaconda/include/python2.7 conftest.c -lexpat -lbz2 -lm -L/home/arjun/Software/anaconda/lib -lpython2.7 -Xlinker -export-dynamic -lpthread -ldl -lutil -lm >&5
configure:17113: $? = 0
configure:17130: result: yes
configure:17224: checking for boostlib >= 1.53.0
configure:17278: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 -I/usr/include conftest.cpp >&5
configure:17278: $? = 0
configure:17280: result: yes
configure:17414: checking whether the Boost::Python library is available
configure:17444: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 -I/home/arjun/Software/anaconda/include/python2.7 conftest.cpp >&5
configure:17444: $? = 0
configure:17459: result: yes
configure:17478: checking for exit in -lboost_python
configure:17503: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 -L/home/arjun/Software/anaconda/lib -lpython2.7 conftest.cpp -lboost_python -L/home/arjun/Software/anaconda/lib -lpython2.7 -lexpat -lbz2 -lm >&5
configure:17503: $? = 0
configure:17513: result: yes
configure:17526: checking whether the Boost::Iostreams library is available
configure:17560: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 conftest.cpp >&5
configure:17560: $? = 0
configure:17575: result: yes
configure:17593: checking for exit in -lboost_iostreams
configure:17618: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 -L/home/arjun/Software/anaconda/lib -lpython2.7 conftest.cpp -lboost_iostreams -lexpat -lbz2 -lm >&5
configure:17618: $? = 0
configure:17628: result: yes
configure:17641: checking whether the Boost::Regex library is available
configure:17670: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 conftest.cpp >&5
configure:17670: $? = 0
configure:17685: result: yes
configure:17703: checking for exit in -lboost_regex
configure:17728: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 -L/home/arjun/Software/anaconda/lib -lpython2.7 conftest.cpp -lboost_regex -lexpat -lbz2 -lm >&5
configure:17728: $? = 0
configure:17738: result: yes
configure:17752: checking whether the Boost::Graph library is available
configure:17783: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 conftest.cpp >&5
configure:17783: $? = 0
configure:17798: result: yes
configure:17816: checking for exit in -lboost_graph
configure:17841: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 -L/home/arjun/Software/anaconda/lib -lpython2.7 conftest.cpp -lboost_graph -lexpat -lbz2 -lm >&5
/usr/bin/ld: warning: libboost_regex.so.1.57.0, needed by /home/arjun/Software/anaconda/lib/libboost_graph.so, not found (try using -rpath or -rpath-link)
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::lookup_classname_imp(char const*, char const*) const'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::regex_error::regex_error(std::string const&, boost::regex_constants::error_type, long)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::init()'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::raw_storage::insert(unsigned long, unsigned long)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::lookup_collatename(char const*, char const*) const'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::match_results<__gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<char const*, std::string> > > >::maybe_assign(boost::match_results<__gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<char const*, std::string> > > > const&)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::get_mem_block()'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::get_default_error_string(boost::regex_constants::error_type)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::scoped_static_mutex_lock::scoped_static_mutex_lock(boost::static_mutex&, bool)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::cpp_regex_traits<char>::toi(char const*&, char const*, int) const'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::put_mem_block(void*)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::regex_error::raise() const'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::raise_runtime_error(std::runtime_error const&)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary(char const*, char const*) const'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::scoped_static_mutex_lock::~scoped_static_mutex_lock()'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::cpp_regex_traits_char_layer<char>::init()'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::raw_storage::resize(unsigned long)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::verify_options(unsigned int, boost::regex_constants::_match_flags)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::basic_regex<char, boost::regex_traits<char, boost::cpp_regex_traits<char> > >::do_assign(char const*, char const*, unsigned int)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::re_detail::perl_matcher<__gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<char const*, std::string> > >, boost::regex_traits<char, boost::cpp_regex_traits<char> > >::construct_init(boost::basic_regex<char, boost::regex_traits<char, boost::cpp_regex_traits<char> > > const&, boost::regex_constants::_match_flags)'
/home/arjun/Software/anaconda/lib/libboost_graph.so: undefined reference to `boost::regex_error::~regex_error()'
collect2: error: ld returned 1 exit status
configure:17841: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBEXPAT 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_PYTHON /**/
| #define HAVE_BOOST_IOSTREAMS /**/
| #define HAVE_BOOST_REGEX /**/
| #define HAVE_BOOST_GRAPH /**/
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char exit ();
| int
| main ()
| {
| return exit ();
| ;
| return 0;
| }
configure:17851: result: no
configure:17816: checking for exit in -lboost_graph
configure:17851: result: no
configure:17816: checking for exit in -lboost_graph-mt
configure:17841: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 -L/home/arjun/Software/anaconda/lib -lpython2.7 conftest.cpp -lboost_graph-mt -lexpat -lbz2 -lm >&5
/usr/bin/ld: cannot find -lboost_graph-mt
collect2: error: ld returned 1 exit status
configure:17841: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBEXPAT 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_PYTHON /**/
| #define HAVE_BOOST_IOSTREAMS /**/
| #define HAVE_BOOST_REGEX /**/
| #define HAVE_BOOST_GRAPH /**/
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char exit ();
| int
| main ()
| {
| return exit ();
| ;
| return 0;
| }
configure:17851: result: no
configure:17816: checking for exit in -lboost_graph-mt-py2.5
configure:17841: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/home/arjun/Software/anaconda/include/python2.7 -L/home/arjun/Software/anaconda/lib -lpython2.7 conftest.cpp -lboost_graph-mt-py2.5 -lexpat -lbz2 -lm >&5
/usr/bin/ld: cannot find -lboost_graph-mt-py2.5
collect2: error: ld returned 1 exit status
configure:17841: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.2.44dev"
| #define PACKAGE_STRING "graph-tool 2.2.44dev"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.2.44dev"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBEXPAT 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_PYTHON /**/
| #define HAVE_BOOST_IOSTREAMS /**/
| #define HAVE_BOOST_REGEX /**/
| #define HAVE_BOOST_GRAPH /**/
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char exit ();
| int
| main ()
| {
| return exit ();
| ;
| return 0;
| }
configure:17851: result: no
configure:17862: error: No usable boost::graph found
## ---------------- ##
## 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=c++11
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_SPARSEHASH_CFLAGS_set=
ac_cv_env_SPARSEHASH_CFLAGS_value=
ac_cv_env_SPARSEHASH_LIBS_set=
ac_cv_env_SPARSEHASH_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
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_boost_graph___exit=no
ac_cv_lib_boost_graph_mt___exit=no
ac_cv_lib_boost_graph_mt_py2_5___exit=no
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=/home/arjun/Software/anaconda/bin/python
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_strerror='none required'
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_pathless_PYTHON=python
am_cv_prog_cc_c_o=yes
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/arjun/Software/pypack/graph-tool/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/arjun/Software/pypack/graph-tool/missing autoconf'
AUTOHEADER='${SHELL} /home/arjun/Software/pypack/graph-tool/missing autoheader'
AUTOMAKE='${SHELL} /home/arjun/Software/pypack/graph-tool/missing automake-1.14'
AWK='gawk'
BOOST_CPPFLAGS='-I/usr/include'
BOOST_GRAPH_LIB=''
BOOST_IOSTREAMS_LIB='boost_iostreams'
BOOST_LDFLAGS='-L/usr/lib'
BOOST_PYTHON_LIB='boost_python'
BOOST_REGEX_LIB='boost_regex'
CAIROMM_CFLAGS=''
CAIROMM_LIBS=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CGAL_FLAGS=''
CGAL_LIBADD=''
CPP='gcc -E'
CPPFLAGS=' -I/home/arjun/Software/anaconda/include/python2.7'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wall -Wextra -ftemplate-backtrace-limit=0 -std=c++11 -DNDEBUG -std=gnu++11 -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GRAPH_TOOL_VERSION_MAJOR='2'
GRAPH_TOOL_VERSION_MICRO='44dev'
GRAPH_TOOL_VERSION_MINOR='2'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=' -L/home/arjun/Software/anaconda/lib -lpython2.7'
LIBOBJS=''
LIBS='-lexpat -lbz2 -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/arjun/Software/pypack/graph-tool/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MOD_CPPFLAGS=''
MOD_DIR='/home/arjun/Software/anaconda/lib/python2.7/site-packages/graph_tool'
MOD_LDFLAGS=''
MOD_LIBADD=''
NM='/usr/bin/nm -B'
NMEDIT=''
NO_INLINE_FALSE=''
NO_INLINE_TRUE='#'
NO_PREFIX_PACKAGE_DATA_DIR=''
NO_PREFIX_PACKAGE_DOC_DIR=''
OBJDUMP='objdump'
OBJEXT='o'
OPENMP_LDFLAGS=''
OTOOL64=''
OTOOL=''
PACKAGE='graph-tool'
PACKAGE_BUGREPORT='http://graph-tool.skewed.de/tickets'
PACKAGE_DATA_DIR=''
PACKAGE_DOC_DIR=''
PACKAGE_NAME='graph-tool'
PACKAGE_STRING='graph-tool 2.2.44dev'
PACKAGE_TARNAME='graph-tool'
PACKAGE_URL='http://graph-tool.skewed.de'
PACKAGE_VERSION='2.2.44dev'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON='/home/arjun/Software/anaconda/bin/python'
PYTHON_CPPFLAGS='-I/home/arjun/Software/anaconda/include/python2.7'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS='-lpthread -ldl -lutil -lm'
PYTHON_FULL_VERSION='2.7.10'
PYTHON_LDFLAGS='-L/home/arjun/Software/anaconda/lib -lpython2.7'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/home/arjun/Software/anaconda/lib/python2.7/site-packages'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SPARSEHASH_CFLAGS=''
SPARSEHASH_LIBS=''
STRIP='strip'
VERSION='2.2.44dev'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/arjun/Software/pypack/graph-tool/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/graph-tool'
pkgpythondir='${pythondir}/graph-tool'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.2.44dev"
#define PACKAGE_STRING "graph-tool 2.2.44dev"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.2.44dev"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBM 1
#define HAVE_LIBBZ2 1
#define HAVE_LIBEXPAT 1
#define HAVE_PYTHON "2.7"
#define HAVE_BOOST /**/
#define HAVE_BOOST_PYTHON /**/
#define HAVE_BOOST_IOSTREAMS /**/
#define HAVE_BOOST_REGEX /**/
#define HAVE_BOOST_GRAPH /**/
configure: exit 1
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool