This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by SoX configure 14.4.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --with-alsa --with-amrnb --with-amrwb --with-ao --disable-debug --with-lame --with-ffmpeg --with-flac --with-id3tag --without-ladspa --without-mad --enable-gomp --with-oggvorbis --without-oss --with-png --without-pulseaudio --without-sndfile --disable-static --without-twolame --with-wavpack --with-distro=Gentoo ## --------- ## ## Platform. ## ## --------- ## hostname = XLaptop uname -m = i686 uname -r = 3.0.4-hardened uname -s = Linux uname -v = #4 PREEMPT Mon Sep 5 00:33:40 MSK 2011 /usr/bin/uname -p = Intel(R) Celeron(R) CPU 743 @ 1.30GHz /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/lib/ccache/bin PATH: /usr/lib/portage/bin/ebuild-helpers/4 PATH: /usr/lib/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.5.2 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2388: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | if [[ ${CHOST} != "" ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2520: checking build system type configure:2534: result: i686-pc-linux-gnu configure:2554: checking host system type configure:2567: result: i686-pc-linux-gnu configure:2587: checking target system type configure:2600: result: i686-pc-linux-gnu configure:2643: checking for a BSD-compatible install configure:2711: result: /usr/bin/install -c configure:2722: checking whether build environment is sane configure:2772: result: yes configure:2913: checking for a thread-safe mkdir -p configure:2952: result: /bin/mkdir -p configure:2965: checking for gawk configure:2981: found /usr/bin/gawk configure:2992: result: gawk configure:3003: checking whether make sets $(MAKE) configure:3025: result: yes configure:3119: checking for i686-pc-linux-gnu-gcc configure:3135: found /usr/lib/ccache/bin/i686-pc-linux-gnu-gcc configure:3146: result: i686-pc-linux-gnu-gcc configure:3415: checking for C compiler version configure:3424: i686-pc-linux-gnu-gcc --version >&5 i686-pc-linux-gnu-gcc (Gentoo Hardened 4.5.2 p1.1, pie-0.4.5) 4.5.2 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3435: $? = 0 configure:3424: i686-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/4.5.2/i686-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.5.2/lto-wrapper Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.5.2/work/gcc-4.5.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.5.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.5.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.5.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.5.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.5.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-esp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.5.2/python --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.5.2 p1.1, pie-0.4.5' Thread model: posix gcc version 4.5.2 (Gentoo Hardened 4.5.2 p1.1, pie-0.4.5) configure:3435: $? = 0 configure:3424: i686-pc-linux-gnu-gcc -V >&5 i686-pc-linux-gnu-gcc: '-V' option must have argument configure:3435: $? = 1 configure:3424: i686-pc-linux-gnu-gcc -qversion >&5 i686-pc-linux-gnu-gcc: unrecognized option '-qversion' i686-pc-linux-gnu-gcc: no input files configure:3435: $? = 1 configure:3455: checking whether the C compiler works configure:3477: i686-pc-linux-gnu-gcc -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3481: $? = 0 configure:3529: result: yes configure:3532: checking for C compiler default output file name configure:3534: result: a.out configure:3540: checking for suffix of executables configure:3547: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3551: $? = 0 configure:3573: result: configure:3595: checking whether we are cross compiling configure:3603: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3607: $? = 0 configure:3614: ./conftest configure:3618: $? = 0 configure:3633: result: no configure:3638: checking for suffix of object files configure:3660: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:3664: $? = 0 configure:3685: result: o configure:3689: checking whether we are using the GNU C compiler configure:3708: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:3708: $? = 0 configure:3717: result: yes configure:3726: checking whether i686-pc-linux-gnu-gcc accepts -g configure:3746: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -g conftest.c >&5 configure:3746: $? = 0 configure:3787: result: yes configure:3804: checking for i686-pc-linux-gnu-gcc option to accept ISO C89 configure:3868: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:3868: $? = 0 configure:3881: result: none needed configure:3912: checking for style of include used by make configure:3940: result: GNU configure:3965: checking dependency style of i686-pc-linux-gnu-gcc configure:4075: result: none configure:4091: checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together configure:4122: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:4126: $? = 0 configure:4132: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:4136: $? = 0 configure:4147: cc -c conftest.c >&5 configure:4151: $? = 0 configure:4159: cc -c conftest.c -o conftest2.o >&5 configure:4163: $? = 0 configure:4169: cc -c conftest.c -o conftest2.o >&5 configure:4173: $? = 0 configure:4191: result: yes configure:4217: checking whether ln -s works configure:4221: result: yes configure:4610: checking how to print strings configure:4637: result: printf configure:4658: checking for a sed that does not truncate output configure:4722: result: /bin/sed configure:4740: checking for grep that handles long lines and -e configure:4798: result: /bin/grep configure:4803: checking for egrep configure:4865: result: /bin/grep -E configure:4870: checking for fgrep configure:4932: result: /bin/grep -F configure:4967: checking for ld used by i686-pc-linux-gnu-gcc configure:5034: result: /usr/i686-pc-linux-gnu/bin/ld configure:5041: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld configure:5056: result: yes configure:5068: checking for BSD- or MS-compatible name lister (nm) configure:5117: result: /usr/bin/nm -B configure:5247: checking the name lister (/usr/bin/nm -B) interface configure:5254: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:5257: /usr/bin/nm -B "conftest.o" configure:5260: output 00000000 B some_variable configure:5267: result: BSD nm configure:5271: checking the maximum length of command line arguments configure:5396: result: 1572864 configure:5413: checking whether the shell understands some XSI constructs configure:5423: result: yes configure:5427: checking whether the shell understands "+=" configure:5433: result: yes configure:5468: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format configure:5508: result: func_convert_file_noop configure:5515: checking how to convert i686-pc-linux-gnu file names to toolchain format configure:5535: result: func_convert_file_noop configure:5542: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files configure:5549: result: -r configure:5583: checking for i686-pc-linux-gnu-objdump configure:5599: found /usr/bin/i686-pc-linux-gnu-objdump configure:5610: result: i686-pc-linux-gnu-objdump configure:5679: checking how to recognize dependent libraries configure:5881: result: pass_all configure:5926: checking for i686-pc-linux-gnu-dlltool configure:5956: result: no configure:5966: checking for dlltool configure:5996: result: no configure:6023: checking how to associate runtime and link libraries configure:6050: result: printf %s\n configure:6067: checking for i686-pc-linux-gnu-ar configure:6083: found /usr/bin/i686-pc-linux-gnu-ar configure:6094: result: i686-pc-linux-gnu-ar configure:6175: checking for archiver @FILE support configure:6192: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:6192: $? = 0 configure:6195: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:6198: $? = 0 configure:6203: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 i686-pc-linux-gnu-ar: conftest.o: No such file or directory configure:6206: $? = 1 configure:6218: result: @ configure:6236: checking for i686-pc-linux-gnu-strip configure:6252: found /usr/bin/i686-pc-linux-gnu-strip configure:6263: result: i686-pc-linux-gnu-strip configure:6335: checking for i686-pc-linux-gnu-ranlib configure:6351: found /usr/bin/i686-pc-linux-gnu-ranlib configure:6362: result: i686-pc-linux-gnu-ranlib configure:6504: checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object configure:6623: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:6626: $? = 0 configure:6630: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6633: $? = 0 configure:6699: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:6702: $? = 0 configure:6740: result: ok configure:6777: checking for sysroot configure:6807: result: no configure:7010: checking for i686-pc-linux-gnu-mt configure:7040: result: no configure:7050: checking for mt configure:7080: result: no configure:7100: checking if : is a manifest tool configure:7106: : '-?' configure:7114: result: no configure:7746: checking how to run the C preprocessor configure:7777: i686-pc-linux-gnu-gcc -E conftest.c configure:7777: $? = 0 configure:7791: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7791: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | /* end confdefs.h. */ | #include configure:7816: result: i686-pc-linux-gnu-gcc -E configure:7836: i686-pc-linux-gnu-gcc -E conftest.c configure:7836: $? = 0 configure:7850: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7850: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | /* end confdefs.h. */ | #include configure:7879: checking for ANSI C header files configure:7899: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7899: $? = 0 configure:7972: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:7972: $? = 0 configure:7972: ./conftest configure:7972: $? = 0 configure:7983: result: yes configure:7996: checking for sys/types.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:7996: checking for sys/stat.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:7996: checking for stdlib.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:7996: checking for string.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:7996: checking for memory.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:7996: checking for strings.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:7996: checking for inttypes.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:7996: checking for stdint.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:7996: checking for unistd.h configure:7996: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:7996: $? = 0 configure:7996: result: yes configure:8010: checking for dlfcn.h configure:8010: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:8010: $? = 0 configure:8010: result: yes configure:8193: checking for objdir configure:8208: result: .libs configure:8479: checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:8497: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8501: $? = 0 configure:8514: result: no configure:8824: checking for i686-pc-linux-gnu-gcc option to produce PIC configure:8831: result: -fPIC -DPIC configure:8839: checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:8857: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -fPIC -DPIC -DPIC conftest.c >&5 configure:8861: $? = 0 configure:8874: result: yes configure:8903: checking if i686-pc-linux-gnu-gcc static flag -static works configure:8931: result: yes configure:8946: checking if i686-pc-linux-gnu-gcc supports -c -o file.o configure:8967: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -o out/conftest2.o conftest.c >&5 configure:8971: $? = 0 configure:8993: result: yes configure:9001: checking if i686-pc-linux-gnu-gcc supports -c -o file.o configure:9048: result: yes configure:9081: checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries configure:10239: result: yes configure:10276: checking whether -lc should be explicitly linked in configure:10284: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char conftest.c >&5 configure:10287: $? = 0 configure:10302: i686-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10305: $? = 0 configure:10319: result: no configure:10484: checking dynamic linker characteristics configure:10998: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10998: $? = 0 configure:11224: result: GNU/Linux ld.so configure:11331: checking how to hardcode library paths into programs configure:11356: result: immediate configure:11450: checking for shl_load configure:11450: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c >&5 /var/tmp/portage/media-sound/sox-14.4.0/temp/cclQ3QwB.o: In function `main': conftest.c:(.text+0x23): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:11450: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* 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 shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:11450: result: no configure:11454: checking for shl_load in -ldld configure:11479: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c -ldld >&5 /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:11479: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* 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 shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:11488: result: no configure:11493: checking for dlopen configure:11493: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c >&5 /var/tmp/portage/media-sound/sox-14.4.0/temp/cclBeqq1.o: In function `main': conftest.c:(.text+0x23): undefined reference to `dlopen' collect2: ld returned 1 exit status configure:11493: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* 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 dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:11493: result: no configure:11497: checking for dlopen in -ldl configure:11522: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 configure:11522: $? = 0 configure:11531: result: yes configure:11650: checking whether a program can dlopen itself configure:11730: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -ldl >&5 configure:11733: $? = 0 configure:11751: result: yes configure:11756: checking whether a statically linked program can dlopen itself configure:11836: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic -static conftest.c -ldl >&5 /var/tmp/portage/media-sound/sox-14.4.0/temp/ccaiA7Fy.o: In function `main': conftest.c:(.text+0x63): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:11839: $? = 0 /lib/: cannot read file data: Is a directory configure:11857: result: no configure:11896: checking whether stripping libraries is possible configure:11901: result: yes configure:11936: checking if libtool supports shared libraries configure:11938: result: yes configure:11941: checking whether to build shared libraries configure:11962: result: yes configure:11965: checking whether to build static libraries configure:11969: result: no configure:12040: checking for i686-pc-linux-gnu-pkg-config configure:12073: result: no configure:12083: checking for pkg-config configure:12101: found /usr/bin/pkg-config configure:12113: result: /usr/bin/pkg-config configure:12138: checking pkg-config is at least version 0.9.0 configure:12141: result: yes configure:12181: checking whether to make a debug build configure:12188: result: no configure:12201: checking gcc version configure:12207: result: 405 configure:12253: checking whether byte ordering is bigendian configure:12268: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 conftest.c:25:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:12268: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:12313: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 conftest.c:28:1: warning: function declaration isn't a prototype configure:12313: $? = 0 configure:12331: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 conftest.c:28:1: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:31:4: error: 'not' undeclared (first use in this function) conftest.c:31:4: note: each undeclared identifier is reported only once for each function it appears in conftest.c:31:8: error: expected ';' before 'big' configure:12331: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:12459: result: no configure:12477: checking for inline configure:12493: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 conftest.c:26:21: warning: function declaration isn't a prototype conftest.c:27:14: warning: function declaration isn't a prototype configure:12493: $? = 0 configure:12501: result: inline configure:12520: checking for ANSI C header files configure:12624: result: yes configure:12635: checking fcntl.h usability configure:12635: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking fcntl.h presence configure:12635: i686-pc-linux-gnu-gcc -E conftest.c configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking for fcntl.h configure:12635: result: yes configure:12635: checking for unistd.h configure:12635: result: yes configure:12635: checking byteswap.h usability configure:12635: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking byteswap.h presence configure:12635: i686-pc-linux-gnu-gcc -E conftest.c configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking for byteswap.h configure:12635: result: yes configure:12635: checking for sys/stat.h configure:12635: result: yes configure:12635: checking sys/time.h usability configure:12635: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking sys/time.h presence configure:12635: i686-pc-linux-gnu-gcc -E conftest.c configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking for sys/time.h configure:12635: result: yes configure:12635: checking sys/timeb.h usability configure:12635: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking sys/timeb.h presence configure:12635: i686-pc-linux-gnu-gcc -E conftest.c configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking for sys/timeb.h configure:12635: result: yes configure:12635: checking for sys/types.h configure:12635: result: yes configure:12635: checking sys/utsname.h usability configure:12635: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking sys/utsname.h presence configure:12635: i686-pc-linux-gnu-gcc -E conftest.c configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking for sys/utsname.h configure:12635: result: yes configure:12635: checking termios.h usability configure:12635: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking termios.h presence configure:12635: i686-pc-linux-gnu-gcc -E conftest.c configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking for termios.h configure:12635: result: yes configure:12635: checking glob.h usability configure:12635: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking glob.h presence configure:12635: i686-pc-linux-gnu-gcc -E conftest.c configure:12635: $? = 0 configure:12635: result: yes configure:12635: checking for glob.h configure:12635: result: yes configure:12649: checking for strcasecmp configure:12649: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c >&5 conftest.c:58:1: warning: function declaration isn't a prototype conftest.c:58:6: warning: conflicting types for built-in function 'strcasecmp' conftest.c:67:1: warning: function declaration isn't a prototype configure:12649: $? = 0 configure:12649: result: yes configure:12649: checking for strdup configure:12649: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype conftest.c:59:6: warning: conflicting types for built-in function 'strdup' conftest.c:68:1: warning: function declaration isn't a prototype configure:12649: $? = 0 configure:12649: result: yes configure:12649: checking for popen configure:12649: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c >&5 conftest.c:60:1: warning: function declaration isn't a prototype conftest.c:69:1: warning: function declaration isn't a prototype configure:12649: $? = 0 configure:12649: result: yes configure:12649: checking for vsnprintf configure:12649: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c >&5 conftest.c:61:1: warning: function declaration isn't a prototype conftest.c:61:6: warning: conflicting types for built-in function 'vsnprintf' conftest.c:70:1: warning: function declaration isn't a prototype configure:12649: $? = 0 configure:12649: result: yes configure:12649: checking for gettimeofday configure:12649: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c >&5 conftest.c:62:1: warning: function declaration isn't a prototype conftest.c:71:1: warning: function declaration isn't a prototype configure:12649: $? = 0 configure:12649: result: yes configure:12649: checking for mkstemp configure:12649: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c >&5 conftest.c:63:1: warning: function declaration isn't a prototype conftest.c:72:1: warning: function declaration isn't a prototype configure:12649: $? = 0 configure:12649: result: yes configure:12649: checking for fmemopen configure:12649: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c >&5 conftest.c:64:1: warning: function declaration isn't a prototype conftest.c:73:1: warning: function declaration isn't a prototype configure:12649: $? = 0 configure:12649: result: yes configure:12659: checking for pow configure:12659: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c >&5 conftest.c:65:1: warning: function declaration isn't a prototype conftest.c:65:6: warning: conflicting types for built-in function 'pow' conftest.c:74:1: warning: function declaration isn't a prototype /var/tmp/portage/media-sound/sox-14.4.0/temp/cc8u7ONF.o: In function `main': conftest.c:(.text+0x23): undefined reference to `pow' collect2: ld returned 1 exit status configure:12659: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | /* end confdefs.h. */ | /* Define pow to an innocuous variant, in case declares pow. | For example, HP-UX 11i declares gettimeofday. */ | #define pow innocuous_pow | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pow (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pow | | /* 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 pow (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pow || defined __stub___pow | choke me | #endif | | int | main () | { | return pow (); | ; | return 0; | } configure:12659: result: no configure:12665: checking for pow in -lm configure:12690: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lm >&5 conftest.c:49:1: warning: function declaration isn't a prototype conftest.c:49:6: warning: conflicting types for built-in function 'pow' conftest.c:51:1: warning: function declaration isn't a prototype configure:12690: $? = 0 configure:12699: result: yes configure:12719: checking for special C compiler options needed for large files configure:12764: result: no configure:12770: checking for _FILE_OFFSET_BITS value needed for large files configure:12795: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 conftest.c:49:3: warning: left shift count >= width of type conftest.c:49:3: warning: left shift count >= width of type conftest.c:50:10: warning: left shift count >= width of type conftest.c:50:10: warning: left shift count >= width of type conftest.c:49:7: error: size of array 'off_t_is_large' is negative conftest.c:51:9: warning: variably modified 'off_t_is_large' at file scope conftest.c:51:9: warning: ISO C90 forbids array 'off_t_is_large' whose size can't be evaluated conftest.c:53:1: warning: function declaration isn't a prototype configure:12795: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:12819: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 conftest.c:54:1: warning: function declaration isn't a prototype configure:12819: $? = 0 configure:12827: result: 64 configure:12910: checking for _LARGEFILE_SOURCE value needed for large files configure:12929: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lm >&5 conftest.c:47:1: warning: function declaration isn't a prototype configure:12929: $? = 0 configure:12957: result: no configure:12979: Forcing _LARGEFILE_SOURCE to be safe since off_t is 64 bits configure:12985: checking whether libtool should be silenced configure:12994: result: yes configure:13014: checking ltdl.h usability configure:13014: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:13014: $? = 0 configure:13014: result: yes configure:13014: checking ltdl.h presence configure:13014: i686-pc-linux-gnu-gcc -E conftest.c configure:13014: $? = 0 configure:13014: result: yes configure:13014: checking for ltdl.h configure:13014: result: yes configure:13019: checking for lt_dlinit in -lltdl configure:13044: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lltdl -lm >&5 conftest.c:54:1: warning: function declaration isn't a prototype conftest.c:56:1: warning: function declaration isn't a prototype configure:13044: $? = 0 configure:13053: result: yes configure:13094: checking whether to use GOMP configure:13103: result: yes configure:13114: checking omp.h usability configure:13114: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic conftest.c >&5 configure:13114: $? = 0 configure:13114: result: yes configure:13114: checking omp.h presence configure:13114: i686-pc-linux-gnu-gcc -E conftest.c configure:13114: $? = 0 configure:13114: result: yes configure:13114: checking for omp.h configure:13114: result: yes configure:13119: checking for omp_get_thread_num in -lgomp configure:13144: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lgomp -lm >&5 conftest.c:56:1: warning: function declaration isn't a prototype conftest.c:58:1: warning: function declaration isn't a prototype configure:13144: $? = 0 configure:13153: result: yes configure:13195: checking magic.h usability configure:13195: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:13195: $? = 0 configure:13195: result: yes configure:13195: checking magic.h presence configure:13195: i686-pc-linux-gnu-gcc -E conftest.c configure:13195: $? = 0 configure:13195: result: yes configure:13195: checking for magic.h configure:13195: result: yes configure:13197: checking for magic_open in -lmagic configure:13222: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lmagic -lm >&5 conftest.c:57:1: warning: function declaration isn't a prototype conftest.c:59:1: warning: function declaration isn't a prototype configure:13222: $? = 0 configure:13231: result: yes configure:13279: checking png.h usability configure:13279: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:13279: $? = 0 configure:13279: result: yes configure:13279: checking png.h presence configure:13279: i686-pc-linux-gnu-gcc -E conftest.c configure:13279: $? = 0 configure:13279: result: yes configure:13279: checking for png.h configure:13279: result: yes configure:13279: checking libpng/png.h usability configure:13279: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 conftest.c:85:24: fatal error: libpng/png.h: No such file or directory compilation terminated. configure:13279: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_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:13279: result: no configure:13279: checking libpng/png.h presence configure:13279: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:52:24: fatal error: libpng/png.h: No such file or directory compilation terminated. configure:13279: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | /* end confdefs.h. */ | #include configure:13279: result: no configure:13279: checking for libpng/png.h configure:13279: result: no configure:13290: checking for png_set_rows in -lpng configure:13315: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lpng -lz -lm >&5 conftest.c:59:1: warning: function declaration isn't a prototype conftest.c:61:1: warning: function declaration isn't a prototype configure:13315: $? = 0 configure:13324: result: yes configure:13524: checking id3tag.h usability configure:13524: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:13524: $? = 0 configure:13524: result: yes configure:13524: checking id3tag.h presence configure:13524: i686-pc-linux-gnu-gcc -E conftest.c configure:13524: $? = 0 configure:13524: result: yes configure:13524: checking for id3tag.h configure:13524: result: yes configure:13526: checking for id3_file_open in -lid3tag configure:13551: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lid3tag -lz -lm >&5 conftest.c:60:1: warning: function declaration isn't a prototype conftest.c:62:1: warning: function declaration isn't a prototype configure:13551: $? = 0 configure:13560: result: yes configure:13605: checking whether to dlopen lame configure:13614: result: no configure:13624: checking lame/lame.h usability configure:13624: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:13624: $? = 0 configure:13624: result: yes configure:13624: checking lame/lame.h presence configure:13624: i686-pc-linux-gnu-gcc -E conftest.c configure:13624: $? = 0 configure:13624: result: yes configure:13624: checking for lame/lame.h configure:13624: result: yes configure:13649: checking for lame_get_lametag_frame in -lmp3lame configure:13674: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lmp3lame -lm >&5 conftest.c:62:1: warning: function declaration isn't a prototype conftest.c:64:1: warning: function declaration isn't a prototype configure:13674: $? = 0 configure:13683: result: yes configure:13691: checking for id3tag_set_fieldvalue in -lmp3lame configure:13716: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lmp3lame -lm >&5 conftest.c:62:1: warning: function declaration isn't a prototype conftest.c:64:1: warning: function declaration isn't a prototype configure:13716: $? = 0 configure:13725: result: yes configure:13842: checking gsm/gsm.h usability configure:13842: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:13842: $? = 0 configure:13842: result: yes configure:13842: checking gsm/gsm.h presence configure:13842: i686-pc-linux-gnu-gcc -E conftest.c configure:13842: $? = 0 configure:13842: result: yes configure:13842: checking for gsm/gsm.h configure:13842: result: yes configure:13867: checking for gsm_create in -lgsm configure:13892: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lgsm -lm >&5 conftest.c:64:1: warning: function declaration isn't a prototype conftest.c:66:1: warning: function declaration isn't a prototype configure:13892: $? = 0 configure:13901: result: yes configure:13932: checking lpc10.h usability configure:13932: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 conftest.c:91:19: fatal error: lpc10.h: No such file or directory compilation terminated. configure:13932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 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:13932: result: no configure:13932: checking lpc10.h presence configure:13932: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:58:19: fatal error: lpc10.h: No such file or directory compilation terminated. configure:13932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 1 | /* end confdefs.h. */ | #include configure:13932: result: no configure:13932: checking for lpc10.h configure:13932: result: no configure:13941: checking for lpc10.h configure:13941: result: no configure:13957: checking for create_lpc10_encoder_state in -llpc10 configure:13982: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -llpc10 -lm >&5 conftest.c:65:1: warning: function declaration isn't a prototype conftest.c:67:1: warning: function declaration isn't a prototype /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -llpc10 collect2: ld returned 1 exit status configure:13982: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char create_lpc10_encoder_state (); | int | main () | { | return create_lpc10_encoder_state (); | ; | return 0; | } configure:13991: result: no configure:14042: checking vorbis/codec.h usability configure:14042: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:14042: $? = 0 configure:14042: result: yes configure:14042: checking vorbis/codec.h presence configure:14042: i686-pc-linux-gnu-gcc -E conftest.c configure:14042: $? = 0 configure:14042: result: yes configure:14042: checking for vorbis/codec.h configure:14042: result: yes configure:14044: checking for ogg_packet_clear in -logg configure:14069: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -logg -lm >&5 conftest.c:65:1: warning: function declaration isn't a prototype conftest.c:67:1: warning: function declaration isn't a prototype configure:14069: $? = 0 configure:14078: result: yes configure:14086: checking for vorbis_analysis_headerout in -lvorbis configure:14111: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lvorbis -logg -lm >&5 conftest.c:65:1: warning: function declaration isn't a prototype conftest.c:67:1: warning: function declaration isn't a prototype configure:14111: $? = 0 configure:14120: result: yes configure:14128: checking for ov_clear in -lvorbisfile configure:14153: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lvorbisfile -lvorbis -logg -lm >&5 conftest.c:65:1: warning: function declaration isn't a prototype conftest.c:67:1: warning: function declaration isn't a prototype configure:14153: $? = 0 configure:14162: result: yes configure:14170: checking for vorbis_encode_init_vbr in -lvorbisenc configure:14195: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lvorbisenc -lvorbisfile -lvorbis -logg -lm >&5 conftest.c:65:1: warning: function declaration isn't a prototype conftest.c:67:1: warning: function declaration isn't a prototype configure:14195: $? = 0 configure:14204: result: yes configure:14284: checking FLAC/all.h usability configure:14284: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:14284: $? = 0 configure:14284: result: yes configure:14284: checking FLAC/all.h presence configure:14284: i686-pc-linux-gnu-gcc -E conftest.c configure:14284: $? = 0 configure:14284: result: yes configure:14284: checking for FLAC/all.h configure:14284: result: yes configure:14286: checking whether FLAC_API_VERSION_CURRENT is declared configure:14286: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 conftest.c:63:1: warning: function declaration isn't a prototype configure:14286: $? = 0 configure:14286: result: yes configure:14289: checking for FLAC__stream_encoder_new in -lFLAC configure:14314: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lFLAC -lvorbisenc -lvorbisfile -lvorbis -logg -lm >&5 conftest.c:67:1: warning: function declaration isn't a prototype conftest.c:69:1: warning: function declaration isn't a prototype configure:14314: $? = 0 configure:14323: result: yes configure:14382: checking opencore-amrwb/dec_if.h usability configure:14382: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:14382: $? = 0 configure:14382: result: yes configure:14382: checking opencore-amrwb/dec_if.h presence configure:14382: i686-pc-linux-gnu-gcc -E conftest.c configure:14382: $? = 0 configure:14382: result: yes configure:14382: checking for opencore-amrwb/dec_if.h configure:14382: result: yes configure:14387: checking for D_IF_init in -lopencore-amrwb configure:14412: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lopencore-amrwb -lm >&5 conftest.c:70:1: warning: function declaration isn't a prototype conftest.c:72:1: warning: function declaration isn't a prototype configure:14412: $? = 0 configure:14421: result: yes configure:14570: checking opencore-amrnb/interf_dec.h usability configure:14570: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:14570: $? = 0 configure:14570: result: yes configure:14570: checking opencore-amrnb/interf_dec.h presence configure:14570: i686-pc-linux-gnu-gcc -E conftest.c configure:14570: $? = 0 configure:14570: result: yes configure:14570: checking for opencore-amrnb/interf_dec.h configure:14570: result: yes configure:14575: checking for Decoder_Interface_init in -lopencore-amrnb configure:14600: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lopencore-amrnb -lm >&5 conftest.c:73:1: warning: function declaration isn't a prototype conftest.c:75:1: warning: function declaration isn't a prototype configure:14600: $? = 0 configure:14609: result: yes configure:14772: checking wavpack/wavpack.h usability configure:14772: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:14772: $? = 0 configure:14772: result: yes configure:14772: checking wavpack/wavpack.h presence configure:14772: i686-pc-linux-gnu-gcc -E conftest.c configure:14772: $? = 0 configure:14772: result: yes configure:14772: checking for wavpack/wavpack.h configure:14772: result: yes configure:14774: checking for WavpackGetSampleRate in -lwavpack configure:14799: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lwavpack -lm >&5 conftest.c:75:1: warning: function declaration isn't a prototype conftest.c:77:1: warning: function declaration isn't a prototype configure:14799: $? = 0 configure:14808: result: yes configure:14883: checking sndio.h usability configure:14883: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 conftest.c:103:19: fatal error: sndio.h: No such file or directory compilation terminated. configure:14883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 1 | #define HAVE_OGG_VORBIS 1 | #define STATIC_OGG_VORBIS 1 | #define HAVE_FLAC 1 | #define STATIC_FLAC 1 | #define HAVE_OPENCORE_AMRWB_DEC_IF_H 1 | #define HAVE_AMRWB 1 | #define STATIC_AMRWB 1 | #define HAVE_OPENCORE_AMRNB_INTERF_DEC_H 1 | #define HAVE_AMRNB 1 | #define STATIC_AMRNB 1 | #define HAVE_WAVPACK 1 | #define STATIC_WAVPACK 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:14883: result: no configure:14883: checking sndio.h presence configure:14883: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:70:19: fatal error: sndio.h: No such file or directory compilation terminated. configure:14883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 1 | #define HAVE_OGG_VORBIS 1 | #define STATIC_OGG_VORBIS 1 | #define HAVE_FLAC 1 | #define STATIC_FLAC 1 | #define HAVE_OPENCORE_AMRWB_DEC_IF_H 1 | #define HAVE_AMRWB 1 | #define STATIC_AMRWB 1 | #define HAVE_OPENCORE_AMRNB_INTERF_DEC_H 1 | #define HAVE_AMRNB 1 | #define STATIC_AMRNB 1 | #define HAVE_WAVPACK 1 | #define STATIC_WAVPACK 1 | /* end confdefs.h. */ | #include configure:14883: result: no configure:14883: checking for sndio.h configure:14883: result: no configure:14994: checking CoreAudio/CoreAudio.h usability configure:14994: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 conftest.c:103:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory compilation terminated. configure:14994: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 1 | #define HAVE_OGG_VORBIS 1 | #define STATIC_OGG_VORBIS 1 | #define HAVE_FLAC 1 | #define STATIC_FLAC 1 | #define HAVE_OPENCORE_AMRWB_DEC_IF_H 1 | #define HAVE_AMRWB 1 | #define STATIC_AMRWB 1 | #define HAVE_OPENCORE_AMRNB_INTERF_DEC_H 1 | #define HAVE_AMRNB 1 | #define STATIC_AMRNB 1 | #define HAVE_WAVPACK 1 | #define STATIC_WAVPACK 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:14994: result: no configure:14994: checking CoreAudio/CoreAudio.h presence configure:14994: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:70:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory compilation terminated. configure:14994: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 1 | #define HAVE_OGG_VORBIS 1 | #define STATIC_OGG_VORBIS 1 | #define HAVE_FLAC 1 | #define STATIC_FLAC 1 | #define HAVE_OPENCORE_AMRWB_DEC_IF_H 1 | #define HAVE_AMRWB 1 | #define STATIC_AMRWB 1 | #define HAVE_OPENCORE_AMRNB_INTERF_DEC_H 1 | #define HAVE_AMRNB 1 | #define STATIC_AMRNB 1 | #define HAVE_WAVPACK 1 | #define STATIC_WAVPACK 1 | /* end confdefs.h. */ | #include configure:14994: result: no configure:14994: checking for CoreAudio/CoreAudio.h configure:14994: result: no configure:15064: checking alsa/asoundlib.h usability configure:15064: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:15064: $? = 0 configure:15064: result: yes configure:15064: checking alsa/asoundlib.h presence configure:15064: i686-pc-linux-gnu-gcc -E conftest.c configure:15064: $? = 0 configure:15064: result: yes configure:15064: checking for alsa/asoundlib.h configure:15064: result: yes configure:15066: checking for snd_pcm_open in -lasound configure:15091: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lasound -lm >&5 conftest.c:77:1: warning: function declaration isn't a prototype conftest.c:79:1: warning: function declaration isn't a prototype configure:15091: $? = 0 configure:15100: result: yes configure:15175: checking ao/ao.h usability configure:15175: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:15175: $? = 0 configure:15175: result: yes configure:15175: checking ao/ao.h presence configure:15175: i686-pc-linux-gnu-gcc -E conftest.c configure:15175: $? = 0 configure:15175: result: yes configure:15175: checking for ao/ao.h configure:15175: result: yes configure:15177: checking for ao_play in -lao configure:15202: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lao -lm >&5 conftest.c:79:1: warning: function declaration isn't a prototype conftest.c:81:1: warning: function declaration isn't a prototype configure:15202: $? = 0 configure:15211: result: yes configure:15396: checking for mmsystem.h configure:15396: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 conftest.c:74:21: fatal error: windows.h: No such file or directory compilation terminated. configure:15396: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 1 | #define HAVE_OGG_VORBIS 1 | #define STATIC_OGG_VORBIS 1 | #define HAVE_FLAC 1 | #define STATIC_FLAC 1 | #define HAVE_OPENCORE_AMRWB_DEC_IF_H 1 | #define HAVE_AMRWB 1 | #define STATIC_AMRWB 1 | #define HAVE_OPENCORE_AMRNB_INTERF_DEC_H 1 | #define HAVE_AMRNB 1 | #define STATIC_AMRNB 1 | #define HAVE_WAVPACK 1 | #define STATIC_WAVPACK 1 | #define HAVE_ALSA 1 | #define STATIC_ALSA 1 | #define HAVE_AO 1 | #define STATIC_AO 1 | /* end confdefs.h. */ | #include | | #include configure:15396: result: no configure:15447: checking for SNDFILE configure:15454: $PKG_CONFIG --exists --print-errors "sndfile" configure:15457: $? = 0 configure:15470: $PKG_CONFIG --exists --print-errors "sndfile" configure:15473: $? = 0 configure:15510: result: yes configure:15534: checking sndfile.h usability configure:15534: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:15534: $? = 0 configure:15534: result: yes configure:15534: checking sndfile.h presence configure:15534: i686-pc-linux-gnu-gcc -E conftest.c configure:15534: $? = 0 configure:15534: result: yes configure:15534: checking for sndfile.h configure:15534: result: yes configure:15540: checking for sf_open_virtual configure:15540: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lm -lsndfile >&5 conftest.c:98:1: warning: function declaration isn't a prototype conftest.c:107:1: warning: function declaration isn't a prototype configure:15540: $? = 0 configure:15540: result: yes configure:15548: checking whether SF_FORMAT_OGG is declared configure:15548: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 conftest.c:78:1: warning: function declaration isn't a prototype configure:15548: $? = 0 configure:15548: result: yes configure:15556: checking whether SFC_SET_SCALE_INT_FLOAT_WRITE is declared configure:15556: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 conftest.c:79:1: warning: function declaration isn't a prototype configure:15556: $? = 0 configure:15556: result: yes configure:15682: checking for FFMPEG configure:15689: $PKG_CONFIG --exists --print-errors "libavformat libavcodec libavutil" configure:15692: $? = 0 configure:15705: $PKG_CONFIG --exists --print-errors "libavformat libavcodec libavutil" configure:15708: $? = 0 configure:15745: result: yes configure:15779: checking libavformat/avformat.h usability configure:15779: i686-pc-linux-gnu-gcc -c -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp conftest.c >&5 configure:15779: $? = 0 configure:15779: result: yes configure:15779: checking libavformat/avformat.h presence configure:15779: i686-pc-linux-gnu-gcc -E conftest.c configure:15779: $? = 0 configure:15779: result: yes configure:15779: checking for libavformat/avformat.h configure:15779: result: yes configure:15784: checking for av_open_input_file in -lavformat configure:15809: i686-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-z,defs conftest.c -lavformat -lm -lavformat -lavcodec -lavutil >&5 conftest.c:85:1: warning: function declaration isn't a prototype conftest.c:87:1: warning: function declaration isn't a prototype /var/tmp/portage/media-sound/sox-14.4.0/temp/ccv22bmF.o: In function `main': conftest.c:(.text+0x23): undefined reference to `av_open_input_file' collect2: ld returned 1 exit status configure:15809: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SoX" | #define PACKAGE_TARNAME "sox" | #define PACKAGE_VERSION "14.4.0" | #define PACKAGE_STRING "SoX 14.4.0" | #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "sox" | #define VERSION "14.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DISTRO 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_POPEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_LIBM 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define _LARGEFILE_SOURCE 1 | #define HAVE_LTDL_H 1 | #define HAVE_LIBLTDL 1 | #define HAVE_OMP_H 1 | #define HAVE_OPENMP 1 | #define HAVE_MAGIC 1 | #define HAVE_PNG_H 1 | #define HAVE_PNG 1 | #define HAVE_ID3TAG 1 | #define HAVE_LAME_LAME_H 1 | #define HAVE_LAME_ID3TAG 1 | #define HAVE_GSM_GSM_H 1 | #define EXTERNAL_GSM 1 | #define HAVE_OGG_VORBIS 1 | #define STATIC_OGG_VORBIS 1 | #define HAVE_FLAC 1 | #define STATIC_FLAC 1 | #define HAVE_OPENCORE_AMRWB_DEC_IF_H 1 | #define HAVE_AMRWB 1 | #define STATIC_AMRWB 1 | #define HAVE_OPENCORE_AMRNB_INTERF_DEC_H 1 | #define HAVE_AMRNB 1 | #define STATIC_AMRNB 1 | #define HAVE_WAVPACK 1 | #define STATIC_WAVPACK 1 | #define HAVE_ALSA 1 | #define STATIC_ALSA 1 | #define HAVE_AO 1 | #define STATIC_AO 1 | #define HAVE_SNDFILE_H 1 | #define HAVE_SNDFILE_1_0_18 1 | #define HAVE_SFC_SET_SCALE_INT_FLOAT_WRITE 1 | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char av_open_input_file (); | int | main () | { | return av_open_input_file (); | ; | return 0; | } configure:15818: result: no configure:15891: error: in `/var/tmp/portage/media-sound/sox-14.4.0/work/sox-14.4.0': configure:15893: error: cannot find ffmpeg See `config.log' for more details ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_alignof_CORBA_boolean=1 ac_cv_alignof_CORBA_char=1 ac_cv_alignof_CORBA_double=8 ac_cv_alignof_CORBA_float=4 ac_cv_alignof_CORBA_long=4 ac_cv_alignof_CORBA_long_double=8 ac_cv_alignof_CORBA_long_long=8 ac_cv_alignof_CORBA_octet=1 ac_cv_alignof_CORBA_pointer=4 ac_cv_alignof_CORBA_short=2 ac_cv_alignof_CORBA_struct=1 ac_cv_alignof_CORBA_wchar=2 ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_FFMPEG_CFLAGS_set= ac_cv_env_FFMPEG_CFLAGS_value= ac_cv_env_FFMPEG_LIBS_set= ac_cv_env_FFMPEG_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' 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=set ac_cv_env_build_alias_value=i686-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___dev_urandom_=yes ac_cv_file__bin_bash=yes ac_cv_file__dev_arandom=no ac_cv_file__dev_random=yes ac_cv_file__dev_srandom=yes ac_cv_file__dev_urandom=yes ac_cv_file__dev_zero=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func_calloc_0_nonnull=yes ac_cv_func_dlopen=no ac_cv_func_fmemopen=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gettimeofday=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mkstemp=yes ac_cv_func_popen=yes ac_cv_func_posix_getgrgid_r=yes ac_cv_func_posix_getpwnam_r=yes ac_cv_func_posix_getpwuid_r=yes ac_cv_func_pow=no ac_cv_func_printf_unix98=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_setgrent_void=yes ac_cv_func_setpgrp_void=yes ac_cv_func_sf_open_virtual=yes ac_cv_func_shl_load=no ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strnlen_working=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsnprintf_c99=yes ac_cv_have_abstract_sockets=yes ac_cv_have_decl_FLAC_API_VERSION_CURRENT=yes ac_cv_have_decl_SFC_SET_SCALE_INT_FLOAT_WRITE=yes ac_cv_have_decl_SF_FORMAT_OGG=yes ac_cv_header_CoreAudio_CoreAudio_h=no ac_cv_header_FLAC_all_h=yes ac_cv_header_alsa_asoundlib_h=yes ac_cv_header_ao_ao_h=yes ac_cv_header_byteswap_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_glob_h=yes ac_cv_header_gsm_gsm_h=yes ac_cv_header_id3tag_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_lame_lame_h=yes ac_cv_header_libavformat_avformat_h=yes ac_cv_header_libpng_png_h=no ac_cv_header_lpc10_h=no ac_cv_header_ltdl_h=yes ac_cv_header_magic_h=yes ac_cv_header_memory_h=yes ac_cv_header_mmsystem_h=no ac_cv_header_omp_h=yes ac_cv_header_opencore_amrnb_interf_dec_h=yes ac_cv_header_opencore_amrwb_dec_if_h=yes ac_cv_header_png_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sndfile_h=yes ac_cv_header_sndio_h=no 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_sys_utsname_h=yes ac_cv_header_termios_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vorbis_codec_h=yes ac_cv_header_wavpack_wavpack_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_FLAC_FLAC__stream_encoder_new=yes ac_cv_lib_ao_ao_play=yes ac_cv_lib_asound_snd_pcm_open=yes ac_cv_lib_avformat_av_open_input_file=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_gomp_omp_get_thread_num=yes ac_cv_lib_gsm_gsm_create=yes ac_cv_lib_id3tag_id3_file_open=yes ac_cv_lib_lpc10_create_lpc10_encoder_state=no ac_cv_lib_ltdl_lt_dlinit=yes ac_cv_lib_m_pow=yes ac_cv_lib_magic_magic_open=yes ac_cv_lib_mp3lame_id3tag_set_fieldvalue=yes ac_cv_lib_mp3lame_lame_get_lametag_frame=yes ac_cv_lib_ogg_ogg_packet_clear=yes ac_cv_lib_opencore_amrnb_Decoder_Interface_init=yes ac_cv_lib_opencore_amrwb_D_IF_init=yes ac_cv_lib_png_png_set_rows=yes ac_cv_lib_vorbis_vorbis_analysis_headerout=yes ac_cv_lib_vorbisenc_vorbis_encode_init_vbr=yes ac_cv_lib_vorbisfile_ov_clear=yes ac_cv_lib_wavpack_WavpackGetSampleRate=yes ac_cv_linux_vers=2 ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-pc-linux-gnu-gcc ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' ac_cv_prog_OBJDUMP=i686-pc-linux-gnu-objdump ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib ac_cv_prog_STRIP=i686-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_i686_pc_linux_gnu_gcc_c_o=yes ac_cv_prog_make_make_set=yes ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_target=i686-pc-linux-gnu ac_cv_va_copy=yes am_cv_CC_dependencies_compiler_type=none bash_cv_job_control_missing=present bash_cv_sys_named_pipes=present fu_cv_sys_stat_statvfs=yes gl_cv_func_btowc_eof=yes gl_cv_func_malloc_0_nonnull=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no gl_cv_func_wcwidth_works=yes glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_long_long_format=ll glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_sizeof_gmutex=24 glib_cv_stack_grows=no glib_cv_uscore=no glib_cv_va_copy=yes glib_cv_va_val_copy=no lf_cv_sane_realloc=yes libIDL_cv_long_long_format=ll lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no 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/i686-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_FFMPEG_CFLAGS=' ' pkg_cv_FFMPEG_LIBS='-lavformat -lavcodec -lavutil ' pkg_cv_SNDFILE_CFLAGS=' ' pkg_cv_SNDFILE_LIBS='-lsndfile ' sudo_cv_func_unsetenv_void=no sudo_cv_uid_t_len=10 td_cv_buggygetaddrinfo=no vim_cv_getcwd_broken=no vim_cv_memmove_handles_overlap=yes vim_cv_stat_ignores_slash=yes vim_cv_terminfo=yes vim_cv_toupper_broken=no vim_cv_tty_group=world vim_cv_tty_mode=0666 yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/media-sound/sox-14.4.0/work/sox-14.4.0/missing --run aclocal-1.11' ALSA_CFLAGS='' ALSA_LIBS=' -lasound' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMRNB_CFLAGS='' AMRNB_LIBS=' -lopencore-amrnb' AMRWB_CFLAGS='' AMRWB_LIBS=' -lopencore-amrwb' AMTAR='${SHELL} /var/tmp/portage/media-sound/sox-14.4.0/work/sox-14.4.0/missing --run tar' AO_CFLAGS='' AO_LIBS=' -lao' APP_LDFLAGS='' AR='i686-pc-linux-gnu-ar' AS='' AUTOCONF='${SHELL} /var/tmp/portage/media-sound/sox-14.4.0/work/sox-14.4.0/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/media-sound/sox-14.4.0/work/sox-14.4.0/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/media-sound/sox-14.4.0/work/sox-14.4.0/missing --run automake-1.11' AWK='gawk' CC='i686-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-O2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -mssse3 -pipe -fsigned-char -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp' COREAUDIO_CFLAGS='' COREAUDIO_LIBS='' CPP='i686-pc-linux-gnu-gcc -E' CPPFLAGS=' ' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DISTRO='Gentoo' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' EXTERNAL_GSM_FALSE='#' EXTERNAL_GSM_TRUE='' EXTERNAL_LPC10_FALSE='' EXTERNAL_LPC10_TRUE='#' FFMPEG_CFLAGS=' ' FFMPEG_LIBS='-lavformat -lavcodec -lavutil ' FGREP='/bin/grep -F' FLAC_CFLAGS='' FLAC_LIBS='-lFLAC -lvorbisenc -lvorbisfile -lvorbis -logg' GOMP_LIBS=' -lgomp ' GREP='/bin/grep' GSM_CFLAGS='' GSM_LIBS=' -lgsm' HAVE_ALSA_FALSE='#' HAVE_ALSA_TRUE='' HAVE_AMRNB_FALSE='#' HAVE_AMRNB_TRUE='' HAVE_AMRWB_FALSE='#' HAVE_AMRWB_TRUE='' HAVE_AO_FALSE='#' HAVE_AO_TRUE='' HAVE_COREAUDIO_FALSE='' HAVE_COREAUDIO_TRUE='#' HAVE_DISTRO_FALSE='#' HAVE_DISTRO_TRUE='' HAVE_FFMPEG_FALSE='' HAVE_FFMPEG_TRUE='' HAVE_FLAC_FALSE='#' HAVE_FLAC_TRUE='' HAVE_GSM_FALSE='' HAVE_GSM_TRUE='' HAVE_ID3TAG_FALSE='#' HAVE_ID3TAG_TRUE='' HAVE_LIBLTDL_FALSE='#' HAVE_LIBLTDL_TRUE='' HAVE_LPC10_FALSE='' HAVE_LPC10_TRUE='' HAVE_MAGIC_FALSE='#' HAVE_MAGIC_TRUE='' HAVE_MP3_FALSE='' HAVE_MP3_TRUE='' HAVE_OGG_VORBIS_FALSE='#' HAVE_OGG_VORBIS_TRUE='' HAVE_OPENMP_FALSE='#' HAVE_OPENMP_TRUE='' HAVE_OSS_FALSE='' HAVE_OSS_TRUE='' HAVE_PKGCONFIG_FALSE='#' HAVE_PKGCONFIG_TRUE='' HAVE_PNG_FALSE='#' HAVE_PNG_TRUE='' HAVE_PULSEAUDIO_FALSE='' HAVE_PULSEAUDIO_TRUE='#' HAVE_SNDFILE_FALSE='' HAVE_SNDFILE_TRUE='#' HAVE_SNDIO_FALSE='' HAVE_SNDIO_TRUE='#' HAVE_SUN_AUDIO_FALSE='' HAVE_SUN_AUDIO_TRUE='' HAVE_WAVEAUDIO_FALSE='' HAVE_WAVEAUDIO_TRUE='#' HAVE_WAVPACK_FALSE='#' HAVE_WAVPACK_TRUE='' HAVE_WIN32_GLOB_FALSE='' HAVE_WIN32_GLOB_TRUE='#' HAVE_WIN32_LTDL_FALSE='' HAVE_WIN32_LTDL_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LADSPA_PATH='${exec_prefix}/lib/ladspa' LD='/usr/i686-pc-linux-gnu/bin/ld' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-z,defs' LIBGSM_LIBADD='' LIBLPC10_LIBADD='../lpc10/liblpc10.la' LIBLTDL=' -lltdl' LIBOBJS='' LIBS='-lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOLFLAGS='--silent' LIBTOOL_DEPS='./ltmain.sh' LIPO='' LN_S='ln -s' LPC10_CFLAGS='' LPC10_LIBS='' LTLIBOBJS='' MAGIC_LIBS='-lmagic' MAKEINFO='${SHELL} /var/tmp/portage/media-sound/sox-14.4.0/work/sox-14.4.0/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MP3_CFLAGS='' MP3_LIBS=' -lid3tag -lz -lmp3lame' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='i686-pc-linux-gnu-objdump' OBJEXT='o' OGG_VORBIS_CFLAGS='' OGG_VORBIS_LIBS='-lvorbisenc -lvorbisfile -lvorbis -logg' OSS_CFLAGS='' OSS_LIBS='' OTOOL64='' OTOOL='' PACKAGE='sox' PACKAGE_BUGREPORT='sox-devel@lists.sourceforge.net' PACKAGE_NAME='SoX' PACKAGE_STRING='SoX 14.4.0' PACKAGE_TARNAME='sox' PACKAGE_URL='' PACKAGE_VERSION='14.4.0' PATH_SEPARATOR=':' PKGCONFIGDIR='$(libdir)/pkgconfig' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PLAYRECLINKS='' PNG_LIBS=' -lpng -lz' PULSEAUDIO_CFLAGS='' PULSEAUDIO_LIBS='' RANLIB='i686-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' SHLIB_VERSION='2:0:0' SNDFILE_CFLAGS=' ' SNDFILE_LIBS='-lsndfile ' SNDIO_CFLAGS='' SNDIO_LIBS='' STATIC_ALSA_FALSE='#' STATIC_ALSA_TRUE='' STATIC_AMRNB_FALSE='#' STATIC_AMRNB_TRUE='' STATIC_AMRWB_FALSE='#' STATIC_AMRWB_TRUE='' STATIC_AO_FALSE='#' STATIC_AO_TRUE='' STATIC_COREAUDIO_FALSE='' STATIC_COREAUDIO_TRUE='#' STATIC_FFMPEG_FALSE='' STATIC_FFMPEG_TRUE='' STATIC_FLAC_FALSE='#' STATIC_FLAC_TRUE='' STATIC_GSM_FALSE='' STATIC_GSM_TRUE='' STATIC_LIBSOX_ONLY_FALSE='' STATIC_LIBSOX_ONLY_TRUE='' STATIC_LPC10_FALSE='' STATIC_LPC10_TRUE='' STATIC_MP3_FALSE='' STATIC_MP3_TRUE='' STATIC_OGG_VORBIS_FALSE='#' STATIC_OGG_VORBIS_TRUE='' STATIC_OSS_FALSE='' STATIC_OSS_TRUE='' STATIC_PULSEAUDIO_FALSE='' STATIC_PULSEAUDIO_TRUE='#' STATIC_SNDFILE_FALSE='' STATIC_SNDFILE_TRUE='#' STATIC_SNDIO_FALSE='' STATIC_SNDIO_TRUE='#' STATIC_SUN_AUDIO_FALSE='' STATIC_SUN_AUDIO_TRUE='' STATIC_WAVEAUDIO_FALSE='' STATIC_WAVEAUDIO_TRUE='#' STATIC_WAVPACK_FALSE='#' STATIC_WAVPACK_TRUE='' STRIP='i686-pc-linux-gnu-strip' SUN_AUDIO_CFLAGS='' SUN_AUDIO_LIBS='' SYMLINKS='' VERSION='14.4.0' WARN_CFLAGS='-Wtraditional-conversion' WAVEAUDIO_CFLAGS='' WAVEAUDIO_LIBS='' WAVPACK_CFLAGS='' WAVPACK_LIBS=' -lwavpack' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' 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='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/media-sound/sox-14.4.0/work/sox-14.4.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='/bin/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='/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "SoX" #define PACKAGE_TARNAME "sox" #define PACKAGE_VERSION "14.4.0" #define PACKAGE_STRING "SoX 14.4.0" #define PACKAGE_BUGREPORT "sox-devel@lists.sourceforge.net" #define PACKAGE_URL "" #define PACKAGE "sox" #define VERSION "14.4.0" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_DISTRO 1 #define STDC_HEADERS 1 #define HAVE_FCNTL_H 1 #define HAVE_UNISTD_H 1 #define HAVE_BYTESWAP_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_GLOB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_POPEN 1 #define HAVE_VSNPRINTF 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MKSTEMP 1 #define HAVE_FMEMOPEN 1 #define HAVE_LIBM 1 #define _FILE_OFFSET_BITS 64 #define HAVE_FSEEKO 1 #define _LARGEFILE_SOURCE 1 #define HAVE_LTDL_H 1 #define HAVE_LIBLTDL 1 #define HAVE_OMP_H 1 #define HAVE_OPENMP 1 #define HAVE_MAGIC 1 #define HAVE_PNG_H 1 #define HAVE_PNG 1 #define HAVE_ID3TAG 1 #define HAVE_LAME_LAME_H 1 #define HAVE_LAME_ID3TAG 1 #define HAVE_GSM_GSM_H 1 #define EXTERNAL_GSM 1 #define HAVE_OGG_VORBIS 1 #define STATIC_OGG_VORBIS 1 #define HAVE_FLAC 1 #define STATIC_FLAC 1 #define HAVE_OPENCORE_AMRWB_DEC_IF_H 1 #define HAVE_AMRWB 1 #define STATIC_AMRWB 1 #define HAVE_OPENCORE_AMRNB_INTERF_DEC_H 1 #define HAVE_AMRNB 1 #define STATIC_AMRNB 1 #define HAVE_WAVPACK 1 #define STATIC_WAVPACK 1 #define HAVE_ALSA 1 #define STATIC_ALSA 1 #define HAVE_AO 1 #define STATIC_AO 1 #define HAVE_SNDFILE_H 1 #define HAVE_SNDFILE_1_0_18 1 #define HAVE_SFC_SET_SCALE_INT_FLOAT_WRITE 1 #define HAVE_LIBAVFORMAT_AVFORMAT_H 1 configure: exit 1