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.16dev, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --disable-debug --disable-dependency-tracking ## --------- ## ## Platform. ## ## --------- ## hostname = tyler.local uname -m = x86_64 uname -r = 11.2.0 uname -s = Darwin uname -v = Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 Kernel configured for up to 2 processors. 2 processors are physically available. 2 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 Primary memory available: 4.00 gigabytes Default processor set: 133 tasks, 684 threads, 2 processors Load average: 0.50, Mach factor: 1.49 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/share/python PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/X11/bin PATH: /opt/hadoop/hadoop-0.20.204.0/bin/ PATH: /Users/hammer/AWS/ec2-api-tools-1.5.0.0//bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1929: checking for a BSD-compatible install configure:1985: result: /usr/bin/install -c configure:1996: checking whether build environment is sane configure:2039: result: yes configure:2067: checking for a thread-safe mkdir -p configure:2106: result: ./install-sh -c -d configure:2119: checking for gawk configure:2149: result: no configure:2119: checking for mawk configure:2149: result: no configure:2119: checking for nawk configure:2149: result: no configure:2119: checking for awk configure:2135: found /usr/bin/awk configure:2146: result: awk configure:2157: checking whether make sets $(MAKE) configure:2178: result: yes configure:2379: checking for style of include used by make configure:2407: result: GNU configure:2477: checking for gcc configure:2493: found /usr/bin/gcc configure:2504: result: gcc configure:2742: checking for C compiler version configure:2749: gcc --version >&5 i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) Copyright (C) 2007 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:2752: $? = 0 configure:2759: gcc -v >&5 Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) configure:2762: $? = 0 configure:2769: gcc -V >&5 llvm-gcc-4.2: argument to `-V' is missing configure:2772: $? = 1 configure:2795: checking for C compiler default output file name configure:2822: gcc conftest.c >&5 configure:2825: $? = 0 configure:2863: result: a.out configure:2880: checking whether the C compiler works configure:2890: ./a.out configure:2893: $? = 0 configure:2910: result: yes configure:2917: checking whether we are cross compiling configure:2919: result: no configure:2922: checking for suffix of executables configure:2929: gcc -o conftest conftest.c >&5 configure:2932: $? = 0 configure:2956: result: configure:2962: checking for suffix of object files configure:2988: gcc -c conftest.c >&5 configure:2991: $? = 0 configure:3014: result: o configure:3018: checking whether we are using the GNU C compiler configure:3047: gcc -c conftest.c >&5 configure:3053: $? = 0 configure:3070: result: yes configure:3075: checking whether gcc accepts -g configure:3105: gcc -c -g conftest.c >&5 configure:3111: $? = 0 configure:3210: result: yes configure:3227: checking for gcc option to accept ISO C89 configure:3301: gcc -c -g -O2 conftest.c >&5 configure:3307: $? = 0 configure:3330: result: none needed configure:3350: checking dependency style of gcc configure:3441: result: none configure:3457: checking whether gcc and cc understand -c and -o together configure:3492: gcc -c conftest.c -o conftest2.o >&5 configure:3495: $? = 0 configure:3501: gcc -c conftest.c -o conftest2.o >&5 configure:3504: $? = 0 configure:3515: cc -c conftest.c >&5 configure:3518: $? = 0 configure:3526: cc -c conftest.c -o conftest2.o >&5 configure:3529: $? = 0 configure:3535: cc -c conftest.c -o conftest2.o >&5 configure:3538: $? = 0 configure:3556: result: yes configure:3587: checking for library containing strerror configure:3628: gcc -o conftest -g -O2 conftest.c >&5 configure:3634: $? = 0 configure:3662: result: none required configure:3683: checking how to run the C preprocessor configure:3723: gcc -E conftest.c configure:3729: $? = 0 configure:3760: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3766: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include configure:3799: result: gcc -E configure:3828: gcc -E conftest.c configure:3834: $? = 0 configure:3865: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3871: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include configure:3909: checking for grep that handles long lines and -e configure:3983: result: /usr/bin/grep configure:3988: checking for egrep configure:4066: result: /usr/bin/grep -E configure:4072: checking for AIX configure:4094: result: no configure:4100: checking for ANSI C header files configure:4130: gcc -c -g -O2 conftest.c >&5 configure:4136: $? = 0 configure:4235: gcc -o conftest -g -O2 conftest.c >&5 configure:4238: $? = 0 configure:4244: ./conftest configure:4247: $? = 0 configure:4264: result: yes configure:4288: checking for sys/types.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4288: checking for sys/stat.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4288: checking for stdlib.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4288: checking for string.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4288: checking for memory.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4288: checking for strings.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4288: checking for inttypes.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4288: checking for stdint.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4288: checking for unistd.h configure:4309: gcc -c -g -O2 conftest.c >&5 configure:4315: $? = 0 configure:4331: result: yes configure:4353: checking minix/config.h usability configure:4370: gcc -c -g -O2 conftest.c >&5 conftest.c:54:26: error: minix/config.h: No such file or directory configure:4376: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4390: result: no configure:4394: checking minix/config.h presence configure:4409: gcc -E conftest.c conftest.c:21:26: error: minix/config.h: No such file or directory configure:4415: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4429: result: no configure:4462: checking for minix/config.h configure:4469: result: no configure:4508: checking whether it is safe to define __EXTENSIONS__ configure:4536: gcc -c -g -O2 conftest.c >&5 configure:4542: $? = 0 configure:4557: result: yes configure:4631: checking for g++ configure:4647: found /usr/bin/g++ configure:4658: result: g++ configure:4689: checking for C++ compiler version configure:4696: g++ --version >&5 i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) Copyright (C) 2007 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:4699: $? = 0 configure:4706: g++ -v >&5 Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) configure:4709: $? = 0 configure:4716: g++ -V >&5 llvm-g++-4.2: argument to `-V' is missing configure:4719: $? = 1 configure:4722: checking whether we are using the GNU C++ compiler configure:4751: g++ -c conftest.cpp >&5 configure:4757: $? = 0 configure:4774: result: yes configure:4779: checking whether g++ accepts -g configure:4809: g++ -c -g conftest.cpp >&5 configure:4815: $? = 0 configure:4914: result: yes configure:4939: checking dependency style of g++ configure:5030: result: none configure:5053: checking for gcc option to accept ISO C99 configure:5212: g++ -c conftest.cpp >&5 conftest.cpp:74: error: expected ',' or '...' before 'text' conftest.cpp: In function 'int test_restrict(const char*)': conftest.cpp:79: error: 'text' was not declared in this scope conftest.cpp: In function 'int main()': conftest.cpp:128: error: expected initializer before 'newvar' conftest.cpp:136: error: invalid conversion from 'void*' to 'incomplete_array*' conftest.cpp:143: error: expected primary-expression before '.' token conftest.cpp:144: error: expected primary-expression before '.' token conftest.cpp:145: error: expected primary-expression before '.' token conftest.cpp:154: error: 'newvar' was not declared in this scope configure:5218: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:5212: g++ -c conftest.cpp >&5 conftest.cpp:74: error: expected ',' or '...' before 'text' conftest.cpp: In function 'int test_restrict(const char*)': conftest.cpp:79: error: 'text' was not declared in this scope conftest.cpp: In function 'int main()': conftest.cpp:128: error: expected initializer before 'newvar' conftest.cpp:136: error: invalid conversion from 'void*' to 'incomplete_array*' conftest.cpp:143: error: expected primary-expression before '.' token conftest.cpp:144: error: expected primary-expression before '.' token conftest.cpp:145: error: expected primary-expression before '.' token conftest.cpp:154: error: 'newvar' was not declared in this scope configure:5218: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:5212: g++ -c conftest.cpp >&5 conftest.cpp:74: error: expected ',' or '...' before 'text' conftest.cpp: In function 'int test_restrict(const char*)': conftest.cpp:79: error: 'text' was not declared in this scope conftest.cpp: In function 'int main()': conftest.cpp:128: error: expected initializer before 'newvar' conftest.cpp:136: error: invalid conversion from 'void*' to 'incomplete_array*' conftest.cpp:143: error: expected primary-expression before '.' token conftest.cpp:144: error: expected primary-expression before '.' token conftest.cpp:145: error: expected primary-expression before '.' token conftest.cpp:154: error: 'newvar' was not declared in this scope configure:5218: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:5212: g++ -c conftest.cpp >&5 conftest.cpp:74: error: expected ',' or '...' before 'text' conftest.cpp: In function 'int test_restrict(const char*)': conftest.cpp:79: error: 'text' was not declared in this scope conftest.cpp: In function 'int main()': conftest.cpp:128: error: expected initializer before 'newvar' conftest.cpp:136: error: invalid conversion from 'void*' to 'incomplete_array*' conftest.cpp:143: error: expected primary-expression before '.' token conftest.cpp:144: error: expected primary-expression before '.' token conftest.cpp:145: error: expected primary-expression before '.' token conftest.cpp:154: error: 'newvar' was not declared in this scope configure:5218: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:5244: result: unsupported configure:5254: checking for gcc option to accept ISO C89 configure:5357: result: none needed configure:5378: checking for gcc option to accept ISO Standard C configure:5387: result: none needed configure:5400: checking how to run the C++ preprocessor configure:5436: g++ -E conftest.cpp configure:5442: $? = 0 configure:5473: g++ -E conftest.cpp conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory configure:5479: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include configure:5512: result: g++ -E configure:5541: g++ -E conftest.cpp configure:5547: $? = 0 configure:5578: g++ -E conftest.cpp conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory configure:5584: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include configure:5622: checking for ANSI C header files configure:5786: result: yes configure:5858: checking build system type configure:5876: result: i386-apple-darwin11.2.0 configure:5898: checking host system type configure:5913: result: i386-apple-darwin11.2.0 configure:5956: checking how to print strings configure:5983: result: printf configure:6004: checking for a sed that does not truncate output configure:6083: result: /usr/bin/sed configure:6101: checking for fgrep configure:6179: result: /usr/bin/grep -F configure:6214: checking for ld used by gcc configure:6281: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld configure:6290: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld configure:6305: result: no configure:6317: checking for BSD- or MS-compatible name lister (nm) configure:6366: result: /usr/bin/nm configure:6500: checking the name lister (/usr/bin/nm) interface configure:6507: g++ -c conftest.cpp >&5 configure:6510: /usr/bin/nm "conftest.o" configure:6513: output 0000000000000000 S _some_variable configure:6520: result: BSD nm configure:6523: checking whether ln -s works configure:6527: result: yes configure:6535: checking the maximum length of command line arguments configure:6660: result: 196608 configure:6677: checking whether the shell understands some XSI constructs configure:6687: result: yes configure:6691: checking whether the shell understands "+=" configure:6697: result: yes configure:6732: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files configure:6739: result: -r configure:6808: checking for objdump configure:6838: result: no configure:6871: checking how to recognize dependent libraries configure:7073: result: pass_all configure:7133: checking for ar configure:7149: found /usr/bin/ar configure:7160: result: ar configure:7242: checking for strip configure:7258: found /usr/bin/strip configure:7269: result: strip configure:7345: checking for ranlib configure:7361: found /usr/bin/ranlib configure:7372: result: ranlib configure:7478: checking command to parse /usr/bin/nm output from gcc object configure:7596: g++ -c conftest.cpp >&5 configure:7599: $? = 0 configure:7603: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7606: $? = 0 cannot find nm_test_var in conftest.nm configure:7596: g++ -c conftest.cpp >&5 configure:7599: $? = 0 configure:7603: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm configure:7606: $? = 0 configure:7660: g++ -o conftest conftest.cpp conftstm.o >&5 configure:7663: $? = 0 configure:7701: result: ok configure:7990: checking for dsymutil configure:8006: found /usr/bin/dsymutil configure:8017: result: dsymutil configure:8086: checking for nmedit configure:8102: found /usr/bin/nmedit configure:8113: result: nmedit configure:8182: checking for lipo configure:8198: found /usr/bin/lipo configure:8209: result: lipo configure:8278: checking for otool configure:8294: found /usr/bin/otool configure:8305: result: otool configure:8374: checking for otool64 configure:8404: result: no configure:8453: checking for -single_module linker flag gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c configure:8480: result: yes configure:8482: checking for -exported_symbols_list linker flag configure:8512: g++ -o conftest -Wl,-exported_symbols_list,conftest.sym conftest.cpp >&5 configure:8518: $? = 0 configure:8537: result: yes configure:8539: checking for -force_load linker flag gcc -g -O2 -c -o conftest.o conftest.c ar cru libconftest.a conftest.o ranlib libconftest.a gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a configure:8569: result: yes configure:8610: checking for dlfcn.h configure:8631: g++ -c conftest.cpp >&5 configure:8637: $? = 0 configure:8653: result: yes configure:8810: checking for objdir configure:8825: result: .libs configure:9092: checking if gcc supports -fno-rtti -fno-exceptions configure:9110: 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:9114: $? = 0 configure:9127: result: no configure:9147: checking for gcc option to produce PIC configure:9432: result: -fno-common -DPIC configure:9444: checking if gcc PIC flag -fno-common -DPIC works configure:9462: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 configure:9466: $? = 0 configure:9479: result: yes configure:9503: checking if gcc static flag -static works configure:9531: result: no configure:9546: checking if gcc supports -c -o file.o configure:9567: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9571: $? = 0 configure:9593: result: yes configure:9601: checking if gcc supports -c -o file.o configure:9648: result: yes configure:9681: checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries configure:10832: result: yes configure:11077: checking dynamic linker characteristics configure:11782: result: darwin11.2.0 dyld configure:11889: checking how to hardcode library paths into programs configure:11914: result: immediate configure:12739: checking whether stripping libraries is possible configure:12753: result: yes configure:12779: checking if libtool supports shared libraries configure:12781: result: yes configure:12784: checking whether to build shared libraries configure:12805: result: yes configure:12808: checking whether to build static libraries configure:12812: result: no configure:12835: checking how to run the C++ preprocessor configure:12947: result: g++ -E configure:12976: g++ -E conftest.cpp configure:12982: $? = 0 configure:13013: g++ -E conftest.cpp conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory configure:13019: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:13196: checking for ld used by g++ configure:13263: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld configure:13272: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld configure:13287: result: no configure:13342: checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries configure:14328: result: yes configure:14356: g++ -c conftest.cpp >&5 configure:14359: $? = 0 configure:14541: checking for g++ option to produce PIC configure:14863: result: -fno-common -DPIC configure:14872: checking if g++ PIC flag -fno-common -DPIC works configure:14890: g++ -c -fno-common -DPIC -DPIC conftest.cpp >&5 configure:14894: $? = 0 configure:14907: result: yes configure:14928: checking if g++ static flag -static works configure:14956: result: no configure:14968: checking if g++ supports -c -o file.o configure:14989: g++ -c -o out/conftest2.o conftest.cpp >&5 configure:14993: $? = 0 configure:15015: result: yes configure:15020: checking if g++ supports -c -o file.o configure:15067: result: yes configure:15097: checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries configure:15125: result: yes configure:15268: checking dynamic linker characteristics configure:15907: result: darwin11.2.0 dyld configure:15960: checking how to hardcode library paths into programs configure:15985: result: immediate configure:16056: checking for a BSD-compatible install configure:16112: result: /usr/bin/install -c configure:16123: checking target system type configure:16138: result: i386-apple-darwin11.2.0 configure:16170: checking whether to enable debug info... configure:16185: result: no configure:16200: checking whether to enable function inlining... configure:16222: result: yes configure:16237: checking whether to enable optimizations... configure:16253: result: yes configure:16259: checking whether to enable symbol visibility manipulation... configure:16275: result: yes configure:16283: checking whether to enable graph filtering... configure:16302: result: yes configure:16310: checking whether to enable parallel algorithms with openmp... configure:16333: result: no configure:16347: checking for main in -lm configure:16376: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lm >&5 configure:16382: $? = 0 configure:16400: result: yes configure:16413: checking for main in -lbz2 configure:16442: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lbz2 -lm >&5 configure:16448: $? = 0 configure:16466: result: yes configure:16479: checking for main in -lexpat configure:16508: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lexpat -lbz2 -lm >&5 configure:16514: $? = 0 configure:16532: result: yes configure:16553: checking for python configure:16571: found /usr/local/bin/python configure:16583: result: /usr/local/bin/python configure:16601: checking for a version of Python >= '2.1.0' configure:16636: result: yes configure:16644: checking for a version of Python 2.5 configure:16650: result: yes configure:16673: checking for the distutils Python package configure:16677: result: yes configure:16695: checking for Python include path configure:16705: result: -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 configure:16712: checking for Python library path configure:16734: result: -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 configure:16741: checking for Python site-packages path configure:16747: result: /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages configure:16754: checking python extra libraries configure:16761: result: -ldl -framework CoreFoundation configure:16768: checking python extra linking flags configure:16775: result: -u _PyMac_Error Python.framework/Versions/2.7/Python configure:16782: checking consistency of all components of python development environment configure:16818: gcc -o conftest -g -O2 -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 >&5 In file included from /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:126, from conftest.c:31: /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/modsupport.h:27: warning: 'PyArg_ParseTuple' is an unrecognized format function type configure:16824: $? = 0 configure:16841: result: yes configure:16885: checking for python build information configure:16887: result: configure:16900: checking for python2.7 configure:16916: found /usr/local/bin/python2.7 configure:16927: result: python2.7 configure:16941: checking for main in -lpython2.7 configure:16970: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp -lpython2.7 >&5 configure:16976: $? = 0 configure:16995: result: yes configure:17015: checking python2.7/Python.h usability configure:17032: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas conftest.cpp >&5 configure:17038: $? = 0 configure:17052: result: yes configure:17056: checking python2.7/Python.h presence configure:17071: g++ -E conftest.cpp configure:17077: $? = 0 configure:17091: result: yes configure:17124: checking for python2.7/Python.h configure:17132: result: yes configure:17160: result: results of the Python check: configure:17162: result: Binary: python2.7 configure:17164: result: Library: python2.7 configure:17166: result: Include Dir: /Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 configure:17184: checking whether python version >= 2.5 configure:17193: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:17196: $? = 0 configure:17198: result: yes configure:17293: checking for python version configure:17300: result: 2.7 configure:17312: checking for python platform configure:17319: result: darwin configure:17326: checking for python script directory configure:17334: result: ${prefix}/lib/python2.7/site-packages configure:17343: checking for python extension module directory configure:17351: result: ${exec_prefix}/lib/python2.7/site-packages configure:17417: checking for boostlib >= 1.38.0 configure:17481: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include conftest.cpp >&5 configure:17487: $? = 0 configure:17493: result: yes configure:17665: checking whether the Boost::Python library is available configure:17705: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.cpp >&5 configure:17711: $? = 0 configure:17734: result: yes configure:17754: checking for exit in -lboost_python configure:17789: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lboost_python >&5 ld: library not found for -lboost_python collect2: ld returned 1 exit status configure:17795: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _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_BOOST | #define HAVE_BOOST_PYTHON | /* 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:17814: result: no configure:17754: checking for exit in -lboost_python configure:17814: result: no configure:17754: checking for exit in -lboost_python-mt configure:17789: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lboost_python-mt >&5 configure:17795: $? = 0 configure:17814: result: yes configure:17829: checking whether the Boost::Iostreams library is available configure:17873: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.cpp >&5 configure:17879: $? = 0 configure:17902: result: yes configure:17922: checking for exit in -lboost_iostreams configure:17957: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lboost_iostreams >&5 ld: library not found for -lboost_iostreams collect2: ld returned 1 exit status configure:17963: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _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_BOOST | #define HAVE_BOOST_PYTHON | #define HAVE_BOOST_IOSTREAMS | /* 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:17982: result: no configure:17922: checking for exit in -lboost_iostreams configure:17982: result: no configure:17922: checking for exit in -lboost_iostreams-mt configure:17957: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lboost_iostreams-mt >&5 configure:17963: $? = 0 configure:17982: result: yes configure:17997: checking whether the Boost::Regex library is available configure:18036: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.cpp >&5 configure:18042: $? = 0 configure:18065: result: yes configure:18085: checking for exit in -lboost_regex configure:18120: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lboost_regex >&5 ld: library not found for -lboost_regex collect2: ld returned 1 exit status configure:18126: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _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_BOOST | #define HAVE_BOOST_PYTHON | #define HAVE_BOOST_IOSTREAMS | #define HAVE_BOOST_REGEX | /* 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:18145: result: no configure:18085: checking for exit in -lboost_regex configure:18145: result: no configure:18085: checking for exit in -lboost_regex-mt configure:18120: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lboost_regex-mt >&5 configure:18126: $? = 0 configure:18145: result: yes configure:18161: checking whether the Boost::Graph library is available configure:18202: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.cpp >&5 configure:18208: $? = 0 configure:18231: result: yes configure:18251: checking for exit in -lboost_graph configure:18286: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lboost_graph >&5 ld: library not found for -lboost_graph collect2: ld returned 1 exit status configure:18292: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "graph-tool" | #define PACKAGE_TARNAME "graph-tool" | #define PACKAGE_VERSION "2.2.16dev" | #define PACKAGE_STRING "graph-tool 2.2.16dev" | #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" | #define PACKAGE "graph-tool" | #define VERSION "2.2.16dev" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _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_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:18311: result: no configure:18251: checking for exit in -lboost_graph configure:18311: result: no configure:18251: checking for exit in -lboost_graph-mt configure:18286: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lboost_graph-mt >&5 configure:18292: $? = 0 configure:18311: result: yes configure:18330: checking for main in -lCGAL configure:18359: g++ -o conftest -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 conftest.cpp -lCGAL >&5 configure:18365: $? = 0 configure:18383: result: yes configure:18408: checking python2.7 module: numpy configure:18413: result: yes configure:18439: checking for /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h configure:18460: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include conftest.cpp >&5 In file included from /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:126, from conftest.cpp:36: /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/modsupport.h:27: warning: 'PyArg_ParseTuple' is an unrecognized format function type configure:18466: $? = 0 configure:18482: result: yes configure:18502: checking python2.7 module: scipy configure:18507: result: yes configure:18543: checking /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/weave/scxx/object.h usability configure:18560: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy conftest.cpp >&5 In file included from /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:126, from /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/weave/scxx/object.h:11, from conftest.cpp:69: /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7/modsupport.h:27: warning: 'PyArg_ParseTuple' is an unrecognized format function type configure:18566: $? = 0 configure:18580: result: yes configure:18584: checking /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/weave/scxx/object.h presence configure:18599: g++ -E -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy conftest.cpp configure:18605: $? = 0 configure:18619: result: yes configure:18652: checking for /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/weave/scxx/object.h configure:18660: result: yes configure:18689: checking expat.h usability configure:18706: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy conftest.cpp >&5 configure:18712: $? = 0 configure:18726: result: yes configure:18730: checking expat.h presence configure:18745: g++ -E -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy conftest.cpp configure:18751: $? = 0 configure:18765: result: yes configure:18798: checking for expat.h configure:18805: result: yes configure:18829: checking CGAL/version.h usability configure:18846: g++ -c -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy conftest.cpp >&5 configure:18852: $? = 0 configure:18866: result: yes configure:18870: checking CGAL/version.h presence configure:18885: g++ -E -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy conftest.cpp configure:18891: $? = 0 configure:18905: result: yes configure:18938: checking for CGAL/version.h configure:18945: result: yes configure:19222: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by graph-tool config.status 2.2.16dev, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on tyler.local config.status:969: creating Makefile config.status:969: creating src/Makefile config.status:969: creating src/graph/Makefile config.status:969: creating src/graph/correlations/Makefile config.status:969: creating src/graph/generation/Makefile config.status:969: creating src/graph/stats/Makefile config.status:969: creating src/graph/centrality/Makefile config.status:969: creating src/graph/clustering/Makefile config.status:969: creating src/graph/community/Makefile config.status:969: creating src/graph/util/Makefile config.status:969: creating src/graph/topology/Makefile config.status:969: creating src/graph/flow/Makefile config.status:969: creating src/graph/layout/Makefile config.status:969: creating src/graph/search/Makefile config.status:969: creating src/graph_tool/Makefile config.status:969: creating config.h config.status:1225: config.h is unchanged config.status:1271: executing depfiles commands config.status:1271: executing libtool commands configure:21737: Modifying libtool to correctly link libstdc++ before anything else... ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_boost_graph=yes ac_cv_boost_iostreams=yes ac_cv_boost_python=yes ac_cv_boost_regex=yes ac_cv_build=i386-apple-darwin11.2.0 ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PYTHON_VERSION_set= ac_cv_env_PYTHON_VERSION_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_local_Cellar_python_2_7_2_Frameworks_Python_framework_Versions_2_7_lib_python2_7_site_packages_numpy_core_include_numpy_arrayobject_h=yes ac_cv_header__usr_local_Cellar_python_2_7_2_Frameworks_Python_framework_Versions_2_7_lib_python2_7_site_packages_scipy_weave_scxx_object_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_python2_7_Python_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-apple-darwin11.2.0 ac_cv_lib_CGAL_main=yes ac_cv_lib_boost_graph___exit=no ac_cv_lib_boost_graph_mt___exit=yes ac_cv_lib_boost_iostreams___exit=no ac_cv_lib_boost_iostreams_mt___exit=yes ac_cv_lib_boost_python___exit=no ac_cv_lib_boost_python_mt___exit=yes ac_cv_lib_boost_regex___exit=no ac_cv_lib_boost_regex_mt___exit=yes ac_cv_lib_bz2_main=yes ac_cv_lib_expat_main=yes ac_cv_lib_m_main=yes ac_cv_lib_python2_7___main=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PYTHON=/usr/local/bin/python ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_PYTHON_BIN=python2.7 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_DSYMUTIL=dsymutil ac_cv_prog_ac_ct_LIPO=lipo ac_cv_prog_ac_ct_NMEDIT=nmedit ac_cv_prog_ac_ct_OTOOL=otool 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_gcc_c_o=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=i386-apple-darwin11.2.0 am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_python_platform=darwin 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_apple_cc_single_mod=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_exported_symbols_list=yes lt_cv_ld_force_load=yes lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld lt_cv_path_LDCXX=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld lt_cv_path_NM=/usr/bin/nm lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes 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=no lt_cv_prog_gnu_ldcxx=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=196608 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /Users/hammer/Code/graph-tool/missing --run aclocal-1.10' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} /Users/hammer/Code/graph-tool/missing --run tar' AR='ar' AUTOCONF='${SHELL} /Users/hammer/Code/graph-tool/missing --run autoconf' AUTOHEADER='${SHELL} /Users/hammer/Code/graph-tool/missing --run autoheader' AUTOMAKE='${SHELL} /Users/hammer/Code/graph-tool/missing --run automake-1.10' AWK='awk' BOOST_CPPFLAGS='-I/usr/local/include' BOOST_GRAPH_LIB='boost_graph-mt' BOOST_IOSTREAMS_LIB='boost_iostreams-mt' BOOST_LDFLAGS='-L/usr/local/lib' BOOST_PYTHON_LIB='boost_python-mt' BOOST_REGEX_LIB='boost_regex-mt' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CGAL_FLAGS='-frounding-math' CGAL_LIBADD='-lCGAL -lgmp' CPP='gcc -E' CPPFLAGS=' -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS=' -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DSYMUTIL='dsymutil' DUMPBIN='' ECHO_C='ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' GRAPH_TOOL_VERSION_MAJOR='2' GRAPH_TOOL_VERSION_MICRO='16dev' GRAPH_TOOL_VERSION_MINOR='2' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld' LDFLAGS=' -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7' LIBOBJS='' LIBS='-lCGAL ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='lipo' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /Users/hammer/Code/graph-tool/missing --run makeinfo' MOD_CPPFLAGS='-I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../boost-workaround -DHAVE_CONFIG_H' MOD_DIR='${prefix}/lib/python2.7/site-packages/graph_tool' MOD_LDFLAGS='-module -dynamiclib' MOD_LIBADD='-L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 -lboost_iostreams-mt -lboost_python-mt -lboost_regex-mt -lexpat' NM='/usr/bin/nm' NMEDIT='nmedit' NO_INLINE_FALSE='' NO_INLINE_TRUE='#' NO_PREFIX_PACKAGE_DATA_DIR='share/graph-tool' NO_PREFIX_PACKAGE_DOC_DIR='doc/graph-tool' OBJDUMP='false' OBJEXT='o' OPENMP_LDFLAGS='' OTOOL64=':' OTOOL='otool' PACKAGE='graph-tool' PACKAGE_BUGREPORT='http://graph-tool.skewed.de' PACKAGE_DATA_DIR='/usr/local/share/graph-tool' PACKAGE_DOC_DIR='/usr/local/doc/graph-tool' PACKAGE_NAME='graph-tool' PACKAGE_STRING='graph-tool 2.2.16dev' PACKAGE_TARNAME='graph-tool' PACKAGE_VERSION='2.2.16dev' PATH_SEPARATOR=':' PYTHON='python2.7' PYTHON_BIN='python2.7' PYTHON_CPPFLAGS='-I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error Python.framework/Versions/2.7/Python' PYTHON_EXTRA_LIBS=' -ldl -framework CoreFoundation' PYTHON_INCLUDE_DIR='/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7' PYTHON_LDFLAGS='-L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7' PYTHON_LIB='python2.7' PYTHON_PLATFORM='darwin' PYTHON_PREFIX='${prefix}' PYTHON_SITE_PKG='/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages' PYTHON_VERSION='2.7' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='2.2.16dev' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-apple-darwin11.2.0' build_alias='' build_cpu='i386' build_os='darwin11.2.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-apple-darwin11.2.0' host_alias='' host_cpu='i386' host_os='darwin11.2.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /Users/hammer/Code/graph-tool/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(top_builddir)/./install-sh -c -d' 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='i386-apple-darwin11.2.0' target_alias='' target_cpu='i386' target_os='darwin11.2.0' target_vendor='apple' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "graph-tool" #define PACKAGE_TARNAME "graph-tool" #define PACKAGE_VERSION "2.2.16dev" #define PACKAGE_STRING "graph-tool 2.2.16dev" #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de" #define PACKAGE "graph-tool" #define VERSION "2.2.16dev" #define _GNU_SOURCE 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _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_BOOST #define HAVE_BOOST_PYTHON #define HAVE_BOOST_IOSTREAMS #define HAVE_BOOST_REGEX #define HAVE_BOOST_GRAPH #define HAVE_LIBCGAL 1 #define HAVE_SCIPY 1 #define INSTALL_PREFIX "/usr/local" #define PYTHON_DIR "/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages" #define CXXFLAGS " -Wall -ftemplate-depth-150 -Wno-deprecated -Wno-unknown-pragmas -O99 -fvisibility=default -fvisibility-inlines-hidden -Wno-unknown-pragmas" #define CPPFLAGS " -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/include -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy -I/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy" #define LDFLAGS " -L/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7" #define PACKAGE_DATA_DIR "/usr/local/share/graph-tool" #define PACKAGE_DOC_DIR "/usr/local/doc/graph-tool" #define PACKAGE_SOURCE_DIR "/Users/hammer/Code/graph-tool" #define AUTHOR "Tiago de Paula Peixoto " #define COPYRIGHT "Copyright (C) 2006-2011 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 "77ef683f" #define GIT_COMMIT_DATE "Thu Dec 29 23:59:42 2011 -0200" #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) configure: exit 0