Build of libdca with musl toolchain

The build took 00h 01m 42s and was NOT successful.

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

SLOCLanguage
14,082 ansic
9,153 sh
3,146 makefile
26,381 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libdca 0.0.5-4 (Wed Apr 5 01:54:42 UTC 2017)
# ==> 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 for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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-strip... no
# checking for strip... strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking whether clang needs -traditional... no
# checking if clang supports -Wall flags... yes
# checking if clang supports -Wall -O3 flags... yes
# checking if clang supports -Wall -O3 -fomit-frame-pointer flags... yes
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /sysroot/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking the maximum length of command line arguments... 32768
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# configure: WARNING: In the future, Autoconf will not detect cross-tools
# whose name does not start with the host triplet. If you think this
# configuration is useful to you, please write to autoconf@gnu.org.
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/sysroot/bin/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... no
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC...
# checking if clang++ static flag works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... unsupported
# appending configuration tag "F77" to libtool
# checking for cos in -lm... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/timeb.h usability... yes
# checking sys/timeb.h presence... yes
# checking for sys/timeb.h... yes
# checking io.h usability... no
# checking io.h presence... no
# checking for io.h... no
# checking for struct timeval... yes
# checking for inttypes.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for always_inline... yes
# checking for C/C++ restrict keyword... restrict
# checking for __builtin_expect... yes
# checking for size_t... yes
# checking whether byte ordering is bigendian... no
# checking for memalign... yes
# checking for gettimeofday... yes
# checking for ftime... yes
# checking return type of signal handlers... void
# checking for _oss_ioctl in -lossaudio... no
# checking __attribute__ ((aligned ())) support... 64
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating autotools/Makefile
# config.status: creating include/Makefile
# config.status: creating test/Makefile
# config.status: creating src/Makefile
# config.status: creating libdca/Makefile
# config.status: creating libao/Makefile
# config.status: creating vc++/Makefile
# config.status: creating libdca/libdca.pc
# config.status: creating libdca/libdts.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/libdca/src/libdca-0.0.5'
# Making all in libdca
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo parse.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c -o downmix.lo downmix.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -fPIC -DPIC -o .libs/parse.o
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -fPIC -DPIC -o .libs/bitstream.o
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c downmix.c -fPIC -DPIC -o .libs/downmix.o
# mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
# mv -f .deps/downmix.Tpo .deps/downmix.Plo
# mv -f .deps/parse.Tpo .deps/parse.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -O3 -fomit-frame-pointer -no-undefined -version 0:0:0 -export-symbol-regex dca_.* -o libdca.la -rpath /usr/lib bitstream.lo parse.lo downmix.lo -lm
# clang -shared .libs/bitstream.o .libs/parse.o .libs/downmix.o -lm -Wl,-soname -Wl,libdca.so.0 -o .libs/libdca.so.0.0.0
# (cd .libs && rm -f libdca.so.0 && ln -s libdca.so.0.0.0 libdca.so.0)
# (cd .libs && rm -f libdca.so && ln -s libdca.so.0.0.0 libdca.so)
# creating libdca.la
# (cd .libs && rm -f libdca.la && ln -s ../libdca.la libdca.la)
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# Making all in libao
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libao'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out.lo -MD -MP -MF .deps/audio_out.Tpo -c -o audio_out.lo audio_out.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_null.lo -MD -MP -MF .deps/audio_out_null.Tpo -c -o audio_out_null.lo audio_out_null.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_float.lo -MD -MP -MF .deps/audio_out_float.Tpo -c -o audio_out_float.lo audio_out_float.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_oss.lo -MD -MP -MF .deps/audio_out_oss.Tpo -c -o audio_out_oss.lo audio_out_oss.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_null.lo -MD -MP -MF .deps/audio_out_null.Tpo -c audio_out_null.c -fPIC -DPIC -o .libs/audio_out_null.o
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_oss.lo -MD -MP -MF .deps/audio_out_oss.Tpo -c audio_out_oss.c -fPIC -DPIC -o .libs/audio_out_oss.o
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out.lo -MD -MP -MF .deps/audio_out.Tpo -c audio_out.c -fPIC -DPIC -o .libs/audio_out.o
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_float.lo -MD -MP -MF .deps/audio_out_float.Tpo -c audio_out_float.c -fPIC -DPIC -o .libs/audio_out_float.o
# In file included from audio_out_oss.c:39:
# /sysroot/include/sys/soundcard.h:1:10: fatal error: 'linux/soundcard.h' file not found
# #include
# ^
# 1 error generated.
# make[2]: *** [Makefile:264: audio_out_oss.lo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# mv -f .deps/audio_out_null.Tpo .deps/audio_out_null.Plo
# mv -f .deps/audio_out.Tpo .deps/audio_out.Plo
# mv -f .deps/audio_out_float.Tpo .deps/audio_out_float.Plo
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libao'
# make[1]: *** [Makefile:252: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/libdca/src/libdca-0.0.5'
# make: *** [Makefile:182: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libdca/src/libdca-0.0.5/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 libdca configure 0.0.5, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 42d62e182dd7
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1980: checking for a BSD-compatible install
# configure:2036: result: /usr/bin/install -c
# configure:2047: checking whether build environment is sane
# configure:2090: result: yes
# configure:2118: checking for a thread-safe mkdir -p
# configure:2157: result: /usr/sbin/mkdir -p
# configure:2170: checking for gawk
# configure:2186: found /usr/sbin/gawk
# configure:2197: result: gawk
# configure:2208: checking whether make sets $(MAKE)
# configure:2229: result: yes
# configure:2309: checking for x86_64-unknown-linux-strip
# configure:2339: result: no
# configure:2349: checking for strip
# configure:2365: found /sysroot/bin/strip
# configure:2376: result: strip
# configure:2419: checking whether to enable maintainer-specific portions of Makefiles
# configure:2428: result: no
# configure:2447: checking build system type
# configure:2465: result: x86_64-unknown-linux-gnu
# configure:2487: checking host system type
# configure:2502: result: x86_64-unknown-linux-gnu
# configure:2533: checking for x86_64-unknown-linux-gcc
# configure:2560: result: clang
# configure:2838: checking for C compiler version
# configure:2845: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2848: $? = 0
# configure:2855: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2858: $? = 0
# configure:2865: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2868: $? = 1
# configure:2891: checking for C compiler default output file name
# configure:2918: clang conftest.c >&5
# configure:2921: $? = 0
# configure:2959: result: a.out
# configure:2976: checking whether the C compiler works
# configure:2986: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2989: $? = 127
# configure:3006: result: yes
# configure:3013: checking whether we are cross compiling
# configure:3015: result: yes
# configure:3018: checking for suffix of executables
# configure:3025: clang -o conftest conftest.c >&5
# configure:3028: $? = 0
# configure:3052: result:
# configure:3058: checking for suffix of object files
# configure:3084: clang -c conftest.c >&5
# configure:3087: $? = 0
# configure:3110: result: o
# configure:3114: checking whether we are using the GNU C compiler
# configure:3143: clang -c conftest.c >&5
# configure:3149: $? = 0
# configure:3166: result: yes
# configure:3171: checking whether clang accepts -g
# configure:3201: clang -c -g conftest.c >&5
# configure:3207: $? = 0
# configure:3306: result: yes
# configure:3323: checking for clang option to accept ISO C89
# configure:3397: clang -c conftest.c >&5
# configure:3403: $? = 0
# configure:3426: result: none needed
# configure:3455: checking for style of include used by make
# configure:3483: result: GNU
# configure:3508: checking dependency style of clang
# configure:3599: result: gcc3
# configure:3615: checking whether clang and cc understand -c and -o together
# configure:3650: clang -c conftest.c -o conftest2.o >&5
# configure:3653: $? = 0
# configure:3659: clang -c conftest.c -o conftest2.o >&5
# configure:3662: $? = 0
# configure:3673: cc -c conftest.c >&5
# configure:3676: $? = 0
# configure:3684: cc -c conftest.c -o conftest2.o >&5
# configure:3687: $? = 0
# configure:3693: cc -c conftest.c -o conftest2.o >&5
# configure:3696: $? = 0
# configure:3714: result: yes
# configure:3746: checking how to run the C preprocessor
# configure:3786: clang -E conftest.c
# configure:3792: $? = 0
# configure:3823: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3829: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | /* end confdefs.h. */
# | #include
# configure:3862: result: clang -E
# configure:3891: clang -E conftest.c
# configure:3897: $? = 0
# configure:3928: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3934: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | /* end confdefs.h. */
# | #include
# configure:3972: checking for grep that handles long lines and -e
# configure:4046: result: /usr/sbin/grep
# configure:4051: checking for egrep
# configure:4129: result: /usr/sbin/grep -E
# configure:4135: checking whether clang needs -traditional
# conftest.c:10:10: fatal error: 'sgtty.h' file not found
# #include
# ^
# 1 error generated.
# conftest.c:10:10: fatal error: 'termio.h' file not found
# #include
# ^
# 1 error generated.
# configure:4177: result: no
# configure:4190: checking if clang supports -Wall flags
# configure:4215: clang -c -Wall conftest.c >&5
# configure:4221: $? = 0
# configure:4236: result: yes
# configure:4248: checking if clang supports -Wall -O3 flags
# configure:4273: clang -c -Wall -O3 conftest.c >&5
# configure:4279: $? = 0
# configure:4294: result: yes
# configure:4315: checking if clang supports -Wall -O3 -fomit-frame-pointer flags
# configure:4340: clang -c -Wall -O3 -fomit-frame-pointer conftest.c >&5
# configure:4346: $? = 0
# configure:4361: result: yes
# configure:4634: checking for a sed that does not truncate output
# configure:4688: result: /usr/sbin/sed
# configure:4702: checking for ld used by clang
# configure:4769: result: /sysroot/bin/ld
# configure:4778: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4793: result: yes
# configure:4798: checking for /sysroot/bin/ld option to reload object files
# configure:4805: result: -r
# configure:4823: checking for BSD-compatible nm
# configure:4872: result: /sysroot/bin/nm -B
# configure:4876: checking whether ln -s works
# configure:4880: result: yes
# configure:4887: checking how to recognise dependent libraries
# configure:5063: result: pass_all
# configure:5150: clang -c conftest.c >&5
# configure:5153: $? = 0
# configure:5291: checking for ANSI C header files
# configure:5321: clang -c conftest.c >&5
# configure:5327: $? = 0
# configure:5455: result: yes
# configure:5479: checking for sys/types.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for sys/stat.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for stdlib.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for string.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for memory.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for strings.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for inttypes.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for stdint.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for unistd.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5549: checking dlfcn.h usability
# configure:5566: clang -c conftest.c >&5
# configure:5572: $? = 0
# configure:5586: result: yes
# configure:5590: checking dlfcn.h presence
# configure:5605: clang -E conftest.c
# configure:5611: $? = 0
# configure:5625: result: yes
# configure:5653: checking for dlfcn.h
# configure:5661: result: yes
# configure:5685: checking how to run the C++ preprocessor
# configure:5721: clang++ -E conftest.cpp
# configure:5727: $? = 0
# configure:5758: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5764: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:5797: result: clang++ -E
# configure:5826: clang++ -E conftest.cpp
# configure:5832: $? = 0
# configure:5863: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5869: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:5915: checking the maximum length of command line arguments
# configure:6024: result: 32768
# configure:6035: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6140: clang++ -c conftest.cpp >&5
# configure:6143: $? = 0
# configure:6147: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6150: $? = 0
# configure:6202: clang++ -o conftest conftest.cpp conftstm.o >&5
# configure:6205: $? = 0
# configure:6243: result: ok
# configure:6247: checking for objdir
# configure:6262: result: .libs
# configure:6314: checking for x86_64-unknown-linux-ar
# configure:6344: result: no
# configure:6354: checking for ar
# configure:6370: found /sysroot/bin/ar
# configure:6381: result: ar
# configure:6395: WARNING: In the future, Autoconf will not detect cross-tools
# whose name does not start with the host triplet. If you think this
# configuration is useful to you, please write to autoconf@gnu.org.
# configure:6410: checking for x86_64-unknown-linux-ranlib
# configure:6440: result: no
# configure:6450: checking for ranlib
# configure:6466: found /sysroot/bin/ranlib
# configure:6477: result: ranlib
# configure:6506: checking for x86_64-unknown-linux-strip
# configure:6533: result: strip
# configure:6859: checking if clang supports -fno-rtti -fno-exceptions
# configure:6877: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:6881: $? = 0
# configure:6894: result: yes
# configure:6909: checking for clang option to produce PIC
# configure:7119: result: -fPIC
# configure:7127: checking if clang PIC flag -fPIC works
# configure:7145: clang -c -fPIC -DPIC conftest.c >&5
# configure:7149: $? = 0
# configure:7162: result: yes
# configure:7190: checking if clang static flag -static works
# configure:7218: result: no
# configure:7228: checking if clang supports -c -o file.o
# configure:7249: clang -c -o out/conftest2.o conftest.c >&5
# configure:7253: $? = 0
# configure:7275: result: yes
# configure:7301: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:8256: result: yes
# configure:8277: checking whether -lc should be explicitly linked in
# configure:8282: clang -c conftest.c >&5
# configure:8285: $? = 0
# configure:8300: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8303: $? = 0
# configure:8315: result: no
# configure:8323: checking dynamic linker characteristics
# configure:8899: result: GNU/Linux ld.so
# configure:8908: checking how to hardcode library paths into programs
# configure:8933: result: immediate
# configure:8947: checking whether stripping libraries is possible
# configure:8952: result: yes
# configure:9753: checking if libtool supports shared libraries
# configure:9755: result: yes
# configure:9758: checking whether to build shared libraries
# configure:9779: result: yes
# configure:9782: checking whether to build static libraries
# configure:9786: result: no
# configure:9878: creating libtool
# configure:10608: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:11542: result: yes
# configure:11560: clang++ -c conftest.cpp >&5
# configure:11563: $? = 0
# configure:11682: checking for clang++ option to produce PIC
# configure:11956: result:
# configure:12027: checking if clang++ static flag works
# configure:12055: result: yes
# configure:12065: checking if clang++ supports -c -o file.o
# configure:12086: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12090: $? = 0
# configure:12112: result: yes
# configure:12138: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:12166: result: yes
# configure:12233: checking dynamic linker characteristics
# configure:12809: result: GNU/Linux ld.so
# configure:12818: checking how to hardcode library paths into programs
# configure:12843: result: unsupported
# configure:18962: checking for cos in -lm
# configure:18997: clang -o conftest conftest.c -lm >&5
# conftest.c:28:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:28:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:19003: $? = 0
# configure:19021: result: yes
# configure:19053: checking sys/time.h usability
# configure:19070: clang -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking sys/time.h presence
# configure:19109: clang -E conftest.c
# configure:19115: $? = 0
# configure:19129: result: yes
# configure:19157: checking for sys/time.h
# configure:19165: result: yes
# configure:19053: checking time.h usability
# configure:19070: clang -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking time.h presence
# configure:19109: clang -E conftest.c
# configure:19115: $? = 0
# configure:19129: result: yes
# configure:19157: checking for time.h
# configure:19165: result: yes
# configure:19053: checking sys/timeb.h usability
# configure:19070: clang -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking sys/timeb.h presence
# configure:19109: clang -E conftest.c
# configure:19115: $? = 0
# configure:19129: result: yes
# configure:19157: checking for sys/timeb.h
# configure:19165: result: yes
# configure:19053: checking io.h usability
# configure:19070: clang -c conftest.c >&5
# conftest.c:57:10: fatal error: 'io.h' file not found
# #include
# ^
# 1 error generated.
# configure:19076: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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 HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:19090: result: no
# configure:19094: checking io.h presence
# configure:19109: clang -E conftest.c
# conftest.c:24:10: fatal error: 'io.h' file not found
# #include
# ^
# 1 error generated.
# configure:19115: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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 HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | /* end confdefs.h. */
# | #include
# configure:19129: result: no
# configure:19157: checking for io.h
# configure:19165: result: no
# configure:19178: checking for struct timeval
# configure:19210: clang -c conftest.c >&5
# configure:19216: $? = 0
# configure:19231: result: yes
# configure:19244: checking for inttypes.h
# configure:19249: result: yes
# configure:22142: checking for an ANSI C-conforming const
# configure:22217: clang -c conftest.c >&5
# configure:22223: $? = 0
# configure:22238: result: yes
# configure:22248: checking for inline
# configure:22274: clang -c conftest.c >&5
# configure:22280: $? = 0
# configure:22298: result: inline
# configure:22318: checking for always_inline
# configure:22346: clang -c -Wall -Werror conftest.c >&5
# configure:22352: $? = 0
# configure:22367: result: yes
# configure:22376: checking for C/C++ restrict keyword
# configure:22412: clang -c conftest.c >&5
# configure:22418: $? = 0
# configure:22436: result: restrict
# configure:22451: checking for __builtin_expect
# configure:22466: clang -nostdlib -nostartfiles
# -o conftest conftest.c -lgcc >&5
# configure:22469: $? = 0
# configure:22477: result: yes
# configure:22486: checking for size_t
# configure:22516: clang -c conftest.c >&5
# configure:22522: $? = 0
# configure:22537: result: yes
# configure:22549: checking whether byte ordering is bigendian
# configure:22582: clang -c conftest.c >&5
# configure:22588: $? = 0
# configure:22620: clang -c conftest.c >&5
# conftest.c:34:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:22626: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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 HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define inline __attribute__ ((__always_inline__))
# | #define HAVE_BUILTIN_EXPECT
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:22766: result: no
# configure:22792: checking for memalign
# configure:22848: clang -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22792: checking for gettimeofday
# configure:22848: clang -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22792: checking for ftime
# configure:22848: clang -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22882: checking return type of signal handlers
# configure:22910: clang -c conftest.c >&5
# conftest.c:36:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:22916: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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 HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define inline __attribute__ ((__always_inline__))
# | #define HAVE_BUILTIN_EXPECT
# | #define HAVE_MEMALIGN 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:22931: result: void
# configure:23007: checking for _oss_ioctl in -lossaudio
# configure:23042: clang -o conftest conftest.c -lossaudio >&5
# /sysroot/bin/ld: error: cannot find -lossaudio
# /tmp/conftest-96685e.o:conftest.c:function main: error: undefined reference to '_oss_ioctl'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:23048: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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 HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define inline __attribute__ ((__always_inline__))
# | #define HAVE_BUILTIN_EXPECT
# | #define HAVE_MEMALIGN 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define RETSIGTYPE void
# | #define LIBAO_OSS
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _oss_ioctl ();
# | int
# | main ()
# | {
# | return _oss_ioctl ();
# | ;
# | return 0;
# | }
# configure:23066: result: no
# configure:23212: checking __attribute__ ((aligned ())) support
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23262: result: 64
# configure:23394: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libdca config.status 0.0.5, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 42d62e182dd7
#
# config.status:689: creating Makefile
# config.status:689: creating autotools/Makefile
# config.status:689: creating include/Makefile
# config.status:689: creating test/Makefile
# config.status:689: creating src/Makefile
# config.status:689: creating libdca/Makefile
# config.status:689: creating libao/Makefile
# config.status:689: creating vc++/Makefile
# config.status:689: creating libdca/libdca.pc
# config.status:689: creating libdca/libdts.pc
# config.status:689: creating config.h
# config.status:974: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_always_inline=yes
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_builtin_expect=yes
# ac_cv_c_attr_align_try=64
# ac_cv_c_attribute_aligned=64
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=restrict
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_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_func_ftime=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_memalign=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# 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_time_h=yes
# ac_cv_header_sys_timeb_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_m_cos=yes
# ac_cv_lib_ossaudio__oss_ioctl=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_try_cflags_ok=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_struct_timeval=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# 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_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_LDCXX=
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_SED=/usr/sbin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run automake-1.10'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# COMPARE_LIBS='-lm'
# CPP='clang -E'
# CPPFLAGS=''
# CXXCPP='clang++ -E'
# CYGPATH_W='echo'
# DCADEC_CFLAGS=' -Wall -O3 -fomit-frame-pointer'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBAO_LIBS='-lm'
# LIBDCA_CFLAGS=''
# LIBDCA_LIBS='-lm'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run makeinfo'
# OBJEXT='o'
# OPT_CFLAGS=' -Wall -O3 -fomit-frame-pointer'
# PACKAGE='libdca'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libdca'
# PACKAGE_STRING='libdca 0.0.5'
# PACKAGE_TARNAME='libdca'
# PACKAGE_VERSION='0.0.5'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.0.5'
# ac_ct_CC=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_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}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='$(SHELL) /tmp/libdca/src/libdca-0.0.5/autotools/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/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_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "libdca"
# #define PACKAGE_TARNAME "libdca"
# #define PACKAGE_VERSION "0.0.5"
# #define PACKAGE_STRING "libdca 0.0.5"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "libdca"
# #define VERSION "0.0.5"
# #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 HAVE_SYS_TIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIMEB_H 1
# #define HAVE_STRUCT_TIMEVAL 1
# #define inline __attribute__ ((__always_inline__))
# #define HAVE_BUILTIN_EXPECT
# #define HAVE_MEMALIGN 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_FTIME 1
# #define RETSIGTYPE void
# #define LIBAO_OSS
# #define ATTRIBUTE_ALIGNED_MAX 64
#
# configure: exit 0