Build of lame with clang_glibc toolchain

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

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

SLOCLanguage
33,223 ansic
11,110 sh
9,816 makefile
8,104 cpp
215 pascal
33 perl
62,501 total

The process tree of the build process is here.

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

Log

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

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

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: lame 3.99.5-3 (Thu Apr 13 19:24:28 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) nasm-2.11.08-2
#
# Total Installed Size: 2.01 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing nasm...
# :: Running post-transaction hooks...
# (1/2) Updating manpage index...
# (2/2) Updating the info directory file...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for library containing strerror... none required
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking version of GCC... clang
# checking for function prototypes... yes
# checking for string.h... (cached) yes
# checking dmalloc.h usability... no
# checking dmalloc.h presence... no
# checking for dmalloc.h... no
# checking for ANSI C header files... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdint.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/soundcard.h usability... yes
# checking sys/soundcard.h presence... yes
# checking for sys/soundcard.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking xmmintrin.h usability... yes
# checking xmmintrin.h presence... yes
# checking for xmmintrin.h... yes
# checking linux/soundcard.h usability... yes
# checking linux/soundcard.h presence... yes
# checking for linux/soundcard.h... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking whether byte ordering is bigendian... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking size of short... 2
# checking size of unsigned short... 2
# checking size of int... 4
# checking size of unsigned int... 4
# checking size of long... 8
# checking size of unsigned long... 8
# checking size of long long... 8
# checking size of unsigned long long... 8
# checking size of float... 4
# checking size of double... 8
# checking for long double with more range or precision than double... yes
# checking for uint8_t... yes
# checking for int8_t... yes
# checking for uint16_t... yes
# checking for int16_t... yes
# checking for uint32_t... yes
# checking for int32_t... yes
# checking for uint64_t... yes
# checking for int64_t... yes
# checking for IEEE854 compliant 80 bit floats... yes
# checking for ieee854_float80_t... no
# checking for ieee754_float64_t... no
# checking for ieee754_float32_t... no
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for gettimeofday... yes
# checking for strtol... yes
# checking for socket... yes
# checking termcap.h usability... yes
# checking termcap.h presence... yes
# checking for termcap.h... yes
# checking ncurses/termcap.h usability... no
# checking ncurses/termcap.h presence... no
# checking for ncurses/termcap.h... no
# checking for initscr in -ltermcap... no
# checking for initscr in -lcurses... yes
# checking for initscr in -lncurses... yes
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for iconv... yes
# checking for working iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking for cos in -lm... yes
# checking for cos in -lffm... no
# checking for cos in -lcpml... no
# checking for gtk-config... no
# checking for GTK - version >= 1.2.0... no
# *** The gtk-config script installed by GTK could not be found
# *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
# *** your path, or set the GTK_CONFIG environment variable to the
# *** full path to gtk-config.
# checking use of ElectricFence malloc debugging... no
# checking use of file io... lame
# checking use of analyzer hooks... yes
# checking use of mpg123 decoder... yes (Layer 1, 2, 3)
# checking if the lame frontend should be build... yes
# checking if mp3x is requested... no
# checking if mp3rtp is requested... no
# checking if dynamic linking of the frontends is requested... no
# checking for termcap... yes
# checking if I have to build the internal vector lib... yes
# checking for nasm... /usr/bin/nasm
# checking for assembler routines for this processor type... no
# checking for additional optimizations... no
# checking for debug options... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libmp3lame/Makefile
# config.status: creating libmp3lame/i386/Makefile
# config.status: creating libmp3lame/vector/Makefile
# config.status: creating frontend/Makefile
# config.status: creating mpglib/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/html/Makefile
# config.status: creating doc/man/Makefile
# config.status: creating include/Makefile
# config.status: creating Dll/Makefile
# config.status: creating misc/Makefile
# config.status: creating debian/Makefile
# config.status: creating dshow/Makefile
# config.status: creating ACM/Makefile
# config.status: creating ACM/ADbg/Makefile
# config.status: creating ACM/ddk/Makefile
# config.status: creating ACM/tinyxml/Makefile
# config.status: creating lame.spec
# config.status: creating mac/Makefile
# config.status: creating macosx/Makefile
# config.status: creating macosx/English.lproj/Makefile
# config.status: creating macosx/LAME.xcodeproj/Makefile
# config.status: creating vc_solution/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5'
# Making all in mpglib
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/mpglib'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -fPIC -DPIC -o .libs/common.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o >/dev/null 2>&1
# mv -f .deps/common.Tpo .deps/common.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c -o dct64_i386.lo dct64_i386.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c dct64_i386.c -fPIC -DPIC -o .libs/dct64_i386.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c dct64_i386.c -o dct64_i386.o >/dev/null 2>&1
# mv -f .deps/dct64_i386.Tpo .deps/dct64_i386.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c -o decode_i386.lo decode_i386.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c decode_i386.c -fPIC -DPIC -o .libs/decode_i386.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c decode_i386.c -o decode_i386.o >/dev/null 2>&1
# mv -f .deps/decode_i386.Tpo .deps/decode_i386.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo interface.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -fPIC -DPIC -o .libs/interface.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o >/dev/null 2>&1
# mv -f .deps/interface.Tpo .deps/interface.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c -o layer1.lo layer1.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c layer1.c -fPIC -DPIC -o .libs/layer1.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c layer1.c -o layer1.o >/dev/null 2>&1
# mv -f .deps/layer1.Tpo .deps/layer1.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c -o layer2.lo layer2.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c layer2.c -fPIC -DPIC -o .libs/layer2.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c layer2.c -o layer2.o >/dev/null 2>&1
# mv -f .deps/layer2.Tpo .deps/layer2.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c -o layer3.lo layer3.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c layer3.c -fPIC -DPIC -o .libs/layer3.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c layer3.c -o layer3.o >/dev/null 2>&1
# mv -f .deps/layer3.Tpo .deps/layer3.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c -o tabinit.lo tabinit.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c tabinit.c -fPIC -DPIC -o .libs/tabinit.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c tabinit.c -o tabinit.o >/dev/null 2>&1
# mv -f .deps/tabinit.Tpo .deps/tabinit.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -O3 -ffast-math -funroll-loops -Wall -pipe -o libmpgdecoder.la common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo
# libtool: link: ar cru .libs/libmpgdecoder.a .libs/common.o .libs/dct64_i386.o .libs/decode_i386.o .libs/interface.o .libs/layer1.o .libs/layer2.o .libs/layer3.o .libs/tabinit.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmpgdecoder.a
# libtool: link: ( cd ".libs" && rm -f "libmpgdecoder.la" && ln -s "../libmpgdecoder.la" "libmpgdecoder.la" )
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/mpglib'
# Making all in libmp3lame
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# Making all in i386
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame/i386'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame/i386'
# Making all in vector
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame/vector'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c -o xmm_quantize_sub.lo xmm_quantize_sub.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c xmm_quantize_sub.c -fPIC -DPIC -o .libs/xmm_quantize_sub.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c xmm_quantize_sub.c -o xmm_quantize_sub.o >/dev/null 2>&1
# mv -f .deps/xmm_quantize_sub.Tpo .deps/xmm_quantize_sub.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -O3 -ffast-math -funroll-loops -Wall -pipe -o liblamevectorroutines.la xmm_quantize_sub.lo
# libtool: link: ar cru .libs/liblamevectorroutines.a .libs/xmm_quantize_sub.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/liblamevectorroutines.a
# libtool: link: ( cd ".libs" && rm -f "liblamevectorroutines.la" && ln -s "../liblamevectorroutines.la" "liblamevectorroutines.la" )
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame/vector'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c -o VbrTag.lo VbrTag.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c VbrTag.c -fPIC -DPIC -o .libs/VbrTag.o
# VbrTag.c:263:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[0], 8u, 0xffu);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:265:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[1], 3u, 7);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:266:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[1], 1u, (cfg->samplerate_out < 16000) ? 0 : 1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:267:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[1], 1u, cfg->version);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:268:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[1], 2u, 4 - 3);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:269:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[1], 1u, (!cfg->error_protection) ? 1 : 0);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:271:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[2], 4u, eov->bitrate_index);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:272:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[2], 2u, cfg->samplerate_index);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:273:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[2], 1u, 0);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:274:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[2], 1u, cfg->extension);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:276:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[3], 2u, cfg->mode);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:277:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[3], 2u, eov->mode_ext);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:278:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[3], 1u, cfg->copyright);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:279:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[3], 1u, cfg->original);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:280:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# SHIFT_IN_BITS_VALUE(buffer[3], 2u, cfg->emphasis);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VbrTag.c:254:68: note: expanded from macro 'SHIFT_IN_BITS_VALUE'
# #define SHIFT_IN_BITS_VALUE(x,n,v) ( x = (x << (n)) | ( (v) & ~(-1 << (n)) ) )
# ~~ ^
# VbrTag.c:430:23: warning: comparison of array 'pTagData->toc' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if (pTagData->toc != NULL) {
# ~~~~~~~~~~^~~ ~~~~
# 16 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c VbrTag.c -o VbrTag.o >/dev/null 2>&1
# mv -f .deps/VbrTag.Tpo .deps/VbrTag.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -fPIC -DPIC -o .libs/bitstream.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o >/dev/null 2>&1
# mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c -o encoder.lo encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c encoder.c -fPIC -DPIC -o .libs/encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c encoder.c -o encoder.o >/dev/null 2>&1
# mv -f .deps/encoder.Tpo .deps/encoder.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c -o fft.lo fft.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -fPIC -DPIC -o .libs/fft.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -o fft.o >/dev/null 2>&1
# mv -f .deps/fft.Tpo .deps/fft.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c -o gain_analysis.lo gain_analysis.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c gain_analysis.c -fPIC -DPIC -o .libs/gain_analysis.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c gain_analysis.c -o gain_analysis.o >/dev/null 2>&1
# mv -f .deps/gain_analysis.Tpo .deps/gain_analysis.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c -o id3tag.lo id3tag.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c id3tag.c -fPIC -DPIC -o .libs/id3tag.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c id3tag.c -o id3tag.o >/dev/null 2>&1
# mv -f .deps/id3tag.Tpo .deps/id3tag.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c -o lame.lo lame.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c lame.c -fPIC -DPIC -o .libs/lame.o
# lame.c:628:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# if (EQ(gfp->compression_ratio, 0))
# ^
# ./machine.h:168:12: note: expanded from macro 'EQ'
# (fabs(a) > fabs(b)) \
# ^
# lame.c:628:13: note: use function 'abs' instead
# ./machine.h:168:12: note: expanded from macro 'EQ'
# (fabs(a) > fabs(b)) \
# ^
# lame.c:628:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# if (EQ(gfp->compression_ratio, 0))
# ^
# ./machine.h:170:23: note: expanded from macro 'EQ'
# : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
# ^
# lame.c:628:13: note: use function 'abs' instead
# ./machine.h:170:23: note: expanded from macro 'EQ'
# : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
# ^
# lame.c:1596:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# if (NEQ(RadioGain, GAIN_NOT_ENOUGH_SAMPLES)) {
# ^
# ./machine.h:175:20: note: expanded from macro 'NEQ'
# #define NEQ(a,b) (!EQ(a,b))
# ^
# ./machine.h:168:12: note: expanded from macro 'EQ'
# (fabs(a) > fabs(b)) \
# ^
# lame.c:1596:13: note: use function 'abs' instead
# ./machine.h:175:20: note: expanded from macro 'NEQ'
# #define NEQ(a,b) (!EQ(a,b))
# ^
# ./machine.h:168:12: note: expanded from macro 'EQ'
# (fabs(a) > fabs(b)) \
# ^
# lame.c:1596:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# if (NEQ(RadioGain, GAIN_NOT_ENOUGH_SAMPLES)) {
# ^
# ./machine.h:175:20: note: expanded from macro 'NEQ'
# #define NEQ(a,b) (!EQ(a,b))
# ^
# ./machine.h:170:23: note: expanded from macro 'EQ'
# : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
# ^
# lame.c:1596:13: note: use function 'abs' instead
# ./machine.h:175:20: note: expanded from macro 'NEQ'
# #define NEQ(a,b) (!EQ(a,b))
# ^
# ./machine.h:170:23: note: expanded from macro 'EQ'
# : (fabs((a)-(b)) <= (fabs(b) * 1e-6f)))
# ^
# 4 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c lame.c -o lame.o >/dev/null 2>&1
# mv -f .deps/lame.Tpo .deps/lame.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c -o newmdct.lo newmdct.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c newmdct.c -fPIC -DPIC -o .libs/newmdct.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c newmdct.c -o newmdct.o >/dev/null 2>&1
# mv -f .deps/newmdct.Tpo .deps/newmdct.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c -o presets.lo presets.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c presets.c -fPIC -DPIC -o .libs/presets.o
# presets.c:170:5: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# SET_OPTION(quant_comp, set->quant_comp, -1);
# ^
# presets.c:36:16: note: expanded from macro 'SET_OPTION'
# else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
# ^
# presets.c:170:5: note: use function 'abs' instead
# presets.c:36:16: note: expanded from macro 'SET_OPTION'
# else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
# ^
# presets.c:171:5: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# SET_OPTION(quant_comp_short, set->quant_comp_s, -1);
# ^
# presets.c:36:16: note: expanded from macro 'SET_OPTION'
# else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
# ^
# presets.c:171:5: note: use function 'abs' instead
# presets.c:36:16: note: expanded from macro 'SET_OPTION'
# else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
# ^
# presets.c:280:5: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# SET_OPTION(quant_comp, abr_switch_map[r].quant_comp, -1);
# ^
# presets.c:36:16: note: expanded from macro 'SET_OPTION'
# else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
# ^
# presets.c:280:5: note: use function 'abs' instead
# presets.c:36:16: note: expanded from macro 'SET_OPTION'
# else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
# ^
# presets.c:281:5: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# SET_OPTION(quant_comp_short, abr_switch_map[r].quant_comp_s, -1);
# ^
# presets.c:36:16: note: expanded from macro 'SET_OPTION'
# else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
# ^
# presets.c:281:5: note: use function 'abs' instead
# presets.c:36:16: note: expanded from macro 'SET_OPTION'
# else if (!(fabs(lame_get_##opt(gfp) - def) > 0)) \
# ^
# 4 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c presets.c -o presets.o >/dev/null 2>&1
# mv -f .deps/presets.Tpo .deps/presets.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c -o psymodel.lo psymodel.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c psymodel.c -fPIC -DPIC -o .libs/psymodel.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c psymodel.c -o psymodel.o >/dev/null 2>&1
# mv -f .deps/psymodel.Tpo .deps/psymodel.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c -o quantize.lo quantize.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c quantize.c -fPIC -DPIC -o .libs/quantize.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c quantize.c -o quantize.o >/dev/null 2>&1
# mv -f .deps/quantize.Tpo .deps/quantize.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c -o quantize_pvt.lo quantize_pvt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c quantize_pvt.c -fPIC -DPIC -o .libs/quantize_pvt.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c quantize_pvt.c -o quantize_pvt.o >/dev/null 2>&1
# mv -f .deps/quantize_pvt.Tpo .deps/quantize_pvt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c -o reservoir.lo reservoir.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c reservoir.c -fPIC -DPIC -o .libs/reservoir.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c reservoir.c -o reservoir.o >/dev/null 2>&1
# mv -f .deps/reservoir.Tpo .deps/reservoir.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c -o set_get.lo set_get.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c set_get.c -fPIC -DPIC -o .libs/set_get.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c set_get.c -o set_get.o >/dev/null 2>&1
# mv -f .deps/set_get.Tpo .deps/set_get.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c -o tables.lo tables.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c tables.c -fPIC -DPIC -o .libs/tables.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c tables.c -o tables.o >/dev/null 2>&1
# mv -f .deps/tables.Tpo .deps/tables.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c -o takehiro.lo takehiro.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c takehiro.c -fPIC -DPIC -o .libs/takehiro.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c takehiro.c -o takehiro.o >/dev/null 2>&1
# mv -f .deps/takehiro.Tpo .deps/takehiro.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
# mv -f .deps/util.Tpo .deps/util.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c -o vbrquantize.lo vbrquantize.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c vbrquantize.c -fPIC -DPIC -o .libs/vbrquantize.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c vbrquantize.c -o vbrquantize.o >/dev/null 2>&1
# mv -f .deps/vbrquantize.Tpo .deps/vbrquantize.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o .libs/version.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
# mv -f .deps/version.Tpo .deps/version.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c -o mpglib_interface.lo mpglib_interface.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c mpglib_interface.c -fPIC -DPIC -o .libs/mpglib_interface.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c mpglib_interface.c -o mpglib_interface.o >/dev/null 2>&1
# mv -f .deps/mpglib_interface.Tpo .deps/mpglib_interface.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -O3 -ffast-math -funroll-loops -Wall -pipe -version-info 0:0 -no-undefined -o libmp3lame.la -rpath /usr/lib VbrTag.lo bitstream.lo encoder.lo fft.lo gain_analysis.lo id3tag.lo lame.lo newmdct.lo presets.lo psymodel.lo quantize.lo quantize_pvt.lo reservoir.lo set_get.lo tables.lo takehiro.lo util.lo vbrquantize.lo version.lo mpglib_interface.lo ../libmp3lame/vector/liblamevectorroutines.la ../mpglib/libmpgdecoder.la -lm
# libtool: link: clang -shared .libs/VbrTag.o .libs/bitstream.o .libs/encoder.o .libs/fft.o .libs/gain_analysis.o .libs/id3tag.o .libs/lame.o .libs/newmdct.o .libs/presets.o .libs/psymodel.o .libs/quantize.o .libs/quantize_pvt.o .libs/reservoir.o .libs/set_get.o .libs/tables.o .libs/takehiro.o .libs/util.o .libs/vbrquantize.o .libs/version.o .libs/mpglib_interface.o -Wl,--whole-archive ../libmp3lame/vector/.libs/liblamevectorroutines.a ../mpglib/.libs/libmpgdecoder.a -Wl,--no-whole-archive -lm -Wl,-soname -Wl,libmp3lame.so.0 -o .libs/libmp3lame.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libmp3lame.so.0" && ln -s "libmp3lame.so.0.0.0" "libmp3lame.so.0")
# libtool: link: (cd ".libs" && rm -f "libmp3lame.so" && ln -s "libmp3lame.so.0.0.0" "libmp3lame.so")
# libtool: link: (cd .libs/libmp3lame.lax/liblamevectorroutines.a && ar x "/tmp/lame/src/lame-3.99.5/libmp3lame/../libmp3lame/vector/.libs/liblamevectorroutines.a")
# libtool: link: (cd .libs/libmp3lame.lax/libmpgdecoder.a && ar x "/tmp/lame/src/lame-3.99.5/libmp3lame/../mpglib/.libs/libmpgdecoder.a")
# libtool: link: ar cru .libs/libmp3lame.a VbrTag.o bitstream.o encoder.o fft.o gain_analysis.o id3tag.o lame.o newmdct.o presets.o psymodel.o quantize.o quantize_pvt.o reservoir.o set_get.o tables.o takehiro.o util.o vbrquantize.o version.o mpglib_interface.o .libs/libmp3lame.lax/liblamevectorroutines.a/xmm_quantize_sub.o .libs/libmp3lame.lax/libmpgdecoder.a/common.o .libs/libmp3lame.lax/libmpgdecoder.a/dct64_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/decode_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/interface.o .libs/libmp3lame.lax/libmpgdecoder.a/layer1.o .libs/libmp3lame.lax/libmpgdecoder.a/layer2.o .libs/libmp3lame.lax/libmpgdecoder.a/layer3.o .libs/libmp3lame.lax/libmpgdecoder.a/tabinit.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmp3lame.a
# libtool: link: rm -fr .libs/libmp3lame.lax
# libtool: link: ( cd ".libs" && rm -f "libmp3lame.la" && ln -s "../libmp3lame.la" "libmp3lame.la" )
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# Making all in frontend
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/frontend'
# clang -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT lame_main.o -MD -MP -MF .deps/lame_main.Tpo -c -o lame_main.o lame_main.c
# mv -f .deps/lame_main.Tpo .deps/lame_main.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# mv -f .deps/main.Tpo .deps/main.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT brhist.o -MD -MP -MF .deps/brhist.Tpo -c -o brhist.o brhist.c
# mv -f .deps/brhist.Tpo .deps/brhist.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.c
# mv -f .deps/console.Tpo .deps/console.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT get_audio.o -MD -MP -MF .deps/get_audio.Tpo -c -o get_audio.o get_audio.c
# get_audio.c:1310:18: warning: unused variable 'IFF_ID_MPEG' [-Wunused-const-variable]
# static int const IFF_ID_MPEG = 0x4d504547; /* "MPEG" */
# ^
# 1 warning generated.
# mv -f .deps/get_audio.Tpo .deps/get_audio.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT lametime.o -MD -MP -MF .deps/lametime.Tpo -c -o lametime.o lametime.c
# mv -f .deps/lametime.Tpo .deps/lametime.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
# mv -f .deps/parse.Tpo .deps/parse.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -ffast-math -funroll-loops -Wall -pipe -MT timestatus.o -MD -MP -MF .deps/timestatus.Tpo -c -o timestatus.o timestatus.c
# mv -f .deps/timestatus.Tpo .deps/timestatus.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -O3 -ffast-math -funroll-loops -Wall -pipe -static -o lame lame_main.o main.o brhist.o console.o get_audio.o lametime.o parse.o timestatus.o ../libmp3lame/libmp3lame.la -lncurses -lm
# libtool: link: clang -O3 -ffast-math -funroll-loops -Wall -pipe -o lame lame_main.o main.o brhist.o console.o get_audio.o lametime.o parse.o timestatus.o ../libmp3lame/.libs/libmp3lame.a -lncurses -lm
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/frontend'
# Making all in Dll
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/Dll'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/Dll'
# Making all in debian
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/debian'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/debian'
# Making all in doc
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/doc'
# Making all in html
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/doc/html'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc/html'
# Making all in man
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/doc/man'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc/man'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc'
# Making all in include
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/include'
# Making all in misc
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/misc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/misc'
# Making all in dshow
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/dshow'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/dshow'
# Making all in ACM
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM'
# Making all in ADbg
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/ADbg'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/ADbg'
# Making all in ddk
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/ddk'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/ddk'
# Making all in tinyxml
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/tinyxml'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/tinyxml'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM'
# Making all in mac
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/mac'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/mac'
# Making all in macosx
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx'
# Making all in English.lproj
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx/English.lproj'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx/English.lproj'
# Making all in LAME.xcodeproj
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx/LAME.xcodeproj'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx/LAME.xcodeproj'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx'
# Making all in vc_solution
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/vc_solution'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/vc_solution'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in mpglib
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/mpglib'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/mpglib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/mpglib'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/mpglib'
# Making install in libmp3lame
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# Making install in i386
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame/i386'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame/i386'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame/i386'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame/i386'
# Making install in vector
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame/vector'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame/vector'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame/vector'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame/vector'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/lame/pkg/lame/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libmp3lame.la '/tmp/lame/pkg/lame/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libmp3lame.so.0.0.0 /tmp/lame/pkg/lame/usr/lib/libmp3lame.so.0.0.0
# libtool: install: (cd /tmp/lame/pkg/lame/usr/lib && { ln -s -f libmp3lame.so.0.0.0 libmp3lame.so.0 || { rm -f libmp3lame.so.0 && ln -s libmp3lame.so.0.0.0 libmp3lame.so.0; }; })
# libtool: install: (cd /tmp/lame/pkg/lame/usr/lib && { ln -s -f libmp3lame.so.0.0.0 libmp3lame.so || { rm -f libmp3lame.so && ln -s libmp3lame.so.0.0.0 libmp3lame.so; }; })
# libtool: install: /usr/bin/install -c .libs/libmp3lame.lai /tmp/lame/pkg/lame/usr/lib/libmp3lame.la
# libtool: install: /usr/bin/install -c .libs/libmp3lame.a /tmp/lame/pkg/lame/usr/lib/libmp3lame.a
# libtool: install: chmod 644 /tmp/lame/pkg/lame/usr/lib/libmp3lame.a
# libtool: install: ranlib /tmp/lame/pkg/lame/usr/lib/libmp3lame.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/libmp3lame'
# Making install in frontend
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/frontend'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/frontend'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/lame/pkg/lame/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c lame '/tmp/lame/pkg/lame/usr/bin'
# libtool: install: /usr/bin/install -c lame /tmp/lame/pkg/lame/usr/bin/lame
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/frontend'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/frontend'
# Making install in Dll
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/Dll'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/Dll'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/Dll'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/Dll'
# Making install in debian
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/debian'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/debian'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/debian'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/debian'
# Making install in doc
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/doc'
# Making install in html
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/doc/html'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/doc/html'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/doc/lame/html" || /usr/bin/mkdir -p "/tmp/lame/pkg/lame/usr/share/doc/lame/html"
# /usr/bin/install -c -m 644 about.html abr.html cbr.html contact.html contributors.html detailed.html history.html index.html introduction.html links.html list.html ms_stereo.html usage.html vbr.html '/tmp/lame/pkg/lame/usr/share/doc/lame/html'
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc/html'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc/html'
# Making install in man
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/doc/man'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/doc/man'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/lame/pkg/lame/usr/share/man/man1"
# /usr/bin/install -c -m 644 lame.1 '/tmp/lame/pkg/lame/usr/share/man/man1'
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc/man'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc/man'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/doc'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/doc'
# Making install in include
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/include'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include/lame" || /usr/bin/mkdir -p "/tmp/lame/pkg/lame/usr/include/lame"
# /usr/bin/install -c -m 644 lame.h '/tmp/lame/pkg/lame/usr/include/lame'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/include'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/include'
# Making install in misc
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/misc'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/misc'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/misc'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/misc'
# Making install in dshow
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/dshow'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/dshow'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/dshow'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/dshow'
# Making install in ACM
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM'
# Making install in ADbg
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/ADbg'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/ADbg'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/ADbg'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/ADbg'
# Making install in ddk
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/ddk'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/ddk'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/ddk'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/ddk'
# Making install in tinyxml
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/tinyxml'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM/tinyxml'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/tinyxml'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM/tinyxml'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/ACM'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/ACM'
# Making install in mac
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/mac'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/mac'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/mac'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/mac'
# Making install in macosx
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx'
# Making install in English.lproj
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx/English.lproj'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx/English.lproj'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx/English.lproj'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx/English.lproj'
# Making install in LAME.xcodeproj
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx/LAME.xcodeproj'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx/LAME.xcodeproj'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx/LAME.xcodeproj'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx/LAME.xcodeproj'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx'
# make[3]: Entering directory '/tmp/lame/src/lame-3.99.5/macosx'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx'
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/macosx'
# Making install in vc_solution
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5/vc_solution'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5/vc_solution'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5/vc_solution'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5/vc_solution'
# make[1]: Entering directory '/tmp/lame/src/lame-3.99.5'
# make[2]: Entering directory '/tmp/lame/src/lame-3.99.5'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lame/src/lame-3.99.5'
# make[1]: Leaving directory '/tmp/lame/src/lame-3.99.5'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "lame"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: lame 3.99.5-3 (Thu Apr 13 19:25:23 UTC 2017)

CMD: pacman --query --file lame-3.99.5-3-x86_64.pkg.tar.xz
# lame 3.99.5-3

Creating hybrid package for 'lame'

Trying to find vanilla package 'lame'...

CMD: pacman --query --file /mirror/twolame-0.3.13-7.pkg.tar.xz
# twolame 0.3.13-7

CMD: pacman --query --file /mirror/toolame-02l-10.pkg.tar.xz
# toolame 02l-10

CMD: pacman --query --file /mirror/lame-3.99.5-3.pkg.tar.xz
# lame 3.99.5-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libmp3lame.so.0
# /usr/lib/libmp3lame.so
# /usr/lib/libmp3lame.so.0.0.0
# /usr/bin/lame
# /usr/share/doc/lame/html/about.html
# /usr/share/doc/lame/html/abr.html
# /usr/share/doc/lame/html/cbr.html
# /usr/share/doc/lame/html/contact.html
# /usr/share/doc/lame/html/contributors.html
# /usr/share/doc/lame/html/detailed.html
# /usr/share/doc/lame/html/history.html
# /usr/share/doc/lame/html/index.html
# /usr/share/doc/lame/html/introduction.html
# /usr/share/doc/lame/html/links.html
# /usr/share/doc/lame/html/list.html
# /usr/share/doc/lame/html/ms_stereo.html
# /usr/share/doc/lame/html/usage.html
# /usr/share/doc/lame/html/vbr.html
# /usr/share/man/man1/lame.1.gz
# /usr/include/lame/lame.h
# /sysroot/usr/lib/libmp3lame.so.0.0.0
# /sysroot/usr/lib/libmp3lame.so.0
# /sysroot/usr/lib/libmp3lame.so
# /sysroot/usr/lib/libmp3lame.la
# /sysroot/usr/lib/libmp3lame.a
# /sysroot/usr/include/lame/lame.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Printing config logfiles

CMD: config logfiles '/tmp/lame/src/lame-3.99.5/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by lame configure 3.99.5, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-nasm --enable-shared
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9f7d65e90184
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2555: checking build system type
# configure:2569: result: x86_64-unknown-linux-gnu
# configure:2589: checking host system type
# configure:2602: result: x86_64-unknown-linux-gnu
# configure:2639: checking for a BSD-compatible install
# configure:2707: result: /usr/bin/install -c
# configure:2718: checking whether build environment is sane
# configure:2768: result: yes
# configure:2817: checking for x86_64-unknown-linux-strip
# configure:2847: result: no
# configure:2857: checking for strip
# configure:2873: found /usr/bin/strip
# configure:2884: result: strip
# configure:2909: checking for a thread-safe mkdir -p
# configure:2948: result: /usr/bin/mkdir -p
# configure:2961: checking for gawk
# configure:2977: found /usr/bin/gawk
# configure:2988: result: gawk
# configure:2999: checking whether make sets $(MAKE)
# configure:3021: result: yes
# configure:3104: checking whether to enable maintainer-specific portions of Makefiles
# configure:3113: result: no
# configure:3133: checking for style of include used by make
# configure:3161: result: GNU
# configure:3197: checking for x86_64-unknown-linux-gcc
# configure:3224: result: clang
# configure:3493: checking for C compiler version
# configure:3502: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3513: $? = 0
# configure:3502: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3513: $? = 0
# configure:3502: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3513: $? = 1
# configure:3502: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3513: $? = 1
# configure:3533: checking whether the C compiler works
# configure:3555: clang conftest.c >&5
# configure:3559: $? = 0
# configure:3607: result: yes
# configure:3610: checking for C compiler default output file name
# configure:3612: result: a.out
# configure:3618: checking for suffix of executables
# configure:3625: clang -o conftest conftest.c >&5
# configure:3629: $? = 0
# configure:3651: result:
# configure:3673: checking whether we are cross compiling
# configure:3681: clang -o conftest conftest.c >&5
# configure:3685: $? = 0
# configure:3692: ./conftest
# configure:3696: $? = 0
# configure:3711: result: no
# configure:3716: checking for suffix of object files
# configure:3738: clang -c conftest.c >&5
# configure:3742: $? = 0
# configure:3763: result: o
# configure:3767: checking whether we are using the GNU C compiler
# configure:3786: clang -c conftest.c >&5
# configure:3786: $? = 0
# configure:3795: result: yes
# configure:3804: checking whether clang accepts -g
# configure:3824: clang -c -g conftest.c >&5
# configure:3824: $? = 0
# configure:3865: result: yes
# configure:3882: checking for clang option to accept ISO C89
# configure:3946: clang -c conftest.c >&5
# configure:3946: $? = 0
# configure:3959: result: none needed
# configure:3981: checking dependency style of clang
# configure:4091: result: gcc3
# configure:4112: checking how to run the C preprocessor
# configure:4143: clang -E conftest.c
# configure:4143: $? = 0
# configure:4157: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4157: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | /* end confdefs.h. */
# | #include
# configure:4182: result: clang -E
# configure:4202: clang -E conftest.c
# configure:4202: $? = 0
# configure:4216: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4216: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | /* end confdefs.h. */
# | #include
# configure:4245: checking for grep that handles long lines and -e
# configure:4303: result: /usr/bin/grep
# configure:4308: checking for egrep
# configure:4370: result: /usr/bin/grep -E
# configure:4375: checking for ANSI C header files
# configure:4395: clang -c conftest.c >&5
# configure:4395: $? = 0
# configure:4468: clang -o conftest conftest.c >&5
# configure:4468: $? = 0
# configure:4468: ./conftest
# configure:4468: $? = 0
# configure:4479: result: yes
# configure:4492: checking for sys/types.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4492: checking for sys/stat.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4492: checking for stdlib.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4492: checking for string.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4492: checking for memory.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4492: checking for strings.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4492: checking for inttypes.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4492: checking for stdint.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4492: checking for unistd.h
# configure:4492: clang -c conftest.c >&5
# configure:4492: $? = 0
# configure:4492: result: yes
# configure:4505: checking minix/config.h usability
# configure:4505: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4505: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* 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:4505: result: no
# configure:4505: checking minix/config.h presence
# configure:4505: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4505: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4505: result: no
# configure:4505: checking for minix/config.h
# configure:4505: result: no
# configure:4526: checking whether it is safe to define __EXTENSIONS__
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4551: result: yes
# configure:4566: checking for library containing strerror
# configure:4597: clang -o conftest conftest.c >&5
# conftest.c:33:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:33:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4597: $? = 0
# configure:4614: result: none required
# configure:4675: checking how to print strings
# configure:4702: result: printf
# configure:4723: checking for a sed that does not truncate output
# configure:4787: result: /usr/bin/sed
# configure:4805: checking for fgrep
# configure:4867: result: /usr/bin/grep -F
# configure:4902: checking for ld used by clang
# configure:4969: result: /usr/bin/ld
# configure:4976: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4991: result: yes
# configure:5003: checking for BSD- or MS-compatible name lister (nm)
# configure:5052: result: /usr/bin/nm -B
# configure:5182: checking the name lister (/usr/bin/nm -B) interface
# configure:5189: clang -c conftest.c >&5
# configure:5192: /usr/bin/nm -B "conftest.o"
# configure:5195: output
# 0000000000000000 B some_variable
# configure:5202: result: BSD nm
# configure:5205: checking whether ln -s works
# configure:5209: result: yes
# configure:5217: checking the maximum length of command line arguments
# configure:5342: result: 1572864
# configure:5359: checking whether the shell understands some XSI constructs
# configure:5369: result: yes
# configure:5373: checking whether the shell understands "+="
# configure:5379: result: yes
# configure:5414: checking for /usr/bin/ld option to reload object files
# configure:5421: result: -r
# configure:5450: checking for x86_64-unknown-linux-objdump
# configure:5480: result: no
# configure:5490: checking for objdump
# configure:5506: found /usr/bin/objdump
# configure:5517: result: objdump
# configure:5549: checking how to recognize dependent libraries
# configure:5751: result: pass_all
# configure:5771: checking for x86_64-unknown-linux-ar
# configure:5801: result: no
# configure:5811: checking for ar
# configure:5827: found /usr/bin/ar
# configure:5838: result: ar
# configure:5876: checking for x86_64-unknown-linux-strip
# configure:5903: result: strip
# configure:5975: checking for x86_64-unknown-linux-ranlib
# configure:6005: result: no
# configure:6015: checking for ranlib
# configure:6031: found /usr/bin/ranlib
# configure:6042: result: ranlib
# configure:6144: checking command to parse /usr/bin/nm -B output from clang object
# configure:6262: clang -c conftest.c >&5
# configure:6265: $? = 0
# configure:6269: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6272: $? = 0
# configure:6326: clang -o conftest conftest.c conftstm.o >&5
# configure:6329: $? = 0
# configure:6367: result: ok
# configure:6462: clang -c conftest.c >&5
# configure:6465: $? = 0
# configure:7204: checking for dlfcn.h
# configure:7204: clang -c conftest.c >&5
# configure:7204: $? = 0
# configure:7204: result: yes
# configure:7391: checking for objdir
# configure:7406: result: .libs
# configure:7673: checking if clang supports -fno-rtti -fno-exceptions
# configure:7691: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7695: $? = 0
# configure:7708: result: yes
# configure:7728: checking for clang option to produce PIC
# configure:8013: result: -fPIC -DPIC
# configure:8025: checking if clang PIC flag -fPIC -DPIC works
# configure:8043: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8047: $? = 0
# configure:8060: result: yes
# configure:8084: checking if clang static flag -static works
# configure:8112: result: yes
# configure:8127: checking if clang supports -c -o file.o
# configure:8148: clang -c -o out/conftest2.o conftest.c >&5
# configure:8152: $? = 0
# configure:8174: result: yes
# configure:8182: checking if clang supports -c -o file.o
# configure:8229: result: yes
# configure:8262: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9337: result: yes
# configure:9374: checking whether -lc should be explicitly linked in
# configure:9382: clang -c conftest.c >&5
# configure:9385: $? = 0
# configure:9400: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9403: $? = 0
# configure:9417: result: no
# configure:9582: checking dynamic linker characteristics
# configure:10037: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10037: $? = 0
# configure:10259: result: GNU/Linux ld.so
# configure:10366: checking how to hardcode library paths into programs
# configure:10391: result: immediate
# configure:10931: checking whether stripping libraries is possible
# configure:10936: result: yes
# configure:10971: checking if libtool supports shared libraries
# configure:10973: result: yes
# configure:10976: checking whether to build shared libraries
# configure:10997: result: yes
# configure:11000: checking whether to build static libraries
# configure:11004: result: yes
# configure:11066: checking for x86_64-unknown-linux-gcc
# configure:11093: result: clang
# configure:11362: checking for C compiler version
# configure:11371: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:11382: $? = 0
# configure:11371: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:11382: $? = 0
# configure:11371: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:11382: $? = 1
# configure:11371: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:11382: $? = 1
# configure:11386: checking whether we are using the GNU C compiler
# configure:11414: result: yes
# configure:11423: checking whether clang accepts -g
# configure:11484: result: yes
# configure:11501: checking for clang option to accept ISO C89
# configure:11578: result: none needed
# configure:11600: checking dependency style of clang
# configure:11710: result: gcc3
# configure:11727: checking version of GCC
# configure:11730: result: clang
# configure:11734: checking for function prototypes
# configure:11737: result: yes
# configure:11760: checking for string.h
# configure:11760: result: yes
# configure:11772: checking dmalloc.h usability
# configure:11772: clang -c conftest.c >&5
# conftest.c:64:10: fatal error: 'dmalloc.h' file not found
# #include
# ^
# 1 error generated.
# configure:11772: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_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:11772: result: no
# configure:11772: checking dmalloc.h presence
# configure:11772: clang -E conftest.c
# conftest.c:31:10: fatal error: 'dmalloc.h' file not found
# #include
# ^
# 1 error generated.
# configure:11772: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# | #include
# configure:11772: result: no
# configure:11772: checking for dmalloc.h
# configure:11772: result: no
# configure:11804: checking for ANSI C header files
# configure:11908: result: yes
# configure:11929: checking errno.h usability
# configure:11929: clang -c conftest.c >&5
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking errno.h presence
# configure:11929: clang -E conftest.c
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking for errno.h
# configure:11929: result: yes
# configure:11929: checking fcntl.h usability
# configure:11929: clang -c conftest.c >&5
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking fcntl.h presence
# configure:11929: clang -E conftest.c
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking for fcntl.h
# configure:11929: result: yes
# configure:11929: checking limits.h usability
# configure:11929: clang -c conftest.c >&5
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking limits.h presence
# configure:11929: clang -E conftest.c
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking for limits.h
# configure:11929: result: yes
# configure:11929: checking for stdint.h
# configure:11929: result: yes
# configure:11929: checking for string.h
# configure:11929: result: yes
# configure:11929: checking sys/soundcard.h usability
# configure:11929: clang -c conftest.c >&5
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking sys/soundcard.h presence
# configure:11929: clang -E conftest.c
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking for sys/soundcard.h
# configure:11929: result: yes
# configure:11929: checking sys/time.h usability
# configure:11929: clang -c conftest.c >&5
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking sys/time.h presence
# configure:11929: clang -E conftest.c
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking for sys/time.h
# configure:11929: result: yes
# configure:11929: checking for unistd.h
# configure:11929: result: yes
# configure:11929: checking xmmintrin.h usability
# configure:11929: clang -c conftest.c >&5
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking xmmintrin.h presence
# configure:11929: clang -E conftest.c
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking for xmmintrin.h
# configure:11929: result: yes
# configure:11929: checking linux/soundcard.h usability
# configure:11929: clang -c conftest.c >&5
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking linux/soundcard.h presence
# configure:11929: clang -E conftest.c
# configure:11929: $? = 0
# configure:11929: result: yes
# configure:11929: checking for linux/soundcard.h
# configure:11929: result: yes
# configure:11940: checking for an ANSI C-conforming const
# configure:12005: clang -c conftest.c >&5
# configure:12005: $? = 0
# configure:12012: result: yes
# configure:12020: checking for inline
# configure:12036: clang -c conftest.c >&5
# configure:12036: $? = 0
# configure:12044: result: inline
# configure:12063: checking whether byte ordering is bigendian
# configure:12078: clang -c conftest.c >&5
# conftest.c:43:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:43:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:12078: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:12123: clang -c conftest.c >&5
# configure:12123: $? = 0
# configure:12141: clang -c conftest.c >&5
# conftest.c:49:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:12141: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:12269: result: no
# configure:12296: checking for special C compiler options needed for large files
# configure:12341: result: no
# configure:12347: checking for _FILE_OFFSET_BITS value needed for large files
# configure:12372: clang -c conftest.c >&5
# configure:12372: $? = 0
# configure:12404: result: no
# configure:12492: checking size of short
# configure:12497: clang -o conftest conftest.c >&5
# configure:12497: $? = 0
# configure:12497: ./conftest
# configure:12497: $? = 0
# configure:12511: result: 2
# configure:12525: checking size of unsigned short
# configure:12530: clang -o conftest conftest.c >&5
# configure:12530: $? = 0
# configure:12530: ./conftest
# configure:12530: $? = 0
# configure:12544: result: 2
# configure:12558: checking size of int
# configure:12563: clang -o conftest conftest.c >&5
# configure:12563: $? = 0
# configure:12563: ./conftest
# configure:12563: $? = 0
# configure:12577: result: 4
# configure:12591: checking size of unsigned int
# configure:12596: clang -o conftest conftest.c >&5
# configure:12596: $? = 0
# configure:12596: ./conftest
# configure:12596: $? = 0
# configure:12610: result: 4
# configure:12624: checking size of long
# configure:12629: clang -o conftest conftest.c >&5
# configure:12629: $? = 0
# configure:12629: ./conftest
# configure:12629: $? = 0
# configure:12643: result: 8
# configure:12657: checking size of unsigned long
# configure:12662: clang -o conftest conftest.c >&5
# configure:12662: $? = 0
# configure:12662: ./conftest
# configure:12662: $? = 0
# configure:12676: result: 8
# configure:12690: checking size of long long
# configure:12695: clang -o conftest conftest.c >&5
# configure:12695: $? = 0
# configure:12695: ./conftest
# configure:12695: $? = 0
# configure:12709: result: 8
# configure:12723: checking size of unsigned long long
# configure:12728: clang -o conftest conftest.c >&5
# configure:12728: $? = 0
# configure:12728: ./conftest
# configure:12728: $? = 0
# configure:12742: result: 8
# configure:12756: checking size of float
# configure:12761: clang -o conftest conftest.c >&5
# configure:12761: $? = 0
# configure:12761: ./conftest
# configure:12761: $? = 0
# configure:12775: result: 4
# configure:12789: checking size of double
# configure:12794: clang -o conftest conftest.c >&5
# configure:12794: $? = 0
# configure:12794: ./conftest
# configure:12794: $? = 0
# configure:12808: result: 8
# configure:12838: checking for long double with more range or precision than double
# configure:12873: clang -c conftest.c >&5
# configure:12873: $? = 0
# configure:12880: result: yes
# configure:12931: checking for uint8_t
# configure:12931: clang -c conftest.c >&5
# configure:12931: $? = 0
# configure:12931: clang -c conftest.c >&5
# conftest.c:90:22: error: expected expression
# if (sizeof ((uint8_t)))
# ^
# 1 error generated.
# configure:12931: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 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
# | int
# | main ()
# | {
# | if (sizeof ((uint8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12931: result: yes
# configure:12940: checking for int8_t
# configure:12940: clang -c conftest.c >&5
# configure:12940: $? = 0
# configure:12940: clang -c conftest.c >&5
# conftest.c:91:21: error: expected expression
# if (sizeof ((int8_t)))
# ^
# 1 error generated.
# configure:12940: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 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
# | int
# | main ()
# | {
# | if (sizeof ((int8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12940: result: yes
# configure:12949: checking for uint16_t
# configure:12949: clang -c conftest.c >&5
# configure:12949: $? = 0
# configure:12949: clang -c conftest.c >&5
# conftest.c:92:23: error: expected expression
# if (sizeof ((uint16_t)))
# ^
# 1 error generated.
# configure:12949: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 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
# | int
# | main ()
# | {
# | if (sizeof ((uint16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12949: result: yes
# configure:12958: checking for int16_t
# configure:12958: clang -c conftest.c >&5
# configure:12958: $? = 0
# configure:12958: clang -c conftest.c >&5
# conftest.c:93:22: error: expected expression
# if (sizeof ((int16_t)))
# ^
# 1 error generated.
# configure:12958: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 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
# | int
# | main ()
# | {
# | if (sizeof ((int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12958: result: yes
# configure:12967: checking for uint32_t
# configure:12967: clang -c conftest.c >&5
# configure:12967: $? = 0
# configure:12967: clang -c conftest.c >&5
# conftest.c:94:23: error: expected expression
# if (sizeof ((uint32_t)))
# ^
# 1 error generated.
# configure:12967: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 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
# | int
# | main ()
# | {
# | if (sizeof ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12967: result: yes
# configure:12976: checking for int32_t
# configure:12976: clang -c conftest.c >&5
# configure:12976: $? = 0
# configure:12976: clang -c conftest.c >&5
# conftest.c:95:22: error: expected expression
# if (sizeof ((int32_t)))
# ^
# 1 error generated.
# configure:12976: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 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
# | int
# | main ()
# | {
# | if (sizeof ((int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12976: result: yes
# configure:12985: checking for uint64_t
# configure:12985: clang -c conftest.c >&5
# configure:12985: $? = 0
# configure:12985: clang -c conftest.c >&5
# conftest.c:96:23: error: expected expression
# if (sizeof ((uint64_t)))
# ^
# 1 error generated.
# configure:12985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 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
# | int
# | main ()
# | {
# | if (sizeof ((uint64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12985: result: yes
# configure:12994: checking for int64_t
# configure:12994: clang -c conftest.c >&5
# configure:12994: $? = 0
# configure:12994: clang -c conftest.c >&5
# conftest.c:97:22: error: expected expression
# if (sizeof ((int64_t)))
# ^
# 1 error generated.
# configure:12994: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 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
# | int
# | main ()
# | {
# | if (sizeof ((int64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12994: result: yes
# configure:13099: checking for IEEE854 compliant 80 bit floats
# configure:13137: clang -o conftest conftest.c >&5
# configure:13137: $? = 0
# configure:13137: ./conftest
# configure:13137: $? = 0
# configure:13147: result: yes
# configure:13151: checking for ieee854_float80_t
# configure:13151: clang -c conftest.c >&5
# conftest.c:102:13: error: use of undeclared identifier 'ieee854_float80_t'
# if (sizeof (ieee854_float80_t))
# ^
# 1 error generated.
# configure:13151: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | /* 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
# | int
# | main ()
# | {
# | if (sizeof (ieee854_float80_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13151: result: no
# configure:13168: checking for ieee754_float64_t
# configure:13168: clang -c conftest.c >&5
# conftest.c:103:13: error: use of undeclared identifier 'ieee754_float64_t'
# if (sizeof (ieee754_float64_t))
# ^
# 1 error generated.
# configure:13168: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | #define HAVE_IEEE854_FLOAT80 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
# | int
# | main ()
# | {
# | if (sizeof (ieee754_float64_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13168: result: no
# configure:13177: checking for ieee754_float32_t
# configure:13177: clang -c conftest.c >&5
# conftest.c:103:13: error: use of undeclared identifier 'ieee754_float32_t'
# if (sizeof (ieee754_float32_t))
# ^
# 1 error generated.
# configure:13177: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | #define HAVE_IEEE854_FLOAT80 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
# | int
# | main ()
# | {
# | if (sizeof (ieee754_float32_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13177: result: no
# configure:13242: checking for size_t
# configure:13242: clang -c conftest.c >&5
# configure:13242: $? = 0
# configure:13242: clang -c conftest.c >&5
# conftest.c:104:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:13242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | #define HAVE_IEEE854_FLOAT80 1
# | #define LAME_LIBRARY_BUILD 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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13242: result: yes
# configure:13253: checking whether time.h and sys/time.h may both be included
# configure:13273: clang -c conftest.c >&5
# configure:13273: $? = 0
# configure:13280: result: yes
# configure:13291: checking for working alloca.h
# configure:13308: clang -o conftest conftest.c >&5
# configure:13308: $? = 0
# configure:13316: result: yes
# configure:13324: checking for alloca
# configure:13361: clang -o conftest conftest.c >&5
# configure:13361: $? = 0
# configure:13369: result: yes
# configure:13481: checking for gettimeofday
# configure:13481: clang -o conftest conftest.c >&5
# configure:13481: $? = 0
# configure:13481: result: yes
# configure:13481: checking for strtol
# configure:13481: clang -o conftest conftest.c >&5
# configure:13481: $? = 0
# configure:13481: result: yes
# configure:13498: checking for socket
# configure:13498: clang -o conftest conftest.c >&5
# configure:13498: $? = 0
# configure:13498: result: yes
# configure:13583: checking termcap.h usability
# configure:13583: clang -c conftest.c >&5
# configure:13583: $? = 0
# configure:13583: result: yes
# configure:13583: checking termcap.h presence
# configure:13583: clang -E conftest.c
# configure:13583: $? = 0
# configure:13583: result: yes
# configure:13583: checking for termcap.h
# configure:13583: result: yes
# configure:13595: checking ncurses/termcap.h usability
# configure:13595: clang -c conftest.c >&5
# conftest.c:108:10: fatal error: 'ncurses/termcap.h' file not found
# #include
# ^
# 1 error generated.
# configure:13595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | #define HAVE_IEEE854_FLOAT80 1
# | #define LAME_LIBRARY_BUILD 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRTOL 1
# | #define HAVE_SOCKET 1
# | #define HAVE_TERMCAP_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:13595: result: no
# configure:13595: checking ncurses/termcap.h presence
# configure:13595: clang -E conftest.c
# conftest.c:75:10: fatal error: 'ncurses/termcap.h' file not found
# #include
# ^
# 1 error generated.
# configure:13595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | #define HAVE_IEEE854_FLOAT80 1
# | #define LAME_LIBRARY_BUILD 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRTOL 1
# | #define HAVE_SOCKET 1
# | #define HAVE_TERMCAP_H 1
# | /* end confdefs.h. */
# | #include
# configure:13595: result: no
# configure:13595: checking for ncurses/termcap.h
# configure:13595: result: no
# configure:13605: checking for initscr in -ltermcap
# configure:13630: clang -o conftest conftest.c -ltermcap >&5
# /usr/bin/ld: cannot find -ltermcap
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13630: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | #define HAVE_IEEE854_FLOAT80 1
# | #define LAME_LIBRARY_BUILD 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRTOL 1
# | #define HAVE_SOCKET 1
# | #define HAVE_TERMCAP_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 initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:13639: result: no
# configure:13645: checking for initscr in -lcurses
# configure:13670: clang -o conftest conftest.c -lcurses >&5
# configure:13670: $? = 0
# configure:13679: result: yes
# configure:13685: checking for initscr in -lncurses
# configure:13710: clang -o conftest conftest.c -lncurses >&5
# configure:13710: $? = 0
# configure:13719: result: yes
# configure:13766: checking for ld used by GCC
# configure:13830: result: /usr/bin/ld -m elf_x86_64
# configure:13837: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13850: result: yes
# configure:13857: checking for shared library run path origin
# configure:13870: result: done
# configure:14448: checking for iconv
# configure:14470: clang -o conftest conftest.c >&5
# configure:14470: $? = 0
# configure:14502: result: yes
# configure:14505: checking for working iconv
# configure:14600: clang -o conftest conftest.c >&5
# configure:14600: $? = 0
# configure:14600: ./conftest
# configure:14600: $? = 0
# configure:14612: result: yes
# configure:14640: checking for iconv declaration
# configure:14669: clang -c conftest.c >&5
# configure:14669: $? = 0
# configure:14680: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:14691: checking for cos in -lm
# configure:14716: clang -o conftest conftest.c -lm >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:84:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:14716: $? = 0
# configure:14725: result: yes
# configure:14731: checking for cos in -lffm
# configure:14756: clang -o conftest conftest.c -lffm >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:84:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# /usr/bin/ld: cannot find -lffm
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14756: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | #define HAVE_IEEE854_FLOAT80 1
# | #define LAME_LIBRARY_BUILD 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRTOL 1
# | #define HAVE_SOCKET 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | /* 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 cos ();
# | int
# | main ()
# | {
# | return cos ();
# | ;
# | return 0;
# | }
# configure:14765: result: no
# configure:14779: checking for cos in -lcpml
# configure:14804: clang -o conftest conftest.c -lcpml >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:84:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# /usr/bin/ld: cannot find -lcpml
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14804: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lame"
# | #define PACKAGE_TARNAME "lame"
# | #define PACKAGE_VERSION "3.99.5"
# | #define PACKAGE_STRING "lame 3.99.5"
# | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lame"
# | #define VERSION "3.99.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_XMMINTRIN_H 1
# | #define HAVE_LINUX_SOUNDCARD_H 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_INT64_T 1
# | #define A_UINT32_T unsigned int
# | #define A_INT32_T int
# | #define A_UINT64_T unsigned long
# | #define A_INT64_T long
# | #define HAVE_IEEE854_FLOAT80 1
# | #define LAME_LIBRARY_BUILD 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRTOL 1
# | #define HAVE_SOCKET 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | /* 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 cos ();
# | int
# | main ()
# | {
# | return cos ();
# | ;
# | return 0;
# | }
# configure:14813: result: no
# configure:14871: checking for gtk-config
# configure:14902: result: no
# configure:14911: checking for GTK - version >= 1.2.0
# configure:15030: result: no
# configure:15094: checking use of ElectricFence malloc debugging
# configure:15159: result: no
# configure:15369: checking use of file io
# configure:15398: result: lame
# configure:15406: checking use of analyzer hooks
# configure:15428: result: yes
# configure:15432: checking use of mpg123 decoder
# configure:15460: result: yes (Layer 1, 2, 3)
# configure:15464: checking if the lame frontend should be build
# configure:15475: result: yes
# configure:15485: checking if mp3x is requested
# configure:15500: result: no
# configure:15517: checking if mp3rtp is requested
# configure:15535: result: no
# configure:15539: checking if dynamic linking of the frontends is requested
# configure:15550: result: no
# configure:15650: checking for termcap
# configure:15661: result: yes
# configure:15733: checking if I have to build the internal vector lib
# configure:15735: result: yes
# configure:15741: checking for nasm
# configure:15759: found /usr/bin/nasm
# configure:15772: result: /usr/bin/nasm
# configure:15784: checking for assembler routines for this processor type
# configure:15811: result: no
# configure:15844: checking for additional optimizations
# configure:16028: result: no
# configure:16040: checking for debug options
# configure:16091: result: no
# configure:16444: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by lame config.status 3.99.5, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 9f7d65e90184
#
# config.status:1200: creating Makefile
# config.status:1200: creating libmp3lame/Makefile
# config.status:1200: creating libmp3lame/i386/Makefile
# config.status:1200: creating libmp3lame/vector/Makefile
# config.status:1200: creating frontend/Makefile
# config.status:1200: creating mpglib/Makefile
# config.status:1200: creating doc/Makefile
# config.status:1200: creating doc/html/Makefile
# config.status:1200: creating doc/man/Makefile
# config.status:1200: creating include/Makefile
# config.status:1200: creating Dll/Makefile
# config.status:1200: creating misc/Makefile
# config.status:1200: creating debian/Makefile
# config.status:1200: creating dshow/Makefile
# config.status:1200: creating ACM/Makefile
# config.status:1200: creating ACM/ADbg/Makefile
# config.status:1200: creating ACM/ddk/Makefile
# config.status:1200: creating ACM/tinyxml/Makefile
# config.status:1200: creating lame.spec
# config.status:1200: creating mac/Makefile
# config.status:1200: creating macosx/Makefile
# config.status:1200: creating macosx/English.lproj/Makefile
# config.status:1200: creating macosx/LAME.xcodeproj/Makefile
# config.status:1200: creating vc_solution/Makefile
# config.status:1200: creating config.h
# config.status:1429: executing depfiles commands
# config.status:1429: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_long_double=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_SNDFILE_CFLAGS_set=
# ac_cv_env_SNDFILE_CFLAGS_value=
# ac_cv_env_SNDFILE_LIBS_set=
# ac_cv_env_SNDFILE_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_alloca_works=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_socket=yes
# ac_cv_func_strtol=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_dmalloc_h=no
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_soundcard_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_ncurses_termcap_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_soundcard_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_termcap_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_xmmintrin_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_cpml_cos=no
# ac_cv_lib_curses_initscr=yes
# ac_cv_lib_ffm_cos=no
# ac_cv_lib_m_cos=yes
# ac_cv_lib_ncurses_initscr=yes
# ac_cv_lib_termcap_initscr=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_GTK_CONFIG=no
# ac_cv_path_NASM=/usr/bin/nasm
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_strerror='none required'
# ac_cv_sizeof_double=8
# ac_cv_sizeof_float=4
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long=8
# ac_cv_sizeof_unsigned_long_long=8
# ac_cv_sizeof_unsigned_short=2
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_ieee754_float32_t=no
# ac_cv_type_ieee754_float64_t=no
# ac_cv_type_ieee854_float80_t=no
# ac_cv_type_int16_t=yes
# ac_cv_type_int32_t=yes
# ac_cv_type_int64_t=yes
# ac_cv_type_int8_t=yes
# ac_cv_type_long_double_wider=yes
# ac_cv_type_size_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint64_t=yes
# ac_cv_type_uint8_t=yes
# ac_cv_working_alloca_h=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# alex_cv_ieee854_float80=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# 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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/lame/src/lame-3.99.5/missing --run aclocal-1.11'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/lame/src/lame-3.99.5/missing --run tar'
# ANSI2KNR=''
# AR='ar'
# AUTOCONF='${SHELL} /tmp/lame/src/lame-3.99.5/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/lame/src/lame-3.99.5/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/lame/src/lame-3.99.5/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-O3 -ffast-math -funroll-loops -Wall -pipe '
# CONFIG_DEFS=''
# CONFIG_MATH_LIB='-lm'
# CPP='clang -E'
# CPPFLAGS=''
# CPUCCODE=''
# CPUTYPE='no'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FRONTEND_CFLAGS=' '
# FRONTEND_LDADD='-lncurses -lm'
# FRONTEND_LDFLAGS=' -static'
# GREP='/usr/bin/grep'
# GTK_CFLAGS=''
# GTK_CONFIG='no'
# GTK_LIBS=''
# HAVE_NASM_FALSE=''
# HAVE_NASM_TRUE='#'
# INCLUDES='-I$(top_srcdir)/include -I$(srcdir)'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDADD=''
# LDFLAGS=''
# LIBICONV=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='./ltmain.sh'
# LIB_MAJOR_VERSION='0'
# LIB_MINOR_VERSION='0'
# LIB_WITH_DECODER_FALSE='#'
# LIB_WITH_DECODER_TRUE=''
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEDEP='-M'
# MAKEINFO='${SHELL} /tmp/lame/src/lame-3.99.5/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NASM='no'
# NASM_FORMAT='-f elf'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='lame'
# PACKAGE_BUGREPORT='lame-dev@lists.sf.net'
# PACKAGE_NAME='lame'
# PACKAGE_STRING='lame 3.99.5'
# PACKAGE_TARNAME='lame'
# PACKAGE_URL=''
# PACKAGE_VERSION='3.99.5'
# PATH_SEPARATOR=':'
# PKG_CONFIG=''
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# RM_F='rm -f'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SNDFILE_CFLAGS=''
# SNDFILE_LIBS=''
# STRIP='strip'
# U=''
# VERSION='3.99.5'
# WITH_FRONTEND='lame'
# WITH_MP3RTP=''
# WITH_MP3X=''
# WITH_VECTOR_FALSE='#'
# WITH_VECTOR_TRUE=''
# WITH_XMM_FALSE='#'
# WITH_XMM_TRUE=''
# 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='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/lame/src/lame-3.99.5/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/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='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "lame"
# #define PACKAGE_TARNAME "lame"
# #define PACKAGE_VERSION "3.99.5"
# #define PACKAGE_STRING "lame 3.99.5"
# #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
# #define PACKAGE_URL ""
# #define PACKAGE "lame"
# #define VERSION "3.99.5"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define PROTOTYPES 1
# #define __PROTOTYPES 1
# #define HAVE_STRING_H 1
# #define STDC_HEADERS 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_SOUNDCARD_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_XMMINTRIN_H 1
# #define HAVE_LINUX_SOUNDCARD_H 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_UNSIGNED_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_UNSIGNED_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_UNSIGNED_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_UNSIGNED_LONG_LONG 8
# #define SIZEOF_FLOAT 4
# #define SIZEOF_DOUBLE 8
# #define HAVE_LONG_DOUBLE_WIDER 1
# #define HAVE_LONG_DOUBLE 1
# #define HAVE_UINT8_T 1
# #define HAVE_INT8_T 1
# #define HAVE_UINT16_T 1
# #define HAVE_INT16_T 1
# #define HAVE_UINT32_T 1
# #define HAVE_INT32_T 1
# #define HAVE_UINT64_T 1
# #define HAVE_INT64_T 1
# #define A_UINT32_T unsigned int
# #define A_INT32_T int
# #define A_UINT64_T unsigned long
# #define A_INT64_T long
# #define HAVE_IEEE854_FLOAT80 1
# #define LAME_LIBRARY_BUILD 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_STRTOL 1
# #define HAVE_SOCKET 1
# #define HAVE_TERMCAP_H 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define HAVE_MPGLIB 1
# #define DECODE_ON_THE_FLY 1
# #define HAVE_TERMCAP 1
# #define TAKEHIRO_IEEE754_HACK 1
# #define USE_FAST_LOG 1
# #define NDEBUG 1
#
# configure: exit 0