This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by rtorrent configure 0.9.2, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --prefix=/home/thedrx

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

hostname = cultnet
uname -m = x86_64
uname -r = 3.0.6-gentoo
uname -s = Linux
uname -v = #4 SMP Fri Mar 2 00:35:15 EST 2012

/usr/bin/uname -p = Intel(R) Xeon(R) CPU E31220 @ 3.10GHz
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3
PATH: /usr/x86_64-pc-linux-gnu/armv5tel-softfloat-linux-gnueabi/gcc-bin/4.6.3


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

configure:2438: checking for a BSD-compatible install
configure:2506: result: /usr/bin/install -c
configure:2517: checking whether build environment is sane
configure:2567: result: yes
configure:2708: checking for a thread-safe mkdir -p
configure:2747: result: /bin/mkdir -p
configure:2760: checking for gawk
configure:2776: found /usr/bin/gawk
configure:2787: result: gawk
configure:2798: checking whether make sets $(MAKE)
configure:2820: result: yes
configure:2936: checking for cppunit-config
configure:2967: result: no
configure:2977: checking for Cppunit - version >= 1.9.6
configure:2981: result: no
configure:3102: checking for g++
configure:3118: found /usr/bin/g++
configure:3129: result: g++
configure:3156: checking for C++ compiler version
configure:3165: g++ --version >&5
g++ (Gentoo 4.5.3-r2 p1.5, pie-0.4.7) 4.5.3
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3176: $? = 0
configure:3165: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r2 p1.5, pie-0.4.7'
Thread model: posix
gcc version 4.5.3 (Gentoo 4.5.3-r2 p1.5, pie-0.4.7) 
configure:3176: $? = 0
configure:3165: g++ -V >&5
g++: '-V' option must have argument
configure:3176: $? = 1
configure:3165: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:3176: $? = 1
configure:3196: checking whether the C++ compiler works
configure:3218: g++    conftest.cpp  >&5
configure:3222: $? = 0
configure:3270: result: yes
configure:3273: checking for C++ compiler default output file name
configure:3275: result: a.out
configure:3281: checking for suffix of executables
configure:3288: g++ -o conftest    conftest.cpp  >&5
configure:3292: $? = 0
configure:3314: result: 
configure:3336: checking whether we are cross compiling
configure:3344: g++ -o conftest    conftest.cpp  >&5
configure:3348: $? = 0
configure:3355: ./conftest
configure:3359: $? = 0
configure:3374: result: no
configure:3379: checking for suffix of object files
configure:3401: g++ -c   conftest.cpp >&5
configure:3405: $? = 0
configure:3426: result: o
configure:3430: checking whether we are using the GNU C++ compiler
configure:3449: g++ -c   conftest.cpp >&5
configure:3449: $? = 0
configure:3458: result: yes
configure:3467: checking whether g++ accepts -g
configure:3487: g++ -c -g  conftest.cpp >&5
configure:3487: $? = 0
configure:3528: result: yes
configure:3562: checking for style of include used by make
configure:3590: result: GNU
configure:3616: checking dependency style of g++
configure:3727: result: gcc3
configure:3771: checking build system type
configure:3785: result: x86_64-unknown-linux-gnu
configure:3805: checking host system type
configure:3818: result: x86_64-unknown-linux-gnu
configure:3859: checking how to print strings
configure:3886: result: printf
configure:3955: checking for gcc
configure:3971: found /usr/bin/gcc
configure:3982: result: gcc
configure:4211: checking for C compiler version
configure:4220: gcc --version >&5
gcc (Gentoo 4.5.3-r2 p1.5, pie-0.4.7) 4.5.3
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4231: $? = 0
configure:4220: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r2 p1.5, pie-0.4.7'
Thread model: posix
gcc version 4.5.3 (Gentoo 4.5.3-r2 p1.5, pie-0.4.7) 
configure:4231: $? = 0
configure:4220: gcc -V >&5
gcc: '-V' option must have argument
configure:4231: $? = 1
configure:4220: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4231: $? = 1
configure:4235: checking whether we are using the GNU C compiler
configure:4254: gcc -c   conftest.c >&5
configure:4254: $? = 0
configure:4263: result: yes
configure:4272: checking whether gcc accepts -g
configure:4292: gcc -c -g  conftest.c >&5
configure:4292: $? = 0
configure:4333: result: yes
configure:4350: checking for gcc option to accept ISO C89
configure:4414: gcc  -c -g -O2  conftest.c >&5
configure:4414: $? = 0
configure:4427: result: none needed
configure:4449: checking dependency style of gcc
configure:4560: result: gcc3
configure:4575: checking for a sed that does not truncate output
configure:4639: result: /bin/sed
configure:4657: checking for grep that handles long lines and -e
configure:4715: result: /bin/grep
configure:4720: checking for egrep
configure:4782: result: /bin/grep -E
configure:4787: checking for fgrep
configure:4849: result: /bin/grep -F
configure:4884: checking for ld used by gcc
configure:4951: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:4958: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:4973: result: yes
configure:4985: checking for BSD- or MS-compatible name lister (nm)
configure:5034: result: /usr/bin/nm -B
configure:5164: checking the name lister (/usr/bin/nm -B) interface
configure:5171: gcc -c -g -O2  conftest.c >&5
configure:5174: /usr/bin/nm -B "conftest.o"
configure:5177: output
0000000000000000 B some_variable
configure:5184: result: BSD nm
configure:5187: checking whether ln -s works
configure:5191: result: yes
configure:5199: checking the maximum length of command line arguments
configure:5329: result: 1572864
configure:5346: checking whether the shell understands some XSI constructs
configure:5356: result: yes
configure:5360: checking whether the shell understands "+="
configure:5366: result: yes
configure:5401: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5441: result: func_convert_file_noop
configure:5448: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5468: result: func_convert_file_noop
configure:5475: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:5482: result: -r
configure:5556: checking for objdump
configure:5572: found /usr/bin/objdump
configure:5583: result: objdump
configure:5615: checking how to recognize dependent libraries
configure:5817: result: pass_all
configure:5902: checking for dlltool
configure:5932: result: no
configure:5962: checking how to associate runtime and link libraries
configure:5989: result: printf %s\n
configure:6050: checking for ar
configure:6066: found /usr/bin/ar
configure:6077: result: ar
configure:6114: checking for archiver @FILE support
configure:6131: gcc -c -g -O2  conftest.c >&5
configure:6131: $? = 0
configure:6134: ar cru libconftest.a @conftest.lst >&5
configure:6137: $? = 0
configure:6142: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6145: $? = 1
configure:6157: result: @
configure:6215: checking for strip
configure:6231: found /usr/bin/strip
configure:6242: result: strip
configure:6314: checking for ranlib
configure:6330: found /usr/bin/ranlib
configure:6341: result: ranlib
configure:6443: checking command to parse /usr/bin/nm -B output from gcc object
configure:6563: gcc -c -g -O2  conftest.c >&5
configure:6566: $? = 0
configure:6570: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6573: $? = 0
configure:6639: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6642: $? = 0
configure:6680: result: ok
configure:6717: checking for sysroot
configure:6747: result: no
configure:6824: gcc -c -g -O2  conftest.c >&5
configure:6827: $? = 0
configure:7003: checking for mt
configure:7033: result: no
configure:7053: checking if : is a manifest tool
configure:7059: : '-?'
configure:7067: result: no
configure:7709: checking how to run the C preprocessor
configure:7740: gcc -E  conftest.c
configure:7740: $? = 0
configure:7754: gcc -E  conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7754: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7779: result: gcc -E
configure:7799: gcc -E  conftest.c
configure:7799: $? = 0
configure:7813: gcc -E  conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7842: checking for ANSI C header files
configure:7862: gcc -c -g -O2  conftest.c >&5
configure:7862: $? = 0
configure:7935: gcc -o conftest -g -O2   conftest.c  >&5
configure:7935: $? = 0
configure:7935: ./conftest
configure:7935: $? = 0
configure:7946: result: yes
configure:7959: checking for sys/types.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7959: checking for sys/stat.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7959: checking for stdlib.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7959: checking for string.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7959: checking for memory.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7959: checking for strings.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7959: checking for inttypes.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7959: checking for stdint.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7959: checking for unistd.h
configure:7959: gcc -c -g -O2  conftest.c >&5
configure:7959: $? = 0
configure:7959: result: yes
configure:7973: checking for dlfcn.h
configure:7973: gcc -c -g -O2  conftest.c >&5
configure:7973: $? = 0
configure:7973: result: yes
configure:8190: checking for objdir
configure:8205: result: .libs
configure:8476: checking if gcc supports -fno-rtti -fno-exceptions
configure:8494: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8498: $? = 0
configure:8511: result: no
configure:8838: checking for gcc option to produce PIC
configure:8845: result: -fPIC -DPIC
configure:8853: checking if gcc PIC flag -fPIC -DPIC works
configure:8871: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8875: $? = 0
configure:8888: result: yes
configure:8917: checking if gcc static flag -static works
configure:8945: result: yes
configure:8960: checking if gcc supports -c -o file.o
configure:8981: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8985: $? = 0
configure:9007: result: yes
configure:9015: checking if gcc supports -c -o file.o
configure:9062: result: yes
configure:9095: checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:10248: result: yes
configure:10285: checking whether -lc should be explicitly linked in
configure:10293: gcc -c -g -O2  conftest.c >&5
configure:10296: $? = 0
configure:10311: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10314: $? = 0
configure:10328: result: no
configure:10488: checking dynamic linker characteristics
configure:10999: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:10999: $? = 0
configure:11221: result: GNU/Linux ld.so
configure:11328: checking how to hardcode library paths into programs
configure:11353: result: immediate
configure:11893: checking whether stripping libraries is possible
configure:11898: result: yes
configure:11933: checking if libtool supports shared libraries
configure:11935: result: yes
configure:11938: checking whether to build shared libraries
configure:11959: result: yes
configure:11962: checking whether to build static libraries
configure:11966: result: yes
configure:11989: checking how to run the C++ preprocessor
configure:12016: g++ -E  conftest.cpp
configure:12016: $? = 0
configure:12030: g++ -E  conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12030: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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:12055: result: g++ -E
configure:12075: g++ -E  conftest.cpp
configure:12075: $? = 0
configure:12089: g++ -E  conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12089: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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:12258: checking for ld used by g++
configure:12325: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
configure:12332: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
configure:12347: result: yes
configure:12402: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:13407: result: yes
configure:13443: g++ -c -g -O2  conftest.cpp >&5
configure:13446: $? = 0
configure:13966: checking for g++ option to produce PIC
configure:13973: result: -fPIC -DPIC
configure:13981: checking if g++ PIC flag -fPIC -DPIC works
configure:13999: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14003: $? = 0
configure:14016: result: yes
configure:14039: checking if g++ static flag -static works
configure:14067: result: yes
configure:14079: checking if g++ supports -c -o file.o
configure:14100: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:14104: $? = 0
configure:14126: result: yes
configure:14131: checking if g++ supports -c -o file.o
configure:14178: result: yes
configure:14208: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:14244: result: yes
configure:14385: checking dynamic linker characteristics
configure:15052: result: GNU/Linux ld.so
configure:15105: checking how to hardcode library paths into programs
configure:15130: result: immediate
configure:15194: checking for user-defined CXXFLAGS
configure:15198: result: user-defined "-g -O2"
configure:15310: checking for TR1 support
configure:15321: g++ -c -g -O2 -g -DDEBUG  conftest.cpp >&5
configure:15321: $? = 0
configure:15323: result: yes
configure:15415: checking for C++11 support
configure:15429: g++ -c -g -O2 -g -DDEBUG  conftest.cpp >&5
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4/unordered_map:35:0,
                 from conftest.cpp:27:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4/bits/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
conftest.cpp:29:15: error: 'unordered_map' in namespace 'std' does not name a type
conftest.cpp:31:20: error: 'Bar' does not name a type
configure:15429: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| /* end confdefs.h.  */
| 
|       #include <functional>
|       #include <unordered_map>
|       class Foo;
|       typedef std::unordered_map<Foo*, int> Bar;
| 
|       union test { Bar b1; };
| 
configure:15439: result: no
configure:15479: checking for special C compiler options needed for large files
configure:15524: result: no
configure:15530: checking for _FILE_OFFSET_BITS value needed for large files
configure:15555: gcc -c -g -O2  conftest.c >&5
configure:15555: $? = 0
configure:15587: result: no
configure:15672: checking for execinfo.h
configure:15688: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:27:7: warning: passing argument 1 of 'backtrace_symbols' from incompatible pointer type
/usr/include/execinfo.h:33:15: note: expected 'void * const*' but argument is of type 'char **'
configure:15688: $? = 0
configure:15688: ./conftest
configure:15688: $? = 0
configure:15690: result: yes
configure:15714: checking for proper overloaded template function disambiguation
configure:15725: g++ -c -g -O2 -g -DDEBUG  conftest.cpp >&5
configure:15725: $? = 0
configure:15727: result: yes
configure:15780: checking for sysroot
configure:15784: result: no
configure:15916: checking sys/vfs.h usability
configure:15916: gcc -c -g -O2  conftest.c >&5
configure:15916: $? = 0
configure:15916: result: yes
configure:15916: checking sys/vfs.h presence
configure:15916: gcc -E  conftest.c
configure:15916: $? = 0
configure:15916: result: yes
configure:15916: checking for sys/vfs.h
configure:15916: result: yes
configure:15916: checking sys/statvfs.h usability
configure:15916: gcc -c -g -O2  conftest.c >&5
configure:15916: $? = 0
configure:15916: result: yes
configure:15916: checking sys/statvfs.h presence
configure:15916: gcc -E  conftest.c
configure:15916: $? = 0
configure:15916: result: yes
configure:15916: checking for sys/statvfs.h
configure:15916: result: yes
configure:15916: checking sys/statfs.h usability
configure:15916: gcc -c -g -O2  conftest.c >&5
configure:15916: $? = 0
configure:15916: result: yes
configure:15916: checking sys/statfs.h presence
configure:15916: gcc -E  conftest.c
configure:15916: $? = 0
configure:15916: result: yes
configure:15916: checking for sys/statfs.h
configure:15916: result: yes
configure:15927: checking for statvfs
configure:15955: gcc -o conftest -g -O2   conftest.c  >&5
configure:15955: $? = 0
configure:15975: result: ok
configure:16381: checking for the pthreads library -lpthreads
configure:16419: gcc -o conftest -g -O2    conftest.c -lpthreads  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:16419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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)
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:16428: result: no
configure:16326: checking whether pthreads work without any flags
configure:16419: gcc -o conftest -g -O2    conftest.c   >&5
/tmp/cclYMoE6.o: In function `main':
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:43: undefined reference to `pthread_create'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:44: undefined reference to `pthread_join'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:46: undefined reference to `__pthread_register_cancel'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:47: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:16419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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)
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:16428: result: no
configure:16331: checking whether pthreads work with -Kthread
configure:16419: gcc -o conftest -g -O2 -Kthread   conftest.c   >&5
gcc: unrecognized option '-Kthread'
/tmp/ccEoyvt9.o: In function `main':
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:43: undefined reference to `pthread_create'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:44: undefined reference to `pthread_join'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:46: undefined reference to `__pthread_register_cancel'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:47: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:16419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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)
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:16428: result: no
configure:16331: checking whether pthreads work with -kthread
configure:16419: gcc -o conftest -g -O2 -kthread   conftest.c   >&5
gcc: unrecognized option '-kthread'
/tmp/ccX7s1df.o: In function `main':
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:43: undefined reference to `pthread_create'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:44: undefined reference to `pthread_join'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:46: undefined reference to `__pthread_register_cancel'
/home/thedrx/torrents/rtorrent-0.9.2/conftest.c:47: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:16419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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)
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:16428: result: no
configure:16381: checking for the pthreads library -llthread
configure:16419: gcc -o conftest -g -O2    conftest.c -llthread  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:16419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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)
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:16428: result: no
configure:16331: checking whether pthreads work with -pthread
configure:16419: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:16419: $? = 0
configure:16428: result: yes
configure:16447: checking for joinable pthread attribute
configure:16462: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:16462: $? = 0
configure:16468: result: PTHREAD_CREATE_JOINABLE
configure:16478: checking if more special flags are required for pthreads
configure:16492: result: no
configure:16498: checking for PTHREAD_PRIO_INHERIT
configure:16516: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
conftest.c: In function 'main':
conftest.c:41:9: error: 'PTHREAD_PRIO_INHERIT' undeclared (first use in this function)
conftest.c:41:9: note: each undeclared identifier is reported only once for each function it appears in
configure:16516: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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)
| /* end confdefs.h.  */
| 
|                     #include <pthread.h>
| int
| main ()
| {
| int i = PTHREAD_PRIO_INHERIT;
|   ;
|   return 0;
| }
configure:16525: result: no
configure:16643: checking for NcursesW wide-character library
configure:16667: gcc -o conftest -g -O2   conftest.c  -lncursesw >&5
configure:16667: $? = 0
configure:16676: result: yes
configure:16696: checking for working ncursesw/curses.h
configure:16729: gcc -o conftest -g -O2   conftest.c  -lncursesw >&5
configure:16729: $? = 0
configure:16738: result: yes
configure:16760: checking for working ncursesw.h
configure:16793: gcc -o conftest -g -O2   conftest.c  -lncursesw >&5
conftest.c:45:46: fatal error: ncursesw.h: No such file or directory
compilation terminated.
configure:16793: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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 HAVE_PTHREAD 1
| #define HAVE_NCURSESW 1
| #define HAVE_CURSES 1
| #define HAVE_CURSES_ENHANCED 1
| #define HAVE_CURSES_COLOR 1
| #define HAVE_CURSES_OBSOLETE 1
| #define HAVE_NCURSESW_CURSES_H 1
| /* end confdefs.h.  */
| 
|                         #define _XOPEN_SOURCE_EXTENDED 1
|                         #include <ncursesw.h>
| 
| int
| main ()
| {
| 
|                         chtype a = A_BOLD;
|                         int b = KEY_LEFT;
|                         chtype c = COLOR_PAIR(1) & A_COLOR;
|                         attr_t d = WA_NORMAL;
|                         cchar_t e;
|                         wint_t f;
|                         int g = getattrs(stdscr);
|                         int h = getcurx(stdscr) + getmaxx(stdscr);
|                         initscr();
|                         init_pair(1, COLOR_WHITE, COLOR_RED);
|                         wattr_set(stdscr, d, 0, NULL);
|                         wget_wch(stdscr, &f);
| 
|   ;
|   return 0;
| }
configure:16802: result: no
configure:16824: checking for working ncurses.h
configure:16857: gcc -o conftest -g -O2   conftest.c  -lncursesw >&5
conftest.c: In function 'main':
conftest.c:56:25: error: 'wint_t' undeclared (first use in this function)
conftest.c:56:25: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:56:32: error: expected ';' before 'f'
conftest.c:62:43: error: 'f' undeclared (first use in this function)
configure:16857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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 HAVE_PTHREAD 1
| #define HAVE_NCURSESW 1
| #define HAVE_CURSES 1
| #define HAVE_CURSES_ENHANCED 1
| #define HAVE_CURSES_COLOR 1
| #define HAVE_CURSES_OBSOLETE 1
| #define HAVE_NCURSESW_CURSES_H 1
| /* end confdefs.h.  */
| 
|                         #define _XOPEN_SOURCE_EXTENDED 1
|                         #include <ncurses.h>
| 
| int
| main ()
| {
| 
|                         chtype a = A_BOLD;
|                         int b = KEY_LEFT;
|                         chtype c = COLOR_PAIR(1) & A_COLOR;
|                         attr_t d = WA_NORMAL;
|                         cchar_t e;
|                         wint_t f;
|                         int g = getattrs(stdscr);
|                         int h = getcurx(stdscr) + getmaxx(stdscr);
|                         initscr();
|                         init_pair(1, COLOR_WHITE, COLOR_RED);
|                         wattr_set(stdscr, d, 0, NULL);
|                         wget_wch(stdscr, &f);
| 
|   ;
|   return 0;
| }
configure:16866: result: no
configure:16895: checking if curses tinfo library is linked properly
configure:16920: gcc -o conftest -g -O2   conftest.c  -lncursesw >&5
configure:16920: $? = 0
configure:16947: gcc -o conftest -g -O2   conftest.c  -lncursesw -ltinfo >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ltinfo
collect2: ld returned 1 exit status
configure:16947: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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 HAVE_PTHREAD 1
| #define HAVE_NCURSESW 1
| #define HAVE_CURSES 1
| #define HAVE_CURSES_ENHANCED 1
| #define HAVE_CURSES_COLOR 1
| #define HAVE_CURSES_OBSOLETE 1
| #define HAVE_NCURSESW_CURSES_H 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 keypad ();
| int
| main ()
| {
| return keypad ();
|   ;
|   return 0;
| }
configure:16974: gcc -o conftest -g -O2   conftest.c  -lncursesw -ltinfow >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ltinfow
collect2: ld returned 1 exit status
configure:16974: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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 HAVE_PTHREAD 1
| #define HAVE_NCURSESW 1
| #define HAVE_CURSES 1
| #define HAVE_CURSES_ENHANCED 1
| #define HAVE_CURSES_COLOR 1
| #define HAVE_CURSES_OBSOLETE 1
| #define HAVE_NCURSESW_CURSES_H 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 keypad ();
| int
| main ()
| {
| return keypad ();
|   ;
|   return 0;
| }
configure:16985: result: yes
configure:17544: checking for pkg-config
configure:17562: found /usr/bin/pkg-config
configure:17574: result: /usr/bin/pkg-config
configure:17599: checking pkg-config is at least version 0.9.0
configure:17602: result: yes
configure:17612: checking for sigc
configure:17619: $PKG_CONFIG --exists --print-errors "sigc++-2.0"
configure:17622: $? = 0
configure:17636: $PKG_CONFIG --exists --print-errors "sigc++-2.0"
configure:17639: $? = 0
configure:17697: result: yes
configure:17705: checking for libcurl
configure:17712: $PKG_CONFIG --exists --print-errors "libcurl >= 7.15.4"
configure:17715: $? = 0
configure:17729: $PKG_CONFIG --exists --print-errors "libcurl >= 7.15.4"
configure:17732: $? = 0
configure:17790: result: yes
configure:17798: checking for libtorrent
configure:17805: $PKG_CONFIG --exists --print-errors "libtorrent >= 0.13.2"
configure:17808: $? = 0
configure:17822: $PKG_CONFIG --exists --print-errors "libtorrent >= 0.13.2"
configure:17825: $? = 0
configure:17883: result: yes
configure:17896: checking for XMLRPC-C
configure:17959: result: ignored
configure:17981: checking for posix_memalign
configure:17981: gcc -o conftest -g -O2 -pthread    conftest.c  -lncursesw  -lsigc-2.0   -lcurl   -L/home/thedrx/lib -ltorrent   >&5
configure:17981: $? = 0
configure:17981: result: yes
configure:17991: checking for cacheline
configure:18003: gcc -c -g -O2 -pthread   conftest.c >&5
conftest.c:48:35: fatal error: linux/cache.h: No such file or directory
compilation terminated.
configure:18003: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "rtorrent"
| #define PACKAGE_TARNAME "rtorrent"
| #define PACKAGE_VERSION "0.9.2"
| #define PACKAGE_STRING "rtorrent 0.9.2"
| #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
| #define PACKAGE_URL ""
| #define API_VERSION 6
| #define PACKAGE "rtorrent"
| #define VERSION "0.9.2"
| #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_TR1 1
| #define USE_EXECINFO 1
| #define USE_VARIABLE_FDSET 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STATFS_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 HAVE_PTHREAD 1
| #define HAVE_NCURSESW 1
| #define HAVE_CURSES 1
| #define HAVE_CURSES_ENHANCED 1
| #define HAVE_CURSES_COLOR 1
| #define HAVE_CURSES_OBSOLETE 1
| #define HAVE_NCURSESW_CURSES_H 1
| #define HAVE_CONFIG_H 1
| #define USER_AGENT std::string(PACKAGE "/" VERSION "/") + torrent::version()
| #define HAVE_POSIX_MEMALIGN 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:18018: result: using default 128 bytes
configure:18031: checking for __builtin_popcount
configure:18040: gcc -c -g -O2 -pthread   conftest.c >&5
configure:18040: $? = 0
configure:18042: result: yes
configure:18058: checking if compiler supports __attribute__((unused))
configure:18069: gcc -c -g -O2 -pthread   conftest.c >&5
configure:18069: $? = 0
configure:18077: result: yes
configure:18232: creating ./config.status

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

This file was extended by rtorrent config.status 0.9.2, which was
generated by GNU Autoconf 2.68.  Invocation command line was

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

on cultnet

config.status:1205: creating Makefile
config.status:1205: creating doc/Makefile
config.status:1205: creating src/Makefile
config.status:1205: creating src/core/Makefile
config.status:1205: creating src/display/Makefile
config.status:1205: creating src/input/Makefile
config.status:1205: creating src/rpc/Makefile
config.status:1205: creating src/ui/Makefile
config.status:1205: creating src/utils/Makefile
config.status:1205: creating test/Makefile
config.status:1205: creating config.h
config.status:1434: executing depfiles commands
config.status:1434: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CURSES_LIB_set=
ac_cv_env_CURSES_LIB_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/thedrx/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_libcurl_CFLAGS_set=
ac_cv_env_libcurl_CFLAGS_value=
ac_cv_env_libcurl_LIBS_set=
ac_cv_env_libcurl_LIBS_value=
ac_cv_env_libtorrent_CFLAGS_set=
ac_cv_env_libtorrent_CFLAGS_value=
ac_cv_env_libtorrent_LIBS_set=
ac_cv_env_libtorrent_LIBS_value=
ac_cv_env_sigc_CFLAGS_set=
ac_cv_env_sigc_CFLAGS_value=
ac_cv_env_sigc_LIBS_set=
ac_cv_env_sigc_LIBS_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=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_CPPUNIT_CONFIG=no
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=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
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
ax_cv_PTHREAD_PRIO_INHERIT=no
ax_cv_curses=yes
ax_cv_curses_color=yes
ax_cv_curses_enhanced=yes
ax_cv_curses_obsolete=yes
ax_cv_curses_which=ncursesw
ax_cv_header_ncurses_h_with_ncursesw=no
ax_cv_header_ncursesw_curses_h=yes
ax_cv_header_ncursesw_h=no
ax_cv_ncurses_compiled=yes
ax_cv_ncursesw=yes
ax_cv_tinfo_compiled=no
ax_cv_tinfow_compiled=no
cc_cv_attribute_unused=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_libcurl_CFLAGS=' '
pkg_cv_libcurl_LIBS='-lcurl  '
pkg_cv_libtorrent_CFLAGS='-I/home/thedrx/include  '
pkg_cv_libtorrent_LIBS='-L/home/thedrx/lib -ltorrent  '
pkg_cv_sigc_CFLAGS='-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include  '
pkg_cv_sigc_LIBS='-lsigc-2.0  '

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

ACLOCAL='${SHELL} /home/thedrx/torrents/rtorrent-0.9.2/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /home/thedrx/torrents/rtorrent-0.9.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/thedrx/torrents/rtorrent-0.9.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/thedrx/torrents/rtorrent-0.9.2/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -pthread '
CPP='gcc -E'
CPPFLAGS=''
CPPUNIT_CFLAGS=''
CPPUNIT_CONFIG='no'
CPPUNIT_LIBS=''
CURSES_LIB='-lncursesw'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -g -DDEBUG -pthread  -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include     -I/home/thedrx/include  '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lncursesw  -lsigc-2.0   -lcurl   -L/home/thedrx/lib -ltorrent  '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/thedrx/torrents/rtorrent-0.9.2/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='rtorrent'
PACKAGE_BUGREPORT='jaris@ifi.uio.no'
PACKAGE_NAME='rtorrent'
PACKAGE_STRING='rtorrent 0.9.2'
PACKAGE_TARNAME='rtorrent'
PACKAGE_URL=''
PACKAGE_VERSION='0.9.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/home/thedrx/lib/pkgconfig'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.9.2'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/thedrx/torrents/rtorrent-0.9.2/install-sh'
libcurl_CFLAGS=' '
libcurl_LIBS='-lcurl  '
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libtorrent_CFLAGS='-I/home/thedrx/include  '
libtorrent_LIBS='-L/home/thedrx/lib -ltorrent  '
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/thedrx'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sigc_CFLAGS='-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include  '
sigc_LIBS='-lsigc-2.0  '
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "rtorrent"
#define PACKAGE_TARNAME "rtorrent"
#define PACKAGE_VERSION "0.9.2"
#define PACKAGE_STRING "rtorrent 0.9.2"
#define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
#define PACKAGE_URL ""
#define API_VERSION 6
#define PACKAGE "rtorrent"
#define VERSION "0.9.2"
#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_TR1 1
#define USE_EXECINFO 1
#define USE_VARIABLE_FDSET 1
#define HAVE_SYS_VFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STATFS_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 HAVE_PTHREAD 1
#define HAVE_NCURSESW 1
#define HAVE_CURSES 1
#define HAVE_CURSES_ENHANCED 1
#define HAVE_CURSES_COLOR 1
#define HAVE_CURSES_OBSOLETE 1
#define HAVE_NCURSESW_CURSES_H 1
#define HAVE_CONFIG_H 1
#define USER_AGENT std::string(PACKAGE "/" VERSION "/") + torrent::version()
#define HAVE_POSIX_MEMALIGN 1
#define LT_SMP_CACHE_BYTES 128
#define lt_cacheline_aligned __attribute__((__aligned__(LT_SMP_CACHE_BYTES)))
#define USE_BUILTIN_POPCOUNT 1
#define SUPPORT_ATTRIBUTE_UNUSED 1
#define __UNUSED __attribute__((unused))

configure: exit 0
