Build of libmp3splt with vanilla toolchain

The build took 00h 00m 58s and was SUCCESSFUL.

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

SLOCLanguage
24,825 ansic
12,014 sh
5,197 makefile
16 sed
42,052 total

The process tree of the build process is here.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libmp3splt 0.9.2-1 (Wed Aug 24 14:18:39 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) libid3tag-0.15.1b-8 libmad-0.15.1b-7
#
# Total Installed Size: 0.29 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 libmad...
# installing libid3tag...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... yes
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking whether ln -s works... yes
# checking how to run the C preprocessor... gcc -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 for unistd.h... (cached) yes
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking whether NLS is requested... yes
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking whether byte ordering is bigendian... no
# checking for an ANSI C-conforming const... yes
# 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 gcc... /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 the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/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-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/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 which extension is used for runtime loadable modules... .so
# checking which variable specifies run-time module search path... LD_LIBRARY_PATH
# checking for the default library search path... /lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot
# checking for library containing dlopen... -ldl
# checking for dlerror... yes
# checking for shl_load... no
# checking for shl_load in -ldld... no
# checking for dld_link in -ldld... no
# checking for _ prefix in compiled symbols... no
# checking whether deplibs are loaded by dlopen... yes
# checking for argz.h... yes
# checking for error_t... yes
# checking for argz_add... yes
# checking for argz_append... yes
# checking for argz_count... yes
# checking for argz_create_sep... yes
# checking for argz_insert... yes
# checking for argz_next... yes
# checking for argz_stringify... yes
# checking if argz actually works... yes
# checking whether libtool supports -dlopen/-dlpreopen... yes
# checking for ltdl.h... yes
# checking whether lt_dlinterface_register is declared... yes
# checking for lt_dladvise_preload in -lltdl... yes
# checking where to find libltdl headers...
# checking where to find libltdl library... -lltdl
# checking for unistd.h... (cached) yes
# checking for dl.h... no
# checking for sys/dl.h... no
# checking for dld.h... no
# checking for mach-o/dyld.h... no
# checking for dirent.h... yes
# checking for closedir... yes
# checking for opendir... yes
# checking for readdir... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking the host... Linux-based system
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking for fseeko... yes
# checking for pow in -lm... yes
# checking for lt_dlopen in -lltdl... yes
# checking for Mad... yes
# checking for id3tag... yes
# checking for Ogg... yes
# checking for Vorbis... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for FLAC... yes
# checking whether to use Cutter... (cached) auto
# checking for CUTTER... no
# checking for ... no
# checking for x86_64-unknown-linux-pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for PCRE... yes
# checking for doxygen... /usr/bin/doxygen
# checking for dot... /usr/bin/dot
#
# ---------------------------------------------------------
# Configuration for libmp3splt version 0.9.2 :
#
# install path: /usr
#
# Plugins :
#
# libmad (mp3 format) yes
# libogg, libvorbis (ogg/vorbis format) yes
# libFLAC (flac format) yes
#
# Other :
#
# pcre (for setting tags from the input filename) yes
# libid3tag (for handling id3 tags) yes
#
# doxygen documentation yes
# with graphviz yes
# ---------------------------------------------------------
#
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libmp3splt.pc
# config.status: creating src/Makefile
# config.status: creating po/Makefile.in
# config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status: creating plugins/Makefile
# config.status: creating test/Makefile
# config.status: creating m4/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/Doxyfile_all
# config.status: creating doc/Doxyfile_api
# config.status: creating doc/examples/Makefile
# config.status: creating include/libmp3splt/version.h
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing default-1 commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# config.status: executing libtool commands
# === configuring in libltdl (/tmp/libmp3splt/src/libmp3splt-0.9.2/libltdl)
# configure: WARNING: no configuration information is in libltdl
# make all-recursive
# make[1]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2'
# Making all in src
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/src'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-types_func.lo -MD -MP -MF .deps/libmp3splt_la-types_func.Tpo -c -o libmp3splt_la-types_func.lo `test -f 'types_func.c' || echo './'`types_func.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-splt.lo -MD -MP -MF .deps/libmp3splt_la-splt.Tpo -c -o libmp3splt_la-splt.lo `test -f 'splt.c' || echo './'`splt.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-types_func.lo -MD -MP -MF .deps/libmp3splt_la-types_func.Tpo -c types_func.c -fPIC -DPIC -o .libs/libmp3splt_la-types_func.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-splt.lo -MD -MP -MF .deps/libmp3splt_la-splt.Tpo -c splt.c -fPIC -DPIC -o .libs/libmp3splt_la-splt.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-types_func.lo -MD -MP -MF .deps/libmp3splt_la-types_func.Tpo -c types_func.c -o libmp3splt_la-types_func.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-splt.lo -MD -MP -MF .deps/libmp3splt_la-splt.Tpo -c splt.c -o libmp3splt_la-splt.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-types_func.Tpo .deps/libmp3splt_la-types_func.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-mp3splt.lo -MD -MP -MF .deps/libmp3splt_la-mp3splt.Tpo -c -o libmp3splt_la-mp3splt.lo `test -f 'mp3splt.c' || echo './'`mp3splt.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-mp3splt.lo -MD -MP -MF .deps/libmp3splt_la-mp3splt.Tpo -c mp3splt.c -fPIC -DPIC -o .libs/libmp3splt_la-mp3splt.o
# mv -f .deps/libmp3splt_la-splt.Tpo .deps/libmp3splt_la-splt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cddb.lo -MD -MP -MF .deps/libmp3splt_la-cddb.Tpo -c -o libmp3splt_la-cddb.lo `test -f 'cddb.c' || echo './'`cddb.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cddb.lo -MD -MP -MF .deps/libmp3splt_la-cddb.Tpo -c cddb.c -fPIC -DPIC -o .libs/libmp3splt_la-cddb.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cddb.lo -MD -MP -MF .deps/libmp3splt_la-cddb.Tpo -c cddb.c -o libmp3splt_la-cddb.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-mp3splt.lo -MD -MP -MF .deps/libmp3splt_la-mp3splt.Tpo -c mp3splt.c -o libmp3splt_la-mp3splt.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-cddb.Tpo .deps/libmp3splt_la-cddb.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-checks.lo -MD -MP -MF .deps/libmp3splt_la-checks.Tpo -c -o libmp3splt_la-checks.lo `test -f 'checks.c' || echo './'`checks.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-checks.lo -MD -MP -MF .deps/libmp3splt_la-checks.Tpo -c checks.c -fPIC -DPIC -o .libs/libmp3splt_la-checks.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-checks.lo -MD -MP -MF .deps/libmp3splt_la-checks.Tpo -c checks.c -o libmp3splt_la-checks.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-mp3splt.Tpo .deps/libmp3splt_la-mp3splt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-utils.lo -MD -MP -MF .deps/libmp3splt_la-utils.Tpo -c -o libmp3splt_la-utils.lo `test -f 'utils.c' || echo './'`utils.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-utils.lo -MD -MP -MF .deps/libmp3splt_la-utils.Tpo -c utils.c -fPIC -DPIC -o .libs/libmp3splt_la-utils.o
# mv -f .deps/libmp3splt_la-checks.Tpo .deps/libmp3splt_la-checks.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-plugins.lo -MD -MP -MF .deps/libmp3splt_la-plugins.Tpo -c -o libmp3splt_la-plugins.lo `test -f 'plugins.c' || echo './'`plugins.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-utils.lo -MD -MP -MF .deps/libmp3splt_la-utils.Tpo -c utils.c -o libmp3splt_la-utils.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-plugins.lo -MD -MP -MF .deps/libmp3splt_la-plugins.Tpo -c plugins.c -fPIC -DPIC -o .libs/libmp3splt_la-plugins.o
# mv -f .deps/libmp3splt_la-utils.Tpo .deps/libmp3splt_la-utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-win32.lo -MD -MP -MF .deps/libmp3splt_la-win32.Tpo -c -o libmp3splt_la-win32.lo `test -f 'win32.c' || echo './'`win32.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-win32.lo -MD -MP -MF .deps/libmp3splt_la-win32.Tpo -c win32.c -fPIC -DPIC -o .libs/libmp3splt_la-win32.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-win32.lo -MD -MP -MF .deps/libmp3splt_la-win32.Tpo -c win32.c -o libmp3splt_la-win32.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-win32.Tpo .deps/libmp3splt_la-win32.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cue.lo -MD -MP -MF .deps/libmp3splt_la-cue.Tpo -c -o libmp3splt_la-cue.lo `test -f 'cue.c' || echo './'`cue.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cue.lo -MD -MP -MF .deps/libmp3splt_la-cue.Tpo -c cue.c -fPIC -DPIC -o .libs/libmp3splt_la-cue.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-plugins.lo -MD -MP -MF .deps/libmp3splt_la-plugins.Tpo -c plugins.c -o libmp3splt_la-plugins.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cue.lo -MD -MP -MF .deps/libmp3splt_la-cue.Tpo -c cue.c -o libmp3splt_la-cue.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-plugins.Tpo .deps/libmp3splt_la-plugins.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cddb_cue_common.lo -MD -MP -MF .deps/libmp3splt_la-cddb_cue_common.Tpo -c -o libmp3splt_la-cddb_cue_common.lo `test -f 'cddb_cue_common.c' || echo './'`cddb_cue_common.c
# mv -f .deps/libmp3splt_la-cue.Tpo .deps/libmp3splt_la-cue.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-freedb.lo -MD -MP -MF .deps/libmp3splt_la-freedb.Tpo -c -o libmp3splt_la-freedb.lo `test -f 'freedb.c' || echo './'`freedb.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cddb_cue_common.lo -MD -MP -MF .deps/libmp3splt_la-cddb_cue_common.Tpo -c cddb_cue_common.c -fPIC -DPIC -o .libs/libmp3splt_la-cddb_cue_common.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-freedb.lo -MD -MP -MF .deps/libmp3splt_la-freedb.Tpo -c freedb.c -fPIC -DPIC -o .libs/libmp3splt_la-freedb.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-cddb_cue_common.lo -MD -MP -MF .deps/libmp3splt_la-cddb_cue_common.Tpo -c cddb_cue_common.c -o libmp3splt_la-cddb_cue_common.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-cddb_cue_common.Tpo .deps/libmp3splt_la-cddb_cue_common.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-audacity.lo -MD -MP -MF .deps/libmp3splt_la-audacity.Tpo -c -o libmp3splt_la-audacity.lo `test -f 'audacity.c' || echo './'`audacity.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-audacity.lo -MD -MP -MF .deps/libmp3splt_la-audacity.Tpo -c audacity.c -fPIC -DPIC -o .libs/libmp3splt_la-audacity.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-audacity.lo -MD -MP -MF .deps/libmp3splt_la-audacity.Tpo -c audacity.c -o libmp3splt_la-audacity.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-audacity.Tpo .deps/libmp3splt_la-audacity.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-splt_array.lo -MD -MP -MF .deps/libmp3splt_la-splt_array.Tpo -c -o libmp3splt_la-splt_array.lo `test -f 'splt_array.c' || echo './'`splt_array.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-splt_array.lo -MD -MP -MF .deps/libmp3splt_la-splt_array.Tpo -c splt_array.c -fPIC -DPIC -o .libs/libmp3splt_la-splt_array.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-freedb.lo -MD -MP -MF .deps/libmp3splt_la-freedb.Tpo -c freedb.c -o libmp3splt_la-freedb.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-splt_array.lo -MD -MP -MF .deps/libmp3splt_la-splt_array.Tpo -c splt_array.c -o libmp3splt_la-splt_array.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-splt_array.Tpo .deps/libmp3splt_la-splt_array.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-string_utils.lo -MD -MP -MF .deps/libmp3splt_la-string_utils.Tpo -c -o libmp3splt_la-string_utils.lo `test -f 'string_utils.c' || echo './'`string_utils.c
# mv -f .deps/libmp3splt_la-freedb.Tpo .deps/libmp3splt_la-freedb.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-tags_utils.lo -MD -MP -MF .deps/libmp3splt_la-tags_utils.Tpo -c -o libmp3splt_la-tags_utils.lo `test -f 'tags_utils.c' || echo './'`tags_utils.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-string_utils.lo -MD -MP -MF .deps/libmp3splt_la-string_utils.Tpo -c string_utils.c -fPIC -DPIC -o .libs/libmp3splt_la-string_utils.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-tags_utils.lo -MD -MP -MF .deps/libmp3splt_la-tags_utils.Tpo -c tags_utils.c -fPIC -DPIC -o .libs/libmp3splt_la-tags_utils.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-string_utils.lo -MD -MP -MF .deps/libmp3splt_la-string_utils.Tpo -c string_utils.c -o libmp3splt_la-string_utils.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-tags_utils.lo -MD -MP -MF .deps/libmp3splt_la-tags_utils.Tpo -c tags_utils.c -o libmp3splt_la-tags_utils.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-string_utils.Tpo .deps/libmp3splt_la-string_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-input_output.lo -MD -MP -MF .deps/libmp3splt_la-input_output.Tpo -c -o libmp3splt_la-input_output.lo `test -f 'input_output.c' || echo './'`input_output.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-input_output.lo -MD -MP -MF .deps/libmp3splt_la-input_output.Tpo -c input_output.c -fPIC -DPIC -o .libs/libmp3splt_la-input_output.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-input_output.lo -MD -MP -MF .deps/libmp3splt_la-input_output.Tpo -c input_output.c -o libmp3splt_la-input_output.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-tags_utils.Tpo .deps/libmp3splt_la-tags_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-options.lo -MD -MP -MF .deps/libmp3splt_la-options.Tpo -c -o libmp3splt_la-options.lo `test -f 'options.c' || echo './'`options.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-options.lo -MD -MP -MF .deps/libmp3splt_la-options.Tpo -c options.c -fPIC -DPIC -o .libs/libmp3splt_la-options.o
# mv -f .deps/libmp3splt_la-input_output.Tpo .deps/libmp3splt_la-input_output.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-output_format.lo -MD -MP -MF .deps/libmp3splt_la-output_format.Tpo -c -o libmp3splt_la-output_format.lo `test -f 'output_format.c' || echo './'`output_format.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-output_format.lo -MD -MP -MF .deps/libmp3splt_la-output_format.Tpo -c output_format.c -fPIC -DPIC -o .libs/libmp3splt_la-output_format.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-options.lo -MD -MP -MF .deps/libmp3splt_la-options.Tpo -c options.c -o libmp3splt_la-options.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-output_format.lo -MD -MP -MF .deps/libmp3splt_la-output_format.Tpo -c output_format.c -o libmp3splt_la-output_format.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-output_format.Tpo .deps/libmp3splt_la-output_format.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-split_points.lo -MD -MP -MF .deps/libmp3splt_la-split_points.Tpo -c -o libmp3splt_la-split_points.lo `test -f 'split_points.c' || echo './'`split_points.c
# mv -f .deps/libmp3splt_la-options.Tpo .deps/libmp3splt_la-options.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-errors.lo -MD -MP -MF .deps/libmp3splt_la-errors.Tpo -c -o libmp3splt_la-errors.lo `test -f 'errors.c' || echo './'`errors.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-split_points.lo -MD -MP -MF .deps/libmp3splt_la-split_points.Tpo -c split_points.c -fPIC -DPIC -o .libs/libmp3splt_la-split_points.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-errors.lo -MD -MP -MF .deps/libmp3splt_la-errors.Tpo -c errors.c -fPIC -DPIC -o .libs/libmp3splt_la-errors.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-errors.lo -MD -MP -MF .deps/libmp3splt_la-errors.Tpo -c errors.c -o libmp3splt_la-errors.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-errors.Tpo .deps/libmp3splt_la-errors.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-freedb_utils.lo -MD -MP -MF .deps/libmp3splt_la-freedb_utils.Tpo -c -o libmp3splt_la-freedb_utils.lo `test -f 'freedb_utils.c' || echo './'`freedb_utils.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-split_points.lo -MD -MP -MF .deps/libmp3splt_la-split_points.Tpo -c split_points.c -o libmp3splt_la-split_points.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-freedb_utils.lo -MD -MP -MF .deps/libmp3splt_la-freedb_utils.Tpo -c freedb_utils.c -fPIC -DPIC -o .libs/libmp3splt_la-freedb_utils.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-freedb_utils.lo -MD -MP -MF .deps/libmp3splt_la-freedb_utils.Tpo -c freedb_utils.c -o libmp3splt_la-freedb_utils.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-freedb_utils.Tpo .deps/libmp3splt_la-freedb_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-silence_utils.lo -MD -MP -MF .deps/libmp3splt_la-silence_utils.Tpo -c -o libmp3splt_la-silence_utils.lo `test -f 'silence_utils.c' || echo './'`silence_utils.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-silence_utils.lo -MD -MP -MF .deps/libmp3splt_la-silence_utils.Tpo -c silence_utils.c -fPIC -DPIC -o .libs/libmp3splt_la-silence_utils.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-silence_utils.lo -MD -MP -MF .deps/libmp3splt_la-silence_utils.Tpo -c silence_utils.c -o libmp3splt_la-silence_utils.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-split_points.Tpo .deps/libmp3splt_la-split_points.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-sync_errors.lo -MD -MP -MF .deps/libmp3splt_la-sync_errors.Tpo -c -o libmp3splt_la-sync_errors.lo `test -f 'sync_errors.c' || echo './'`sync_errors.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-sync_errors.lo -MD -MP -MF .deps/libmp3splt_la-sync_errors.Tpo -c sync_errors.c -fPIC -DPIC -o .libs/libmp3splt_la-sync_errors.o
# mv -f .deps/libmp3splt_la-silence_utils.Tpo .deps/libmp3splt_la-silence_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-wrap.lo -MD -MP -MF .deps/libmp3splt_la-wrap.Tpo -c -o libmp3splt_la-wrap.lo `test -f 'wrap.c' || echo './'`wrap.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-wrap.lo -MD -MP -MF .deps/libmp3splt_la-wrap.Tpo -c wrap.c -fPIC -DPIC -o .libs/libmp3splt_la-wrap.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-sync_errors.lo -MD -MP -MF .deps/libmp3splt_la-sync_errors.Tpo -c sync_errors.c -o libmp3splt_la-sync_errors.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-wrap.lo -MD -MP -MF .deps/libmp3splt_la-wrap.Tpo -c wrap.c -o libmp3splt_la-wrap.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-sync_errors.Tpo .deps/libmp3splt_la-sync_errors.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-client.lo -MD -MP -MF .deps/libmp3splt_la-client.Tpo -c -o libmp3splt_la-client.lo `test -f 'client.c' || echo './'`client.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-client.lo -MD -MP -MF .deps/libmp3splt_la-client.Tpo -c client.c -fPIC -DPIC -o .libs/libmp3splt_la-client.o
# mv -f .deps/libmp3splt_la-wrap.Tpo .deps/libmp3splt_la-wrap.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-conversions.lo -MD -MP -MF .deps/libmp3splt_la-conversions.Tpo -c -o libmp3splt_la-conversions.lo `test -f 'conversions.c' || echo './'`conversions.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-conversions.lo -MD -MP -MF .deps/libmp3splt_la-conversions.Tpo -c conversions.c -fPIC -DPIC -o .libs/libmp3splt_la-conversions.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-client.lo -MD -MP -MF .deps/libmp3splt_la-client.Tpo -c client.c -o libmp3splt_la-client.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-conversions.lo -MD -MP -MF .deps/libmp3splt_la-conversions.Tpo -c conversions.c -o libmp3splt_la-conversions.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-client.Tpo .deps/libmp3splt_la-client.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-tags_parser.lo -MD -MP -MF .deps/libmp3splt_la-tags_parser.Tpo -c -o libmp3splt_la-tags_parser.lo `test -f 'tags_parser.c' || echo './'`tags_parser.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-tags_parser.lo -MD -MP -MF .deps/libmp3splt_la-tags_parser.Tpo -c tags_parser.c -fPIC -DPIC -o .libs/libmp3splt_la-tags_parser.o
# mv -f .deps/libmp3splt_la-conversions.Tpo .deps/libmp3splt_la-conversions.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-oformat_parser.lo -MD -MP -MF .deps/libmp3splt_la-oformat_parser.Tpo -c -o libmp3splt_la-oformat_parser.lo `test -f 'oformat_parser.c' || echo './'`oformat_parser.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-oformat_parser.lo -MD -MP -MF .deps/libmp3splt_la-oformat_parser.Tpo -c oformat_parser.c -fPIC -DPIC -o .libs/libmp3splt_la-oformat_parser.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-tags_parser.lo -MD -MP -MF .deps/libmp3splt_la-tags_parser.Tpo -c tags_parser.c -o libmp3splt_la-tags_parser.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-tags_parser.Tpo .deps/libmp3splt_la-tags_parser.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-pair.lo -MD -MP -MF .deps/libmp3splt_la-pair.Tpo -c -o libmp3splt_la-pair.lo `test -f 'pair.c' || echo './'`pair.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-oformat_parser.lo -MD -MP -MF .deps/libmp3splt_la-oformat_parser.Tpo -c oformat_parser.c -o libmp3splt_la-oformat_parser.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-pair.lo -MD -MP -MF .deps/libmp3splt_la-pair.Tpo -c pair.c -fPIC -DPIC -o .libs/libmp3splt_la-pair.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-pair.lo -MD -MP -MF .deps/libmp3splt_la-pair.Tpo -c pair.c -o libmp3splt_la-pair.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-pair.Tpo .deps/libmp3splt_la-pair.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-debug.lo -MD -MP -MF .deps/libmp3splt_la-debug.Tpo -c -o libmp3splt_la-debug.lo `test -f 'debug.c' || echo './'`debug.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-debug.lo -MD -MP -MF .deps/libmp3splt_la-debug.Tpo -c debug.c -fPIC -DPIC -o .libs/libmp3splt_la-debug.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-debug.lo -MD -MP -MF .deps/libmp3splt_la-debug.Tpo -c debug.c -o libmp3splt_la-debug.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-debug.Tpo .deps/libmp3splt_la-debug.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-filename_regex.lo -MD -MP -MF .deps/libmp3splt_la-filename_regex.Tpo -c -o libmp3splt_la-filename_regex.lo `test -f 'filename_regex.c' || echo './'`filename_regex.c
# mv -f .deps/libmp3splt_la-oformat_parser.Tpo .deps/libmp3splt_la-oformat_parser.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-socket_manager.lo -MD -MP -MF .deps/libmp3splt_la-socket_manager.Tpo -c -o libmp3splt_la-socket_manager.lo `test -f 'socket_manager.c' || echo './'`socket_manager.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-filename_regex.lo -MD -MP -MF .deps/libmp3splt_la-filename_regex.Tpo -c filename_regex.c -fPIC -DPIC -o .libs/libmp3splt_la-filename_regex.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-socket_manager.lo -MD -MP -MF .deps/libmp3splt_la-socket_manager.Tpo -c socket_manager.c -fPIC -DPIC -o .libs/libmp3splt_la-socket_manager.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-socket_manager.lo -MD -MP -MF .deps/libmp3splt_la-socket_manager.Tpo -c socket_manager.c -o libmp3splt_la-socket_manager.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-socket_manager.Tpo .deps/libmp3splt_la-socket_manager.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-proxy.lo -MD -MP -MF .deps/libmp3splt_la-proxy.Tpo -c -o libmp3splt_la-proxy.lo `test -f 'proxy.c' || echo './'`proxy.c
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-proxy.lo -MD -MP -MF .deps/libmp3splt_la-proxy.Tpo -c proxy.c -fPIC -DPIC -o .libs/libmp3splt_la-proxy.o
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-proxy.lo -MD -MP -MF .deps/libmp3splt_la-proxy.Tpo -c proxy.c -o libmp3splt_la-proxy.o >/dev/null 2>&1
# libtool: compile: gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DSPLT_PLUGINS_DIR=\"/usr/lib/libmp3splt0\" -DLIBMP3SPLT_VERSION=\"0.9.2\" -I../include/libmp3splt -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libmp3splt_la-filename_regex.lo -MD -MP -MF .deps/libmp3splt_la-filename_regex.Tpo -c filename_regex.c -o libmp3splt_la-filename_regex.o >/dev/null 2>&1
# mv -f .deps/libmp3splt_la-proxy.Tpo .deps/libmp3splt_la-proxy.Plo
# mv -f .deps/libmp3splt_la-filename_regex.Tpo .deps/libmp3splt_la-filename_regex.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -no-undefined -version-info 0:9:0 -o libmp3splt.la -rpath /usr/lib libmp3splt_la-types_func.lo libmp3splt_la-splt.lo libmp3splt_la-mp3splt.lo libmp3splt_la-cddb.lo libmp3splt_la-checks.lo libmp3splt_la-utils.lo libmp3splt_la-plugins.lo libmp3splt_la-win32.lo libmp3splt_la-cue.lo libmp3splt_la-cddb_cue_common.lo libmp3splt_la-freedb.lo libmp3splt_la-audacity.lo libmp3splt_la-splt_array.lo libmp3splt_la-string_utils.lo libmp3splt_la-tags_utils.lo libmp3splt_la-input_output.lo libmp3splt_la-options.lo libmp3splt_la-output_format.lo libmp3splt_la-split_points.lo libmp3splt_la-errors.lo libmp3splt_la-freedb_utils.lo libmp3splt_la-silence_utils.lo libmp3splt_la-sync_errors.lo libmp3splt_la-wrap.lo libmp3splt_la-client.lo libmp3splt_la-conversions.lo libmp3splt_la-tags_parser.lo libmp3splt_la-oformat_parser.lo libmp3splt_la-pair.lo libmp3splt_la-debug.lo libmp3splt_la-filename_regex.lo libmp3splt_la-socket_manager.lo libmp3splt_la-proxy.lo -lm -lpcre -lltdl -ldl
# libtool: link: gcc -shared -fPIC -DPIC .libs/libmp3splt_la-types_func.o .libs/libmp3splt_la-splt.o .libs/libmp3splt_la-mp3splt.o .libs/libmp3splt_la-cddb.o .libs/libmp3splt_la-checks.o .libs/libmp3splt_la-utils.o .libs/libmp3splt_la-plugins.o .libs/libmp3splt_la-win32.o .libs/libmp3splt_la-cue.o .libs/libmp3splt_la-cddb_cue_common.o .libs/libmp3splt_la-freedb.o .libs/libmp3splt_la-audacity.o .libs/libmp3splt_la-splt_array.o .libs/libmp3splt_la-string_utils.o .libs/libmp3splt_la-tags_utils.o .libs/libmp3splt_la-input_output.o .libs/libmp3splt_la-options.o .libs/libmp3splt_la-output_format.o .libs/libmp3splt_la-split_points.o .libs/libmp3splt_la-errors.o .libs/libmp3splt_la-freedb_utils.o .libs/libmp3splt_la-silence_utils.o .libs/libmp3splt_la-sync_errors.o .libs/libmp3splt_la-wrap.o .libs/libmp3splt_la-client.o .libs/libmp3splt_la-conversions.o .libs/libmp3splt_la-tags_parser.o .libs/libmp3splt_la-oformat_parser.o .libs/libmp3splt_la-pair.o .libs/libmp3splt_la-debug.o .libs/libmp3splt_la-filename_regex.o .libs/libmp3splt_la-socket_manager.o .libs/libmp3splt_la-proxy.o -lm -lpcre -lltdl -ldl -O3 -Wl,-soname -Wl,libmp3splt.so.0 -o .libs/libmp3splt.so.0.0.9
# libtool: link: (cd ".libs" && rm -f "libmp3splt.so.0" && ln -s "libmp3splt.so.0.0.9" "libmp3splt.so.0")
# libtool: link: (cd ".libs" && rm -f "libmp3splt.so" && ln -s "libmp3splt.so.0.0.9" "libmp3splt.so")
# libtool: link: ar cru .libs/libmp3splt.a libmp3splt_la-types_func.o libmp3splt_la-splt.o libmp3splt_la-mp3splt.o libmp3splt_la-cddb.o libmp3splt_la-checks.o libmp3splt_la-utils.o libmp3splt_la-plugins.o libmp3splt_la-win32.o libmp3splt_la-cue.o libmp3splt_la-cddb_cue_common.o libmp3splt_la-freedb.o libmp3splt_la-audacity.o libmp3splt_la-splt_array.o libmp3splt_la-string_utils.o libmp3splt_la-tags_utils.o libmp3splt_la-input_output.o libmp3splt_la-options.o libmp3splt_la-output_format.o libmp3splt_la-split_points.o libmp3splt_la-errors.o libmp3splt_la-freedb_utils.o libmp3splt_la-silence_utils.o libmp3splt_la-sync_errors.o libmp3splt_la-wrap.o libmp3splt_la-client.o libmp3splt_la-conversions.o libmp3splt_la-tags_parser.o libmp3splt_la-oformat_parser.o libmp3splt_la-pair.o libmp3splt_la-debug.o libmp3splt_la-filename_regex.o libmp3splt_la-socket_manager.o libmp3splt_la-proxy.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmp3splt.a
# libtool: link: ( cd ".libs" && rm -f "libmp3splt.la" && ln -s "../libmp3splt.la" "libmp3splt.la" )
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/src'
# Making all in plugins
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/plugins'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3.Tpo -c -o libsplt_mp3_la-mp3.lo `test -f 'mp3.c' || echo './'`mp3.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3_silence.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3_silence.Tpo -c -o libsplt_mp3_la-mp3_silence.lo `test -f 'mp3_silence.c' || echo './'`mp3_silence.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3.Tpo -c mp3.c -fPIC -DPIC -o .libs/libsplt_mp3_la-mp3.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3_silence.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3_silence.Tpo -c mp3_silence.c -fPIC -DPIC -o .libs/libsplt_mp3_la-mp3_silence.o
# mp3.c: In function 'splt_mp3_info':
# mp3.c:1304:50: warning: result of '1483304551 << 16' requires 48 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
# if (xing_word == ((SPLT_MP3_XING_MAGIC << 16) & 0xffffffffL)
# ^~
# mp3.c:1305:53: warning: result of '1231971951 << 16' requires 48 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
# || xing_word == ((SPLT_MP3_INFO_MAGIC << 16) & 0xffffffffL))
# ^~
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3_silence.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3_silence.Tpo -c mp3_silence.c -o libsplt_mp3_la-mp3_silence.o >/dev/null 2>&1
# mv -f .deps/libsplt_mp3_la-mp3_silence.Tpo .deps/libsplt_mp3_la-mp3_silence.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3_utils.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3_utils.Tpo -c -o libsplt_mp3_la-mp3_utils.lo `test -f 'mp3_utils.c' || echo './'`mp3_utils.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3_utils.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3_utils.Tpo -c mp3_utils.c -fPIC -DPIC -o .libs/libsplt_mp3_la-mp3_utils.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3_utils.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3_utils.Tpo -c mp3_utils.c -o libsplt_mp3_la-mp3_utils.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-mp3.lo -MD -MP -MF .deps/libsplt_mp3_la-mp3.Tpo -c mp3.c -o libsplt_mp3_la-mp3.o >/dev/null 2>&1
# mv -f .deps/libsplt_mp3_la-mp3_utils.Tpo .deps/libsplt_mp3_la-mp3_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-silence_processors.lo -MD -MP -MF .deps/libsplt_mp3_la-silence_processors.Tpo -c -o libsplt_mp3_la-silence_processors.lo `test -f 'silence_processors.c' || echo './'`silence_processors.c
# mv -f .deps/libsplt_mp3_la-mp3.Tpo .deps/libsplt_mp3_la-mp3.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-silence_processors.lo -MD -MP -MF .deps/libsplt_mp3_la-silence_processors.Tpo -c silence_processors.c -fPIC -DPIC -o .libs/libsplt_mp3_la-silence_processors.o
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg.Tpo -c -o libsplt_ogg_la-ogg.lo `test -f 'ogg.c' || echo './'`ogg.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg.Tpo -c ogg.c -fPIC -DPIC -o .libs/libsplt_ogg_la-ogg.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_mp3_la-silence_processors.lo -MD -MP -MF .deps/libsplt_mp3_la-silence_processors.Tpo -c silence_processors.c -o libsplt_mp3_la-silence_processors.o >/dev/null 2>&1
# mv -f .deps/libsplt_mp3_la-silence_processors.Tpo .deps/libsplt_mp3_la-silence_processors.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_silence.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_silence.Tpo -c -o libsplt_ogg_la-ogg_silence.lo `test -f 'ogg_silence.c' || echo './'`ogg_silence.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_silence.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_silence.Tpo -c ogg_silence.c -fPIC -DPIC -o .libs/libsplt_ogg_la-ogg_silence.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg.Tpo -c ogg.c -o libsplt_ogg_la-ogg.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_silence.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_silence.Tpo -c ogg_silence.c -o libsplt_ogg_la-ogg_silence.o >/dev/null 2>&1
# mv -f .deps/libsplt_ogg_la-ogg_silence.Tpo .deps/libsplt_ogg_la-ogg_silence.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_utils.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_utils.Tpo -c -o libsplt_ogg_la-ogg_utils.lo `test -f 'ogg_utils.c' || echo './'`ogg_utils.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_utils.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_utils.Tpo -c ogg_utils.c -fPIC -DPIC -o .libs/libsplt_ogg_la-ogg_utils.o
# mv -f .deps/libsplt_ogg_la-ogg.Tpo .deps/libsplt_ogg_la-ogg.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-silence_processors.lo -MD -MP -MF .deps/libsplt_ogg_la-silence_processors.Tpo -c -o libsplt_ogg_la-silence_processors.lo `test -f 'silence_processors.c' || echo './'`silence_processors.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-silence_processors.lo -MD -MP -MF .deps/libsplt_ogg_la-silence_processors.Tpo -c silence_processors.c -fPIC -DPIC -o .libs/libsplt_ogg_la-silence_processors.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_utils.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_utils.Tpo -c ogg_utils.c -o libsplt_ogg_la-ogg_utils.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-silence_processors.lo -MD -MP -MF .deps/libsplt_ogg_la-silence_processors.Tpo -c silence_processors.c -o libsplt_ogg_la-silence_processors.o >/dev/null 2>&1
# mv -f .deps/libsplt_ogg_la-silence_processors.Tpo .deps/libsplt_ogg_la-silence_processors.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_new_stream_handler.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_new_stream_handler.Tpo -c -o libsplt_ogg_la-ogg_new_stream_handler.lo `test -f 'ogg_new_stream_handler.c' || echo './'`ogg_new_stream_handler.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_new_stream_handler.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_new_stream_handler.Tpo -c ogg_new_stream_handler.c -fPIC -DPIC -o .libs/libsplt_ogg_la-ogg_new_stream_handler.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -I/usr/include -I/usr/include -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_ogg_la-ogg_new_stream_handler.lo -MD -MP -MF .deps/libsplt_ogg_la-ogg_new_stream_handler.Tpo -c ogg_new_stream_handler.c -o libsplt_ogg_la-ogg_new_stream_handler.o >/dev/null 2>&1
# mv -f .deps/libsplt_ogg_la-ogg_new_stream_handler.Tpo .deps/libsplt_ogg_la-ogg_new_stream_handler.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_frame_reader.lo -MD -MP -MF .deps/libsplt_flac_la-flac_frame_reader.Tpo -c -o libsplt_flac_la-flac_frame_reader.lo `test -f 'flac_frame_reader.c' || echo './'`flac_frame_reader.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_frame_reader.lo -MD -MP -MF .deps/libsplt_flac_la-flac_frame_reader.Tpo -c flac_frame_reader.c -fPIC -DPIC -o .libs/libsplt_flac_la-flac_frame_reader.o
# mv -f .deps/libsplt_ogg_la-ogg_utils.Tpo .deps/libsplt_ogg_la-ogg_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_utils.lo -MD -MP -MF .deps/libsplt_flac_la-flac_utils.Tpo -c -o libsplt_flac_la-flac_utils.lo `test -f 'flac_utils.c' || echo './'`flac_utils.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_utils.lo -MD -MP -MF .deps/libsplt_flac_la-flac_utils.Tpo -c flac_utils.c -fPIC -DPIC -o .libs/libsplt_flac_la-flac_utils.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_utils.lo -MD -MP -MF .deps/libsplt_flac_la-flac_utils.Tpo -c flac_utils.c -o libsplt_flac_la-flac_utils.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_frame_reader.lo -MD -MP -MF .deps/libsplt_flac_la-flac_frame_reader.Tpo -c flac_frame_reader.c -o libsplt_flac_la-flac_frame_reader.o >/dev/null 2>&1
# mv -f .deps/libsplt_flac_la-flac_utils.Tpo .deps/libsplt_flac_la-flac_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-from_flac_library.lo -MD -MP -MF .deps/libsplt_flac_la-from_flac_library.Tpo -c -o libsplt_flac_la-from_flac_library.lo `test -f 'from_flac_library.c' || echo './'`from_flac_library.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-from_flac_library.lo -MD -MP -MF .deps/libsplt_flac_la-from_flac_library.Tpo -c from_flac_library.c -fPIC -DPIC -o .libs/libsplt_flac_la-from_flac_library.o
# mv -f .deps/libsplt_flac_la-flac_frame_reader.Tpo .deps/libsplt_flac_la-flac_frame_reader.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac.lo -MD -MP -MF .deps/libsplt_flac_la-flac.Tpo -c -o libsplt_flac_la-flac.lo `test -f 'flac.c' || echo './'`flac.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac.lo -MD -MP -MF .deps/libsplt_flac_la-flac.Tpo -c flac.c -fPIC -DPIC -o .libs/libsplt_flac_la-flac.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-from_flac_library.lo -MD -MP -MF .deps/libsplt_flac_la-from_flac_library.Tpo -c from_flac_library.c -o libsplt_flac_la-from_flac_library.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac.lo -MD -MP -MF .deps/libsplt_flac_la-flac.Tpo -c flac.c -o libsplt_flac_la-flac.o >/dev/null 2>&1
# mv -f .deps/libsplt_flac_la-from_flac_library.Tpo .deps/libsplt_flac_la-from_flac_library.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_metadata_utils.lo -MD -MP -MF .deps/libsplt_flac_la-flac_metadata_utils.Tpo -c -o libsplt_flac_la-flac_metadata_utils.lo `test -f 'flac_metadata_utils.c' || echo './'`flac_metadata_utils.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_metadata_utils.lo -MD -MP -MF .deps/libsplt_flac_la-flac_metadata_utils.Tpo -c flac_metadata_utils.c -fPIC -DPIC -o .libs/libsplt_flac_la-flac_metadata_utils.o
# mv -f .deps/libsplt_flac_la-flac.Tpo .deps/libsplt_flac_la-flac.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_metadata.lo -MD -MP -MF .deps/libsplt_flac_la-flac_metadata.Tpo -c -o libsplt_flac_la-flac_metadata.lo `test -f 'flac_metadata.c' || echo './'`flac_metadata.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_metadata.lo -MD -MP -MF .deps/libsplt_flac_la-flac_metadata.Tpo -c flac_metadata.c -fPIC -DPIC -o .libs/libsplt_flac_la-flac_metadata.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_metadata_utils.lo -MD -MP -MF .deps/libsplt_flac_la-flac_metadata_utils.Tpo -c flac_metadata_utils.c -o libsplt_flac_la-flac_metadata_utils.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_metadata.lo -MD -MP -MF .deps/libsplt_flac_la-flac_metadata.Tpo -c flac_metadata.c -o libsplt_flac_la-flac_metadata.o >/dev/null 2>&1
# mv -f .deps/libsplt_flac_la-flac_metadata.Tpo .deps/libsplt_flac_la-flac_metadata.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_tags.lo -MD -MP -MF .deps/libsplt_flac_la-flac_tags.Tpo -c -o libsplt_flac_la-flac_tags.lo `test -f 'flac_tags.c' || echo './'`flac_tags.c
# mv -f .deps/libsplt_flac_la-flac_metadata_utils.Tpo .deps/libsplt_flac_la-flac_metadata_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_silence.lo -MD -MP -MF .deps/libsplt_flac_la-flac_silence.Tpo -c -o libsplt_flac_la-flac_silence.lo `test -f 'flac_silence.c' || echo './'`flac_silence.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_tags.lo -MD -MP -MF .deps/libsplt_flac_la-flac_tags.Tpo -c flac_tags.c -fPIC -DPIC -o .libs/libsplt_flac_la-flac_tags.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_silence.lo -MD -MP -MF .deps/libsplt_flac_la-flac_silence.Tpo -c flac_silence.c -fPIC -DPIC -o .libs/libsplt_flac_la-flac_silence.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_tags.lo -MD -MP -MF .deps/libsplt_flac_la-flac_tags.Tpo -c flac_tags.c -o libsplt_flac_la-flac_tags.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_silence.lo -MD -MP -MF .deps/libsplt_flac_la-flac_silence.Tpo -c flac_silence.c -o libsplt_flac_la-flac_silence.o >/dev/null 2>&1
# mv -f .deps/libsplt_flac_la-flac_silence.Tpo .deps/libsplt_flac_la-flac_silence.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-silence_processors.lo -MD -MP -MF .deps/libsplt_flac_la-silence_processors.Tpo -c -o libsplt_flac_la-silence_processors.lo `test -f 'silence_processors.c' || echo './'`silence_processors.c
# mv -f .deps/libsplt_flac_la-flac_tags.Tpo .deps/libsplt_flac_la-flac_tags.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-md5.lo -MD -MP -MF .deps/libsplt_flac_la-md5.Tpo -c -o libsplt_flac_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-silence_processors.lo -MD -MP -MF .deps/libsplt_flac_la-silence_processors.Tpo -c silence_processors.c -fPIC -DPIC -o .libs/libsplt_flac_la-silence_processors.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-md5.lo -MD -MP -MF .deps/libsplt_flac_la-md5.Tpo -c md5.c -fPIC -DPIC -o .libs/libsplt_flac_la-md5.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-silence_processors.lo -MD -MP -MF .deps/libsplt_flac_la-silence_processors.Tpo -c silence_processors.c -o libsplt_flac_la-silence_processors.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-md5.lo -MD -MP -MF .deps/libsplt_flac_la-md5.Tpo -c md5.c -o libsplt_flac_la-md5.o >/dev/null 2>&1
# mv -f .deps/libsplt_flac_la-silence_processors.Tpo .deps/libsplt_flac_la-silence_processors.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_md5_decoder.lo -MD -MP -MF .deps/libsplt_flac_la-flac_md5_decoder.Tpo -c -o libsplt_flac_la-flac_md5_decoder.lo `test -f 'flac_md5_decoder.c' || echo './'`flac_md5_decoder.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_md5_decoder.lo -MD -MP -MF .deps/libsplt_flac_la-flac_md5_decoder.Tpo -c flac_md5_decoder.c -fPIC -DPIC -o .libs/libsplt_flac_la-flac_md5_decoder.o
# mv -f .deps/libsplt_flac_la-md5.Tpo .deps/libsplt_flac_la-md5.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L../src -L../src/.libs -no-undefined -lm -lmp3splt -L/usr/lib -lmad -o libsplt_mp3.la -rpath /usr/lib/libmp3splt0 libsplt_mp3_la-mp3.lo libsplt_mp3_la-mp3_silence.lo libsplt_mp3_la-mp3_utils.lo libsplt_mp3_la-silence_processors.lo -L/usr/lib -lid3tag -ldl
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libmp3splt -I../src -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT libsplt_flac_la-flac_md5_decoder.lo -MD -MP -MF .deps/libsplt_flac_la-flac_md5_decoder.Tpo -c flac_md5_decoder.c -o libsplt_flac_la-flac_md5_decoder.o >/dev/null 2>&1
# libtool: link: gcc -shared -fPIC -DPIC .libs/libsplt_mp3_la-mp3.o .libs/libsplt_mp3_la-mp3_silence.o .libs/libsplt_mp3_la-mp3_utils.o .libs/libsplt_mp3_la-silence_processors.o -Wl,-rpath -Wl,/tmp/libmp3splt/src/libmp3splt-0.9.2/src/.libs -L../src -L../src/.libs -lm /tmp/libmp3splt/src/libmp3splt-0.9.2/src/.libs/libmp3splt.so -L/usr/lib -lmad -lid3tag -ldl -O3 -Wl,-soname -Wl,libsplt_mp3.so.0 -o .libs/libsplt_mp3.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libsplt_mp3.so.0" && ln -s "libsplt_mp3.so.0.0.0" "libsplt_mp3.so.0")
# libtool: link: (cd ".libs" && rm -f "libsplt_mp3.so" && ln -s "libsplt_mp3.so.0.0.0" "libsplt_mp3.so")
# mv -f .deps/libsplt_flac_la-flac_md5_decoder.Tpo .deps/libsplt_flac_la-flac_md5_decoder.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L../src -L../src/.libs -no-undefined -lm -lmp3splt -lvorbisfile -L/usr/lib -lvorbis -lm -L/usr/lib -logg -o libsplt_ogg.la -rpath /usr/lib/libmp3splt0 libsplt_ogg_la-ogg.lo libsplt_ogg_la-ogg_silence.lo libsplt_ogg_la-ogg_utils.lo libsplt_ogg_la-silence_processors.lo libsplt_ogg_la-ogg_new_stream_handler.lo -ldl
# libtool: link: ar cru .libs/libsplt_mp3.a libsplt_mp3_la-mp3.o libsplt_mp3_la-mp3_silence.o libsplt_mp3_la-mp3_utils.o libsplt_mp3_la-silence_processors.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsplt_mp3.a
# libtool: link: gcc -shared -fPIC -DPIC .libs/libsplt_ogg_la-ogg.o .libs/libsplt_ogg_la-ogg_silence.o .libs/libsplt_ogg_la-ogg_utils.o .libs/libsplt_ogg_la-silence_processors.o .libs/libsplt_ogg_la-ogg_new_stream_handler.o -Wl,-rpath -Wl,/tmp/libmp3splt/src/libmp3splt-0.9.2/src/.libs -L../src -L../src/.libs /tmp/libmp3splt/src/libmp3splt-0.9.2/src/.libs/libmp3splt.so -lvorbisfile -L/usr/lib -lvorbis -lm -logg -ldl -O3 -Wl,-soname -Wl,libsplt_ogg.so.0 -o .libs/libsplt_ogg.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libsplt_ogg.so.0" && ln -s "libsplt_ogg.so.0.0.0" "libsplt_ogg.so.0")
# libtool: link: ( cd ".libs" && rm -f "libsplt_mp3.la" && ln -s "../libsplt_mp3.la" "libsplt_mp3.la" )
# libtool: link: (cd ".libs" && rm -f "libsplt_ogg.so" && ln -s "libsplt_ogg.so.0.0.0" "libsplt_ogg.so")
# /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L../src -L../src/.libs -no-undefined -lm -lmp3splt -lFLAC -o libsplt_flac.la -rpath /usr/lib/libmp3splt0 libsplt_flac_la-flac_frame_reader.lo libsplt_flac_la-flac_utils.lo libsplt_flac_la-from_flac_library.lo libsplt_flac_la-flac.lo libsplt_flac_la-flac_metadata_utils.lo libsplt_flac_la-flac_metadata.lo libsplt_flac_la-flac_tags.lo libsplt_flac_la-flac_silence.lo libsplt_flac_la-silence_processors.lo libsplt_flac_la-md5.lo libsplt_flac_la-flac_md5_decoder.lo -ldl
# libtool: link: ar cru .libs/libsplt_ogg.a libsplt_ogg_la-ogg.o libsplt_ogg_la-ogg_silence.o libsplt_ogg_la-ogg_utils.o libsplt_ogg_la-silence_processors.o libsplt_ogg_la-ogg_new_stream_handler.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsplt_ogg.a
# libtool: link: ( cd ".libs" && rm -f "libsplt_ogg.la" && ln -s "../libsplt_ogg.la" "libsplt_ogg.la" )
# libtool: link: gcc -shared -fPIC -DPIC .libs/libsplt_flac_la-flac_frame_reader.o .libs/libsplt_flac_la-flac_utils.o .libs/libsplt_flac_la-from_flac_library.o .libs/libsplt_flac_la-flac.o .libs/libsplt_flac_la-flac_metadata_utils.o .libs/libsplt_flac_la-flac_metadata.o .libs/libsplt_flac_la-flac_tags.o .libs/libsplt_flac_la-flac_silence.o .libs/libsplt_flac_la-silence_processors.o .libs/libsplt_flac_la-md5.o .libs/libsplt_flac_la-flac_md5_decoder.o -Wl,-rpath -Wl,/tmp/libmp3splt/src/libmp3splt-0.9.2/src/.libs -L../src -L../src/.libs -lm /tmp/libmp3splt/src/libmp3splt-0.9.2/src/.libs/libmp3splt.so -lFLAC -ldl -O3 -Wl,-soname -Wl,libsplt_flac.so.0 -o .libs/libsplt_flac.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libsplt_flac.so.0" && ln -s "libsplt_flac.so.0.0.0" "libsplt_flac.so.0")
# libtool: link: (cd ".libs" && rm -f "libsplt_flac.so" && ln -s "libsplt_flac.so.0.0.0" "libsplt_flac.so")
# libtool: link: ar cru .libs/libsplt_flac.a libsplt_flac_la-flac_frame_reader.o libsplt_flac_la-flac_utils.o libsplt_flac_la-from_flac_library.o libsplt_flac_la-flac.o libsplt_flac_la-flac_metadata_utils.o libsplt_flac_la-flac_metadata.o libsplt_flac_la-flac_tags.o libsplt_flac_la-flac_silence.o libsplt_flac_la-silence_processors.o libsplt_flac_la-md5.o libsplt_flac_la-flac_md5_decoder.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsplt_flac.a
# libtool: link: ( cd ".libs" && rm -f "libsplt_flac.la" && ln -s "../libsplt_flac.la" "libsplt_flac.la" )
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/plugins'
# Making all in test
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/test'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/test'
# Making all in m4
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/m4'
# Making all in po
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/po'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/po'
# Making all in doc
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# Making all in examples
# make[3]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc/examples'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc/examples'
# make[3]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# cat ../doc/Doxyfile_api > ../doc/Doxyfile
# echo "HAVE_DOT = YES" >> ../doc/Doxyfile
# Running doxygen to generate the API documentation
# doxygen
# warning: Tag `SYMBOL_CACHE_SIZE' at line 336 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_SCHEMA' at line 1401 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_DTD' at line 1407 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: doxygen no longer ships with the FreeSans font.
# You may want to clear or change DOT_FONTNAME.
# Otherwise you run the risk that the wrong font is being used for dot generated graphs.
# /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h:41: warning: Member LIBMP3SPLT_MAJOR_VERSION (macro definition) of group libmp3splt_version is not documented.
# /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h:42: warning: Member LIBMP3SPLT_MINOR_VERSION (macro definition) of group libmp3splt_version is not documented.
# /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h:43: warning: Member LIBMP3SPLT_MICRO_VERSION (macro definition) of group libmp3splt_version is not documented.
# Searching for include files...
# Searching for example files...
# Searching for files in directory /tmp/libmp3splt/src/libmp3splt-0.9.2/doc/examples
# Searching for images...
# Searching for dot files...
# Searching for msc files...
# Searching for dia files...
# Searching for files to exclude
# Searching INPUT for files to process...
# Reading and parsing tag files
# Parsing files
# Preprocessing /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/mp3splt.h...
# Parsing file /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/mp3splt.h...
# Preprocessing /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h...
# Parsing file /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h...
# Building group list...
# Building directory list...
# Building namespace list...
# Building file list...
# Building class list...
# Associating documentation with classes...
# Computing nesting relations for classes...
# Building example list...
# Searching for enumerations...
# Searching for documented typedefs...
# Searching for members imported via using declarations...
# Searching for included using directives...
# Searching for documented variables...
# Building interface member list...
# Building member list...
# Searching for friends...
# Searching for documented defines...
# Computing class inheritance relations...
# Computing class usage relations...
# Flushing cached template relations that have become invalid...
# Creating members for template instances...
# Computing class relations...
# Add enum values to enums...
# Searching for member function documentation...
# Building page list...
# Search for main page...
# Computing page relations...
# Determining the scope of groups...
# Sorting lists...
# Freeing entry tree
# Determining which enums are documented
# Computing member relations...
# Building full member lists recursively...
# Adding members to member groups.
# Computing member references...
# Inheriting documentation...
# Generating disk names...
# Adding source references...
# Adding xrefitems...
# Sorting member lists...
# Computing dependencies between directories...
# Generating citations page...
# Counting data structures...
# Resolving user defined references...
# Finding anchors and sections in the documentation...
# Transferring function references...
# Combining using relations...
# Adding members to index pages...
# Generating style sheet...
# Generating search indices...
# Generating example documentation...
# Generating docs for example minimal.c...
# Generating file sources...
# Generating code for file include/libmp3splt/mp3splt.h...
# Generating code for file include/libmp3splt/version.h...
# Generating file documentation...
# Generating docs for file include/libmp3splt/mp3splt.h...
# Generating page documentation...
# Generating group documentation...
# Generating class documentation...
# Generating docs for compound splt_plugin_func...
# Generating docs for compound splt_plugin_info...
# Generating namespace index...
# Generating graph info page...
# Generating directory documentation...
# Generating index page...
# Generating page index...
# Generating module index...
# Generating namespace index...
# Generating namespace member index...
# Generating annotated compound index...
# Generating alphabetical compound index...
# Generating hierarchical class index...
# Generating graphical class hierarchy...
# Generating member index...
# Generating file index...
# Generating file member index...
# Generating example index...
# finalizing index lists...
# writing tag file...
# Running dot...
# Generating dot graphs using 3 parallel threads...
# Running dot for graph 1/2
# Running dot for graph 2/2
# Patching output file 1/1
# lookup cache used 290/65536 hits=1291 misses=290
# finished...
# echo temporary > ../doc/doxyfile.temp
# make[3]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2'
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2'
# make[1]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/src'
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/src'
# /usr/bin/mkdir -p '/tmp/libmp3splt/pkg/libmp3splt//usr/lib'
# /usr/bin/mkdir -p '/tmp/libmp3splt/pkg/libmp3splt//usr/include/libmp3splt/'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libmp3splt.la '/tmp/libmp3splt/pkg/libmp3splt//usr/lib'
# /usr/bin/install -c -m 644 ../include/libmp3splt/mp3splt.h ../include/libmp3splt/version.h '/tmp/libmp3splt/pkg/libmp3splt//usr/include/libmp3splt/'
# libtool: install: /usr/bin/install -c .libs/libmp3splt.so.0.0.9 /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt.so.0.0.9
# libtool: install: (cd /tmp/libmp3splt/pkg/libmp3splt//usr/lib && { ln -s -f libmp3splt.so.0.0.9 libmp3splt.so.0 || { rm -f libmp3splt.so.0 && ln -s libmp3splt.so.0.0.9 libmp3splt.so.0; }; })
# libtool: install: (cd /tmp/libmp3splt/pkg/libmp3splt//usr/lib && { ln -s -f libmp3splt.so.0.0.9 libmp3splt.so || { rm -f libmp3splt.so && ln -s libmp3splt.so.0.0.9 libmp3splt.so; }; })
# libtool: install: /usr/bin/install -c .libs/libmp3splt.lai /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt.la
# libtool: install: /usr/bin/install -c .libs/libmp3splt.a /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt.a
# libtool: install: chmod 644 /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt.a
# libtool: install: ranlib /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/src'
# make[1]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/src'
# Making install in plugins
# make[1]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/plugins'
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/plugins'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libsplt_mp3.la libsplt_ogg.la libsplt_flac.la '/tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0'
# libtool: install: warning: relinking `libsplt_mp3.la'
# libtool: install: (cd /tmp/libmp3splt/src/libmp3splt-0.9.2/plugins; /bin/sh /tmp/libmp3splt/src/libmp3splt-0.9.2/libtool --tag CC --mode=relink gcc -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L../src -L../src/.libs -no-undefined -lm -lmp3splt -L/usr/lib -lmad -o libsplt_mp3.la -rpath /usr/lib/libmp3splt0 libsplt_mp3_la-mp3.lo libsplt_mp3_la-mp3_silence.lo libsplt_mp3_la-mp3_utils.lo libsplt_mp3_la-silence_processors.lo -L/usr/lib -lid3tag -ldl -inst-prefix-dir /tmp/libmp3splt/pkg/libmp3splt/)
# libtool: relink: gcc -shared -fPIC -DPIC .libs/libsplt_mp3_la-mp3.o .libs/libsplt_mp3_la-mp3_silence.o .libs/libsplt_mp3_la-mp3_utils.o .libs/libsplt_mp3_la-silence_processors.o -L../src -L../src/.libs -lm -L/tmp/libmp3splt/pkg/libmp3splt//usr/lib -L/usr/lib -lmp3splt -lmad -lid3tag -ldl -O3 -Wl,-soname -Wl,libsplt_mp3.so.0 -o .libs/libsplt_mp3.so.0.0.0
# libtool: install: /usr/bin/install -c .libs/libsplt_mp3.so.0.0.0T /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_mp3.so.0.0.0
# libtool: install: (cd /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0 && { ln -s -f libsplt_mp3.so.0.0.0 libsplt_mp3.so.0 || { rm -f libsplt_mp3.so.0 && ln -s libsplt_mp3.so.0.0.0 libsplt_mp3.so.0; }; })
# libtool: install: (cd /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0 && { ln -s -f libsplt_mp3.so.0.0.0 libsplt_mp3.so || { rm -f libsplt_mp3.so && ln -s libsplt_mp3.so.0.0.0 libsplt_mp3.so; }; })
# libtool: install: /usr/bin/install -c .libs/libsplt_mp3.lai /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_mp3.la
# libtool: install: warning: relinking `libsplt_ogg.la'
# libtool: install: (cd /tmp/libmp3splt/src/libmp3splt-0.9.2/plugins; /bin/sh /tmp/libmp3splt/src/libmp3splt-0.9.2/libtool --tag CC --mode=relink gcc -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L../src -L../src/.libs -no-undefined -lm -lmp3splt -lvorbisfile -L/usr/lib -lvorbis -lm -L/usr/lib -logg -o libsplt_ogg.la -rpath /usr/lib/libmp3splt0 libsplt_ogg_la-ogg.lo libsplt_ogg_la-ogg_silence.lo libsplt_ogg_la-ogg_utils.lo libsplt_ogg_la-silence_processors.lo libsplt_ogg_la-ogg_new_stream_handler.lo -ldl -inst-prefix-dir /tmp/libmp3splt/pkg/libmp3splt/)
# libtool: relink: gcc -shared -fPIC -DPIC .libs/libsplt_ogg_la-ogg.o .libs/libsplt_ogg_la-ogg_silence.o .libs/libsplt_ogg_la-ogg_utils.o .libs/libsplt_ogg_la-silence_processors.o .libs/libsplt_ogg_la-ogg_new_stream_handler.o -L../src -L../src/.libs -L/tmp/libmp3splt/pkg/libmp3splt//usr/lib -L/usr/lib -lmp3splt -lvorbisfile -lvorbis -lm -logg -ldl -O3 -Wl,-soname -Wl,libsplt_ogg.so.0 -o .libs/libsplt_ogg.so.0.0.0
# libtool: install: /usr/bin/install -c .libs/libsplt_ogg.so.0.0.0T /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_ogg.so.0.0.0
# libtool: install: (cd /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0 && { ln -s -f libsplt_ogg.so.0.0.0 libsplt_ogg.so.0 || { rm -f libsplt_ogg.so.0 && ln -s libsplt_ogg.so.0.0.0 libsplt_ogg.so.0; }; })
# libtool: install: (cd /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0 && { ln -s -f libsplt_ogg.so.0.0.0 libsplt_ogg.so || { rm -f libsplt_ogg.so && ln -s libsplt_ogg.so.0.0.0 libsplt_ogg.so; }; })
# libtool: install: /usr/bin/install -c .libs/libsplt_ogg.lai /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_ogg.la
# libtool: install: warning: relinking `libsplt_flac.la'
# libtool: install: (cd /tmp/libmp3splt/src/libmp3splt-0.9.2/plugins; /bin/sh /tmp/libmp3splt/src/libmp3splt-0.9.2/libtool --tag CC --mode=relink gcc -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L../src -L../src/.libs -no-undefined -lm -lmp3splt -lFLAC -o libsplt_flac.la -rpath /usr/lib/libmp3splt0 libsplt_flac_la-flac_frame_reader.lo libsplt_flac_la-flac_utils.lo libsplt_flac_la-from_flac_library.lo libsplt_flac_la-flac.lo libsplt_flac_la-flac_metadata_utils.lo libsplt_flac_la-flac_metadata.lo libsplt_flac_la-flac_tags.lo libsplt_flac_la-flac_silence.lo libsplt_flac_la-silence_processors.lo libsplt_flac_la-md5.lo libsplt_flac_la-flac_md5_decoder.lo -ldl -inst-prefix-dir /tmp/libmp3splt/pkg/libmp3splt/)
# libtool: relink: gcc -shared -fPIC -DPIC .libs/libsplt_flac_la-flac_frame_reader.o .libs/libsplt_flac_la-flac_utils.o .libs/libsplt_flac_la-from_flac_library.o .libs/libsplt_flac_la-flac.o .libs/libsplt_flac_la-flac_metadata_utils.o .libs/libsplt_flac_la-flac_metadata.o .libs/libsplt_flac_la-flac_tags.o .libs/libsplt_flac_la-flac_silence.o .libs/libsplt_flac_la-silence_processors.o .libs/libsplt_flac_la-md5.o .libs/libsplt_flac_la-flac_md5_decoder.o -L../src -L../src/.libs -lm -L/tmp/libmp3splt/pkg/libmp3splt//usr/lib -L/usr/lib -lmp3splt -lFLAC -ldl -O3 -Wl,-soname -Wl,libsplt_flac.so.0 -o .libs/libsplt_flac.so.0.0.0
# libtool: install: /usr/bin/install -c .libs/libsplt_flac.so.0.0.0T /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_flac.so.0.0.0
# libtool: install: (cd /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0 && { ln -s -f libsplt_flac.so.0.0.0 libsplt_flac.so.0 || { rm -f libsplt_flac.so.0 && ln -s libsplt_flac.so.0.0.0 libsplt_flac.so.0; }; })
# libtool: install: (cd /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0 && { ln -s -f libsplt_flac.so.0.0.0 libsplt_flac.so || { rm -f libsplt_flac.so && ln -s libsplt_flac.so.0.0.0 libsplt_flac.so; }; })
# libtool: install: /usr/bin/install -c .libs/libsplt_flac.lai /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_flac.la
# libtool: install: /usr/bin/install -c .libs/libsplt_mp3.a /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_mp3.a
# libtool: install: chmod 644 /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_mp3.a
# libtool: install: ranlib /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_mp3.a
# libtool: install: /usr/bin/install -c .libs/libsplt_ogg.a /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_ogg.a
# libtool: install: chmod 644 /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_ogg.a
# libtool: install: ranlib /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_ogg.a
# libtool: install: /usr/bin/install -c .libs/libsplt_flac.a /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_flac.a
# libtool: install: chmod 644 /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_flac.a
# libtool: install: ranlib /tmp/libmp3splt/pkg/libmp3splt//usr/lib/libmp3splt0/libsplt_flac.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib/libmp3splt0'
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/plugins'
# make[1]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/plugins'
# Making install in test
# make[1]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/test'
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/test'
# 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/libmp3splt/src/libmp3splt-0.9.2/test'
# make[1]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/test'
# Making install in m4
# make[1]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/m4'
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/m4'
# make[1]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/m4'
# Making install in po
# make[1]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/po'
# /usr/bin/mkdir -p /tmp/libmp3splt/pkg/libmp3splt//usr/share
# installing fr_FR.gmo as /tmp/libmp3splt/pkg/libmp3splt//usr/share/locale/fr_FR/LC_MESSAGES/libmp3splt0.mo
# installing de_DE.gmo as /tmp/libmp3splt/pkg/libmp3splt//usr/share/locale/de_DE/LC_MESSAGES/libmp3splt0.mo
# installing es.gmo as /tmp/libmp3splt/pkg/libmp3splt//usr/share/locale/es/LC_MESSAGES/libmp3splt0.mo
# installing cs.gmo as /tmp/libmp3splt/pkg/libmp3splt//usr/share/locale/cs/LC_MESSAGES/libmp3splt0.mo
# installing hr.gmo as /tmp/libmp3splt/pkg/libmp3splt//usr/share/locale/hr/LC_MESSAGES/libmp3splt0.mo
# if test "libmp3splt0" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/libmp3splt/pkg/libmp3splt//usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/libmp3splt/pkg/libmp3splt//usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/libmp3splt/pkg/libmp3splt//usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/po'
# Making install in doc
# make[1]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# Making install in examples
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc/examples'
# make[3]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc/examples'
# 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/libmp3splt/src/libmp3splt-0.9.2/doc/examples'
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc/examples'
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# cat ../doc/Doxyfile_api > ../doc/Doxyfile
# echo "HAVE_DOT = YES" >> ../doc/Doxyfile
# Running doxygen to generate the API documentation
# doxygen
# warning: Tag `SYMBOL_CACHE_SIZE' at line 336 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_SCHEMA' at line 1401 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_DTD' at line 1407 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: doxygen no longer ships with the FreeSans font.
# You may want to clear or change DOT_FONTNAME.
# Otherwise you run the risk that the wrong font is being used for dot generated graphs.
# /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h:41: warning: Member LIBMP3SPLT_MAJOR_VERSION (macro definition) of group libmp3splt_version is not documented.
# /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h:42: warning: Member LIBMP3SPLT_MINOR_VERSION (macro definition) of group libmp3splt_version is not documented.
# /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h:43: warning: Member LIBMP3SPLT_MICRO_VERSION (macro definition) of group libmp3splt_version is not documented.
# Searching for include files...
# Searching for example files...
# Searching for files in directory /tmp/libmp3splt/src/libmp3splt-0.9.2/doc/examples
# Searching for images...
# Searching for dot files...
# Searching for msc files...
# Searching for dia files...
# Searching for files to exclude
# Searching INPUT for files to process...
# Reading and parsing tag files
# Parsing files
# Preprocessing /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/mp3splt.h...
# Parsing file /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/mp3splt.h...
# Preprocessing /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h...
# Parsing file /tmp/libmp3splt/src/libmp3splt-0.9.2/include/libmp3splt/version.h...
# Building group list...
# Building directory list...
# Building namespace list...
# Building file list...
# Building class list...
# Associating documentation with classes...
# Computing nesting relations for classes...
# Building example list...
# Searching for enumerations...
# Searching for documented typedefs...
# Searching for members imported via using declarations...
# Searching for included using directives...
# Searching for documented variables...
# Building interface member list...
# Building member list...
# Searching for friends...
# Searching for documented defines...
# Computing class inheritance relations...
# Computing class usage relations...
# Flushing cached template relations that have become invalid...
# Creating members for template instances...
# Computing class relations...
# Add enum values to enums...
# Searching for member function documentation...
# Building page list...
# Search for main page...
# Computing page relations...
# Determining the scope of groups...
# Sorting lists...
# Freeing entry tree
# Determining which enums are documented
# Computing member relations...
# Building full member lists recursively...
# Adding members to member groups.
# Computing member references...
# Inheriting documentation...
# Generating disk names...
# Adding source references...
# Adding xrefitems...
# Sorting member lists...
# Computing dependencies between directories...
# Generating citations page...
# Counting data structures...
# Resolving user defined references...
# Finding anchors and sections in the documentation...
# Transferring function references...
# Combining using relations...
# Adding members to index pages...
# Generating style sheet...
# Generating search indices...
# Generating example documentation...
# Generating docs for example minimal.c...
# Generating file sources...
# Generating code for file include/libmp3splt/mp3splt.h...
# Generating code for file include/libmp3splt/version.h...
# Generating file documentation...
# Generating docs for file include/libmp3splt/mp3splt.h...
# Generating page documentation...
# Generating group documentation...
# Generating class documentation...
# Generating docs for compound splt_plugin_func...
# Generating docs for compound splt_plugin_info...
# Generating namespace index...
# Generating graph info page...
# Generating directory documentation...
# Generating index page...
# Generating page index...
# Generating module index...
# Generating namespace index...
# Generating namespace member index...
# Generating annotated compound index...
# Generating alphabetical compound index...
# Generating hierarchical class index...
# Generating graphical class hierarchy...
# Generating member index...
# Generating file index...
# Generating file member index...
# Generating example index...
# finalizing index lists...
# writing tag file...
# Running dot...
# lookup cache used 290/65536 hits=1291 misses=290
# finished...
# echo temporary > ../doc/doxyfile.temp
# make[3]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen
# /usr/bin/install -c -m 644 doxygen/*.html /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen
# /usr/bin/install -c -m 644 doxygen/*.png /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen
# /usr/bin/install -c -m 644 doxygen/*.md5 /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen
# /usr/bin/install -c -m 644 doxygen/*.map /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen
# /usr/bin/install -c -m 644 doxygen/*.js /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen
# /usr/bin/install -c -m 644 doxygen/*.css /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen
# /usr/bin/install -c -m 644 doxygen/*.svg /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen
# /usr/bin/mkdir -p /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen/search
# /usr/bin/install -c -m 644 doxygen/search/*.css /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen/search
# /usr/bin/install -c -m 644 doxygen/search/*.html /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen/search
# /usr/bin/install -c -m 644 doxygen/search/*.js /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen/search
# /usr/bin/install -c -m 644 doxygen/search/*.png /tmp/libmp3splt/pkg/libmp3splt//usr/share/doc/libmp3splt/doxygen/search
# make[3]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# make[1]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2/doc'
# make[1]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2'
# make[2]: Entering directory '/tmp/libmp3splt/src/libmp3splt-0.9.2'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libmp3splt/pkg/libmp3splt//usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libmp3splt.pc '/tmp/libmp3splt/pkg/libmp3splt//usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2'
# make[1]: Leaving directory '/tmp/libmp3splt/src/libmp3splt-0.9.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libmp3splt"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libmp3splt 0.9.2-1 (Wed Aug 24 14:19:04 UTC 2016)

CMD: pacman --query --file libmp3splt-0.9.2-1-x86_64.pkg.tar.xz
# libmp3splt 0.9.2-1

Creating hybrid package for 'libmp3splt'

Trying to find vanilla package 'libmp3splt'...

CMD: pacman --query --file /mirror/libmp3splt-0.9.2-1.pkg.tar.xz
# libmp3splt 0.9.2-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/locale/hr/LC_MESSAGES/libmp3splt0.mo
# /usr/share/locale/cs/LC_MESSAGES/libmp3splt0.mo
# /usr/share/locale/es/LC_MESSAGES/libmp3splt0.mo
# /usr/share/locale/de_DE/LC_MESSAGES/libmp3splt0.mo
# /usr/share/locale/fr_FR/LC_MESSAGES/libmp3splt0.mo
# /usr/lib/libmp3splt.so.0.0.9
# /usr/lib/libmp3splt.so
# /usr/lib/libmp3splt.so.0
# /usr/lib/pkgconfig/libmp3splt.pc
# /usr/lib/libmp3splt0/libsplt_mp3.so.0.0.0
# /usr/lib/libmp3splt0/libsplt_ogg.so.0.0.0
# /usr/lib/libmp3splt0/libsplt_flac.so.0.0.0
# /usr/lib/libmp3splt0/libsplt_flac.so
# /usr/lib/libmp3splt0/libsplt_flac.so.0
# /usr/lib/libmp3splt0/libsplt_ogg.so
# /usr/lib/libmp3splt0/libsplt_ogg.so.0
# /usr/lib/libmp3splt0/libsplt_mp3.so
# /usr/lib/libmp3splt0/libsplt_mp3.so.0
# /usr/include/libmp3splt/version.h
# /usr/include/libmp3splt/mp3splt.h
# /sysroot/usr/lib/libmp3splt.so.0.0.9
# /sysroot/usr/lib/libmp3splt.so.0
# /sysroot/usr/lib/libmp3splt.so
# /sysroot/usr/lib/libmp3splt.la
# /sysroot/usr/lib/libmp3splt.a
# /sysroot/usr/lib/libmp3splt0/libsplt_mp3.so.0.0.0
# /sysroot/usr/lib/libmp3splt0/libsplt_mp3.so.0
# /sysroot/usr/lib/libmp3splt0/libsplt_mp3.so
# /sysroot/usr/lib/libmp3splt0/libsplt_mp3.la
# /sysroot/usr/lib/libmp3splt0/libsplt_ogg.so.0.0.0
# /sysroot/usr/lib/libmp3splt0/libsplt_ogg.so.0
# /sysroot/usr/lib/libmp3splt0/libsplt_ogg.so
# /sysroot/usr/lib/libmp3splt0/libsplt_ogg.la
# /sysroot/usr/lib/libmp3splt0/libsplt_flac.so.0.0.0
# /sysroot/usr/lib/libmp3splt0/libsplt_flac.so.0
# /sysroot/usr/lib/libmp3splt0/libsplt_flac.so
# /sysroot/usr/lib/libmp3splt0/libsplt_flac.la
# /sysroot/usr/lib/libmp3splt0/libsplt_mp3.a
# /sysroot/usr/lib/libmp3splt0/libsplt_ogg.a
# /sysroot/usr/lib/libmp3splt0/libsplt_flac.a
# /sysroot/usr/lib/pkgconfig/libmp3splt.pc
# /sysroot/usr/include/libmp3splt/mp3splt.h
# /sysroot/usr/include/libmp3splt/version.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 libmp3splt.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmp3splt.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libmp3splt.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/libmp3splt/src/libmp3splt-0.9.2/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 libmp3splt configure 0.9.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0fd981e441ab
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/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:2550: checking for a BSD-compatible install
# configure:2618: result: /usr/bin/install -c
# configure:2629: checking whether build environment is sane
# configure:2684: result: yes
# configure:2743: checking for x86_64-unknown-linux-strip
# configure:2773: result: no
# configure:2783: checking for strip
# configure:2799: found /usr/bin/strip
# configure:2810: result: strip
# configure:2835: checking for a thread-safe mkdir -p
# configure:2874: result: /usr/bin/mkdir -p
# configure:2881: checking for gawk
# configure:2897: found /usr/bin/gawk
# configure:2908: result: gawk
# configure:2919: checking whether make sets $(MAKE)
# configure:2941: result: yes
# configure:2970: checking whether make supports nested variables
# configure:2987: result: yes
# configure:3116: checking whether to enable maintainer-specific portions of Makefiles
# configure:3125: result: yes
# configure:3158: checking for x86_64-unknown-linux-gcc
# configure:3188: result: no
# configure:3198: checking for gcc
# configure:3214: found /usr/bin/gcc
# configure:3225: result: gcc
# configure:3454: checking for C compiler version
# configure:3463: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3474: $? = 0
# configure:3463: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3474: $? = 0
# configure:3463: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3474: $? = 1
# configure:3463: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3474: $? = 1
# configure:3494: checking whether the C compiler works
# configure:3516: gcc conftest.c >&5
# configure:3520: $? = 0
# configure:3568: result: yes
# configure:3571: checking for C compiler default output file name
# configure:3573: result: a.out
# configure:3579: checking for suffix of executables
# configure:3586: gcc -o conftest conftest.c >&5
# configure:3590: $? = 0
# configure:3612: result:
# configure:3634: checking whether we are cross compiling
# configure:3642: gcc -o conftest conftest.c >&5
# configure:3646: $? = 0
# configure:3653: ./conftest
# configure:3657: $? = 0
# configure:3672: result: no
# configure:3677: checking for suffix of object files
# configure:3699: gcc -c conftest.c >&5
# configure:3703: $? = 0
# configure:3724: result: o
# configure:3728: checking whether we are using the GNU C compiler
# configure:3747: gcc -c conftest.c >&5
# configure:3747: $? = 0
# configure:3756: result: yes
# configure:3765: checking whether gcc accepts -g
# configure:3785: gcc -c -g conftest.c >&5
# configure:3785: $? = 0
# configure:3826: result: yes
# configure:3843: checking for gcc option to accept ISO C89
# configure:3906: gcc -c conftest.c >&5
# configure:3906: $? = 0
# configure:3919: result: none needed
# configure:3944: checking whether gcc understands -c and -o together
# configure:3966: gcc -c conftest.c -o conftest2.o
# configure:3969: $? = 0
# configure:3966: gcc -c conftest.c -o conftest2.o
# configure:3969: $? = 0
# configure:3981: result: yes
# configure:4009: checking for style of include used by make
# configure:4037: result: GNU
# configure:4063: checking dependency style of gcc
# configure:4174: result: gcc3
# configure:4190: checking whether ln -s works
# configure:4194: result: yes
# configure:4208: checking how to run the C preprocessor
# configure:4239: gcc -E conftest.c
# configure:4239: $? = 0
# configure:4253: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4253: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | /* end confdefs.h. */
# | #include
# configure:4278: result: gcc -E
# configure:4298: gcc -E conftest.c
# configure:4298: $? = 0
# configure:4312: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4312: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | /* end confdefs.h. */
# | #include
# configure:4341: checking for grep that handles long lines and -e
# configure:4399: result: /usr/bin/grep
# configure:4404: checking for egrep
# configure:4466: result: /usr/bin/grep -E
# configure:4471: checking for ANSI C header files
# configure:4491: gcc -c conftest.c >&5
# configure:4491: $? = 0
# configure:4564: gcc -o conftest conftest.c >&5
# configure:4564: $? = 0
# configure:4564: ./conftest
# configure:4564: $? = 0
# configure:4575: result: yes
# configure:4588: checking for sys/types.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4588: checking for sys/stat.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4588: checking for stdlib.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4588: checking for string.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4588: checking for memory.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4588: checking for strings.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4588: checking for inttypes.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4588: checking for stdint.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4588: checking for unistd.h
# configure:4588: gcc -c conftest.c >&5
# configure:4588: $? = 0
# configure:4588: result: yes
# configure:4602: checking for unistd.h
# configure:4602: result: yes
# configure:4626: checking whether NLS is requested
# configure:4635: result: yes
# configure:4673: checking for msgfmt
# configure:4704: result: /usr/bin/msgfmt
# configure:4713: checking for gmsgfmt
# configure:4744: result: /usr/bin/msgfmt
# configure:4784: checking for xgettext
# configure:4815: result: /usr/bin/xgettext
# configure:4855: checking for msgmerge
# configure:4885: result: /usr/bin/msgmerge
# configure:4940: checking build system type
# configure:4954: result: x86_64-unknown-linux-gnu
# configure:4974: checking host system type
# configure:4987: result: x86_64-unknown-linux-gnu
# configure:5031: checking for ld used by GCC
# configure:5095: result: /usr/bin/ld
# configure:5102: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5115: result: yes
# configure:5121: checking for shared library run path origin
# configure:5134: result: done
# configure:5550: checking whether NLS is requested
# configure:5559: result: yes
# configure:5577: checking for GNU gettext in libc
# configure:5596: gcc -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:29:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
# ^
# configure:5596: $? = 0
# configure:5604: result: yes
# configure:6184: checking whether to use NLS
# configure:6186: result: yes
# configure:6189: checking where the gettext function comes from
# configure:6200: result: libc
# configure:6263: checking whether byte ordering is bigendian
# configure:6278: gcc -c conftest.c >&5
# conftest.c:26:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:26:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:26:15: error: unknown type name 'universal'
# configure:6278: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:6323: gcc -c conftest.c >&5
# configure:6323: $? = 0
# configure:6341: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:32:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:32:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:6341: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:6469: result: no
# configure:6487: checking for an ANSI C-conforming const
# configure:6553: gcc -c conftest.c >&5
# configure:6553: $? = 0
# configure:6560: result: yes
# configure:6635: checking how to print strings
# configure:6662: result: printf
# configure:6683: checking for a sed that does not truncate output
# configure:6747: result: /usr/bin/sed
# configure:6765: checking for fgrep
# configure:6827: result: /usr/bin/grep -F
# configure:6862: checking for ld used by gcc
# configure:6929: result: /usr/bin/ld
# configure:6936: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6951: result: yes
# configure:6963: checking for BSD- or MS-compatible name lister (nm)
# configure:7012: result: /usr/bin/nm -B
# configure:7142: checking the name lister (/usr/bin/nm -B) interface
# configure:7149: gcc -c conftest.c >&5
# configure:7152: /usr/bin/nm -B "conftest.o"
# configure:7155: output
# 0000000000000000 B some_variable
# configure:7162: result: BSD nm
# configure:7166: checking the maximum length of command line arguments
# configure:7297: result: 1572864
# configure:7314: checking whether the shell understands some XSI constructs
# configure:7324: result: yes
# configure:7328: checking whether the shell understands "+="
# configure:7334: result: yes
# configure:7369: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:7409: result: func_convert_file_noop
# configure:7416: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:7436: result: func_convert_file_noop
# configure:7443: checking for /usr/bin/ld option to reload object files
# configure:7450: result: -r
# configure:7484: checking for x86_64-unknown-linux-objdump
# configure:7514: result: no
# configure:7524: checking for objdump
# configure:7540: found /usr/bin/objdump
# configure:7551: result: objdump
# configure:7580: checking how to recognize dependent libraries
# configure:7778: result: pass_all
# configure:7823: checking for x86_64-unknown-linux-dlltool
# configure:7853: result: no
# configure:7863: checking for dlltool
# configure:7893: result: no
# configure:7920: checking how to associate runtime and link libraries
# configure:7947: result: printf %s\n
# configure:7963: checking for x86_64-unknown-linux-ar
# configure:7993: result: no
# configure:8007: checking for ar
# configure:8023: found /usr/bin/ar
# configure:8034: result: ar
# configure:8071: checking for archiver @FILE support
# configure:8088: gcc -c conftest.c >&5
# configure:8088: $? = 0
# configure:8091: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:8094: $? = 0
# configure:8099: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:8102: $? = 1
# configure:8114: result: @
# configure:8132: checking for x86_64-unknown-linux-strip
# configure:8159: result: strip
# configure:8231: checking for x86_64-unknown-linux-ranlib
# configure:8261: result: no
# configure:8271: checking for ranlib
# configure:8287: found /usr/bin/ranlib
# configure:8298: result: ranlib
# configure:8400: checking command to parse /usr/bin/nm -B output from gcc object
# configure:8520: gcc -c conftest.c >&5
# configure:8523: $? = 0
# configure:8527: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:8530: $? = 0
# configure:8596: gcc -o conftest conftest.c conftstm.o >&5
# configure:8599: $? = 0
# configure:8637: result: ok
# configure:8674: checking for sysroot
# configure:8704: result: no
# configure:8781: gcc -c conftest.c >&5
# configure:8784: $? = 0
# configure:8933: checking for x86_64-unknown-linux-mt
# configure:8963: result: no
# configure:8973: checking for mt
# configure:9003: result: no
# configure:9023: checking if : is a manifest tool
# configure:9029: : '-?'
# configure:9037: result: no
# configure:9676: checking for dlfcn.h
# configure:9676: gcc -c conftest.c >&5
# configure:9676: $? = 0
# configure:9676: result: yes
# configure:10180: checking for objdir
# configure:10195: result: .libs
# configure:10462: checking if gcc supports -fno-rtti -fno-exceptions
# configure:10480: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:10484: $? = 0
# configure:10497: result: no
# configure:10824: checking for gcc option to produce PIC
# configure:10831: result: -fPIC -DPIC
# configure:10839: checking if gcc PIC flag -fPIC -DPIC works
# configure:10857: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:10861: $? = 0
# configure:10874: result: yes
# configure:10903: checking if gcc static flag -static works
# configure:10931: result: yes
# configure:10946: checking if gcc supports -c -o file.o
# configure:10967: gcc -c -o out/conftest2.o conftest.c >&5
# configure:10971: $? = 0
# configure:10993: result: yes
# configure:11001: checking if gcc supports -c -o file.o
# configure:11048: result: yes
# configure:11081: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12238: result: yes
# configure:12275: checking whether -lc should be explicitly linked in
# configure:12283: gcc -c conftest.c >&5
# configure:12286: $? = 0
# configure:12301: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:12304: $? = 0
# configure:12318: result: no
# configure:12478: checking dynamic linker characteristics
# configure:12978: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:12978: $? = 0
# configure:13212: result: GNU/Linux ld.so
# configure:13319: checking how to hardcode library paths into programs
# configure:13344: result: immediate
# configure:13884: checking whether stripping libraries is possible
# configure:13889: result: yes
# configure:13924: checking if libtool supports shared libraries
# configure:13926: result: yes
# configure:13929: checking whether to build shared libraries
# configure:13950: result: yes
# configure:13953: checking whether to build static libraries
# configure:13957: result: yes
# configure:13995: checking which extension is used for runtime loadable modules
# configure:14007: result: .so
# configure:14024: checking which variable specifies run-time module search path
# configure:14031: result: LD_LIBRARY_PATH
# configure:14041: checking for the default library search path
# configure:14048: result: /lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot
# configure:14078: checking for library containing dlopen
# configure:14109: gcc -o conftest conftest.c >&5
# /tmp/ccCEpEV3.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# configure:14109: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | /* 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 dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:14109: gcc -o conftest conftest.c -ldl >&5
# configure:14109: $? = 0
# configure:14126: result: -ldl
# configure:14216: checking for dlerror
# configure:14216: gcc -o conftest conftest.c -ldl -ldl >&5
# configure:14216: $? = 0
# configure:14216: result: yes
# configure:14230: checking for shl_load
# configure:14230: gcc -o conftest conftest.c -ldl >&5
# /tmp/ccIaTbxh.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `shl_load'
# collect2: error: ld returned 1 exit status
# configure:14230: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:14230: result: no
# configure:14237: checking for shl_load in -ldld
# configure:14262: gcc -o conftest conftest.c -ldld -ldl >&5
# /usr/bin/ld: cannot find -ldld
# collect2: error: ld returned 1 exit status
# configure:14262: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 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 shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:14271: result: no
# configure:14317: checking for dld_link in -ldld
# configure:14342: gcc -o conftest conftest.c -ldld -ldl >&5
# /usr/bin/ld: cannot find -ldld
# collect2: error: ld returned 1 exit status
# configure:14342: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 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 dld_link ();
# | int
# | main ()
# | {
# | return dld_link ();
# | ;
# | return 0;
# | }
# configure:14351: result: no
# configure:14385: checking for _ prefix in compiled symbols
# configure:14395: gcc -c conftest.c >&5
# configure:14398: $? = 0
# configure:14402: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:14405: $? = 0
# configure:14427: result: no
# configure:14551: checking whether deplibs are loaded by dlopen
# configure:14645: result: yes
# configure:14657: checking for argz.h
# configure:14657: gcc -c conftest.c >&5
# configure:14657: $? = 0
# configure:14657: result: yes
# configure:14669: checking for error_t
# configure:14669: gcc -c conftest.c >&5
# configure:14669: $? = 0
# configure:14669: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:42:22: error: expected expression before ')' token
# if (sizeof ((error_t)))
# ^
# configure:14669: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | /* end confdefs.h. */
# | #if defined(HAVE_ARGZ_H)
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((error_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14669: result: yes
# configure:14695: checking for argz_add
# configure:14695: gcc -o conftest conftest.c -ldl >&5
# configure:14695: $? = 0
# configure:14695: result: yes
# configure:14695: checking for argz_append
# configure:14695: gcc -o conftest conftest.c -ldl >&5
# configure:14695: $? = 0
# configure:14695: result: yes
# configure:14695: checking for argz_count
# configure:14695: gcc -o conftest conftest.c -ldl >&5
# configure:14695: $? = 0
# configure:14695: result: yes
# configure:14695: checking for argz_create_sep
# configure:14695: gcc -o conftest conftest.c -ldl >&5
# configure:14695: $? = 0
# configure:14695: result: yes
# configure:14695: checking for argz_insert
# configure:14695: gcc -o conftest conftest.c -ldl >&5
# configure:14695: $? = 0
# configure:14695: result: yes
# configure:14695: checking for argz_next
# configure:14695: gcc -o conftest conftest.c -ldl >&5
# configure:14695: $? = 0
# configure:14695: result: yes
# configure:14695: checking for argz_stringify
# configure:14695: gcc -o conftest conftest.c -ldl >&5
# configure:14695: $? = 0
# configure:14695: result: yes
# configure:14711: checking if argz actually works
# configure:14742: result: yes
# configure:14759: checking whether libtool supports -dlopen/-dlpreopen
# configure:14771: result: yes
# configure:14803: checking for ltdl.h
# configure:14803: gcc -c conftest.c >&5
# configure:14803: $? = 0
# configure:14803: result: yes
# configure:14807: checking whether lt_dlinterface_register is declared
# configure:14807: gcc -c conftest.c >&5
# configure:14807: $? = 0
# configure:14807: result: yes
# configure:14811: checking for lt_dladvise_preload in -lltdl
# configure:14836: gcc -o conftest conftest.c -lltdl -ldl >&5
# configure:14836: $? = 0
# configure:14845: result: yes
# configure:14940: checking where to find libltdl headers
# configure:14942: result:
# configure:14944: checking where to find libltdl library
# configure:14946: result: -lltdl
# configure:14996: checking for unistd.h
# configure:14996: result: yes
# configure:14996: checking for dl.h
# configure:14996: gcc -c conftest.c >&5
# conftest.c:81:16: fatal error: dl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14996: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 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:14996: result: no
# configure:14996: checking for sys/dl.h
# configure:14996: gcc -c conftest.c >&5
# conftest.c:81:20: fatal error: sys/dl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14996: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 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:14996: result: no
# configure:14996: checking for dld.h
# configure:14996: gcc -c conftest.c >&5
# conftest.c:81:17: fatal error: dld.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14996: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 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:14996: result: no
# configure:14996: checking for mach-o/dyld.h
# configure:14996: gcc -c conftest.c >&5
# conftest.c:81:25: fatal error: mach-o/dyld.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14996: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 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:14996: result: no
# configure:14996: checking for dirent.h
# configure:14996: gcc -c conftest.c >&5
# configure:14996: $? = 0
# configure:14996: result: yes
# configure:15011: checking for closedir
# configure:15011: gcc -o conftest conftest.c -ldl >&5
# configure:15011: $? = 0
# configure:15011: result: yes
# configure:15011: checking for opendir
# configure:15011: gcc -o conftest conftest.c -ldl >&5
# configure:15011: $? = 0
# configure:15011: result: yes
# configure:15011: checking for readdir
# configure:15011: gcc -o conftest conftest.c -ldl >&5
# configure:15011: $? = 0
# configure:15011: result: yes
# configure:15028: checking for strlcat
# configure:15028: gcc -o conftest conftest.c -ldl >&5
# /tmp/ccvUQ6nn.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcat'
# collect2: error: ld returned 1 exit status
# configure:15028: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* 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 strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:15028: result: no
# configure:15028: checking for strlcpy
# configure:15028: gcc -o conftest conftest.c -ldl >&5
# /tmp/cc1GwUCs.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# configure:15028: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmp3splt"
# | #define PACKAGE_TARNAME "libmp3splt"
# | #define PACKAGE_VERSION "0.9.2"
# | #define PACKAGE_STRING "libmp3splt 0.9.2"
# | #define PACKAGE_BUGREPORT "m@ioalex.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmp3splt"
# | #define VERSION "0.9.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define SPLT_SONAME "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:15028: result: no
# configure:15083: checking the host
# configure:15117: result: Linux-based system
# configure:15161: checking for _LARGEFILE_SOURCE value needed for large files
# configure:15180: gcc -o conftest -O3 conftest.c -ldl >&5
# configure:15180: $? = 0
# configure:15208: result: no
# configure:15231: checking for fseeko
# configure:15231: gcc -o conftest -O3 conftest.c -ldl >&5
# configure:15231: $? = 0
# configure:15231: result: yes
# configure:15249: checking for pow in -lm
# configure:15274: gcc -o conftest -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -ldl >&5
# conftest.c:62:6: warning: conflicting types for built-in function 'pow'
# char pow ();
# ^~~
# configure:15274: $? = 0
# configure:15283: result: yes
# configure:15293: checking for lt_dlopen in -lltdl
# configure:15318: gcc -o conftest -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lltdl -ldl >&5
# configure:15318: $? = 0
# configure:15327: result: yes
# configure:15444: checking for Mad
# configure:15475: gcc -o conftest -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include conftest.c -ldl -L/usr/lib -lmad >&5
# configure:15475: $? = 0
# configure:15475: ./conftest
# configure:15475: $? = 0
# configure:15491: result: yes
# configure:15628: checking for id3tag
# configure:15659: gcc -o conftest -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include conftest.c -ldl -L/usr/lib -lid3tag >&5
# configure:15659: $? = 0
# configure:15659: ./conftest
# configure:15659: $? = 0
# configure:15675: result: yes
# configure:15814: checking for Ogg
# configure:15844: gcc -o conftest -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include conftest.c -ldl -L/usr/lib -logg >&5
# configure:15844: $? = 0
# configure:15844: ./conftest
# configure:15844: $? = 0
# configure:15858: result: yes
# configure:15966: checking for Vorbis
# configure:16008: gcc -o conftest -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include conftest.c -ldl -L/usr/lib -lvorbis -lm -lvorbisenc -L/usr/lib -logg >&5
# configure:16008: $? = 0
# configure:16008: ./conftest
# configure:16008: $? = 0
# configure:16022: result: yes
# configure:16125: checking for x86_64-unknown-linux-pkg-config
# configure:16158: result: no
# configure:16168: checking for pkg-config
# configure:16186: found /usr/bin/pkg-config
# configure:16198: result: /usr/bin/pkg-config
# configure:16223: checking pkg-config is at least version 0.9.0
# configure:16226: result: yes
# configure:16236: checking for FLAC
# configure:16243: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1"
# configure:16246: $? = 0
# configure:16260: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1"
# configure:16263: $? = 0
# configure:16303: result: yes
# configure:16348: checking whether to use Cutter
# configure:16355: result: auto
# configure:16364: checking for CUTTER
# configure:16371: $PKG_CONFIG --exists --print-errors "cutter "
# Package cutter was not found in the pkg-config search path.
# Perhaps you should add the directory containing `cutter.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'cutter' found
# configure:16374: $? = 1
# configure:16388: $PKG_CONFIG --exists --print-errors "cutter "
# Package cutter was not found in the pkg-config search path.
# Perhaps you should add the directory containing `cutter.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'cutter' found
# configure:16391: $? = 1
# configure:16405: result: no
# No package 'cutter' found
# configure:16464: checking for
# configure:16478: result: no
# configure:16533: checking for x86_64-unknown-linux-pkg-config
# configure:16563: result: /usr/bin/pkg-config
# configure:16631: checking pkg-config is at least version 0.9.0
# configure:16634: result: yes
# configure:16644: checking for PCRE
# configure:16651: $PKG_CONFIG --exists --print-errors "libpcre >= 1.0"
# configure:16654: $? = 0
# configure:16668: $PKG_CONFIG --exists --print-errors "libpcre >= 1.0"
# configure:16671: $? = 0
# configure:16713: result: yes
# configure:16760: checking for doxygen
# configure:16778: found /usr/bin/doxygen
# configure:16790: result: /usr/bin/doxygen
# configure:16813: checking for dot
# configure:16831: found /usr/bin/dot
# configure:16843: result: /usr/bin/dot
# configure:17021: checking that generated files are newer than configure
# configure:17027: result: done
# configure:17160: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libmp3splt config.status 0.9.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0fd981e441ab
#
# config.status:1215: creating Makefile
# config.status:1215: creating libmp3splt.pc
# config.status:1215: creating src/Makefile
# config.status:1215: creating po/Makefile.in
# config.status:1323: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status:1215: creating plugins/Makefile
# config.status:1215: creating test/Makefile
# config.status:1215: creating m4/Makefile
# config.status:1215: creating doc/Makefile
# config.status:1215: creating doc/Doxyfile_all
# config.status:1215: creating doc/Doxyfile_api
# config.status:1215: creating doc/examples/Makefile
# config.status:1215: creating include/libmp3splt/version.h
# config.status:1215: creating config.h
# config.status:1444: executing depfiles commands
# config.status:1444: executing default-1 commands
# config.status:1444: executing libtool commands
# configure:19583: === configuring in libltdl (/tmp/libmp3splt/src/libmp3splt-0.9.2/libltdl)
# configure:19632: WARNING: no configuration information is in libltdl
#
# ## ---------------- ##
# ## 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_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CUTTER_CFLAGS_set=
# ac_cv_env_CUTTER_CFLAGS_value=
# ac_cv_env_CUTTER_LIBS_set=
# ac_cv_env_CUTTER_LIBS_value=
# ac_cv_env_DOXYGEN_set=
# ac_cv_env_DOXYGEN_value=
# ac_cv_env_FLAC_CFLAGS_set=
# ac_cv_env_FLAC_CFLAGS_value=
# ac_cv_env_FLAC_LIBS_set=
# ac_cv_env_FLAC_LIBS_value=
# ac_cv_env_GRAPHVIZ_set=
# ac_cv_env_GRAPHVIZ_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_PCRE_CFLAGS_set=
# ac_cv_env_PCRE_CFLAGS_value=
# ac_cv_env_PCRE_LIBS_set=
# ac_cv_env_PCRE_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_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_file_=no
# ac_cv_func_argz_add=yes
# ac_cv_func_argz_append=yes
# ac_cv_func_argz_count=yes
# ac_cv_func_argz_create_sep=yes
# ac_cv_func_argz_insert=yes
# ac_cv_func_argz_next=yes
# ac_cv_func_argz_stringify=yes
# ac_cv_func_closedir=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_fseeko=yes
# ac_cv_func_opendir=yes
# ac_cv_func_readdir=yes
# ac_cv_func_shl_load=no
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_have_decl_lt_dlinterface_register=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dl_h=no
# ac_cv_header_dld_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_ltdl_h=yes
# ac_cv_header_mach_o_dyld_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_dl_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_dld_dld_link=no
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_ltdl_lt_dladvise_preload=yes
# ac_cv_lib_ltdl_lt_dlopen=yes
# ac_cv_lib_m_pow=yes
# ac_cv_objext=o
# ac_cv_path_DOXYGEN=/usr/bin/doxygen
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GRAPHVIZ=/usr/bin/dot
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_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_search_dlopen=-ldl
# ac_cv_sys_largefile_source=no
# ac_cv_type_error_t=yes
# ac_cv_use_cutter=no
# ac_cv_with_cutter=auto
# 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_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gt_cv_func_gnugettext1_libc=yes
# libltdl_cv_lib_dl_dlopen=yes
# libltdl_cv_preloaded_symbols=yes
# libltdl_cv_shlibext=.so
# libltdl_cv_shrext=.so
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_module_path_var=LD_LIBRARY_PATH
# 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_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_argz_works=yes
# lt_cv_sys_dlopen_deplibs=yes
# lt_cv_sys_dlsearch_path='/lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot '
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_sys_symbol_underscore=no
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_FLAC_CFLAGS=
# pkg_cv_FLAC_LIBS=-lFLAC
# pkg_cv_PCRE_CFLAGS=
# pkg_cv_PCRE_LIBS=-lpcre
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libmp3splt/src/libmp3splt-0.9.2/libltdl/config/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# ARGZ_H=''
# AS='as'
# AUTOCONF='${SHELL} /tmp/libmp3splt/src/libmp3splt-0.9.2/libltdl/config/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libmp3splt/src/libmp3splt-0.9.2/libltdl/config/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libmp3splt/src/libmp3splt-0.9.2/libltdl/config/missing automake-1.14'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
# CONVENIENCE_LTDL_FALSE='#'
# CONVENIENCE_LTDL_TRUE=''
# CPP='gcc -E'
# CPPFLAGS=''
# CUTTER=''
# CUTTER_CFLAGS=''
# CUTTER_LIBS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DOXYGEN='/usr/bin/doxygen'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FLAC_CFLAGS=''
# FLAC_LIBS='-lFLAC'
# FLAC_PLUGIN_FALSE='#'
# FLAC_PLUGIN_TRUE=''
# GMSGFMT='/usr/bin/msgfmt'
# GRAPHVIZ='/usr/bin/dot'
# GREP='/usr/bin/grep'
# HAS_CUTTER_FALSE=''
# HAS_CUTTER_TRUE='#'
# HAVE_DOXYGEN_FALSE='#'
# HAVE_DOXYGEN_TRUE=''
# HAVE_GRAPHVIZ_FALSE='#'
# HAVE_GRAPHVIZ_TRUE=''
# ID3TAG_FALSE='#'
# ID3TAG_TRUE=''
# ID3_CFLAGS='-I/usr/include'
# ID3_LIBS='-L/usr/lib -lid3tag'
# INCLTDL=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LTDL_FALSE=''
# INSTALL_LTDL_TRUE='#'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# IS_ON_WINDOWS_FALSE=''
# IS_ON_WINDOWS_TRUE='#'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBADD_DL='-ldl '
# LIBADD_DLD_LINK=''
# LIBADD_DLOPEN='-ldl'
# LIBADD_SHL_LOAD=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBLTDL='-lltdl'
# LIBMP3SPLT_MAJOR_VERSION='0'
# LIBMP3SPLT_MICRO_VERSION='2'
# LIBMP3SPLT_MINOR_VERSION='9'
# LIBOBJS=''
# LIBS='-ldl '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTDLDEPS=''
# LTDLINCL=''
# LTDLOPEN='libltdl'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# LT_CONFIG_H='config.h'
# LT_DLLOADERS=' libltdl/dlopen.la'
# LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la '
# MAD_CFLAGS='-I/usr/include'
# MAD_LIBS='-L/usr/lib -lmad'
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/libmp3splt/src/libmp3splt-0.9.2/libltdl/config/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MKINSTALLDIRS='$(top_builddir)/libltdl/config/mkinstalldirs'
# MP3_PLUGIN_FALSE='#'
# MP3_PLUGIN_TRUE=''
# MSGFMT='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OGG_CFLAGS='-I/usr/include'
# OGG_LIBS='-L/usr/lib -logg'
# OGG_PLUGIN_FALSE='#'
# OGG_PLUGIN_TRUE=''
# OTOOL64=''
# OTOOL=''
# PACKAGE='libmp3splt'
# PACKAGE_BUGREPORT='m@ioalex.net'
# PACKAGE_NAME='libmp3splt'
# PACKAGE_STRING='libmp3splt 0.9.2'
# PACKAGE_TARNAME='libmp3splt'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.9.2'
# PATH_SEPARATOR=':'
# PCRE_CFLAGS=''
# PCRE_FALSE='#'
# PCRE_LIBS='-lpcre'
# PCRE_TRUE=''
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POSUB='po'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SONAME='0'
# STRIP='strip'
# USE_NLS='yes'
# VERSION='0.9.2'
# VORBISENC_LIBS='-lvorbisenc'
# VORBISFILE_LIBS='-lvorbisfile'
# VORBIS_CFLAGS='-I/usr/include'
# VORBIS_LIBS='-L/usr/lib -lvorbis -lm'
# WIN32_FALSE=''
# WIN32_TRUE='#'
# XGETTEXT='/usr/bin/xgettext'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='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/libmp3splt/src/libmp3splt-0.9.2/libltdl/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# ltdl_LIBOBJS=' lt__strl.o'
# ltdl_LTLIBOBJS=' lt__strl.lo'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' libltdl'
# sys_symbol_underscore='no'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libmp3splt"
# #define PACKAGE_TARNAME "libmp3splt"
# #define PACKAGE_VERSION "0.9.2"
# #define PACKAGE_STRING "libmp3splt 0.9.2"
# #define PACKAGE_BUGREPORT "m@ioalex.net"
# #define PACKAGE_URL ""
# #define PACKAGE "libmp3splt"
# #define VERSION "0.9.2"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define SPLT_SONAME "0"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define LT_MODULE_EXT ".so"
# #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# #define HAVE_LIBDL 1
# #define HAVE_DLERROR 1
# #define HAVE_LIBDLLOADER 1
# #define HAVE_ARGZ_H 1
# #define HAVE_ERROR_T 1
# #define HAVE_ARGZ_ADD 1
# #define HAVE_ARGZ_APPEND 1
# #define HAVE_ARGZ_COUNT 1
# #define HAVE_ARGZ_CREATE_SEP 1
# #define HAVE_ARGZ_INSERT 1
# #define HAVE_ARGZ_NEXT 1
# #define HAVE_ARGZ_STRINGIFY 1
# #define HAVE_WORKING_ARGZ 1
# #define HAVE_PRELOADED_SYMBOLS 1
# #define HAVE_LTDL 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_CLOSEDIR 1
# #define HAVE_OPENDIR 1
# #define HAVE_READDIR 1
# #define LT_LIBEXT "a"
# #define LT_LIBPREFIX "lib"
# #define HAVE_FSEEKO 1
# #define HAVE_FSEEKO 1
#
# configure: exit 0