summaryrefslogtreecommitdiff
path: root/pysoundtouch/soundtouch/config.log
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-06-19 16:24:27 -0400
committeryo mama <pepper@scannerjammer.com>2015-06-19 16:24:27 -0400
commit8adfb3bd99b4dcff2459756af090a640fd7a4b4a (patch)
treec1e6adddda335f4d36a98039ccc5ac867ae7296d /pysoundtouch/soundtouch/config.log
clone
Diffstat (limited to 'pysoundtouch/soundtouch/config.log')
-rw-r--r--pysoundtouch/soundtouch/config.log842
1 files changed, 842 insertions, 0 deletions
diff --git a/pysoundtouch/soundtouch/config.log b/pysoundtouch/soundtouch/config.log
new file mode 100644
index 0000000..91b9da0
--- /dev/null
+++ b/pysoundtouch/soundtouch/config.log
@@ -0,0 +1,842 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by SoundTouch configure 1.4.0, which was
+generated by GNU Autoconf 2.69. Invocation command line was
+
+ $ ./configure --enable-integer-samples CXXFLAGS=-fPIC
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = highbandwidth
+uname -m = x86_64
+uname -r = 3.18.5-1-ARCH
+uname -s = Linux
+uname -v = #1 SMP PREEMPT Fri Jan 30 07:31:50 CET 2015
+
+/usr/bin/uname -p = unknown
+/bin/uname -X = unknown
+
+/bin/arch = unknown
+/usr/bin/arch -k = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo = unknown
+/bin/machine = unknown
+/usr/bin/oslevel = unknown
+/bin/universe = unknown
+
+PATH: /usr/local/sbin
+PATH: /usr/local/bin
+PATH: /usr/bin
+PATH: /usr/bin/site_perl
+PATH: /usr/bin/vendor_perl
+PATH: /usr/bin/core_perl
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2439: checking for a BSD-compatible install
+configure:2507: result: /usr/bin/install -c
+configure:2518: checking whether build environment is sane
+configure:2573: result: yes
+configure:2724: checking for a thread-safe mkdir -p
+configure:2763: result: /usr/bin/mkdir -p
+configure:2770: checking for gawk
+configure:2786: found /usr/bin/gawk
+configure:2797: result: gawk
+configure:2808: checking whether make sets $(MAKE)
+configure:2830: result: yes
+configure:2859: checking whether make supports nested variables
+configure:2876: result: yes
+configure:3103: checking for g++
+configure:3119: found /usr/bin/g++
+configure:3130: result: g++
+configure:3157: checking for C++ compiler version
+configure:3166: g++ --version >&5
+g++ (GCC) 5.1.0
+Copyright (C) 2015 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:3177: $? = 0
+configure:3166: g++ -v >&5
+Using built-in specs.
+COLLECT_GCC=g++
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
+Target: x86_64-unknown-linux-gnu
+Configured with: /build/gcc-multilib/src/gcc-5-20150519/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
+Thread model: posix
+gcc version 5.1.0 (GCC)
+configure:3177: $? = 0
+configure:3166: g++ -V >&5
+g++: error: unrecognized command line option '-V'
+g++: fatal error: no input files
+compilation terminated.
+configure:3177: $? = 1
+configure:3166: g++ -qversion >&5
+g++: error: unrecognized command line option '-qversion'
+g++: fatal error: no input files
+compilation terminated.
+configure:3177: $? = 1
+configure:3197: checking whether the C++ compiler works
+configure:3219: g++ -fPIC conftest.cpp >&5
+configure:3223: $? = 0
+configure:3271: result: yes
+configure:3274: checking for C++ compiler default output file name
+configure:3276: result: a.out
+configure:3282: checking for suffix of executables
+configure:3289: g++ -o conftest -fPIC conftest.cpp >&5
+configure:3293: $? = 0
+configure:3315: result:
+configure:3337: checking whether we are cross compiling
+configure:3345: g++ -o conftest -fPIC conftest.cpp >&5
+configure:3349: $? = 0
+configure:3356: ./conftest
+configure:3360: $? = 0
+configure:3375: result: no
+configure:3380: checking for suffix of object files
+configure:3402: g++ -c -fPIC conftest.cpp >&5
+configure:3406: $? = 0
+configure:3427: result: o
+configure:3431: checking whether we are using the GNU C++ compiler
+configure:3450: g++ -c -fPIC conftest.cpp >&5
+configure:3450: $? = 0
+configure:3459: result: yes
+configure:3468: checking whether g++ accepts -g
+configure:3488: g++ -c -g conftest.cpp >&5
+configure:3488: $? = 0
+configure:3529: result: yes
+configure:3563: checking for style of include used by make
+configure:3591: result: GNU
+configure:3617: checking dependency style of g++
+configure:3728: result: gcc3
+configure:3792: checking for gcc
+configure:3808: found /usr/bin/gcc
+configure:3819: result: gcc
+configure:4048: checking for C compiler version
+configure:4057: gcc --version >&5
+gcc (GCC) 5.1.0
+Copyright (C) 2015 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:4068: $? = 0
+configure:4057: gcc -v >&5
+Using built-in specs.
+COLLECT_GCC=gcc
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
+Target: x86_64-unknown-linux-gnu
+Configured with: /build/gcc-multilib/src/gcc-5-20150519/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
+Thread model: posix
+gcc version 5.1.0 (GCC)
+configure:4068: $? = 0
+configure:4057: gcc -V >&5
+gcc: error: unrecognized command line option '-V'
+gcc: fatal error: no input files
+compilation terminated.
+configure:4068: $? = 1
+configure:4057: gcc -qversion >&5
+gcc: error: unrecognized command line option '-qversion'
+gcc: fatal error: no input files
+compilation terminated.
+configure:4068: $? = 1
+configure:4072: checking whether we are using the GNU C compiler
+configure:4091: gcc -c conftest.c >&5
+configure:4091: $? = 0
+configure:4100: result: yes
+configure:4109: checking whether gcc accepts -g
+configure:4129: gcc -c -g conftest.c >&5
+configure:4129: $? = 0
+configure:4170: result: yes
+configure:4187: checking for gcc option to accept ISO C89
+configure:4250: gcc -c -g -O2 conftest.c >&5
+configure:4250: $? = 0
+configure:4263: result: none needed
+configure:4288: checking whether gcc understands -c and -o together
+configure:4310: gcc -c conftest.c -o conftest2.o
+configure:4313: $? = 0
+configure:4310: gcc -c conftest.c -o conftest2.o
+configure:4313: $? = 0
+configure:4325: result: yes
+configure:4344: checking dependency style of gcc
+configure:4455: result: gcc3
+configure:4475: checking how to run the C preprocessor
+configure:4506: gcc -E conftest.c
+configure:4506: $? = 0
+configure:4520: gcc -E conftest.c
+conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:4520: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "SoundTouch"
+| #define PACKAGE_TARNAME "soundtouch"
+| #define PACKAGE_VERSION "1.4.0"
+| #define PACKAGE_STRING "SoundTouch 1.4.0"
+| #define PACKAGE_BUGREPORT "http://www.surina.net/soundtouch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "soundtouch"
+| #define VERSION "1.4.0"
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4545: result: gcc -E
+configure:4565: gcc -E conftest.c
+configure:4565: $? = 0
+configure:4579: gcc -E conftest.c
+conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:4579: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "SoundTouch"
+| #define PACKAGE_TARNAME "soundtouch"
+| #define PACKAGE_VERSION "1.4.0"
+| #define PACKAGE_STRING "SoundTouch 1.4.0"
+| #define PACKAGE_BUGREPORT "http://www.surina.net/soundtouch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "soundtouch"
+| #define VERSION "1.4.0"
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4612: checking how to run the C++ preprocessor
+configure:4639: g++ -E conftest.cpp
+configure:4639: $? = 0
+configure:4653: g++ -E conftest.cpp
+conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:4653: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "SoundTouch"
+| #define PACKAGE_TARNAME "soundtouch"
+| #define PACKAGE_VERSION "1.4.0"
+| #define PACKAGE_STRING "SoundTouch 1.4.0"
+| #define PACKAGE_BUGREPORT "http://www.surina.net/soundtouch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "soundtouch"
+| #define VERSION "1.4.0"
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4678: result: g++ -E
+configure:4698: g++ -E conftest.cpp
+configure:4698: $? = 0
+configure:4712: g++ -E conftest.cpp
+conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:4712: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "SoundTouch"
+| #define PACKAGE_TARNAME "soundtouch"
+| #define PACKAGE_VERSION "1.4.0"
+| #define PACKAGE_STRING "SoundTouch 1.4.0"
+| #define PACKAGE_BUGREPORT "http://www.surina.net/soundtouch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "soundtouch"
+| #define VERSION "1.4.0"
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4742: checking whether make sets $(MAKE)
+configure:4764: result: yes
+configure:4803: checking build system type
+configure:4817: result: x86_64-unknown-linux-gnu
+configure:4837: checking host system type
+configure:4850: result: x86_64-unknown-linux-gnu
+configure:4891: checking how to print strings
+configure:4918: result: printf
+configure:4939: checking for a sed that does not truncate output
+configure:5003: result: /usr/bin/sed
+configure:5021: checking for grep that handles long lines and -e
+configure:5079: result: /usr/bin/grep
+configure:5084: checking for egrep
+configure:5146: result: /usr/bin/grep -E
+configure:5151: checking for fgrep
+configure:5213: result: /usr/bin/grep -F
+configure:5248: checking for ld used by gcc
+configure:5315: result: /usr/bin/ld
+configure:5322: checking if the linker (/usr/bin/ld) is GNU ld
+configure:5337: result: yes
+configure:5349: checking for BSD- or MS-compatible name lister (nm)
+configure:5403: result: /usr/bin/nm -B
+configure:5533: checking the name lister (/usr/bin/nm -B) interface
+configure:5540: g++ -c -fPIC conftest.cpp >&5
+configure:5543: /usr/bin/nm -B "conftest.o"
+configure:5546: output
+0000000000000000 B some_variable
+configure:5553: result: BSD nm
+configure:5556: checking whether ln -s works
+configure:5560: result: yes
+configure:5568: checking the maximum length of command line arguments
+configure:5699: result: 1572864
+configure:5747: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
+configure:5787: result: func_convert_file_noop
+configure:5794: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
+configure:5814: result: func_convert_file_noop
+configure:5821: checking for /usr/bin/ld option to reload object files
+configure:5828: result: -r
+configure:5902: checking for objdump
+configure:5918: found /usr/bin/objdump
+configure:5929: result: objdump
+configure:5961: checking how to recognize dependent libraries
+configure:6161: result: pass_all
+configure:6246: checking for dlltool
+configure:6276: result: no
+configure:6306: checking how to associate runtime and link libraries
+configure:6333: result: printf %s\n
+configure:6394: checking for ar
+configure:6410: found /usr/bin/ar
+configure:6421: result: ar
+configure:6458: checking for archiver @FILE support
+configure:6475: g++ -c -fPIC conftest.cpp >&5
+configure:6475: $? = 0
+configure:6478: ar cru libconftest.a @conftest.lst >&5
+configure:6481: $? = 0
+configure:6486: ar cru libconftest.a @conftest.lst >&5
+ar: conftest.o: No such file or directory
+configure:6489: $? = 1
+configure:6501: result: @
+configure:6559: checking for strip
+configure:6575: found /usr/bin/strip
+configure:6586: result: strip
+configure:6658: checking for ranlib
+configure:6674: found /usr/bin/ranlib
+configure:6685: result: ranlib
+configure:6787: checking command to parse /usr/bin/nm -B output from gcc object
+configure:6940: g++ -c -fPIC conftest.cpp >&5
+configure:6943: $? = 0
+configure:6947: /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:6950: $? = 0
+configure:7016: g++ -o conftest -fPIC conftest.cpp conftstm.o >&5
+configure:7019: $? = 0
+configure:7057: result: ok
+configure:7104: checking for sysroot
+configure:7134: result: no
+configure:7141: checking for a working dd
+configure:7179: result: /usr/bin/dd
+configure:7183: checking how to truncate binary pipes
+configure:7198: result: /usr/bin/dd bs=4096 count=1
+configure:7335: g++ -c -fPIC conftest.cpp >&5
+configure:7338: $? = 0
+configure:7528: checking for mt
+configure:7558: result: no
+configure:7578: checking if : is a manifest tool
+configure:7584: : '-?'
+configure:7592: result: no
+configure:8265: checking for ANSI C header files
+configure:8285: g++ -c -fPIC conftest.cpp >&5
+configure:8285: $? = 0
+configure:8358: g++ -o conftest -fPIC conftest.cpp >&5
+configure:8358: $? = 0
+configure:8358: ./conftest
+configure:8358: $? = 0
+configure:8369: result: yes
+configure:8382: checking for sys/types.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8382: checking for sys/stat.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8382: checking for stdlib.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8382: checking for string.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8382: checking for memory.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8382: checking for strings.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8382: checking for inttypes.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8382: checking for stdint.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8382: checking for unistd.h
+configure:8382: g++ -c -fPIC conftest.cpp >&5
+configure:8382: $? = 0
+configure:8382: result: yes
+configure:8396: checking for dlfcn.h
+configure:8396: g++ -c -fPIC conftest.cpp >&5
+configure:8396: $? = 0
+configure:8396: result: yes
+configure:8632: checking for objdir
+configure:8647: result: .libs
+configure:8911: checking if gcc supports -fno-rtti -fno-exceptions
+configure:8929: 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:8933: $? = 0
+configure:8946: result: no
+configure:9304: checking for gcc option to produce PIC
+configure:9311: result: -fPIC -DPIC
+configure:9319: checking if gcc PIC flag -fPIC -DPIC works
+configure:9337: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
+configure:9341: $? = 0
+configure:9354: result: yes
+configure:9383: checking if gcc static flag -static works
+configure:9411: result: yes
+configure:9426: checking if gcc supports -c -o file.o
+configure:9447: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
+configure:9451: $? = 0
+configure:9473: result: yes
+configure:9481: checking if gcc supports -c -o file.o
+configure:9528: result: yes
+configure:9561: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
+configure:10820: result: yes
+configure:11060: checking dynamic linker characteristics
+configure:11641: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
+configure:11641: $? = 0
+configure:11878: result: GNU/Linux ld.so
+configure:12000: checking how to hardcode library paths into programs
+configure:12025: result: immediate
+configure:12573: checking whether stripping libraries is possible
+configure:12578: result: yes
+configure:12613: checking if libtool supports shared libraries
+configure:12615: result: yes
+configure:12618: checking whether to build shared libraries
+configure:12643: result: no
+configure:12646: checking whether to build static libraries
+configure:12650: result: yes
+configure:12673: checking how to run the C++ preprocessor
+configure:12739: result: g++ -E
+configure:12759: g++ -E conftest.cpp
+configure:12759: $? = 0
+configure:12773: g++ -E conftest.cpp
+conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:12773: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "SoundTouch"
+| #define PACKAGE_TARNAME "soundtouch"
+| #define PACKAGE_VERSION "1.4.0"
+| #define PACKAGE_STRING "SoundTouch 1.4.0"
+| #define PACKAGE_BUGREPORT "http://www.surina.net/soundtouch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "soundtouch"
+| #define VERSION "1.4.0"
+| #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:12935: checking for ld used by g++
+configure:13002: result: /usr/bin/ld -m elf_x86_64
+configure:13009: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
+configure:13024: result: yes
+configure:13079: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
+configure:14152: result: yes
+configure:14188: g++ -c -fPIC conftest.cpp >&5
+configure:14191: $? = 0
+configure:14672: checking for g++ option to produce PIC
+configure:14679: result: -fPIC -DPIC
+configure:14687: checking if g++ PIC flag -fPIC -DPIC works
+configure:14705: g++ -c -fPIC -fPIC -DPIC -DPIC conftest.cpp >&5
+configure:14709: $? = 0
+configure:14722: result: yes
+configure:14745: checking if g++ static flag -static works
+configure:14773: result: yes
+configure:14785: checking if g++ supports -c -o file.o
+configure:14806: g++ -c -fPIC -o out/conftest2.o conftest.cpp >&5
+configure:14810: $? = 0
+configure:14832: result: yes
+configure:14837: checking if g++ supports -c -o file.o
+configure:14884: result: yes
+configure:14914: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
+configure:14954: result: yes
+configure:15095: checking dynamic linker characteristics
+configure:15840: result: GNU/Linux ld.so
+configure:15905: checking how to hardcode library paths into programs
+configure:15930: result: immediate
+configure:15995: checking for ANSI C header files
+configure:16099: result: yes
+configure:16116: checking for an ANSI C-conforming const
+configure:16182: g++ -c -fPIC conftest.cpp >&5
+configure:16182: $? = 0
+configure:16189: result: yes
+configure:16197: checking for inline
+configure:16213: g++ -c -fPIC conftest.cpp >&5
+configure:16213: $? = 0
+configure:16221: result: inline
+configure:16268: checking for stdlib.h
+configure:16268: result: yes
+configure:16278: checking for GNU libc compatible malloc
+configure:16302: g++ -o conftest -fPIC conftest.cpp >&5
+configure:16302: $? = 0
+configure:16302: ./conftest
+configure:16302: $? = 0
+configure:16312: result: yes
+configure:16333: checking return type of signal handlers
+configure:16351: g++ -c -fPIC conftest.cpp >&5
+conftest.cpp: In function 'int main()':
+conftest.cpp:33:25: error: void value not ignored as it ought to be
+ return *(signal (0, 0)) (0) == 1;
+ ^
+configure:16351: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "SoundTouch"
+| #define PACKAGE_TARNAME "soundtouch"
+| #define PACKAGE_VERSION "1.4.0"
+| #define PACKAGE_STRING "SoundTouch 1.4.0"
+| #define PACKAGE_BUGREPORT "http://www.surina.net/soundtouch"
+| #define PACKAGE_URL ""
+| #define PACKAGE "soundtouch"
+| #define VERSION "1.4.0"
+| #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 STDC_HEADERS 1
+| #define INTEGER_SAMPLES 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_MALLOC 1
+| /* end confdefs.h. */
+| #include <sys/types.h>
+| #include <signal.h>
+|
+| int
+| main ()
+| {
+| return *(signal (0, 0)) (0) == 1;
+| ;
+| return 0;
+| }
+configure:16358: result: void
+configure:16367: checking for sqrt in -lm
+configure:16392: g++ -o conftest -fPIC conftest.cpp -lm >&5
+configure:16392: $? = 0
+configure:16401: result: yes
+configure:16544: checking that generated files are newer than configure
+configure:16550: result: done
+configure:16577: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by SoundTouch config.status 1.4.0, which was
+generated by GNU Autoconf 2.69. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ./config.status
+
+on highbandwidth
+
+config.status:1157: creating Makefile
+config.status:1157: creating source/Makefile
+config.status:1157: creating source/SoundTouch/Makefile
+config.status:1157: creating source/SoundStretch/Makefile
+config.status:1157: creating include/Makefile
+config.status:1157: creating soundtouch-1.4.pc
+config.status:1157: creating include/soundtouch_config.h
+config.status:1386: executing depfiles commands
+config.status:1386: executing libtool commands
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=x86_64-unknown-linux-gnu
+ac_cv_c_compiler_gnu=yes
+ac_cv_c_const=yes
+ac_cv_c_inline=inline
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_CCC_set=
+ac_cv_env_CCC_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CXXCPP_set=
+ac_cv_env_CXXCPP_value=
+ac_cv_env_CXXFLAGS_set=set
+ac_cv_env_CXXFLAGS_value=-fPIC
+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_LT_SYS_LIBRARY_PATH_set=
+ac_cv_env_LT_SYS_LIBRARY_PATH_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_malloc_0_nonnull=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_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_host=x86_64-unknown-linux-gnu
+ac_cv_lib_m_sqrt=yes
+ac_cv_objext=o
+ac_cv_path_EGREP='/usr/bin/grep -E'
+ac_cv_path_FGREP='/usr/bin/grep -F'
+ac_cv_path_GREP=/usr/bin/grep
+ac_cv_path_SED=/usr/bin/sed
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_path_lt_DD=/usr/bin/dd
+ac_cv_path_mkdir=/usr/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_type_signal=void
+am_cv_CC_dependencies_compiler_type=gcc3
+am_cv_CXX_dependencies_compiler_type=gcc3
+am_cv_make_support_nested_variables=yes
+am_cv_prog_cc_c_o=yes
+lt_cv_ar_at_file=@
+lt_cv_deplibs_check_method=pass_all
+lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_ld_reload_flag=-r
+lt_cv_nm_interface='BSD nm'
+lt_cv_objdir=.libs
+lt_cv_path_LD=/usr/bin/ld
+lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
+lt_cv_path_NM='/usr/bin/nm -B'
+lt_cv_path_mainfest_tool=no
+lt_cv_prog_compiler_c_o=yes
+lt_cv_prog_compiler_c_o_CXX=yes
+lt_cv_prog_compiler_pic='-fPIC -DPIC'
+lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
+lt_cv_prog_compiler_pic_works=yes
+lt_cv_prog_compiler_pic_works_CXX=yes
+lt_cv_prog_compiler_rtti_exceptions=no
+lt_cv_prog_compiler_static_works=yes
+lt_cv_prog_compiler_static_works_CXX=yes
+lt_cv_prog_gnu_ld=yes
+lt_cv_prog_gnu_ldcxx=yes
+lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
+lt_cv_shlibpath_overrides_runpath=no
+lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
+lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
+lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
+lt_cv_sys_global_symbol_to_import=
+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
+lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /home/pepper/soundtouch/pysoundtouch/soundtouch/config/missing aclocal-1.15'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='$${TAR-tar}'
+AM_BACKSLASH='\'
+AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+AM_DEFAULT_VERBOSITY='1'
+AM_V='$(V)'
+AR='ar'
+AUTOCONF='${SHELL} /home/pepper/soundtouch/pysoundtouch/soundtouch/config/missing autoconf'
+AUTOHEADER='${SHELL} /home/pepper/soundtouch/pysoundtouch/soundtouch/config/missing autoheader'
+AUTOMAKE='${SHELL} /home/pepper/soundtouch/pysoundtouch/soundtouch/config/missing automake-1.15'
+AWK='gawk'
+CC='gcc'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-g -O2'
+CPP='gcc -E'
+CPPFLAGS=''
+CXX='g++'
+CXXCPP='g++ -E'
+CXXDEPMODE='depmode=gcc3'
+CXXFLAGS='-fPIC'
+CYGPATH_W='echo'
+DEFS='-DHAVE_CONFIG_H'
+DEPDIR='.deps'
+DLLTOOL='false'
+DSYMUTIL=''
+DUMPBIN=''
+ECHO_C=''
+ECHO_N='-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='/usr/bin/ld -m elf_x86_64'
+LDFLAGS=''
+LIBOBJS=''
+LIBS='-lm '
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIPO=''
+LN_S='ln -s'
+LTLIBOBJS=''
+LT_SYS_LIBRARY_PATH=''
+MAKEINFO='${SHELL} /home/pepper/soundtouch/pysoundtouch/soundtouch/config/missing makeinfo'
+MANIFEST_TOOL=':'
+MKDIR_P='/usr/bin/mkdir -p'
+NM='/usr/bin/nm -B'
+NMEDIT=''
+OBJDUMP='objdump'
+OBJEXT='o'
+OTOOL64=''
+OTOOL=''
+PACKAGE='soundtouch'
+PACKAGE_BUGREPORT='http://www.surina.net/soundtouch'
+PACKAGE_NAME='SoundTouch'
+PACKAGE_STRING='SoundTouch 1.4.0'
+PACKAGE_TARNAME='soundtouch'
+PACKAGE_URL=''
+PACKAGE_VERSION='1.4.0'
+PATH_SEPARATOR=':'
+RANLIB='ranlib'
+SED='/usr/bin/sed'
+SET_MAKE=''
+SHELL='/bin/sh'
+STRIP='strip'
+VERSION='1.4.0'
+ac_ct_AR='ar'
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+ac_ct_DUMPBIN=''
+am__EXEEXT_FALSE=''
+am__EXEEXT_TRUE='#'
+am__fastdepCC_FALSE='#'
+am__fastdepCC_TRUE=''
+am__fastdepCXX_FALSE='#'
+am__fastdepCXX_TRUE=''
+am__include='include'
+am__isrc=''
+am__leading_dot='.'
+am__nodep='_no'
+am__quote=''
+am__tar='$${TAR-tar} chof - "$$tardir"'
+am__untar='$${TAR-tar} xf -'
+bindir='${exec_prefix}/bin'
+build='x86_64-unknown-linux-gnu'
+build_alias=''
+build_cpu='x86_64'
+build_os='linux-gnu'
+build_vendor='unknown'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+dvidir='${docdir}'
+exec_prefix='${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/pepper/soundtouch/pysoundtouch/soundtouch/config/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'
+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 "SoundTouch"
+#define PACKAGE_TARNAME "soundtouch"
+#define PACKAGE_VERSION "1.4.0"
+#define PACKAGE_STRING "SoundTouch 1.4.0"
+#define PACKAGE_BUGREPORT "http://www.surina.net/soundtouch"
+#define PACKAGE_URL ""
+#define PACKAGE "soundtouch"
+#define VERSION "1.4.0"
+#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 STDC_HEADERS 1
+#define INTEGER_SAMPLES 1
+#define HAVE_STDLIB_H 1
+#define HAVE_MALLOC 1
+#define RETSIGTYPE void
+#define HAVE_LIBM 1
+
+configure: exit 0