Skip to content

Instantly share code, notes, and snippets.

@CRogers
Last active August 29, 2015 14:04
Show Gist options
  • Save CRogers/c0e19a02cfbf7723123e to your computer and use it in GitHub Desktop.
Save CRogers/c0e19a02cfbf7723123e to your computer and use it in GitHub Desktop.
libsndlib minimal nix
{ pkgs ? (import <nixpkgs> {}) }:
pkgs.stdenv.mkDerivation rec {
name = "test";
version = "1";
buildInputs = with pkgs; [ libsndfile ];
}
$ nix-shell --pure
these derivations will be built:
/nix/store/ka5anry5p92ip8cjgiqpwli2ywa5a6sb-libsndfile-1.0.25.drv
building path(s) `/nix/store/ndx54y658461i6s67gmanyp93cabzdmj-libsndfile-1.0.25'
building /nix/store/ndx54y658461i6s67gmanyp93cabzdmj-libsndfile-1.0.25
unpacking sources
unpacking source archive /nix/store/cmqzwvj2b9jy2a8f7shqn02s5x4jnsxf-libsndfile-1.0.25.tar.gz
source root is libsndfile-1.0.25
patching sources
configuring
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/ndx54y658461i6s67gmanyp93cabzdmj-libsndfile-1.0.25
checking build system type... i386-apple-darwin13.1.0
checking host system type... i386-apple-darwin13.1.0
checking target system type... i386-apple-darwin13.1.0
checking for a BSD-compatible install... /nix/store/nggga05aldf46y4sl05i53rdhbc6p3v9-coreutils-8.21/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/nggga05aldf46y4sl05i53rdhbc6p3v9-coreutils-8.21/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for a sed that does not truncate output... /nix/store/a7a88vhynkb71wn0s9hln2gdpwx4x1br-gnused-4.2.2/bin/sed
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /nix/store/a7a88vhynkb71wn0s9hln2gdpwx4x1br-gnused-4.2.2/bin/sed
checking for grep that handles long lines and -e... /nix/store/a24ldr1bp8dcpvvb33x51yrd3ascv4nd-gnugrep-2.14/bin/grep
checking for egrep... /nix/store/a24ldr1bp8dcpvvb33x51yrd3ascv4nd-gnugrep-2.14/bin/grep -E
checking for fgrep... /nix/store/a24ldr1bp8dcpvvb33x51yrd3ascv4nd-gnugrep-2.14/bin/grep -F
checking for ld used by gcc... /nix/store/vslnnh1md909njfkm29zk270vj0jfjjk-gcc-apple-wrapper-4.2.1.5666.3/bin/ld
checking if the linker (/nix/store/vslnnh1md909njfkm29zk270vj0jfjjk-gcc-apple-wrapper-4.2.1.5666.3/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /nix/store/p14qjms2b4rfycvpmwxrrflxndxraah4-native-darwin-cctools-wrapper/bin/nm
checking the name lister (/nix/store/p14qjms2b4rfycvpmwxrrflxndxraah4-native-darwin-cctools-wrapper/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i386-apple-darwin13.1.0 file names to i386-apple-darwin13.1.0 format... func_convert_file_noop
checking how to convert i386-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop
checking for /nix/store/vslnnh1md909njfkm29zk270vj0jfjjk-gcc-apple-wrapper-4.2.1.5666.3/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /nix/store/p14qjms2b4rfycvpmwxrrflxndxraah4-native-darwin-cctools-wrapper/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/nix/store/vslnnh1md909njfkm29zk270vj0jfjjk-gcc-apple-wrapper-4.2.1.5666.3/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /nix/store/vslnnh1md909njfkm29zk270vj0jfjjk-gcc-apple-wrapper-4.2.1.5666.3/bin/ld
checking if the linker (/nix/store/vslnnh1md909njfkm29zk270vj0jfjjk-gcc-apple-wrapper-4.2.1.5666.3/bin/ld) is GNU ld... no
checking whether the g++ linker (/nix/store/vslnnh1md909njfkm29zk270vj0jfjjk-gcc-apple-wrapper-4.2.1.5666.3/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/nix/store/vslnnh1md909njfkm29zk270vj0jfjjk-gcc-apple-wrapper-4.2.1.5666.3/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking for windres... no
checking for autogen... no
checking for wine... no
checking whether ln -s works... yes
checking for ANSI C header files... (cached) yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether S_IRGRP is declared... yes
checking C99 struct flexible array support... yes
checking size of wchar_t... 4
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of float... 4
checking size of double... 8
checking size of void*... 8
checking size of size_t... 8
checking size of int64_t... 8
checking size of long long... 8
checking size of off_t... 8
checking for ssize_t... yes
checking size of ssize_t... 8
checking processor byte ordering... little
checking for malloc... yes
checking for calloc... yes
checking for realloc... yes
checking for free... yes
checking for open... yes
checking for read... yes
checking for write... yes
checking for lseek... yes
checking for pread... yes
checking for pwrite... yes
checking for fstat... yes
checking for ftruncate... yes
checking for fsync... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for gmtime... yes
checking for gmtime_r... yes
checking for localtime... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking for mmap... yes
checking for getpagesize... yes
checking for setlocale... yes
checking for pipe... yes
checking for waitpid... yes
checking for floor in -lm... yes
checking for floor... yes
checking for ceil... yes
checking for fmod... yes
checking for lrint... yes
checking for lrintf... yes
checking for octave... no
checking for mkoctfile... no
checking for octave-config... no
checking for pkg-config... /nix/store/g18x69g48w9blp54qyninjvx1s0k1v3p-pkg-config-0.28/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for flac >= 1.2.1 ... yes
checking for ogg >= 1.1.3 ... yes
checking for vorbis >= 1.2.3 ... yes
checking for vorbisenc >= 1.2.3 ... yes
checking for sqlite3 >= 3.2 ... no
checking processor clipping capabilities... none
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking sndio.h usability... no
checking sndio.h presence... no
checking for sndio.h... no
configure: WARNING: Touching files in directory tests/.
checking if gcc accepts -std=gnu99... yes
checking for version of gcc... 4.2.1
configure: WARNING: ****************************************************************
configure: WARNING: ** GCC version 4.2 warns about the inline keyword for no good **
configure: WARNING: ** reason but the maintainers do not see it as a bug. **
configure: WARNING: ** See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33995 **
configure: WARNING: ** Using -fgnu-inline to avoid this stupidity. **
configure: WARNING: ****************************************************************
checking if gcc accepts -fgnu89-inline... yes
checking if gcc accepts -Wextra... yes
checking if g++ accepts -Wextra... yes
checking if gcc accepts -Wdeclaration-after-statement... yes
checking if gcc accepts -Wpointer-arith... yes
checking if gcc accepts -funsigned-char... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating regtest/Makefile
config.status: creating M4/Makefile
config.status: creating doc/Makefile
config.status: creating Win32/Makefile
config.status: creating Octave/Makefile
config.status: creating programs/Makefile
config.status: creating Makefile
config.status: creating src/version-metadata.rc
config.status: creating tests/test_wrapper.sh
config.status: creating tests/pedantic-header-test.sh
config.status: creating doc/libsndfile.css
config.status: creating build-test-tarball.mk
config.status: creating libsndfile.spec
config.status: creating sndfile.pc
config.status: creating src/sndfile.h
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
Configuration summary :
libsndfile version : .................. 1.0.25
Host CPU : ............................ i386
Host Vendor : ......................... apple
Host OS : ............................. darwin13.1.0
Experimental code : ................... no
Using ALSA in example programs : ...... no
External FLAC/Ogg/Vorbis : ............ yes
Tools :
Compiler is GCC : ..................... yes
GCC version : ......................... 4.2.1
Installation directories :
Library directory : ................... /nix/store/ndx54y658461i6s67gmanyp93cabzdmj-libsndfile-1.0.25/lib
Program directory : ................... /nix/store/ndx54y658461i6s67gmanyp93cabzdmj-libsndfile-1.0.25/bin
Pkgconfig directory : ................. /nix/store/ndx54y658461i6s67gmanyp93cabzdmj-libsndfile-1.0.25/lib/pkgconfig
HTML docs directory : ................. /nix/store/ndx54y658461i6s67gmanyp93cabzdmj-libsndfile-1.0.25/share/doc/libsndfile1-dev/html
Compiling some other packages against libsndfile may require
the addition of '/nix/store/ndx54y658461i6s67gmanyp93cabzdmj-libsndfile-1.0.25/lib/pkgconfig' to the
PKG_CONFIG_PATH environment variable.
make: Nothing to be done for `genfiles'.
make: Nothing to be done for `genfiles'.
building
make flags: SHELL=/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh
building all-recursive
Making all in M4
make[1]: Entering directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/M4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/M4'
Making all in man
make[1]: Entering directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/man'
building sndfile-metadata-set.1
ln -s ./sndfile-metadata-get.1 sndfile-metadata-set.1
building sndfile-deinterleave.1
ln -s ./sndfile-interleave.1 sndfile-deinterleave.1
make[1]: Leaving directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/man'
Making all in doc
make[1]: Entering directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/doc'
Making all in Win32
make[1]: Entering directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/Win32'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/Win32'
Making all in src
make[1]: Entering directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/src'
building all
make all-am
make[2]: Entering directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/src'
building sndfile.lo
CC sndfile.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o sndfile.lo sndfile.c
building aiff.lo
CC aiff.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o aiff.lo aiff.c
building au.lo
CC au.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o au.lo au.c
building avr.lo
CC avr.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o avr.lo avr.c
building caf.lo
CC caf.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o caf.lo caf.c
building dwd.lo
CC dwd.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o dwd.lo dwd.c
building flac.lo
CC flac.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o flac.lo flac.c
building g72x.lo
CC g72x.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o g72x.lo g72x.c
building htk.lo
CC htk.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o htk.lo htk.c
building ircam.lo
CC ircam.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ircam.lo ircam.c
building macbinary3.lo
CC macbinary3.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o macbinary3.lo macbinary3.c
building macos.lo
CC macos.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o macos.lo macos.c
building mat4.lo
CC mat4.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o mat4.lo mat4.c
building mat5.lo
CC mat5.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o mat5.lo mat5.c
building nist.lo
CC nist.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o nist.lo nist.c
building paf.lo
CC paf.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o paf.lo paf.c
building pvf.lo
CC pvf.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o pvf.lo pvf.c
building raw.lo
CC raw.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o raw.lo raw.c
building rx2.lo
CC rx2.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o rx2.lo rx2.c
building sd2.lo
CC sd2.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o sd2.lo sd2.c
building sds.lo
CC sds.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o sds.lo sds.c
building svx.lo
CC svx.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o svx.lo svx.c
building txw.lo
CC txw.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o txw.lo txw.c
building voc.lo
CC voc.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o voc.lo voc.c
building wve.lo
CC wve.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o wve.lo wve.c
building w64.lo
CC w64.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o w64.lo w64.c
building wav_w64.lo
CC wav_w64.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o wav_w64.lo wav_w64.c
building wav.lo
CC wav.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o wav.lo wav.c
building xi.lo
CC xi.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o xi.lo xi.c
building mpc2k.lo
CC mpc2k.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o mpc2k.lo mpc2k.c
building rf64.lo
CC rf64.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o rf64.lo rf64.c
building ogg_vorbis.lo
CC ogg_vorbis.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ogg_vorbis.lo ogg_vorbis.c
building ogg_speex.lo
CC ogg_speex.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ogg_speex.lo ogg_speex.c
building ogg_pcm.lo
CC ogg_pcm.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ogg_pcm.lo ogg_pcm.c
building common.lo
CC common.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o common.lo common.c
building file_io.lo
CC file_io.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o file_io.lo file_io.c
building command.lo
CC command.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o command.lo command.c
building pcm.lo
CC pcm.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o pcm.lo pcm.c
building ulaw.lo
CC ulaw.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ulaw.lo ulaw.c
building alaw.lo
CC alaw.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o alaw.lo alaw.c
building float32.lo
CC float32.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o float32.lo float32.c
building double64.lo
CC double64.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o double64.lo double64.c
building ima_adpcm.lo
CC ima_adpcm.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ima_adpcm.lo ima_adpcm.c
building ms_adpcm.lo
CC ms_adpcm.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ms_adpcm.lo ms_adpcm.c
building gsm610.lo
CC gsm610.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o gsm610.lo gsm610.c
building dwvw.lo
CC dwvw.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o dwvw.lo dwvw.c
building vox_adpcm.lo
CC vox_adpcm.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o vox_adpcm.lo vox_adpcm.c
building interleave.lo
CC interleave.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o interleave.lo interleave.c
building strings.lo
CC strings.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o strings.lo strings.c
building dither.lo
CC dither.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o dither.lo dither.c
building broadcast.lo
CC broadcast.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o broadcast.lo broadcast.c
building audio_detect.lo
CC audio_detect.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o audio_detect.lo audio_detect.c
building ima_oki_adpcm.lo
CC ima_oki_adpcm.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ima_oki_adpcm.lo ima_oki_adpcm.c
building chunk.lo
CC chunk.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o chunk.lo chunk.c
building ogg.lo
CC ogg.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o ogg.lo ogg.c
building chanmap.lo
CC chanmap.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o chanmap.lo chanmap.c
building windows.lo
CC windows.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o windows.lo windows.c
building id3.lo
CC id3.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o id3.lo id3.c
building libcommon.la
CCLD libcommon.la
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcommon.a(windows.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcommon.a(windows.o) has no symbols
building GSM610/.dirstamp
building GSM610/.deps/.dirstamp
building GSM610/add.lo
CC GSM610/add.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/add.lo GSM610/add.c
building GSM610/code.lo
CC GSM610/code.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/code.lo GSM610/code.c
building GSM610/decode.lo
CC GSM610/decode.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/decode.lo GSM610/decode.c
building GSM610/gsm_create.lo
CC GSM610/gsm_create.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/gsm_create.lo GSM610/gsm_create.c
building GSM610/gsm_decode.lo
CC GSM610/gsm_decode.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/gsm_decode.lo GSM610/gsm_decode.c
building GSM610/gsm_destroy.lo
CC GSM610/gsm_destroy.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/gsm_destroy.lo GSM610/gsm_destroy.c
building GSM610/gsm_encode.lo
CC GSM610/gsm_encode.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/gsm_encode.lo GSM610/gsm_encode.c
building GSM610/gsm_option.lo
CC GSM610/gsm_option.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/gsm_option.lo GSM610/gsm_option.c
building GSM610/long_term.lo
CC GSM610/long_term.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/long_term.lo GSM610/long_term.c
building GSM610/lpc.lo
CC GSM610/lpc.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/lpc.lo GSM610/lpc.c
building GSM610/preprocess.lo
CC GSM610/preprocess.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/preprocess.lo GSM610/preprocess.c
building GSM610/rpe.lo
CC GSM610/rpe.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/rpe.lo GSM610/rpe.c
building GSM610/short_term.lo
CC GSM610/short_term.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/short_term.lo GSM610/short_term.c
building GSM610/table.lo
CC GSM610/table.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o GSM610/table.lo GSM610/table.c
building GSM610/libgsm.la
CCLD GSM610/libgsm.la
building G72x/.dirstamp
building G72x/.deps/.dirstamp
building G72x/g721.lo
CC G72x/g721.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o G72x/g721.lo G72x/g721.c
building G72x/g723_16.lo
CC G72x/g723_16.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o G72x/g723_16.lo G72x/g723_16.c
building G72x/g723_24.lo
CC G72x/g723_24.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o G72x/g723_24.lo G72x/g723_24.c
building G72x/g723_40.lo
CC G72x/g723_40.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o G72x/g723_40.lo G72x/g723_40.c
building G72x/g72x.lo
CC G72x/g72x.lo
/nix/store/2w1bkshjijjazm0j3fcqm9rv67kjmq7b-bash-4.2-p45/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/apd1pqg5g9ig626p5mz9sb8fdkmrhha0-libogg-1.3.2/include -I/nix/store/d12c1vbczkkmvplwc7cn6pzc26vy63mi-libvorbis-1.3.4/include -g -O2 -std=gnu99 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c -o G72x/g72x.lo G72x/g72x.c
building G72x/libg72x.la
CCLD G72x/libg72x.la
building libsndfile.la
CCLD libsndfile.la
Undefined symbols for architecture x86_64:
"_ogg_page_eos", referenced from:
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_read_sample in ogg_vorbis.o
_vorbis_write_samples in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_ogg_page_granulepos", referenced from:
_ogg_vorbis_open in ogg_vorbis.o
"_ogg_page_serialno", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_stream_clear", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_ogg_close in libcommon.a(ogg.o)
_ogg_open in libcommon.a(ogg.o)
"_ogg_stream_flush", referenced from:
_vorbis_write_header in ogg_vorbis.o
"_ogg_stream_init", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_write_header in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_stream_packetin", referenced from:
_vorbis_write_samples in ogg_vorbis.o
_vorbis_write_header in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_ogg_stream_packetout", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_read_sample in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_stream_pagein", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_read_sample in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_stream_pageout", referenced from:
_vorbis_write_samples in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_ogg_stream_reset", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_sync_buffer", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_read_sample in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_sync_clear", referenced from:
_ogg_vorbis_open in ogg_vorbis.o
_ogg_close in libcommon.a(ogg.o)
_ogg_open in libcommon.a(ogg.o)
"_ogg_sync_init", referenced from:
_ogg_vorbis_open in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_sync_pageout", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_read_sample in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_sync_reset", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_ogg_sync_wrote", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_read_sample in ogg_vorbis.o
_ogg_open in libcommon.a(ogg.o)
"_vorbis_analysis", referenced from:
_vorbis_write_samples in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_analysis_blockout", referenced from:
_vorbis_write_samples in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_analysis_buffer", referenced from:
_vorbis_write_d in ogg_vorbis.o
_vorbis_write_f in ogg_vorbis.o
_vorbis_write_i in ogg_vorbis.o
_vorbis_write_s in ogg_vorbis.o
"_vorbis_analysis_headerout", referenced from:
_vorbis_write_header in ogg_vorbis.o
"_vorbis_analysis_init", referenced from:
_vorbis_write_header in ogg_vorbis.o
"_vorbis_analysis_wrote", referenced from:
_vorbis_write_samples in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_bitrate_addblock", referenced from:
_vorbis_write_samples in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_bitrate_flushpacket", referenced from:
_vorbis_write_samples in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_block_clear", referenced from:
_vorbis_read_header in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_block_init", referenced from:
_vorbis_read_header in ogg_vorbis.o
_vorbis_write_header in ogg_vorbis.o
"_vorbis_comment_add_tag", referenced from:
_vorbis_write_header in ogg_vorbis.o
"_vorbis_comment_clear", referenced from:
_vorbis_end in ogg_vorbis.o
_vorbis_read_header in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_comment_init", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_write_header in ogg_vorbis.o
"_vorbis_comment_query", referenced from:
_vorbis_read_header in ogg_vorbis.o
"_vorbis_dsp_clear", referenced from:
_vorbis_read_header in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_info_clear", referenced from:
_vorbis_end in ogg_vorbis.o
_vorbis_read_header in ogg_vorbis.o
_vorbis_close in ogg_vorbis.o
"_vorbis_info_init", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
_vorbis_write_header in ogg_vorbis.o
"_vorbis_synthesis", referenced from:
_vorbis_read_sample in ogg_vorbis.o
"_vorbis_synthesis_blockin", referenced from:
_vorbis_read_sample in ogg_vorbis.o
"_vorbis_synthesis_headerin", referenced from:
_vorbis_read_header in ogg_vorbis.o
_ogg_vorbis_open in ogg_vorbis.o
"_vorbis_synthesis_init", referenced from:
_vorbis_read_header in ogg_vorbis.o
"_vorbis_synthesis_pcmout", referenced from:
_vorbis_read_sample in ogg_vorbis.o
"_vorbis_synthesis_read", referenced from:
_vorbis_read_sample in ogg_vorbis.o
"_vorbis_version_string", referenced from:
_ogg_vorbis_open in ogg_vorbis.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [libsndfile.la] Error 1
make[2]: Leaving directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/private/var/folders/gx/7lt1gq996118d06q7g9ft7dd080grz/T/nix-build-libsndfile-1.0.25.drv-0/libsndfile-1.0.25/src'
make: *** [all-recursive] Error 1
builder for `/nix/store/ka5anry5p92ip8cjgiqpwli2ywa5a6sb-libsndfile-1.0.25.drv' failed with exit code 2
error: build of `/nix/store/ka5anry5p92ip8cjgiqpwli2ywa5a6sb-libsndfile-1.0.25.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment