Created
December 5, 2013 12:18
-
-
Save Zhomart/7804325 to your computer and use it in GitHub Desktop.
/Users/zhomart/Library/Logs/Homebrew/libtorrent-rasterbar/config.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /Users/zhomart/Library/Logs/Homebrew/libtorrent-rasterbar/config.log | |
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by libtorrent-rasterbar configure 0.16.12, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libtorrent-rasterbar/0.16.12 --enable-python-binding | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Zhomarts-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 13.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/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 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 189 tasks, 998 threads, 8 processors | |
Load average: 1.81, Mach factor: 6.18 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/opt/python/bin | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2524: checking whether make supports nested variables | |
configure:2541: result: yes | |
configure:2626: checking for gcc | |
configure:2653: result: clang | |
configure:2882: checking for C compiler version | |
configure:2891: clang --version >&5 | |
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin13.0.0 | |
Thread model: posix | |
configure:2902: $? = 0 | |
configure:2891: clang -v >&5 | |
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin13.0.0 | |
Thread model: posix | |
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
implicit entry/start for main executable | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:2902: $? = 1 | |
configure:2891: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:2902: $? = 1 | |
configure:2891: clang -qversion >&5 | |
clang: warning: argument unused during compilation: '-qversion' | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
implicit entry/start for main executable | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:2902: $? = 1 | |
configure:2922: checking whether the C compiler works | |
configure:2944: clang conftest.c >&5 | |
configure:2948: $? = 0 | |
configure:2996: result: yes | |
configure:2999: checking for C compiler default output file name | |
configure:3001: result: a.out | |
configure:3007: checking for suffix of executables | |
configure:3014: clang -o conftest conftest.c >&5 | |
configure:3018: $? = 0 | |
configure:3040: result: | |
configure:3062: checking whether we are cross compiling | |
configure:3070: clang -o conftest conftest.c >&5 | |
configure:3074: $? = 0 | |
configure:3081: ./conftest | |
configure:3085: $? = 0 | |
configure:3100: result: no | |
configure:3105: checking for suffix of object files | |
configure:3127: clang -c conftest.c >&5 | |
configure:3131: $? = 0 | |
configure:3152: result: o | |
configure:3156: checking whether we are using the GNU C compiler | |
configure:3175: clang -c conftest.c >&5 | |
configure:3175: $? = 0 | |
configure:3184: result: yes | |
configure:3193: checking whether clang accepts -g | |
configure:3213: clang -c -g conftest.c >&5 | |
configure:3213: $? = 0 | |
configure:3254: result: yes | |
configure:3271: checking for clang option to accept ISO C89 | |
configure:3334: clang -c -g -O2 conftest.c >&5 | |
configure:3334: $? = 0 | |
configure:3347: result: none needed | |
configure:3375: checking whether clang understands -c and -o together | |
configure:3397: clang -c conftest.c -o conftest2.o | |
configure:3400: $? = 0 | |
configure:3397: clang -c conftest.c -o conftest2.o | |
configure:3400: $? = 0 | |
configure:3412: result: yes | |
configure:3434: checking how to run the C preprocessor | |
configure:3465: clang -E conftest.c | |
configure:3465: $? = 0 | |
configure:3479: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3479: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3504: result: clang -E | |
configure:3524: clang -E conftest.c | |
configure:3524: $? = 0 | |
configure:3538: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3538: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3567: checking whether clang and cc understand -c and -o together | |
configure:3598: clang -c conftest.c -o conftest2.o >&5 | |
configure:3602: $? = 0 | |
configure:3608: clang -c conftest.c -o conftest2.o >&5 | |
configure:3612: $? = 0 | |
configure:3623: cc -c conftest.c >&5 | |
configure:3627: $? = 0 | |
configure:3635: cc -c conftest.c -o conftest2.o >&5 | |
configure:3639: $? = 0 | |
configure:3645: cc -c conftest.c -o conftest2.o >&5 | |
configure:3649: $? = 0 | |
configure:3667: result: yes | |
configure:3789: checking for C++ compiler version | |
configure:3798: clang++ --version >&5 | |
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin13.0.0 | |
Thread model: posix | |
configure:3809: $? = 0 | |
configure:3798: clang++ -v >&5 | |
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin13.0.0 | |
Thread model: posix | |
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
implicit entry/start for main executable | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:3809: $? = 1 | |
configure:3798: clang++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3809: $? = 1 | |
configure:3798: clang++ -qversion >&5 | |
clang: warning: argument unused during compilation: '-qversion' | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
implicit entry/start for main executable | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:3809: $? = 1 | |
configure:3813: checking whether we are using the GNU C++ compiler | |
configure:3832: clang++ -c conftest.cpp >&5 | |
configure:3832: $? = 0 | |
configure:3841: result: yes | |
configure:3850: checking whether clang++ accepts -g | |
configure:3870: clang++ -c -g conftest.cpp >&5 | |
configure:3870: $? = 0 | |
configure:3911: result: yes | |
configure:3939: checking how to run the C++ preprocessor | |
configure:3966: clang++ -E conftest.cpp | |
configure:3966: $? = 0 | |
configure:3980: clang++ -E conftest.cpp | |
conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3980: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4005: result: clang++ -E | |
configure:4025: clang++ -E conftest.cpp | |
configure:4025: $? = 0 | |
configure:4039: clang++ -E conftest.cpp | |
conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4039: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4072: checking whether clang++ understands -c and -o together | |
configure:4096: clang++ -g -O2 -c conftest.cpp -o conftest2.o >&5 | |
configure:4100: $? = 0 | |
configure:4107: clang++ -g -O2 -c conftest.cpp -o conftest2.o >&5 | |
configure:4111: $? = 0 | |
configure:4119: result: yes | |
configure:4139: checking build system type | |
configure:4153: result: x86_64-apple-darwin13.0.0 | |
configure:4173: checking host system type | |
configure:4186: result: x86_64-apple-darwin13.0.0 | |
configure:4206: checking target system type | |
configure:4219: result: x86_64-apple-darwin13.0.0 | |
configure:4264: checking for a BSD-compatible install | |
configure:4332: result: /usr/bin/install -c | |
configure:4343: checking whether build environment is sane | |
configure:4398: result: yes | |
configure:4546: checking for a thread-safe mkdir -p | |
configure:4585: result: build-aux/install-sh -c -d | |
configure:4592: checking for gawk | |
configure:4622: result: no | |
configure:4592: checking for mawk | |
configure:4622: result: no | |
configure:4592: checking for nawk | |
configure:4622: result: no | |
configure:4592: checking for awk | |
configure:4608: found /usr/bin/awk | |
configure:4619: result: awk | |
configure:4630: checking whether make sets $(MAKE) | |
configure:4652: result: yes | |
configure:4682: checking for style of include used by make | |
configure:4710: result: GNU | |
configure:4807: checking dependency style of clang | |
configure:4918: result: none | |
configure:4935: checking dependency style of clang++ | |
configure:5046: result: none | |
configure:5154: checking how to print strings | |
configure:5181: result: printf | |
configure:5202: checking for a sed that does not truncate output | |
configure:5266: result: /usr/local/Library/ENV/4.3/sed | |
configure:5284: checking for grep that handles long lines and -e | |
configure:5342: result: /usr/bin/grep | |
configure:5347: checking for egrep | |
configure:5409: result: /usr/bin/grep -E | |
configure:5414: checking for fgrep | |
configure:5476: result: /usr/bin/grep -F | |
configure:5511: checking for ld used by clang | |
configure:5578: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:5585: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:5600: result: no | |
configure:5612: checking for BSD- or MS-compatible name lister (nm) | |
configure:5661: result: /usr/bin/nm | |
configure:5791: checking the name lister (/usr/bin/nm) interface | |
configure:5798: clang -c -g -O2 conftest.c >&5 | |
configure:5801: /usr/bin/nm "conftest.o" | |
configure:5804: output | |
000000000000022c S _some_variable | |
configure:5811: result: BSD nm | |
configure:5814: checking whether ln -s works | |
configure:5818: result: yes | |
configure:5826: checking the maximum length of command line arguments | |
configure:5956: result: 196608 | |
configure:5973: checking whether the shell understands some XSI constructs | |
configure:5983: result: yes | |
configure:5987: checking whether the shell understands "+=" | |
configure:5993: result: yes | |
configure:6028: checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format | |
configure:6068: result: func_convert_file_noop | |
configure:6075: checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format | |
configure:6095: result: func_convert_file_noop | |
configure:6102: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:6109: result: -r | |
configure:6183: checking for objdump | |
configure:6213: result: no | |
configure:6242: checking how to recognize dependent libraries | |
configure:6444: result: pass_all | |
configure:6529: checking for dlltool | |
configure:6559: result: no | |
configure:6589: checking how to associate runtime and link libraries | |
configure:6616: result: printf %s\n | |
configure:6677: checking for ar | |
configure:6693: found /usr/bin/ar | |
configure:6704: result: ar | |
configure:6741: checking for archiver @FILE support | |
configure:6758: clang -c -g -O2 conftest.c >&5 | |
configure:6758: $? = 0 | |
configure:6761: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6764: $? = 1 | |
configure:6784: result: no | |
configure:6842: checking for strip | |
configure:6858: found /usr/bin/strip | |
configure:6869: result: strip | |
configure:6941: checking for ranlib | |
configure:6957: found /usr/bin/ranlib | |
configure:6968: result: ranlib | |
configure:7070: checking command to parse /usr/bin/nm output from clang object | |
configure:7190: clang -c -g -O2 conftest.c >&5 | |
configure:7193: $? = 0 | |
configure:7197: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7200: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:7190: clang -c -g -O2 conftest.c >&5 | |
configure:7193: $? = 0 | |
configure:7197: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7200: $? = 0 | |
configure:7266: clang -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:7269: $? = 0 | |
configure:7307: result: ok | |
configure:7344: checking for sysroot | |
configure:7374: result: no | |
configure:7630: checking for mt | |
configure:7660: result: no | |
configure:7680: checking if : is a manifest tool | |
configure:7686: : '-?' | |
configure:7694: result: no | |
configure:7750: checking for dsymutil | |
configure:7766: found /usr/bin/dsymutil | |
configure:7777: result: dsymutil | |
configure:7842: checking for nmedit | |
configure:7858: found /usr/bin/nmedit | |
configure:7869: result: nmedit | |
configure:7934: checking for lipo | |
configure:7950: found /usr/bin/lipo | |
configure:7961: result: lipo | |
configure:8026: checking for otool | |
configure:8042: found /usr/bin/otool | |
configure:8053: result: otool | |
configure:8118: checking for otool64 | |
configure:8148: result: no | |
configure:8193: checking for -single_module linker flag | |
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:8226: result: yes | |
configure:8229: checking for -exported_symbols_list linker flag | |
configure:8249: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:8249: $? = 0 | |
configure:8259: result: yes | |
configure:8262: checking for -force_load linker flag | |
clang -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8294: result: yes | |
configure:8332: checking for ANSI C header files | |
configure:8352: clang -c -g -O2 conftest.c >&5 | |
configure:8352: $? = 0 | |
configure:8425: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8425: $? = 0 | |
configure:8425: ./conftest | |
configure:8425: $? = 0 | |
configure:8436: result: yes | |
configure:8449: checking for sys/types.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8449: checking for sys/stat.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8449: checking for stdlib.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8449: checking for string.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8449: checking for memory.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8449: checking for strings.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8449: checking for inttypes.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8449: checking for stdint.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8449: checking for unistd.h | |
configure:8449: clang -c -g -O2 conftest.c >&5 | |
configure:8449: $? = 0 | |
configure:8449: result: yes | |
configure:8463: checking for dlfcn.h | |
configure:8463: clang -c -g -O2 conftest.c >&5 | |
configure:8463: $? = 0 | |
configure:8463: result: yes | |
configure:8680: checking for objdir | |
configure:8695: result: .libs | |
configure:8966: checking if clang supports -fno-rtti -fno-exceptions | |
configure:8984: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8988: $? = 0 | |
configure:9001: result: yes | |
configure:9328: checking for clang option to produce PIC | |
configure:9335: result: -fno-common -DPIC | |
configure:9343: checking if clang PIC flag -fno-common -DPIC works | |
configure:9361: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9365: $? = 0 | |
configure:9378: result: yes | |
configure:9407: checking if clang static flag -static works | |
configure:9435: result: no | |
configure:9450: checking if clang supports -c -o file.o | |
configure:9471: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9475: $? = 0 | |
configure:9497: result: yes | |
configure:9505: checking if clang supports -c -o file.o | |
configure:9552: result: yes | |
configure:9585: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:10738: result: yes | |
configure:10978: checking dynamic linker characteristics | |
configure:11711: result: darwin13.0.0 dyld | |
configure:11818: checking how to hardcode library paths into programs | |
configure:11843: result: immediate | |
configure:12383: checking whether stripping libraries is possible | |
configure:12397: result: yes | |
configure:12423: checking if libtool supports shared libraries | |
configure:12425: result: yes | |
configure:12428: checking whether to build shared libraries | |
configure:12449: result: yes | |
configure:12452: checking whether to build static libraries | |
configure:12456: result: yes | |
configure:12479: checking how to run the C++ preprocessor | |
configure:12545: result: clang++ -E | |
configure:12565: clang++ -E conftest.cpp | |
configure:12565: $? = 0 | |
configure:12579: clang++ -E conftest.cpp | |
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12579: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12748: checking for ld used by clang++ | |
configure:12815: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:12822: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:12837: result: no | |
configure:12892: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:13897: result: yes | |
configure:13933: clang++ -c -g -O2 conftest.cpp >&5 | |
configure:13936: $? = 0 | |
configure:14456: checking for clang++ option to produce PIC | |
configure:14463: result: -fno-common -DPIC | |
configure:14471: checking if clang++ PIC flag -fno-common -DPIC works | |
configure:14489: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14493: $? = 0 | |
configure:14506: result: yes | |
configure:14529: checking if clang++ static flag -static works | |
configure:14557: result: no | |
configure:14569: checking if clang++ supports -c -o file.o | |
configure:14590: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:14594: $? = 0 | |
configure:14616: result: yes | |
configure:14621: checking if clang++ supports -c -o file.o | |
configure:14668: result: yes | |
configure:14698: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:14734: result: yes | |
configure:14875: checking dynamic linker characteristics | |
configure:15542: result: darwin13.0.0 dyld | |
configure:15595: checking how to hardcode library paths into programs | |
configure:15620: result: immediate | |
configure:15855: checking for the pthreads library -lpthreads | |
configure:15888: clang -o conftest -g -O2 conftest.c -lpthreads >&5 | |
ld: library not found for -lpthreads | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:15888: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:15897: result: no | |
configure:15800: checking whether pthreads work without any flags | |
configure:15888: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15888: $? = 0 | |
configure:15897: result: yes | |
configure:15916: checking for joinable pthread attribute | |
configure:15931: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15931: $? = 0 | |
configure:15937: result: PTHREAD_CREATE_JOINABLE | |
configure:15947: checking if more special flags are required for pthreads | |
configure:15954: result: -D_THREAD_SAFE | |
configure:16045: checking whether to check for GCC pthread/shared inconsistencies | |
configure:16058: clang -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -D_THREAD_SAFE conftest.c >&5 | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16058: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16067: result: no | |
configure:16077: checking whether -pthread is sufficient with -shared | |
configure:16092: clang -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -D_THREAD_SAFE conftest.c >&5 | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16092: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:16102: result: no | |
configure:16112: checking whether -lpthread fixes that | |
configure:16128: clang -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -D_THREAD_SAFE conftest.c -lpthread >&5 | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16128: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:16139: result: no | |
configure:16147: checking whether -lc_r fixes that | |
configure:16163: clang -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -D_THREAD_SAFE conftest.c -lc_r >&5 | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:16174: result: no | |
configure:16180: WARNING: Impossible to determine how to use pthreads with shared libraries | |
configure:16222: checking for __attribute__((visibility("hidden"))) | |
configure:16231: clang -fvisibility=hidden -S visibility_conftest.c -o visibility_conftest.s 1>&5 | |
clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:16234: $? = 0 | |
configure:16245: result: yes | |
configure:16299: checking for boostlib >= 1.36 | |
configure:16354: clang++ -c -g -O2 -fvisibility-inlines-hidden -I/usr/local/include conftest.cpp >&5 | |
configure:16354: $? = 0 | |
configure:16356: result: yes | |
configure:16524: checking whether the Boost::System library is available | |
configure:16548: clang++ -c -g -O2 -fvisibility-inlines-hidden -I/usr/local/include conftest.cpp >&5 | |
conftest.cpp:29:1: warning: expression result unused [-Wunused-value] | |
boost::system::system_category | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
configure:16548: $? = 0 | |
configure:16563: result: yes | |
configure:16578: checking for exit in -lboost_system-mt | |
configure:16603: clang -o conftest -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include -L/usr/local/lib conftest.c -lboost_system-mt >&5 | |
conftest.c:33:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration] | |
char exit (); | |
^ | |
conftest.c:33:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))' | |
1 warning generated. | |
configure:16603: $? = 0 | |
configure:16613: result: yes | |
configure:16795: checking for pkg-config | |
configure:16813: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:16825: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:16850: checking pkg-config is at least version 0.20 | |
configure:16853: result: yes | |
configure:16873: checking for special C compiler options needed for large files | |
configure:16918: result: no | |
configure:16924: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:16949: clang -c -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include conftest.c >&5 | |
configure:16949: $? = 0 | |
configure:16981: result: no | |
configure:17067: checking whether ln -s works | |
configure:17071: result: yes | |
configure:17078: checking whether make sets $(MAKE) | |
configure:17100: result: yes | |
configure:17113: checking for gethostbyname | |
configure:17113: clang -o conftest -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17113: $? = 0 | |
configure:17113: result: yes | |
configure:17336: checking for gethostbyname_r | |
configure:17336: clang -o conftest -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_gethostbyname_r", referenced from: | |
_main in conftest-F2rlve.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17336: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_SYSTEM 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gethostbyname_r innocuous_gethostbyname_r | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gethostbyname_r (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef gethostbyname_r | |
| | |
| /* 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 gethostbyname_r (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gethostbyname_r (); | |
| ; | |
| return 0; | |
| } | |
configure:17336: result: no | |
configure:17364: checking for clock_gettime | |
configure:17364: clang -o conftest -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include -L/usr/local/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-xumDla.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17364: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_SYSTEM 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_gettime innocuous_clock_gettime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_gettime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef clock_gettime | |
| | |
| /* 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 clock_gettime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_clock_gettime || defined __stub___clock_gettime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:17364: result: no | |
configure:17371: checking for clock_gettime in -lrt | |
configure:17396: clang -o conftest -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include -L/usr/local/lib conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17396: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_SYSTEM 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:17405: result: no | |
configure:17415: checking for clock_gettime in -lposix4 | |
configure:17440: clang -o conftest -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include -L/usr/local/lib conftest.c -lposix4 >&5 | |
ld: library not found for -lposix4 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17440: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_SYSTEM 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:17449: result: no | |
configure:17459: WARNING: clock_gettime function not found. | |
configure:17640: checking whether deprecated functions should be enabled | |
configure:17645: result: yes | |
configure:17664: checking whether debug build should be enabled | |
configure:17679: result: no | |
configure:17694: checking whether invariant check should be enabled | |
configure:17707: result: no | |
configure:17734: checking whether logging to disk should be enabled | |
configure:17748: result: no | |
configure:17776: checking whether statistics logging should be enabled | |
configure:17789: result: no | |
configure:17799: checking whether disk activity logging should be enabled | |
configure:17812: result: no | |
configure:17825: checking whether encryption support should be enabled | |
configure:17830: result: yes | |
configure:17832: encryption support: now checking for the OpenSSL library... | |
configure:17855: checking for pkg-config | |
configure:17885: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:17941: checking whether compiling and linking against OpenSSL works | |
Trying link with OPENSSL_LDFLAGS=; OPENSSL_LIBS=-lssl -lcrypto -lz ; OPENSSL_INCLUDES= | |
configure:17963: clang -o conftest -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include -L/usr/local/lib conftest.c -lssl -lcrypto -lz >&5 | |
conftest.c:32:1: warning: 'SSL_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] | |
SSL_new(NULL) | |
^ | |
/usr/include/openssl/ssl.h:1481:7: note: 'SSL_new' declared here | |
SSL * SSL_new(SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; | |
^ | |
1 warning generated. | |
configure:17963: $? = 0 | |
configure:17965: result: yes | |
configure:18010: checking whether geoip support should be enabled | |
configure:18015: result: yes | |
configure:18034: checking whether dht support should be enabled | |
configure:18039: result: yes | |
configure:18067: checking whether pool allocators should be enabled | |
configure:18072: result: yes | |
configure:18093: checking whether example files should be built | |
configure:18100: result: no | |
configure:18109: checking whether test files should be built | |
configure:18116: result: no | |
configure:18125: checking whether python bindings should be built | |
configure:18130: result: yes | |
configure:18168: checking for a Python interpreter with version >= 2.4 | |
configure:18185: 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.4'.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:18188: $? = 0 | |
configure:18194: result: python | |
configure:18202: checking for python | |
configure:18220: found /usr/local/opt/python/bin/python | |
configure:18232: result: /usr/local/opt/python/bin/python | |
configure:18250: checking for python version | |
configure:18257: result: 2.7 | |
configure:18269: checking for python platform | |
configure:18276: result: darwin | |
configure:18302: checking for python script directory | |
configure:18337: result: ${prefix}/lib/python2.7/site-packages | |
configure:18346: checking for python extension module directory | |
configure:18381: result: ${exec_prefix}/lib/python2.7/site-packages | |
configure:18402: checking for python2.7 | |
configure:18432: result: /usr/local/opt/python/bin/python | |
configure:18448: checking for a version of Python >= '2.1.0' | |
configure:18474: result: yes | |
configure:18482: checking for a version of Python >= '2.4' | |
configure:18488: result: yes | |
configure:18505: checking for the distutils Python package | |
configure:18509: result: yes | |
configure:18523: checking for Python include path | |
configure:18533: result: -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
configure:18540: checking for Python library path | |
configure:18625: result: -L/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 | |
configure:18632: checking for Python site-packages path | |
configure:18638: result: /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages | |
configure:18645: checking python extra libraries | |
configure:18652: result: -ldl -framework CoreFoundation | |
configure:18659: checking python extra linking flags | |
configure:18666: result: -u _PyMac_Error Python.framework/Versions/2.7/Python | |
configure:18673: checking consistency of all components of python development environment | |
configure:18699: clang -o conftest -D_THREAD_SAFE -g -O2 -fvisibility=hidden -I/usr/local/include -I/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/lib conftest.c -L/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -u _PyMac_Error Python.framework/Versions/2.7/Python -ldl -framework CoreFoundation >&5 | |
clang: error: no such file or directory: 'Python.framework/Versions/2.7/Python' | |
configure:18699: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libtorrent-rasterbar" | |
| #define PACKAGE_TARNAME "libtorrent-rasterbar" | |
| #define PACKAGE_VERSION "0.16.12" | |
| #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.libtorrent.org" | |
| #define PACKAGE "libtorrent-rasterbar" | |
| #define VERSION "0.16.12" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_SYSTEM 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define NDEBUG 1 | |
| #define TORRENT_USE_OPENSSL 1 | |
| #define HAVE_PYTHON "2.7" | |
| /* end confdefs.h. */ | |
| | |
| #include <Python.h> | |
| int | |
| main () | |
| { | |
| Py_Initialize(); | |
| ; | |
| return 0; | |
| } | |
| | |
configure:18716: result: no | |
configure:18720: error: in `/private/tmp/libtorrent-rasterbar-ol4W/libtorrent-rasterbar-0.16.12': | |
configure:18722: error: | |
Could not link test program to Python. Maybe the main Python library has been | |
installed in some non-standard library path. If so, pass it to configure, | |
via the LDFLAGS environment variable. | |
Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib" | |
============================================================================ | |
ERROR! | |
You probably have to install the development version of the Python package | |
for your distribution. The exact name of this package varies among them. | |
============================================================================ | |
See `config.log' for more details | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin13.0.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=set | |
ac_cv_env_CC_value=clang | |
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=set | |
ac_cv_env_CXX_value=clang++ | |
ac_cv_env_GEOIP_CFLAGS_set= | |
ac_cv_env_GEOIP_CFLAGS_value= | |
ac_cv_env_GEOIP_LIBS_set= | |
ac_cv_env_GEOIP_LIBS_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_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_PYTHON_INSTALL_PARAMS_set= | |
ac_cv_env_PYTHON_INSTALL_PARAMS_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_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_func_clock_gettime=no | |
ac_cv_func_gethostbyname=yes | |
ac_cv_func_gethostbyname_r=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_hidden_visibility_attribute=yes | |
ac_cv_host=x86_64-apple-darwin13.0.0 | |
ac_cv_lib_boost_system_mt___exit=yes | |
ac_cv_lib_posix4_clock_gettime=no | |
ac_cv_lib_rt_clock_gettime=no | |
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_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_PYTHON=/usr/local/opt/python/bin/python | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_CXXCPP='clang++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
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_clang_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_c_o=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_target=x86_64-apple-darwin13.0.0 | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
am_cv_pathless_PYTHON=python | |
am_cv_prog_cc_c_o=yes | |
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 | |
ax_cv_boost_system=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
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=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
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='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
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_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[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 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/libtorrent-rasterbar-ol4W/libtorrent-rasterbar-0.16.12/build-aux/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} /private/tmp/libtorrent-rasterbar-ol4W/libtorrent-rasterbar-0.16.12/build-aux/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/libtorrent-rasterbar-ol4W/libtorrent-rasterbar-0.16.12/build-aux/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/libtorrent-rasterbar-ol4W/libtorrent-rasterbar-0.16.12/build-aux/missing automake-1.14' | |
AWK='awk' | |
BOOST_CPPFLAGS='-I/usr/local/include' | |
BOOST_LDFLAGS='-L/usr/local/lib' | |
BOOST_PYTHON_LIB='' | |
BOOST_SYSTEM_LIB='-lboost_system-mt' | |
BOOST_VERSION='1.55' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-D_THREAD_SAFE -g -O2 -fvisibility=hidden' | |
COMPILETIME_OPTIONS=' -DTORRENT_USE_OPENSSL ' | |
CPP='clang -E' | |
CPPFLAGS='-I/usr/local/include ' | |
CXX='clang++' | |
CXXCPP='clang++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2 -fvisibility-inlines-hidden' | |
CYGPATH_W='echo' | |
DEBUGFLAGS='-Os' | |
DEFS='' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_DHT_FALSE='' | |
ENABLE_DHT_TRUE='' | |
ENABLE_EXAMPLES_FALSE='' | |
ENABLE_EXAMPLES_TRUE='' | |
ENABLE_PYTHON_BINDING_FALSE='' | |
ENABLE_PYTHON_BINDING_TRUE='' | |
ENABLE_TESTS_FALSE='' | |
ENABLE_TESTS_TRUE='' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GEOIP_CFLAGS='' | |
GEOIP_LIBS='' | |
GREP='/usr/bin/grep' | |
ICONV_LIBS='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
INTERFACE_VERSION_INFO='7:0:0' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='-L/usr/local/lib ' | |
LIBICONV='' | |
LIBOBJS='' | |
LIBS=' ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBICONV='' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/libtorrent-rasterbar-ol4W/libtorrent-rasterbar-0.16.12/build-aux/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='build-aux/install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OPENSSL_INCLUDES='' | |
OPENSSL_LDFLAGS='' | |
OPENSSL_LIBS='-lssl -lcrypto -lz ' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='libtorrent-rasterbar' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='libtorrent-rasterbar' | |
PACKAGE_STRING='libtorrent-rasterbar 0.16.12' | |
PACKAGE_TARNAME='libtorrent-rasterbar' | |
PACKAGE_URL='http://www.libtorrent.org' | |
PACKAGE_VERSION='0.16.12' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PTHREAD_CC='clang' | |
PTHREAD_CFLAGS='-D_THREAD_SAFE ' | |
PTHREAD_LIBS='' | |
PYTHON='/usr/local/opt/python/bin/python' | |
PYTHON_CPPFLAGS='-I/usr/local/Cellar/python/2.7.6/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_INSTALL_PARAMS='' | |
PYTHON_LDFLAGS='-L/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7' | |
PYTHON_PLATFORM='darwin' | |
PYTHON_PREFIX='${prefix}' | |
PYTHON_SITE_PKG='/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages' | |
PYTHON_VERSION='2.7' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='0.16.12' | |
WITH_OPENSSL_FALSE='' | |
WITH_OPENSSL_TRUE='' | |
WITH_SHIPPED_GEOIP_FALSE='' | |
WITH_SHIPPED_GEOIP_TRUE='' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
ac_ct_CXX='' | |
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='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
ax_pthread_config='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin13.0.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin13.0.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='x86_64-apple-darwin13.0.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin13.0.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/libtorrent-rasterbar-ol4W/libtorrent-rasterbar-0.16.12/build-aux/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}/libtorrent-rasterbar' | |
pkgpythondir='${pythondir}/libtorrent-rasterbar' | |
prefix='/usr/local/Cellar/libtorrent-rasterbar/0.16.12' | |
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-apple-darwin13.0.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin13.0.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "libtorrent-rasterbar" | |
#define PACKAGE_TARNAME "libtorrent-rasterbar" | |
#define PACKAGE_VERSION "0.16.12" | |
#define PACKAGE_STRING "libtorrent-rasterbar 0.16.12" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "http://www.libtorrent.org" | |
#define PACKAGE "libtorrent-rasterbar" | |
#define VERSION "0.16.12" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_PTHREAD 1 | |
#define HAVE_BOOST 1 | |
#define HAVE_BOOST_SYSTEM 1 | |
#define HAVE_GETHOSTBYNAME 1 | |
#define NDEBUG 1 | |
#define TORRENT_USE_OPENSSL 1 | |
#define HAVE_PYTHON "2.7" | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment