Build of libsamplerate with vanilla toolchain

The build took 00h 01m 08s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
370,659 ansic
11,161 sh
3,586 makefile
385,406 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libsamplerate 0.1.8-3 (Wed Aug 24 14:08:19 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking whether gcc and cc understand -c and -o together... yes
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking how to print strings... printf
# checking for a sed that does not truncate output... (cached) /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -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 gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# 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... yes
# checking how to run the C++ preprocessor... g++ -E
# checking for ld used by g++... /usr/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC -DPIC
# checking if g++ PIC flag -fPIC -DPIC works... yes
# checking if g++ static flag -static works... yes
# checking if g++ supports -c -o file.o... yes
# checking if g++ supports -c -o file.o... (cached) yes
# checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for x86_64-unknown-linux-windres... no
# checking for windres... no
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking whether ln -s works... yes
# checking for ANSI C header files... (cached) yes
# checking for stdint.h... (cached) yes
# checking sys/times.h usability... yes
# checking sys/times.h presence... yes
# checking for sys/times.h... yes
# checking size of int... 4
# checking size of long... 8
# checking size of float... 4
# checking size of double... 8
# checking processor byte ordering... little
# checking for malloc... yes
# checking for calloc... yes
# checking for free... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for alarm... yes
# checking for signal... yes
# checking for floor in -lm... yes
# checking for floor... yes
# checking for ceil... yes
# checking for fmod... yes
# checking for SIGALRM... yes
# checking for lrint... yes
# checking for lrintf... yes
# checking processor clipping capabilities... none
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for SNDFILE... yes
# checking for FFTW3... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating M4/Makefile
# config.status: creating src/Version_script
# config.status: creating Win32/Makefile
# config.status: creating Win32/Makefile.mingw
# config.status: creating src/Makefile
# config.status: creating examples/Makefile
# config.status: creating tests/Makefile
# config.status: creating doc/Makefile
# config.status: creating libsamplerate.spec
# config.status: creating samplerate.pc
# config.status: creating src/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=-
#
# Configuration summary :
#
# Version : ..................... 0.1.8
#
# Host CPU : .................... x86_64
# Host Vendor : ................. unknown
# Host OS : ..................... linux-gnu
#
# Tools :
#
# Compiler is GCC : ............. yes
# GCC major version : ........... 6
#
# Extra tools required for testing and examples :
#
# Use FFTW : .................... no
# Have libsndfile : ............. yes
#
# Installation directories :
#
# Library directory : ........... /usr/lib
# Program directory : ........... /usr/bin
# Pkgconfig directory : ......... /usr/lib/pkgconfig
#
# Making all in M4
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# Making all in src
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# make all-am
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# CC samplerate.lo
# CC src_sinc.lo
# CC src_zoh.lo
# CC src_linear.lo
# CCLD libsamplerate.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# Making all in doc
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# Making all in examples
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# CC sndfile-resample.o
# CC varispeed-play.o
# CC audio_out.o
# CC timewarp-file.o
# CCLD sndfile-resample
# CCLD varispeed-play
# CCLD timewarp-file
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# Making all in tests
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# CC misc_test.o
# CC util.o
# CC termination_test.o
# CC simple_test.o
# CC callback_test-callback_test.o
# CC callback_test-util.o
# CC reset_test.o
# CC multi_channel_test-multi_channel_test.o
# CC multi_channel_test-util.o
# CC multi_channel_test-calc_snr.o
# CC snr_bw_test-snr_bw_test.o
# CC snr_bw_test-calc_snr.o
# CC snr_bw_test-util.o
# CC float_short_test.o
# CC varispeed_test-varispeed_test.o
# CC varispeed_test-util.o
# CC varispeed_test-calc_snr.o
# CC callback_hang_test.o
# CC src_evaluate-src-evaluate.o
# CC src_evaluate-calc_snr.o
# CC src_evaluate-util.o
# CC throughput_test-throughput_test.o
# CC throughput_test-util.o
# CC throughput_test-calc_snr.o
# CC multichan_throughput_test-util.o
# CC multichan_throughput_test-multichan_throughput_test.o
# CC multichan_throughput_test-calc_snr.o
# CC downsample_test.o
# CCLD misc_test
# CCLD termination_test
# CCLD simple_test
# CCLD callback_test
# CCLD reset_test
# CCLD multi_channel_test
# CCLD snr_bw_test
# CCLD float_short_test
# CCLD varispeed_test
# CCLD callback_hang_test
# CCLD src-evaluate
# CCLD throughput_test
# CCLD multichan_throughput_test
# CCLD downsample_test
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in M4
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# Making install in src
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# test -z "/usr/include" || /usr/sbin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/include"
# /usr/bin/install -c -m 644 samplerate.h '/tmp/libsamplerate/pkg/libsamplerate/usr/include'
# test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libsamplerate.la '/tmp/libsamplerate/pkg/libsamplerate/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libsamplerate.so.0.1.8 /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.so.0.1.8
# libtool: install: (cd /tmp/libsamplerate/pkg/libsamplerate/usr/lib && { ln -s -f libsamplerate.so.0.1.8 libsamplerate.so.0 || { rm -f libsamplerate.so.0 && ln -s libsamplerate.so.0.1.8 libsamplerate.so.0; }; })
# libtool: install: (cd /tmp/libsamplerate/pkg/libsamplerate/usr/lib && { ln -s -f libsamplerate.so.0.1.8 libsamplerate.so || { rm -f libsamplerate.so && ln -s libsamplerate.so.0.1.8 libsamplerate.so; }; })
# libtool: install: /usr/bin/install -c .libs/libsamplerate.lai /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.la
# libtool: install: /usr/bin/install -c .libs/libsamplerate.a /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.a
# libtool: install: chmod 644 /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.a
# libtool: install: ranlib /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# Making install in doc
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/doc/libsamplerate0-dev/html" || /usr/sbin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/share/doc/libsamplerate0-dev/html"
# /usr/bin/install -c -m 644 SRC.png SRC.css index.html license.html history.html download.html lists.html quality.html win32.html faq.html api.html api_simple.html api_callback.html api_full.html api_misc.html '/tmp/libsamplerate/pkg/libsamplerate/usr/share/doc/libsamplerate0-dev/html'
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# Making install in examples
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# test -z "/usr/bin" || /usr/sbin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/bin"
# make[2]: Nothing to be done for 'install-data-am'.
# /bin/sh ../libtool --mode=install /usr/bin/install -c sndfile-resample '/tmp/libsamplerate/pkg/libsamplerate/usr/bin'
# libtool: install: warning: `../src/libsamplerate.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sndfile-resample /tmp/libsamplerate/pkg/libsamplerate/usr/bin/sndfile-resample
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# Making install in tests
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 samplerate.pc '/tmp/libsamplerate/pkg/libsamplerate/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libsamplerate"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libsamplerate 0.1.8-3 (Wed Aug 24 14:08:46 UTC 2016)

CMD: pacman --query --file libsamplerate-0.1.8-3-x86_64.pkg.tar.xz
# libsamplerate 0.1.8-3

Creating hybrid package for 'libsamplerate'

Trying to find vanilla package 'libsamplerate'...

CMD: pacman --query --file /mirror/libsamplerate-0.1.8-3.pkg.tar.xz
# libsamplerate 0.1.8-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libsamplerate.so
# /usr/lib/libsamplerate.so.0.1.8
# /usr/lib/libsamplerate.so.0
# /usr/lib/pkgconfig/samplerate.pc
# /usr/bin/sndfile-resample
# /usr/include/samplerate.h
# /usr/share/doc/libsamplerate0-dev/html/api_callback.html
# /usr/share/doc/libsamplerate0-dev/html/SRC.css
# /usr/share/doc/libsamplerate0-dev/html/faq.html
# /usr/share/doc/libsamplerate0-dev/html/api.html
# /usr/share/doc/libsamplerate0-dev/html/api_misc.html
# /usr/share/doc/libsamplerate0-dev/html/quality.html
# /usr/share/doc/libsamplerate0-dev/html/api_full.html
# /usr/share/doc/libsamplerate0-dev/html/license.html
# /usr/share/doc/libsamplerate0-dev/html/download.html
# /usr/share/doc/libsamplerate0-dev/html/index.html
# /usr/share/doc/libsamplerate0-dev/html/win32.html
# /usr/share/doc/libsamplerate0-dev/html/SRC.png
# /usr/share/doc/libsamplerate0-dev/html/api_simple.html
# /usr/share/doc/libsamplerate0-dev/html/history.html
# /usr/share/doc/libsamplerate0-dev/html/lists.html
# /sysroot/usr/lib/libsamplerate.so.0.1.8
# /sysroot/usr/lib/libsamplerate.so.0
# /sysroot/usr/lib/libsamplerate.so
# /sysroot/usr/lib/libsamplerate.la
# /sysroot/usr/lib/libsamplerate.a
# /sysroot/usr/lib/pkgconfig/samplerate.pc
# /sysroot/usr/include/samplerate.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libsamplerate.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libsamplerate.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libsamplerate.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 997

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libsamplerate.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libsamplerate.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libsamplerate/src/libsamplerate-0.1.8/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libsamplerate configure 0.1.8, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d80c7921fd16
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2589: checking build system type
# configure:2603: result: x86_64-unknown-linux-gnu
# configure:2623: checking host system type
# configure:2636: result: x86_64-unknown-linux-gnu
# configure:2656: checking target system type
# configure:2669: result: x86_64-unknown-linux-gnu
# configure:2716: checking for a BSD-compatible install
# configure:2784: result: /usr/bin/install -c
# configure:2795: checking whether build environment is sane
# configure:2845: result: yes
# configure:2894: checking for x86_64-unknown-linux-strip
# configure:2924: result: no
# configure:2934: checking for strip
# configure:2950: found /usr/sbin/strip
# configure:2961: result: strip
# configure:2986: checking for a thread-safe mkdir -p
# configure:3025: result: /usr/sbin/mkdir -p
# configure:3038: checking for gawk
# configure:3054: found /usr/sbin/gawk
# configure:3065: result: gawk
# configure:3076: checking whether make sets $(MAKE)
# configure:3098: result: yes
# configure:3209: checking for x86_64-unknown-linux-gcc
# configure:3239: result: no
# configure:3249: checking for gcc
# configure:3265: found /usr/sbin/gcc
# configure:3276: result: gcc
# configure:3505: checking for C compiler version
# configure:3514: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3525: $? = 0
# configure:3514: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/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 --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3525: $? = 0
# configure:3514: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3525: $? = 1
# configure:3514: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3525: $? = 1
# configure:3545: checking whether the C compiler works
# configure:3567: gcc conftest.c >&5
# configure:3571: $? = 0
# configure:3619: result: yes
# configure:3622: checking for C compiler default output file name
# configure:3624: result: a.out
# configure:3630: checking for suffix of executables
# configure:3637: gcc -o conftest conftest.c >&5
# configure:3641: $? = 0
# configure:3663: result:
# configure:3685: checking whether we are cross compiling
# configure:3693: gcc -o conftest conftest.c >&5
# configure:3697: $? = 0
# configure:3704: ./conftest
# configure:3708: $? = 0
# configure:3723: result: no
# configure:3728: checking for suffix of object files
# configure:3750: gcc -c conftest.c >&5
# configure:3754: $? = 0
# configure:3775: result: o
# configure:3779: checking whether we are using the GNU C compiler
# configure:3798: gcc -c conftest.c >&5
# configure:3798: $? = 0
# configure:3807: result: yes
# configure:3816: checking whether gcc accepts -g
# configure:3836: gcc -c -g conftest.c >&5
# configure:3836: $? = 0
# configure:3877: result: yes
# configure:3894: checking for gcc option to accept ISO C89
# configure:3958: gcc -c conftest.c >&5
# configure:3958: $? = 0
# configure:3971: result: none needed
# configure:4002: checking for style of include used by make
# configure:4030: result: GNU
# configure:4055: checking dependency style of gcc
# configure:4165: result: gcc3
# configure:4181: checking whether gcc and cc understand -c and -o together
# configure:4212: gcc -c conftest.c -o conftest2.o >&5
# configure:4216: $? = 0
# configure:4222: gcc -c conftest.c -o conftest2.o >&5
# configure:4226: $? = 0
# configure:4237: cc -c conftest.c >&5
# configure:4241: $? = 0
# configure:4249: cc -c conftest.c -o conftest2.o >&5
# configure:4253: $? = 0
# configure:4259: cc -c conftest.c -o conftest2.o >&5
# configure:4263: $? = 0
# configure:4281: result: yes
# configure:4320: checking for x86_64-unknown-linux-g++
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-c++
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-gpp
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-aCC
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-CC
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-cxx
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-cc++
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-cl.exe
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-FCC
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-KCC
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-RCC
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-xlC_r
# configure:4350: result: no
# configure:4320: checking for x86_64-unknown-linux-xlC
# configure:4350: result: no
# configure:4364: checking for g++
# configure:4380: found /usr/sbin/g++
# configure:4391: result: g++
# configure:4418: checking for C++ compiler version
# configure:4427: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:4438: $? = 0
# configure:4427: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/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 --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4438: $? = 0
# configure:4427: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:4438: $? = 1
# configure:4427: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:4438: $? = 1
# configure:4442: checking whether we are using the GNU C++ compiler
# configure:4461: g++ -c conftest.cpp >&5
# configure:4461: $? = 0
# configure:4470: result: yes
# configure:4479: checking whether g++ accepts -g
# configure:4499: g++ -c -g conftest.cpp >&5
# configure:4499: $? = 0
# configure:4540: result: yes
# configure:4565: checking dependency style of g++
# configure:4675: result: gcc3
# configure:4690: checking for a sed that does not truncate output
# configure:4754: result: /usr/sbin/sed
# configure:4808: checking how to print strings
# configure:4835: result: printf
# configure:4856: checking for a sed that does not truncate output
# configure:4920: result: /usr/sbin/sed
# configure:4938: checking for grep that handles long lines and -e
# configure:4996: result: /usr/sbin/grep
# configure:5001: checking for egrep
# configure:5063: result: /usr/sbin/grep -E
# configure:5068: checking for fgrep
# configure:5130: result: /usr/sbin/grep -F
# configure:5165: checking for ld used by gcc
# configure:5232: result: /usr/sbin/ld
# configure:5239: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5254: result: yes
# configure:5266: checking for BSD- or MS-compatible name lister (nm)
# configure:5315: result: /usr/sbin/nm -B
# configure:5445: checking the name lister (/usr/sbin/nm -B) interface
# configure:5452: gcc -c conftest.c >&5
# configure:5455: /usr/sbin/nm -B "conftest.o"
# configure:5458: output
# 0000000000000000 B some_variable
# configure:5465: result: BSD nm
# configure:5468: checking whether ln -s works
# configure:5472: result: yes
# configure:5480: checking the maximum length of command line arguments
# configure:5605: result: 1572864
# configure:5622: checking whether the shell understands some XSI constructs
# configure:5632: result: yes
# configure:5636: checking whether the shell understands "+="
# configure:5642: result: yes
# configure:5677: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5717: result: func_convert_file_noop
# configure:5724: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5744: result: func_convert_file_noop
# configure:5751: checking for /usr/sbin/ld option to reload object files
# configure:5758: result: -r
# configure:5792: checking for x86_64-unknown-linux-objdump
# configure:5822: result: no
# configure:5832: checking for objdump
# configure:5848: found /usr/sbin/objdump
# configure:5859: result: objdump
# configure:5891: checking how to recognize dependent libraries
# configure:6093: result: pass_all
# configure:6138: checking for x86_64-unknown-linux-dlltool
# configure:6168: result: no
# configure:6178: checking for dlltool
# configure:6208: result: no
# configure:6238: checking how to associate runtime and link libraries
# configure:6265: result: printf %s\n
# configure:6282: checking for x86_64-unknown-linux-ar
# configure:6312: result: no
# configure:6326: checking for ar
# configure:6342: found /usr/sbin/ar
# configure:6353: result: ar
# configure:6390: checking for archiver @FILE support
# configure:6407: gcc -c conftest.c >&5
# configure:6407: $? = 0
# configure:6410: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6413: $? = 0
# configure:6418: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6421: $? = 1
# configure:6433: result: @
# configure:6451: checking for x86_64-unknown-linux-strip
# configure:6478: result: strip
# configure:6550: checking for x86_64-unknown-linux-ranlib
# configure:6580: result: no
# configure:6590: checking for ranlib
# configure:6606: found /usr/sbin/ranlib
# configure:6617: result: ranlib
# configure:6719: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6838: gcc -c conftest.c >&5
# configure:6841: $? = 0
# configure:6845: /usr/sbin/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:6848: $? = 0
# configure:6914: gcc -o conftest conftest.c conftstm.o >&5
# configure:6917: $? = 0
# configure:6955: result: ok
# configure:6992: checking for sysroot
# configure:7022: result: no
# configure:7099: gcc -c conftest.c >&5
# configure:7102: $? = 0
# configure:7225: checking for x86_64-unknown-linux-mt
# configure:7255: result: no
# configure:7265: checking for mt
# configure:7295: result: no
# configure:7315: checking if : is a manifest tool
# configure:7321: : '-?'
# configure:7329: result: no
# configure:7961: checking how to run the C preprocessor
# configure:7992: gcc -E conftest.c
# configure:7992: $? = 0
# configure:8006: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:8006: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | /* end confdefs.h. */
# | #include
# configure:8031: result: gcc -E
# configure:8051: gcc -E conftest.c
# configure:8051: $? = 0
# configure:8065: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:8065: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | /* end confdefs.h. */
# | #include
# configure:8094: checking for ANSI C header files
# configure:8114: gcc -c conftest.c >&5
# configure:8114: $? = 0
# configure:8187: gcc -o conftest conftest.c >&5
# configure:8187: $? = 0
# configure:8187: ./conftest
# configure:8187: $? = 0
# configure:8198: result: yes
# configure:8211: checking for sys/types.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for sys/stat.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for stdlib.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for string.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for memory.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for strings.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for inttypes.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for stdint.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for unistd.h
# configure:8211: gcc -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8225: checking for dlfcn.h
# configure:8225: gcc -c conftest.c >&5
# configure:8225: $? = 0
# configure:8225: result: yes
# configure:8423: checking for objdir
# configure:8438: result: .libs
# configure:8709: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8727: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8731: $? = 0
# configure:8744: result: no
# configure:9054: checking for gcc option to produce PIC
# configure:9061: result: -fPIC -DPIC
# configure:9069: checking if gcc PIC flag -fPIC -DPIC works
# configure:9087: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9091: $? = 0
# configure:9104: result: yes
# configure:9133: checking if gcc static flag -static works
# configure:9161: result: yes
# configure:9176: checking if gcc supports -c -o file.o
# configure:9197: gcc -c -o out/conftest2.o conftest.c >&5
# configure:9201: $? = 0
# configure:9223: result: yes
# configure:9231: checking if gcc supports -c -o file.o
# configure:9278: result: yes
# configure:9311: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10473: result: yes
# configure:10510: checking whether -lc should be explicitly linked in
# configure:10518: gcc -c conftest.c >&5
# configure:10521: $? = 0
# configure:10536: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10539: $? = 0
# configure:10553: result: no
# configure:10718: checking dynamic linker characteristics
# configure:11233: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11233: $? = 0
# configure:11467: result: GNU/Linux ld.so
# configure:11574: checking how to hardcode library paths into programs
# configure:11599: result: immediate
# configure:12139: checking whether stripping libraries is possible
# configure:12144: result: yes
# configure:12179: checking if libtool supports shared libraries
# configure:12181: result: yes
# configure:12184: checking whether to build shared libraries
# configure:12205: result: yes
# configure:12208: checking whether to build static libraries
# configure:12212: result: yes
# configure:12235: checking how to run the C++ preprocessor
# configure:12262: g++ -E conftest.cpp
# configure:12262: $? = 0
# configure:12276: g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12276: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | #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
# configure:12301: result: g++ -E
# configure:12321: g++ -E conftest.cpp
# configure:12321: $? = 0
# configure:12335: g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12335: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | #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
# configure:12505: checking for ld used by g++
# configure:12572: result: /usr/sbin/ld -m elf_x86_64
# configure:12579: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:12594: result: yes
# configure:12649: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:13653: result: yes
# configure:13688: g++ -c conftest.cpp >&5
# configure:13691: $? = 0
# configure:14211: checking for g++ option to produce PIC
# configure:14218: result: -fPIC -DPIC
# configure:14226: checking if g++ PIC flag -fPIC -DPIC works
# configure:14244: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14248: $? = 0
# configure:14261: result: yes
# configure:14284: checking if g++ static flag -static works
# configure:14312: result: yes
# configure:14324: checking if g++ supports -c -o file.o
# configure:14345: g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14349: $? = 0
# configure:14371: result: yes
# configure:14376: checking if g++ supports -c -o file.o
# configure:14423: result: yes
# configure:14453: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:14490: result: yes
# configure:14633: checking dynamic linker characteristics
# configure:15316: result: GNU/Linux ld.so
# configure:15369: checking how to hardcode library paths into programs
# configure:15394: result: immediate
# configure:15456: checking for x86_64-unknown-linux-windres
# configure:15486: result: no
# configure:15496: checking for windres
# configure:15526: result: no
# configure:15631: checking whether ln -s works
# configure:15635: result: yes
# configure:15665: checking whether make sets $(MAKE)
# configure:15687: result: yes
# configure:15696: checking whether ln -s works
# configure:15700: result: yes
# configure:15823: checking for ANSI C header files
# configure:15927: result: yes
# configure:15939: checking for stdint.h
# configure:15939: result: yes
# configure:15939: checking sys/times.h usability
# configure:15939: gcc -c conftest.c >&5
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking sys/times.h presence
# configure:15939: gcc -E conftest.c
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking for sys/times.h
# configure:15939: result: yes
# configure:16005: checking size of int
# configure:16010: gcc -o conftest conftest.c >&5
# configure:16010: $? = 0
# configure:16010: ./conftest
# configure:16010: $? = 0
# configure:16024: result: 4
# configure:16038: checking size of long
# configure:16043: gcc -o conftest conftest.c >&5
# configure:16043: $? = 0
# configure:16043: ./conftest
# configure:16043: $? = 0
# configure:16057: result: 8
# configure:16071: checking size of float
# configure:16076: gcc -o conftest conftest.c >&5
# configure:16076: $? = 0
# configure:16076: ./conftest
# configure:16076: $? = 0
# configure:16090: result: 4
# configure:16104: checking size of double
# configure:16109: gcc -o conftest conftest.c >&5
# configure:16109: $? = 0
# configure:16109: ./conftest
# configure:16109: $? = 0
# configure:16123: result: 8
# configure:16137: checking processor byte ordering
# configure:16216: gcc -o conftest conftest.c >&5
# configure:16216: $? = 0
# configure:16234: gcc -o conftest conftest.c >&5
# configure:16234: $? = 0
# configure:16258: gcc -o conftest conftest.c >&5
# configure:16258: $? = 0
# configure:16351: result: little
# configure:16396: checking for malloc
# configure:16396: gcc -o conftest conftest.c >&5
# conftest.c:55:6: warning: conflicting types for built-in function 'malloc'
# char malloc ();
# ^~~~~~
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for calloc
# configure:16396: gcc -o conftest conftest.c >&5
# conftest.c:56:6: warning: conflicting types for built-in function 'calloc'
# char calloc ();
# ^~~~~~
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for free
# configure:16396: gcc -o conftest conftest.c >&5
# conftest.c:57:6: warning: conflicting types for built-in function 'free'
# char free ();
# ^~~~
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for memcpy
# configure:16396: gcc -o conftest conftest.c >&5
# conftest.c:58:6: warning: conflicting types for built-in function 'memcpy'
# char memcpy ();
# ^~~~~~
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for memmove
# configure:16396: gcc -o conftest conftest.c >&5
# conftest.c:59:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for alarm
# configure:16396: gcc -o conftest conftest.c >&5
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for signal
# configure:16396: gcc -o conftest conftest.c >&5
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16406: checking for floor in -lm
# configure:16431: gcc -o conftest conftest.c -lm >&5
# conftest.c:46:6: warning: conflicting types for built-in function 'floor'
# char floor ();
# ^~~~~
# configure:16431: $? = 0
# configure:16440: result: yes
# configure:16454: checking for floor
# configure:16454: gcc -o conftest conftest.c -lm >&5
# conftest.c:63:6: warning: conflicting types for built-in function 'floor'
# char floor ();
# ^~~~~
# configure:16454: $? = 0
# configure:16454: result: yes
# configure:16454: checking for ceil
# configure:16454: gcc -o conftest conftest.c -lm >&5
# conftest.c:64:6: warning: conflicting types for built-in function 'ceil'
# char ceil ();
# ^~~~
# configure:16454: $? = 0
# configure:16454: result: yes
# configure:16454: checking for fmod
# configure:16454: gcc -o conftest conftest.c -lm >&5
# conftest.c:65:6: warning: conflicting types for built-in function 'fmod'
# char fmod ();
# ^~~~
# configure:16454: $? = 0
# configure:16454: result: yes
# configure:16464: checking for SIGALRM
# configure:16484: gcc -o conftest conftest.c -lm >&5
# configure:16484: $? = 0
# configure:16494: result: yes
# configure:16504: checking for lrint
# configure:16530: gcc -o conftest -lm conftest.c -lm >&5
# configure:16530: $? = 0
# configure:16542: result: yes
# configure:16551: checking for lrintf
# configure:16577: gcc -o conftest -lm conftest.c -lm >&5
# configure:16577: $? = 0
# configure:16589: result: yes
# configure:16615: checking processor clipping capabilities
# configure:16655: gcc -o conftest conftest.c -lm >&5
# configure:16655: $? = 0
# configure:16655: ./conftest
# configure:16655: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define CPU_IS_BIG_ENDIAN 0
# | #define CPU_IS_LITTLE_ENDIAN 1
# | #define HAVE_MALLOC 1
# | #define HAVE_CALLOC 1
# | #define HAVE_FREE 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_ALARM 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_LIBM 1
# | #define HAVE_FLOOR 1
# | #define HAVE_CEIL 1
# | #define HAVE_FMOD 1
# | #define HAVE_SIGALRM 1
# | #define HAVE_LRINT 1
# | #define HAVE_LRINTF 1
# | /* end confdefs.h. */
# |
# | #define _ISOC9X_SOURCE 1
# | #define _ISOC99_SOURCE 1
# | #define __USE_ISOC99 1
# | #define __USE_ISOC9X 1
# | #include
# | int main (void)
# | { double fval ;
# | int k, ival ;
# |
# | fval = 1.0 * 0x7FFFFFFF ;
# | for (k = 0 ; k < 100 ; k++)
# | { ival = (lrint (fval)) >> 24 ;
# | if (ival != 127)
# | return 1 ;
# |
# | fval *= 1.2499999 ;
# | } ;
# |
# | return 0 ;
# | }
# |
# configure:16694: gcc -o conftest conftest.c -lm >&5
# configure:16694: $? = 0
# configure:16694: ./conftest
# configure:16694: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define CPU_IS_BIG_ENDIAN 0
# | #define CPU_IS_LITTLE_ENDIAN 1
# | #define HAVE_MALLOC 1
# | #define HAVE_CALLOC 1
# | #define HAVE_FREE 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_ALARM 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_LIBM 1
# | #define HAVE_FLOOR 1
# | #define HAVE_CEIL 1
# | #define HAVE_FMOD 1
# | #define HAVE_SIGALRM 1
# | #define HAVE_LRINT 1
# | #define HAVE_LRINTF 1
# | /* end confdefs.h. */
# |
# | #define _ISOC9X_SOURCE 1
# | #define _ISOC99_SOURCE 1
# | #define __USE_ISOC99 1
# | #define __USE_ISOC9X 1
# | #include
# | int main (void)
# | { double fval ;
# | int k, ival ;
# |
# | fval = -8.0 * 0x10000000 ;
# | for (k = 0 ; k < 100 ; k++)
# | { ival = (lrint (fval)) >> 24 ;
# | if (ival != -128)
# | return 1 ;
# |
# | fval *= 1.2499999 ;
# | } ;
# |
# | return 0 ;
# | }
# |
# configure:16736: result: none
# configure:16781: checking for x86_64-unknown-linux-pkg-config
# configure:16814: result: no
# configure:16824: checking for pkg-config
# configure:16842: found /usr/sbin/pkg-config
# configure:16854: result: /usr/sbin/pkg-config
# configure:16879: checking pkg-config is at least version 0.9.0
# configure:16882: result: yes
# configure:16894: checking for SNDFILE
# configure:16901: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.6"
# configure:16904: $? = 0
# configure:16918: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.6"
# configure:16921: $? = 0
# configure:16959: result: yes
# configure:16987: checking for FFTW3
# configure:16994: $PKG_CONFIG --exists --print-errors "fftw3 >= 0.15.0"
# Package fftw3 was not found in the pkg-config search path.
# Perhaps you should add the directory containing `fftw3.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'fftw3' found
# configure:16997: $? = 1
# configure:17011: $PKG_CONFIG --exists --print-errors "fftw3 >= 0.15.0"
# Package fftw3 was not found in the pkg-config search path.
# Perhaps you should add the directory containing `fftw3.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'fftw3' found
# configure:17014: $? = 1
# configure:17028: result: no
# No package 'fftw3' found
# configure:17311: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libsamplerate config.status 0.1.8, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d80c7921fd16
#
# config.status:1270: creating Makefile
# config.status:1270: creating M4/Makefile
# config.status:1270: creating src/Version_script
# config.status:1270: creating Win32/Makefile
# config.status:1270: creating Win32/Makefile.mingw
# config.status:1270: creating src/Makefile
# config.status:1270: creating examples/Makefile
# config.status:1270: creating tests/Makefile
# config.status:1270: creating doc/Makefile
# config.status:1270: creating libsamplerate.spec
# config.status:1270: creating samplerate.pc
# config.status:1270: creating src/config.h
# config.status:1499: executing depfiles commands
# config.status:1499: executing libtool commands
# configure:20090: result:
# -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=-
#
# Configuration summary :
#
# Version : ..................... 0.1.8
#
# Host CPU : .................... x86_64
# Host Vendor : ................. unknown
# Host OS : ..................... linux-gnu
#
# configure:20112: result:
# Extra tools required for testing and examples :
#
# Use FFTW : .................... no
# configure:20119: result: Have libsndfile : ............. yes
#
# configure:20128: result: Installation directories :
#
# Library directory : ........... /usr/lib
# Program directory : ........... /usr/bin
# Pkgconfig directory : ......... /usr/lib/pkgconfig
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c99_lrint=yes
# ac_cv_c99_lrintf=yes
# ac_cv_c_big_endian=0
# ac_cv_c_byte_order=little
# ac_cv_c_clip_negative=0
# ac_cv_c_clip_positive=0
# ac_cv_c_clip_type=none
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_little_endian=1
# 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=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=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=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_FFTW3_CFLAGS_set=
# ac_cv_env_FFTW3_CFLAGS_value=
# ac_cv_env_FFTW3_LIBS_set=
# ac_cv_env_FFTW3_LIBS_value=
# ac_cv_env_LDFLAGS_set=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=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_SNDFILE_CFLAGS_set=
# ac_cv_env_SNDFILE_CFLAGS_value=
# ac_cv_env_SNDFILE_LIBS_set=
# ac_cv_env_SNDFILE_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_fftw3=no
# ac_cv_func_alarm=yes
# ac_cv_func_calloc=yes
# ac_cv_func_ceil=yes
# ac_cv_func_floor=yes
# ac_cv_func_fmod=yes
# ac_cv_func_free=yes
# ac_cv_func_malloc=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_signal=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_times_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_floor=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_STRIP=strip
# 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_cc_gcc_c_o=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_signal_SIGALRM=yes
# ac_cv_sizeof_double=8
# ac_cv_sizeof_float=4
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sndfile=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# 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/sbin/ld
# lt_cv_path_LDCXX='/usr/sbin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/sbin/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_c_o_RC=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]* \([^ ]*\) \([^ ]*\)$/ {"\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_SNDFILE_CFLAGS=
# pkg_cv_SNDFILE_LIBS=-lsndfile
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run aclocal-1.11'
# ACLOCAL_AMFLAGS='-I M4'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run tar'
# AM_BACKSLASH='\'
# AM_DEFAULT_VERBOSITY='0'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run automake-1.11'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe'
# COMPILER_IS_GCC=''
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DLLWRAP=''
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FFTW3_CFLAGS=''
# FFTW3_LIBS=''
# FGREP='/usr/sbin/grep -F'
# GCC_MAJOR_VERSION='6'
# GREP='/usr/sbin/grep'
# HAVE_FFTW3='0'
# HAVE_SNDFILE='1'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_SPECIFIC_INCLUDES=''
# OS_SPECIFIC_LINKS=''
# OTOOL64=''
# OTOOL=''
# PACKAGE='libsamplerate'
# PACKAGE_BUGREPORT='erikd@mega-nerd.com'
# PACKAGE_NAME='libsamplerate'
# PACKAGE_STRING='libsamplerate 0.1.8'
# PACKAGE_TARNAME='libsamplerate'
# PACKAGE_URL='http://www.mega-nerd.com/libsamplerate/'
# PACKAGE_VERSION='0.1.8'
# PATH_SEPARATOR=':'
# PEXPORTS=''
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# RC=''
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHARED_VERSION_INFO='1:8:1'
# SHELL='/bin/sh'
# SHLIB_VERSION_ARG='-Wl,--version-script=Version_script'
# SNDFILE_CFLAGS=''
# SNDFILE_LIBS='-lsndfile'
# STRIP='strip'
# VERSION='0.1.8'
# 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__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# htmldocdir='/usr/share/doc/libsamplerate0-dev/html'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libsamplerate"
# #define PACKAGE_TARNAME "libsamplerate"
# #define PACKAGE_VERSION "0.1.8"
# #define PACKAGE_STRING "libsamplerate 0.1.8"
# #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# #define PACKAGE "libsamplerate"
# #define VERSION "0.1.8"
# #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 HAVE_STDINT_H 1
# #define HAVE_SYS_TIMES_H 1
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_FLOAT 4
# #define SIZEOF_DOUBLE 8
# #define CPU_IS_BIG_ENDIAN 0
# #define CPU_IS_LITTLE_ENDIAN 1
# #define HAVE_MALLOC 1
# #define HAVE_CALLOC 1
# #define HAVE_FREE 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_ALARM 1
# #define HAVE_SIGNAL 1
# #define HAVE_LIBM 1
# #define HAVE_FLOOR 1
# #define HAVE_CEIL 1
# #define HAVE_FMOD 1
# #define HAVE_SIGALRM 1
# #define HAVE_LRINT 1
# #define HAVE_LRINTF 1
# #define CPU_CLIPS_POSITIVE 0
# #define CPU_CLIPS_NEGATIVE 0
# #define HAVE_SNDFILE 1
# #define HAVE_FFTW3 0
# #define COMPILER_IS_GCC 1
# #define GCC_MAJOR_VERSION 6
# #define OS_IS_WIN32 0
#
# configure: exit 0