Skip to content

Instantly share code, notes, and snippets.

@mistydemeo
Created November 1, 2013 20:40
Show Gist options
  • Save mistydemeo/7271614 to your computer and use it in GitHub Desktop.
Save mistydemeo/7271614 to your computer and use it in GitHub Desktop.
libtorrent failure under libc++
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking how to print strings... printf
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm output from cc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for cppunit-config... no
checking for Cppunit - version >= 1.9.6... no
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the c++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fno-common -DPIC
checking if c++ PIC flag -fno-common -DPIC works... yes
checking if c++ static flag -static works... no
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking dependency style of c++... none
checking whether byte ordering is bigendian... no
checking the byte alignment... none needed
checking for user-defined CXXFLAGS... user-defined "-g -O2"
checking for TR1 support... no
checking for C++11 support... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for sysroot... no
checking for kqueue support... yes
checking whether kqueue supports pipes and ptys... no
checking for epoll support... no
checking for fallocate... no
checking size of long... 8
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking for statvfs... ok
checking if compiler supports __attribute__((visibility("default")))... yes
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... yes
checking for posix_memalign... yes
checking for madvise... yes
checking for cacheline... using default 128 bytes
checking for __builtin_popcount... yes
checking signedness of mincore parameter... signed
checking for execinfo.h... yes
checking for proper overloaded template function disambiguation... yes
checking if compiler supports __attribute__((unused))... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libtorrent.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/torrent/Makefile
config.status: creating src/torrent/peer/Makefile
config.status: creating src/torrent/data/Makefile
config.status: creating src/torrent/download/Makefile
config.status: creating src/torrent/utils/Makefile
config.status: creating src/data/Makefile
config.status: creating src/dht/Makefile
config.status: creating src/download/Makefile
config.status: creating src/net/Makefile
config.status: creating src/protocol/Makefile
config.status: creating src/tracker/Makefile
config.status: creating src/utils/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
/Library/Developer/CommandLineTools/usr/bin/make all-recursive
Making all in src
Making all in torrent
Making all in data
/bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -c -o block.lo block.cc
/bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -c -o block_list.lo block_list.cc
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -c block.cc -fno-common -DPIC -o .libs/block.o
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -c block_list.cc -fno-common -DPIC -o .libs/block_list.o
In file included from block.cc:44:
In file included from ./../../protocol/peer_connection_base.h:42:
./../../torrent/poll.h:40:10: fatal error: 'tr1/functional' file not found
#include <tr1/functional>
^
/bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -c -o chunk_utils.lo chunk_utils.cc
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -c chunk_utils.cc -fno-common -DPIC -o .libs/chunk_utils.o
1 error generated.
make[4]: *** [block.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from chunk_utils.cc:43:
In file included from ./../../manager.h:42:
../../../rak/priority_queue_default.h:40:10: fatal error: 'tr1/functional' file not found
#include <tr1/functional>
^
1 error generated.
make[4]: *** [chunk_utils.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
HEAD: 9bce7a6a3360214d41a7679a82df64fe465fdfd3
CPU: dual-core 64-bit penryn
OS X: 10.9-x86_64
CLT: 1.0
X11: 2.7.5_rc1 => /opt/X11
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libtorrent configure 0.13.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/libtorrent/0.13.3 --disable-debug --disable-dependency-tracking --with-kqueue --enable-ipv6
## --------- ##
## Platform. ##
## --------- ##
hostname = mistys-mbp
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 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 8.00 gigabytes
Default processor set: 214 tasks, 869 threads, 2 processors
Load average: 4.36, Mach factor: 0.36
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
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:2647: checking build system type
configure:2661: result: x86_64-apple-darwin13.0.0
configure:2681: checking host system type
configure:2694: result: x86_64-apple-darwin13.0.0
configure:2735: checking how to print strings
configure:2762: result: printf
configure:2831: checking for gcc
configure:2858: result: cc
configure:3087: checking for C compiler version
configure:3096: cc --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:3107: $? = 0
configure:3096: cc -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
"/Library/Developer/CommandLineTools/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 /Library/Developer/CommandLineTools/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:3107: $? = 1
configure:3096: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3107: $? = 1
configure:3096: cc -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:3107: $? = 1
configure:3127: checking whether the C compiler works
configure:3149: cc conftest.c >&5
configure:3153: $? = 0
configure:3201: result: yes
configure:3204: checking for C compiler default output file name
configure:3206: result: a.out
configure:3212: checking for suffix of executables
configure:3219: cc -o conftest conftest.c >&5
configure:3223: $? = 0
configure:3245: result:
configure:3267: checking whether we are cross compiling
configure:3275: cc -o conftest conftest.c >&5
configure:3279: $? = 0
configure:3286: ./conftest
configure:3290: $? = 0
configure:3305: result: no
configure:3310: checking for suffix of object files
configure:3332: cc -c conftest.c >&5
configure:3336: $? = 0
configure:3357: result: o
configure:3361: checking whether we are using the GNU C compiler
configure:3380: cc -c conftest.c >&5
configure:3380: $? = 0
configure:3389: result: yes
configure:3398: checking whether cc accepts -g
configure:3418: cc -c -g conftest.c >&5
configure:3418: $? = 0
configure:3459: result: yes
configure:3476: checking for cc option to accept ISO C89
configure:3539: cc -c -g -O2 conftest.c >&5
configure:3539: $? = 0
configure:3552: result: none needed
configure:3572: checking for a sed that does not truncate output
configure:3636: result: /usr/local/Library/ENV/4.3/sed
configure:3654: checking for grep that handles long lines and -e
configure:3712: result: /usr/bin/grep
configure:3717: checking for egrep
configure:3779: result: /usr/bin/grep -E
configure:3784: checking for fgrep
configure:3846: result: /usr/bin/grep -F
configure:3881: checking for ld used by cc
configure:3948: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:3955: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:3970: result: no
configure:3982: checking for BSD- or MS-compatible name lister (nm)
configure:4031: result: /usr/bin/nm
configure:4161: checking the name lister (/usr/bin/nm) interface
configure:4168: cc -c -g -O2 conftest.c >&5
configure:4171: /usr/bin/nm "conftest.o"
configure:4174: output
0000000000000218 S _some_variable
configure:4181: result: BSD nm
configure:4184: checking whether ln -s works
configure:4188: result: yes
configure:4196: checking the maximum length of command line arguments
configure:4326: result: 196608
configure:4343: checking whether the shell understands some XSI constructs
configure:4353: result: yes
configure:4357: checking whether the shell understands "+="
configure:4363: result: yes
configure:4398: checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format
configure:4438: result: func_convert_file_noop
configure:4445: checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format
configure:4465: result: func_convert_file_noop
configure:4472: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
configure:4479: result: -r
configure:4553: checking for objdump
configure:4583: result: no
configure:4612: checking how to recognize dependent libraries
configure:4814: result: pass_all
configure:4899: checking for dlltool
configure:4929: result: no
configure:4959: checking how to associate runtime and link libraries
configure:4986: result: printf %s\n
configure:5047: checking for ar
configure:5063: found /usr/bin/ar
configure:5074: result: ar
configure:5111: checking for archiver @FILE support
configure:5128: cc -c -g -O2 conftest.c >&5
configure:5128: $? = 0
configure:5131: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:5134: $? = 1
configure:5154: result: no
configure:5212: checking for strip
configure:5228: found /usr/bin/strip
configure:5239: result: strip
configure:5311: checking for ranlib
configure:5327: found /usr/bin/ranlib
configure:5338: result: ranlib
configure:5415: checking for gawk
configure:5445: result: no
configure:5415: checking for mawk
configure:5445: result: no
configure:5415: checking for nawk
configure:5445: result: no
configure:5415: checking for awk
configure:5431: found /usr/bin/awk
configure:5442: result: awk
configure:5482: checking command to parse /usr/bin/nm output from cc object
configure:5602: cc -c -g -O2 conftest.c >&5
configure:5605: $? = 0
configure:5609: /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:5612: $? = 0
cannot find nm_test_var in conftest.nm
configure:5602: cc -c -g -O2 conftest.c >&5
configure:5605: $? = 0
configure:5609: /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:5612: $? = 0
configure:5678: cc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5681: $? = 0
configure:5719: result: ok
configure:5756: checking for sysroot
configure:5786: result: no
configure:6042: checking for mt
configure:6072: result: no
configure:6092: checking if : is a manifest tool
configure:6098: : '-?'
configure:6106: result: no
configure:6162: checking for dsymutil
configure:6178: found /usr/bin/dsymutil
configure:6189: result: dsymutil
configure:6254: checking for nmedit
configure:6270: found /usr/bin/nmedit
configure:6281: result: nmedit
configure:6346: checking for lipo
configure:6362: found /usr/bin/lipo
configure:6373: result: lipo
configure:6438: checking for otool
configure:6454: found /usr/bin/otool
configure:6465: result: otool
configure:6530: checking for otool64
configure:6560: result: no
configure:6605: checking for -single_module linker flag
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6638: result: yes
configure:6641: checking for -exported_symbols_list linker flag
configure:6661: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6661: $? = 0
configure:6671: result: yes
configure:6674: checking for -force_load linker flag
cc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
cc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:6706: result: yes
configure:6748: checking how to run the C preprocessor
configure:6779: cc -E conftest.c
configure:6779: $? = 0
configure:6793: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6793: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6818: result: cc -E
configure:6838: cc -E conftest.c
configure:6838: $? = 0
configure:6852: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6881: checking for ANSI C header files
configure:6901: cc -c -g -O2 conftest.c >&5
configure:6901: $? = 0
configure:6974: cc -o conftest -g -O2 conftest.c >&5
configure:6974: $? = 0
configure:6974: ./conftest
configure:6974: $? = 0
configure:6985: result: yes
configure:6998: checking for sys/types.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:6998: checking for sys/stat.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:6998: checking for stdlib.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:6998: checking for string.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:6998: checking for memory.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:6998: checking for strings.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:6998: checking for inttypes.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:6998: checking for stdint.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:6998: checking for unistd.h
configure:6998: cc -c -g -O2 conftest.c >&5
configure:6998: $? = 0
configure:6998: result: yes
configure:7012: checking for dlfcn.h
configure:7012: cc -c -g -O2 conftest.c >&5
configure:7012: $? = 0
configure:7012: result: yes
configure:7217: checking for objdir
configure:7232: result: .libs
configure:7503: checking if cc supports -fno-rtti -fno-exceptions
configure:7521: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:7525: $? = 0
configure:7538: result: yes
configure:7865: checking for cc option to produce PIC
configure:7872: result: -fno-common -DPIC
configure:7880: checking if cc PIC flag -fno-common -DPIC works
configure:7898: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:7902: $? = 0
configure:7915: result: yes
configure:7944: checking if cc static flag -static works
configure:7972: result: no
configure:7987: checking if cc supports -c -o file.o
configure:8008: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8012: $? = 0
configure:8034: result: yes
configure:8042: checking if cc supports -c -o file.o
configure:8089: result: yes
configure:8122: checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:9275: result: yes
configure:9515: checking dynamic linker characteristics
configure:10248: result: darwin13.0.0 dyld
configure:10355: checking how to hardcode library paths into programs
configure:10380: result: immediate
configure:10920: checking whether stripping libraries is possible
configure:10934: result: yes
configure:10960: checking if libtool supports shared libraries
configure:10962: result: yes
configure:10965: checking whether to build shared libraries
configure:10986: result: yes
configure:10989: checking whether to build static libraries
configure:10993: result: no
configure:11065: checking for a BSD-compatible install
configure:11133: result: /usr/bin/install -c
configure:11144: checking whether build environment is sane
configure:11199: result: yes
configure:11350: checking for a thread-safe mkdir -p
configure:11389: result: ./install-sh -c -d
configure:11392: checking whether make sets $(MAKE)
configure:11414: result: yes
configure:11444: checking for style of include used by make
configure:11472: result: GNU
configure:11564: checking dependency style of cc
configure:11675: result: none
configure:11727: checking for cppunit-config
configure:11758: result: no
configure:11768: checking for Cppunit - version >= 1.9.6
configure:11772: result: no
configure:11947: checking for C++ compiler version
configure:11956: c++ --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:11967: $? = 0
configure:11956: c++ -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
"/Library/Developer/CommandLineTools/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 /Library/Developer/CommandLineTools/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:11967: $? = 1
configure:11956: c++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:11967: $? = 1
configure:11956: c++ -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:11967: $? = 1
configure:11971: checking whether we are using the GNU C++ compiler
configure:11990: c++ -c conftest.cpp >&5
configure:11990: $? = 0
configure:11999: result: yes
configure:12008: checking whether c++ accepts -g
configure:12028: c++ -c -g conftest.cpp >&5
configure:12028: $? = 0
configure:12069: result: yes
configure:12110: checking how to run the C++ preprocessor
configure:12137: c++ -E conftest.cpp
configure:12137: $? = 0
configure:12151: c++ -E conftest.cpp
conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:12151: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12176: result: c++ -E
configure:12196: c++ -E conftest.cpp
configure:12196: $? = 0
configure:12210: c++ -E conftest.cpp
conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:12210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12379: checking for ld used by c++
configure:12446: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:12453: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:12468: result: no
configure:12523: checking whether the c++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:13528: result: yes
configure:13564: c++ -c -g -O2 conftest.cpp >&5
configure:13567: $? = 0
configure:14087: checking for c++ option to produce PIC
configure:14094: result: -fno-common -DPIC
configure:14102: checking if c++ PIC flag -fno-common -DPIC works
configure:14120: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:14124: $? = 0
configure:14137: result: yes
configure:14160: checking if c++ static flag -static works
configure:14188: result: no
configure:14200: checking if c++ supports -c -o file.o
configure:14221: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14225: $? = 0
configure:14247: result: yes
configure:14252: checking if c++ supports -c -o file.o
configure:14299: result: yes
configure:14329: checking whether the c++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:14365: result: yes
configure:14506: checking dynamic linker characteristics
configure:15173: result: darwin13.0.0 dyld
configure:15226: checking how to hardcode library paths into programs
configure:15251: result: immediate
configure:15293: checking dependency style of c++
configure:15404: result: none
configure:15420: checking whether byte ordering is bigendian
configure:15435: cc -c -g -O2 conftest.c >&5
configure:15435: $? = 0
configure:15480: cc -c -g -O2 conftest.c >&5
configure:15480: $? = 0
configure:15498: cc -c -g -O2 conftest.c >&5
conftest.c:32:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:15498: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:15626: result: no
configure:15661: checking the byte alignment
configure:15683: cc -o conftest -g -O2 conftest.c >&5
configure:15683: $? = 0
configure:15683: ./conftest
configure:15683: $? = 0
configure:15685: result: none needed
configure:15708: checking for user-defined CXXFLAGS
configure:15712: result: user-defined "-g -O2"
configure:15824: checking for TR1 support
configure:15835: c++ -c -g -O2 -DNDEBUG conftest.cpp >&5
conftest.cpp:27:16: fatal error: 'tr1/unordered_map' file not found
#include <tr1/unordered_map>
^
1 error generated.
configure:15835: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| /* end confdefs.h. */
|
| #include <tr1/unordered_map>
| class Foo;
| typedef std::tr1::unordered_map<Foo*, int> Bar;
|
configure:15845: result: no
configure:15929: checking for C++11 support
configure:15943: c++ -c -g -O2 -DNDEBUG conftest.cpp >&5
conftest.cpp:32:24: error: union member 'b1' has a non-trivial copy constructor
union test { Bar b1; };
^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/unordered_map:733:5: note: because type 'std::__1::unordered_map<Foo *, int, std::__1::hash<Foo *>, std::__1::equal_to<Foo *>, std::__1::allocator<std::__1::pair<Foo *const, int> > >' has a user-provided copy constructor
unordered_map(const unordered_map& __u);
^
1 error generated.
configure:15943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| /* end confdefs.h. */
|
| #include <functional>
| #include <unordered_map>
| class Foo;
| typedef std::unordered_map<Foo*, int> Bar;
|
| union test { Bar b1; };
|
configure:15953: result: no
configure:15994: checking for special C compiler options needed for large files
configure:16039: result: no
configure:16045: checking for _FILE_OFFSET_BITS value needed for large files
configure:16070: cc -c -g -O2 conftest.c >&5
configure:16070: $? = 0
configure:16102: result: no
configure:16221: checking for sysroot
configure:16225: result: no
configure:16251: checking for kqueue support
configure:16265: cc -o conftest -g -O2 conftest.c >&5
configure:16265: $? = 0
configure:16270: result: yes
configure:16283: checking whether kqueue supports pipes and ptys
configure:16322: cc -o conftest -g -O2 conftest.c >&5
configure:16322: $? = 0
configure:16322: ./conftest
configure:16322: $? = 6
configure: program exited with status 6
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| /* end confdefs.h. */
|
| #include <fcntl.h>
| #include <stdlib.h>
| #include <unistd.h>
| #include <sys/event.h>
| #include <sys/time.h>
| int main() {
| struct kevent ev[2], ev_out[2];
| struct timespec ts = { 0, 0 };
| int pfd[2], pty[2], kfd, n;
| char buffer[9001];
| if (pipe(pfd) == -1) return 1;
| if (fcntl(pfd[1], F_SETFL, O_NONBLOCK) == -1) return 2;
| while ((n = write(pfd[1], buffer, sizeof(buffer))) == sizeof(buffer));
| if ((pty[0]=posix_openpt(O_RDWR | O_NOCTTY)) == -1) return 3;
| if ((pty[1]=grantpt(pty[0])) == -1) return 4;
| EV_SET(ev+0, pfd[1], EVFILT_WRITE, EV_ADD | EV_ENABLE, 0, 0, NULL);
| EV_SET(ev+1, pty[1], EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL);
| if ((kfd = kqueue()) == -1) return 5;
| if ((n = kevent(kfd, ev, 2, NULL, 0, NULL)) == -1) return 6;
| if (ev_out[0].flags & EV_ERROR) return 7;
| if (ev_out[1].flags & EV_ERROR) return 8;
| read(pfd[0], buffer, sizeof(buffer));
| if ((n = kevent(kfd, NULL, 0, ev_out, 2, &ts)) < 1) return 9;
| return 0;
| }
|
configure:16332: result: no
configure:16481: checking for epoll support
configure:16494: cc -c -g -O2 conftest.c >&5
conftest.c:30:16: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:16494: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| #define KQUEUE_SOCKET_ONLY 1
| /* end confdefs.h. */
|
| #include <sys/epoll.h>
| int main() {
| int fd = epoll_create(100);
| return 0;
| }
|
configure:16504: result: no
configure:16515: checking for fallocate
configure:16532: cc -o conftest -g -O2 conftest.c >&5
conftest.c:30:25: fatal error: 'linux/falloc.h' file not found
#include <linux/falloc.h>
^
1 error generated.
configure:16532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| #define KQUEUE_SOCKET_ONLY 1
| /* end confdefs.h. */
| #include <fcntl.h>
| #include <linux/falloc.h>
|
| int
| main ()
| {
| fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 0); return 0;
|
| ;
| return 0;
| }
configure:16542: result: no
configure:16614: checking size of long
configure:16619: cc -o conftest -g -O2 conftest.c >&5
configure:16619: $? = 0
configure:16619: ./conftest
configure:16619: $? = 0
configure:16633: result: 8
configure:16751: checking sys/vfs.h usability
configure:16751: cc -c -g -O2 conftest.c >&5
conftest.c:64:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
^
1 error generated.
configure:16751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| #define KQUEUE_SOCKET_ONLY 1
| #define SIZEOF_LONG 8
| #define DEFAULT_ADDRESS_SPACE_SIZE 4096
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/vfs.h>
configure:16751: result: no
configure:16751: checking sys/vfs.h presence
configure:16751: cc -E conftest.c
conftest.c:31:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
^
1 error generated.
configure:16751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| #define KQUEUE_SOCKET_ONLY 1
| #define SIZEOF_LONG 8
| #define DEFAULT_ADDRESS_SPACE_SIZE 4096
| /* end confdefs.h. */
| #include <sys/vfs.h>
configure:16751: result: no
configure:16751: checking for sys/vfs.h
configure:16751: result: no
configure:16751: checking sys/statvfs.h usability
configure:16751: cc -c -g -O2 conftest.c >&5
configure:16751: $? = 0
configure:16751: result: yes
configure:16751: checking sys/statvfs.h presence
configure:16751: cc -E conftest.c
configure:16751: $? = 0
configure:16751: result: yes
configure:16751: checking for sys/statvfs.h
configure:16751: result: yes
configure:16751: checking sys/statfs.h usability
configure:16751: cc -c -g -O2 conftest.c >&5
conftest.c:65:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^
1 error generated.
configure:16751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| #define KQUEUE_SOCKET_ONLY 1
| #define SIZEOF_LONG 8
| #define DEFAULT_ADDRESS_SPACE_SIZE 4096
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/statfs.h>
configure:16751: result: no
configure:16751: checking sys/statfs.h presence
configure:16751: cc -E conftest.c
conftest.c:32:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^
1 error generated.
configure:16751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| #define KQUEUE_SOCKET_ONLY 1
| #define SIZEOF_LONG 8
| #define DEFAULT_ADDRESS_SPACE_SIZE 4096
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <sys/statfs.h>
configure:16751: result: no
configure:16751: checking for sys/statfs.h
configure:16751: result: no
configure:16762: checking for statvfs
configure:16790: cc -o conftest -g -O2 conftest.c >&5
configure:16790: $? = 0
configure:16810: result: ok
configure:17059: checking if compiler supports __attribute__((visibility("default")))
configure:17070: c++ -c -g -O2 -DNDEBUG -fvisibility=hidden conftest.cpp >&5
configure:17070: $? = 0
configure:17078: result: yes
configure:17215: checking whether pthreads work without any flags
configure:17308: cc -o conftest -g -O2 conftest.c >&5
configure:17308: $? = 0
configure:17317: result: yes
configure:17336: checking for joinable pthread attribute
configure:17351: cc -o conftest -g -O2 conftest.c >&5
configure:17351: $? = 0
configure:17357: result: PTHREAD_CREATE_JOINABLE
configure:17367: checking if more special flags are required for pthreads
configure:17381: result: -D_THREAD_SAFE
configure:17387: checking for PTHREAD_PRIO_INHERIT
configure:17405: cc -o conftest -g -O2 conftest.c >&5
configure:17405: $? = 0
configure:17414: result: yes
configure:17557: checking for pkg-config
configure:17575: found /usr/local/opt/pkg-config/bin/pkg-config
configure:17587: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:17612: checking pkg-config is at least version 0.9.0
configure:17615: result: yes
configure:17736: checking for OPENSSL
configure:17743: $PKG_CONFIG --exists --print-errors "libcrypto"
configure:17746: $? = 0
configure:17760: $PKG_CONFIG --exists --print-errors "libcrypto"
configure:17763: $? = 0
configure:17821: result: yes
configure:17853: checking for posix_memalign
configure:17853: cc -o conftest -g -O2 -D_THREAD_SAFE conftest.c -lcrypto -lz >&5
configure:17853: $? = 0
configure:17853: result: yes
configure:17864: checking for madvise
configure:17875: cc -c -g -O2 -D_THREAD_SAFE conftest.c >&5
configure:17875: $? = 0
configure:17877: result: yes
configure:17892: checking for cacheline
configure:17904: cc -c -g -O2 -D_THREAD_SAFE conftest.c >&5
conftest.c:47:20: fatal error: 'linux/cache.h' file not found
#include <linux/cache.h>
^
1 error generated.
configure:17904: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| #define KQUEUE_SOCKET_ONLY 1
| #define SIZEOF_LONG 8
| #define DEFAULT_ADDRESS_SPACE_SIZE 4096
| #define HAVE_SYS_STATVFS_H 1
| #define FS_STAT_FD fstatvfs(fd, &m_stat) == 0
| #define FS_STAT_FN statvfs(fn, &m_stat) == 0
| #define FS_STAT_STRUCT struct statvfs
| #define FS_STAT_SIZE_TYPE unsigned long
| #define FS_STAT_COUNT_TYPE fsblkcnt_t
| #define FS_STAT_BLOCK_SIZE (m_stat.f_frsize)
| #define SUPPORT_ATTRIBUTE_VISIBILITY 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define USE_OPENSSL 1
| #define USE_OPENSSL_SHA 1
| #define HAVE_POSIX_MEMALIGN 1
| #define USE_MADVISE 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #include <linux/cache.h>
| void* vptr __cacheline_aligned;
| void f() { posix_memalign(&vptr, SMP_CACHE_BYTES, 42); }
|
configure:17919: result: using default 128 bytes
configure:17932: checking for __builtin_popcount
configure:17941: cc -c -g -O2 -D_THREAD_SAFE conftest.c >&5
configure:17941: $? = 0
configure:17943: result: yes
configure:18047: checking signedness of mincore parameter
configure:18059: c++ -c -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE conftest.cpp >&5
conftest.cpp:52:18: error: no matching function for call to 'mincore'
void f() { mincore((char*)0, 0, (unsigned char*)0); }
^~~~~~~
/usr/include/sys/mman.h:214:5: note: candidate function not viable: no known conversion from 'unsigned char *' to 'char *' for 3rd argument
int mincore(const void *, size_t, char *);
^
1 error generated.
configure:18059: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtorrent"
| #define PACKAGE_TARNAME "libtorrent"
| #define PACKAGE_VERSION "0.13.3"
| #define PACKAGE_STRING "libtorrent 0.13.3"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #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 PEER_NAME "-lt0D30-"
| #define PEER_VERSION "lt\x0D\x30"
| #define PACKAGE "libtorrent"
| #define VERSION "0.13.3"
| #define IS_LITTLE_ENDIAN 1
| #define RAK_USE_INET6 1
| #define USE_KQUEUE 1
| #define KQUEUE_SOCKET_ONLY 1
| #define SIZEOF_LONG 8
| #define DEFAULT_ADDRESS_SPACE_SIZE 4096
| #define HAVE_SYS_STATVFS_H 1
| #define FS_STAT_FD fstatvfs(fd, &m_stat) == 0
| #define FS_STAT_FN statvfs(fn, &m_stat) == 0
| #define FS_STAT_STRUCT struct statvfs
| #define FS_STAT_SIZE_TYPE unsigned long
| #define FS_STAT_COUNT_TYPE fsblkcnt_t
| #define FS_STAT_BLOCK_SIZE (m_stat.f_frsize)
| #define SUPPORT_ATTRIBUTE_VISIBILITY 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define USE_OPENSSL 1
| #define USE_OPENSSL_SHA 1
| #define HAVE_POSIX_MEMALIGN 1
| #define USE_MADVISE 1
| #define LT_SMP_CACHE_BYTES 128
| #define lt_cacheline_aligned __attribute__((__aligned__(LT_SMP_CACHE_BYTES)))
| #define USE_BUILTIN_POPCOUNT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/mman.h>
| #include <unistd.h>
| void f() { mincore((char*)0, 0, (unsigned char*)0); }
|
configure:18081: c++ -c -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE conftest.cpp >&5
configure:18081: $? = 0
configure:18089: result: signed
configure:18114: checking for execinfo.h
configure:18130: cc -o conftest -g -O2 -D_THREAD_SAFE conftest.c -lcrypto -lz >&5
conftest.c:52:63: warning: incompatible pointer types passing 'char **' to parameter of type 'void *const *' [-Wincompatible-pointer-types]
int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;}
^~~~~~~~~
/usr/include/execinfo.h:32:38: note: passing argument to parameter here
char** backtrace_symbols(void* const*,int) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
^
1 warning generated.
configure:18130: $? = 0
configure:18130: ./conftest
configure:18130: $? = 0
configure:18132: result: yes
configure:18156: checking for proper overloaded template function disambiguation
configure:18167: c++ -c -g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE conftest.cpp >&5
configure:18167: $? = 0
configure:18169: result: yes
configure:18200: checking if compiler supports __attribute__((unused))
configure:18211: cc -c -g -O2 -D_THREAD_SAFE conftest.c >&5
configure:18211: $? = 0
configure:18219: result: yes
configure:18349: checking that generated files are newer than configure
configure:18355: result: done
configure:18383: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libtorrent config.status 0.13.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on mistys-mbp
config.status:1199: creating libtorrent.pc
config.status:1199: creating Makefile
config.status:1199: creating src/Makefile
config.status:1199: creating src/torrent/Makefile
config.status:1199: creating src/torrent/peer/Makefile
config.status:1199: creating src/torrent/data/Makefile
config.status:1199: creating src/torrent/download/Makefile
config.status:1199: creating src/torrent/utils/Makefile
config.status:1199: creating src/data/Makefile
config.status:1199: creating src/dht/Makefile
config.status:1199: creating src/download/Makefile
config.status:1199: creating src/net/Makefile
config.status:1199: creating src/protocol/Makefile
config.status:1199: creating src/tracker/Makefile
config.status:1199: creating src/utils/Makefile
config.status:1199: creating test/Makefile
config.status:1199: creating config.h
config.status:1428: executing libtool commands
config.status:1428: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.0.0
ac_cv_c_bigendian=no
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=cc
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=c++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libsigc++/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_posix_memalign=yes
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_statfs_h=no
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_vfs_h=no
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin13.0.0
ac_cv_objext=o
ac_cv_path_CPPUNIT_CONFIG=no
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_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='cc -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
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_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_long=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
ax_cv_PTHREAD_PRIO_INHERIT=yes
cc_cv_attribute_unused=yes
cc_cv_attribute_visibility=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=/Library/Developer/CommandLineTools/usr/bin/ld
lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/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
pkg_cv_OPENSSL_CFLAGS=
pkg_cv_OPENSSL_LIBS='-lcrypto -lz '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/libtorrent-pC1E/libtorrent-0.13.3/missing --run aclocal-1.12'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/libtorrent-pC1E/libtorrent-0.13.3/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/libtorrent-pC1E/libtorrent-0.13.3/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/libtorrent-pC1E/libtorrent-0.13.3/missing --run automake-1.12'
AWK='awk'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -D_THREAD_SAFE '
CPP='cc -E'
CPPFLAGS=''
CPPUNIT_CFLAGS=''
CPPUNIT_CONFIG='no'
CPPUNIT_LIBS=''
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/Library/Developer/CommandLineTools/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lcrypto -lz '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTORRENT_CFLAGS=''
LIBTORRENT_CURRENT='17'
LIBTORRENT_INTERFACE_VERSION_INFO='17:4:0'
LIBTORRENT_INTERFACE_VERSION_NO='17.0.4'
LIBTORRENT_LIBS='-ltorrent'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/libtorrent-pC1E/libtorrent-0.13.3/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OPENSSL_CFLAGS=''
OPENSSL_LIBS='-lcrypto -lz '
OTOOL64=':'
OTOOL='otool'
PACKAGE='libtorrent'
PACKAGE_BUGREPORT='jaris@ifi.uio.no'
PACKAGE_NAME='libtorrent'
PACKAGE_STRING='libtorrent 0.13.3'
PACKAGE_TARNAME='libtorrent'
PACKAGE_URL=''
PACKAGE_VERSION='0.13.3'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9'
PKG_CONFIG_PATH='/usr/local/opt/libsigc++/lib/pkgconfig'
PTHREAD_CC='cc'
PTHREAD_CFLAGS='-D_THREAD_SAFE '
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.13.3'
ac_ct_AR='ar'
ac_ct_CC='cc'
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='${prefix}'
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-pC1E/libtorrent-0.13.3/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}'
prefix='/usr/local/Cellar/libtorrent/0.13.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libtorrent"
#define PACKAGE_TARNAME "libtorrent"
#define PACKAGE_VERSION "0.13.3"
#define PACKAGE_STRING "libtorrent 0.13.3"
#define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
#define PACKAGE_URL ""
#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 PEER_NAME "-lt0D30-"
#define PEER_VERSION "lt\x0D\x30"
#define PACKAGE "libtorrent"
#define VERSION "0.13.3"
#define IS_LITTLE_ENDIAN 1
#define RAK_USE_INET6 1
#define USE_KQUEUE 1
#define KQUEUE_SOCKET_ONLY 1
#define SIZEOF_LONG 8
#define DEFAULT_ADDRESS_SPACE_SIZE 4096
#define HAVE_SYS_STATVFS_H 1
#define FS_STAT_FD fstatvfs(fd, &m_stat) == 0
#define FS_STAT_FN statvfs(fn, &m_stat) == 0
#define FS_STAT_STRUCT struct statvfs
#define FS_STAT_SIZE_TYPE unsigned long
#define FS_STAT_COUNT_TYPE fsblkcnt_t
#define FS_STAT_BLOCK_SIZE (m_stat.f_frsize)
#define SUPPORT_ATTRIBUTE_VISIBILITY 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define USE_OPENSSL 1
#define USE_OPENSSL_SHA 1
#define HAVE_POSIX_MEMALIGN 1
#define USE_MADVISE 1
#define LT_SMP_CACHE_BYTES 128
#define lt_cacheline_aligned __attribute__((__aligned__(LT_SMP_CACHE_BYTES)))
#define USE_BUILTIN_POPCOUNT 1
#define USE_MINCORE 1
#define USE_MINCORE_UNSIGNED 0
#define USE_EXECINFO 1
#define HAVE_CONFIG_H 1
#define SUPPORT_ATTRIBUTE_UNUSED 1
#define __UNUSED __attribute__((unused))
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment