Created
November 7, 2014 23:22
-
-
Save alexreg/639e99428156515407ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-11-07 23:21:04 +0000 | |
autoreconf | |
-i | |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'Cfg'. | |
glibtoolize: copying file 'Cfg/ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'M4'. | |
glibtoolize: copying file 'M4/libtool.m4' | |
glibtoolize: copying file 'M4/ltoptions.m4' | |
glibtoolize: copying file 'M4/ltsugar.m4' | |
glibtoolize: copying file 'M4/ltversion.m4' | |
glibtoolize: copying file 'M4/lt~obsolete.m4' | |
glibtoolize: Consider adding '-I M4' to ACLOCAL_AMFLAGS in Makefile.am. | |
configure.ac:18: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: | |
configure.ac:18: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation | |
configure.ac:28: installing 'Cfg/compile' | |
configure.ac:13: installing 'Cfg/config.guess' | |
configure.ac:13: installing 'Cfg/config.sub' | |
configure.ac:18: installing 'Cfg/install-sh' | |
configure.ac:18: installing 'Cfg/missing' | |
Makefile.am:15: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | |
Makefile.am: installing 'Cfg/depcomp' | |
Makefile.am:48: warning: variable 'bin_sndfile_pitch_infer_SOURCES' is defined but no program or | |
Makefile.am:48: library has 'bin_sndfile_pitch_infer' as canonical name (possible typo) | |
Makefile.am:49: warning: variable 'bin_sndfile_pitch_infer_LDADD' is defined but no program or | |
Makefile.am:49: library has 'bin_sndfile_pitch_infer' as canonical name (possible typo) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-11-07 23:21:12 +0000 | |
./configure | |
--disable-dependency-tracking | |
--prefix=/usr/local/Homebrew/Cellar/sndfile-tools/tools | |
checking build system type... x86_64-apple-darwin14.0.0 | |
checking host system type... x86_64-apple-darwin14.0.0 | |
checking target system type... x86_64-apple-darwin14.0.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... Cfg/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking whether make sets $(MAKE)... (cached) yes | |
checking whether ln -s works... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-apple-darwin14.0.0 file names to x86_64-apple-darwin14.0.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/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 /usr/bin/nm output from clang object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
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... otool | |
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... clang -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 clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.0.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... yes | |
checking for ANSI C header files... (cached) 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 pkg-config... /usr/local/Homebrew/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for SNDFILE... yes | |
checking for SAMPLERATE... yes | |
checking for FFTW3... yes | |
checking for CAIRO... yes | |
checking for jack >= 0.100 ... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=- | |
Configuration summary : | |
Version ....................... 1.04 | |
Enable debugging .............. no | |
-e Tools : | |
Compiler is GCC ............... yes | |
GCC major version ............. 4 | |
Extra tools required for testing and examples : | |
Found SNDFILE ................. yes | |
Found SAMPLERATE .............. yes | |
Found FFTW .................... yes | |
Found CAIRO ................... yes | |
Found JACK .................... yes | |
Installation directories : | |
Program directory ............. /usr/local/Homebrew/Cellar/sndfile-tools/tools/bin | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -print-prog-name=ld | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -c -o conftest.o conftest.c | |
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -o conftest -g -O2 -static conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include | |
clang called with: -print-search-dirs | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -print-multi-os-directory | |
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lm -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lm -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lm -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lm -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -lm conftest.c -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -lm conftest.c -lm -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -lm conftest.c -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -lm conftest.c -lm -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/Homebrew/Cellar/jack/0.124.1/include conftest.c -lm -L/usr/local/Homebrew/Cellar/jack/0.124.1/lib -ljack -lpthread -framework CoreAudio -framework CoreServices -framework AudioUnit | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/Homebrew/Cellar/jack/0.124.1/include conftest.c -lm -L/usr/local/Homebrew/Cellar/jack/0.124.1/lib -ljack -lpthread -framework CoreAudio -framework CoreServices -framework AudioUnit -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -dumpversion | |
superenv executed: clang -pipe -Os -march=native -dumpversion -isystem/usr/local/Homebrew/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/Homebrew/opt/gettext/include -L/usr/local/Homebrew/opt/gettext/lib -L/usr/local/Homebrew/opt/libffi/lib -L/usr/local/Homebrew/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-11-07 23:21:18 +0000 | |
make | |
install | |
make: *** No rule to make target `src/sndfile-pitch-infer.c', needed by `src/sndfile-pitch-infer.o'. Stop. | |
make: *** Waiting for unfinished jobs.... | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 64b0ad097e2510fc1830e6879671f764cc97010b | |
HOMEBREW_PREFIX: /usr/local/Homebrew | |
CPU: 8-core 64-bit haswell | |
OS X: 10.10-x86_64 | |
Xcode: 6.1 | |
CLT: 6.1.0.0.1.1413057044 | |
X11: 2.7.7 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by sndfile-tools configure 1.04, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Homebrew/Cellar/sndfile-tools/tools | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Alex-MBP.local | |
uname -m = x86_64 | |
uname -r = 14.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 306 tasks, 1788 threads, 8 processors | |
Load average: 2.39, Mach factor: 5.59 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Homebrew/Library/ENV/4.3 | |
PATH: /usr/local/Homebrew/opt/pkg-config/bin | |
PATH: /usr/local/Homebrew/opt/autoconf/bin | |
PATH: /usr/local/Homebrew/opt/automake/bin | |
PATH: /usr/local/Homebrew/opt/libtool/bin | |
PATH: /usr/local/Homebrew/opt/libsndfile/bin | |
PATH: /usr/local/Homebrew/opt/fftw/bin | |
PATH: /usr/local/Homebrew/opt/jack/bin | |
PATH: /usr/local/Homebrew/opt/flac/bin | |
PATH: /usr/local/Homebrew/opt/libsamplerate/bin | |
PATH: /usr/local/Homebrew/opt/libpng/bin | |
PATH: /usr/local/Homebrew/opt/freetype/bin | |
PATH: /usr/local/Homebrew/opt/fontconfig/bin | |
PATH: /usr/local/Homebrew/opt/gettext/bin | |
PATH: /usr/local/Homebrew/opt/glib/bin | |
PATH: /usr/local/Homebrew/opt/cairo/bin | |
PATH: /usr/local/Homebrew/opt/git/bin | |
PATH: /opt/X11/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2226: checking build system type | |
configure:2240: result: x86_64-apple-darwin14.0.0 | |
configure:2260: checking host system type | |
configure:2273: result: x86_64-apple-darwin14.0.0 | |
configure:2293: checking target system type | |
configure:2306: result: x86_64-apple-darwin14.0.0 | |
configure:2353: checking for a BSD-compatible install | |
configure:2421: result: /usr/bin/install -c | |
configure:2432: checking whether build environment is sane | |
configure:2487: result: yes | |
configure:2638: checking for a thread-safe mkdir -p | |
configure:2677: result: Cfg/install-sh -c -d | |
configure:2684: checking for gawk | |
configure:2714: result: no | |
configure:2684: checking for mawk | |
configure:2714: result: no | |
configure:2684: checking for nawk | |
configure:2714: result: no | |
configure:2684: checking for awk | |
configure:2700: found /usr/bin/awk | |
configure:2711: result: awk | |
configure:2722: checking whether make sets $(MAKE) | |
configure:2744: result: yes | |
configure:2773: checking whether make supports nested variables | |
configure:2790: result: yes | |
configure:2927: checking whether make supports nested variables | |
configure:2944: result: yes | |
configure:3016: checking for gcc | |
configure:3043: result: clang | |
configure:3272: checking for C compiler version | |
configure:3281: clang --version >&5 | |
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.0.0 | |
Thread model: posix | |
configure:3292: $? = 0 | |
configure:3281: clang -v >&5 | |
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.0.0 | |
Thread model: posix | |
configure:3292: $? = 0 | |
configure:3281: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/Homebrew/include' | |
configure:3292: $? = 1 | |
configure:3281: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3292: $? = 1 | |
configure:3312: checking whether the C compiler works | |
configure:3334: clang conftest.c >&5 | |
configure:3338: $? = 0 | |
configure:3386: result: yes | |
configure:3389: checking for C compiler default output file name | |
configure:3391: result: a.out | |
configure:3397: checking for suffix of executables | |
configure:3404: clang -o conftest conftest.c >&5 | |
configure:3408: $? = 0 | |
configure:3430: result: | |
configure:3452: checking whether we are cross compiling | |
configure:3460: clang -o conftest conftest.c >&5 | |
configure:3464: $? = 0 | |
configure:3471: ./conftest | |
configure:3475: $? = 0 | |
configure:3490: result: no | |
configure:3495: checking for suffix of object files | |
configure:3517: clang -c conftest.c >&5 | |
configure:3521: $? = 0 | |
configure:3542: result: o | |
configure:3546: checking whether we are using the GNU C compiler | |
configure:3565: clang -c conftest.c >&5 | |
configure:3565: $? = 0 | |
configure:3574: result: yes | |
configure:3583: checking whether clang accepts -g | |
configure:3603: clang -c -g conftest.c >&5 | |
configure:3603: $? = 0 | |
configure:3644: result: yes | |
configure:3661: checking for clang option to accept ISO C89 | |
configure:3724: clang -c -g -O2 conftest.c >&5 | |
configure:3724: $? = 0 | |
configure:3737: result: none needed | |
configure:3762: checking whether clang understands -c and -o together | |
configure:3784: clang -c conftest.c -o conftest2.o | |
configure:3787: $? = 0 | |
configure:3784: clang -c conftest.c -o conftest2.o | |
configure:3787: $? = 0 | |
configure:3799: result: yes | |
configure:3827: checking for style of include used by make | |
configure:3855: result: GNU | |
configure:3881: checking dependency style of clang | |
configure:3992: result: none | |
configure:4012: checking whether make sets $(MAKE) | |
configure:4034: result: yes | |
configure:4043: checking whether ln -s works | |
configure:4047: result: yes | |
configure:4100: checking how to print strings | |
configure:4127: result: printf | |
configure:4148: checking for a sed that does not truncate output | |
configure:4212: result: /usr/local/Homebrew/Library/ENV/4.3/sed | |
configure:4230: checking for grep that handles long lines and -e | |
configure:4288: result: /usr/bin/grep | |
configure:4293: checking for egrep | |
configure:4355: result: /usr/bin/grep -E | |
configure:4360: checking for fgrep | |
configure:4422: result: /usr/bin/grep -F | |
configure:4457: checking for ld used by clang | |
configure:4524: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:4531: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:4546: result: no | |
configure:4558: checking for BSD- or MS-compatible name lister (nm) | |
configure:4612: result: /usr/bin/nm | |
configure:4742: checking the name lister (/usr/bin/nm) interface | |
configure:4749: clang -c -g -O2 conftest.c >&5 | |
configure:4752: /usr/bin/nm "conftest.o" | |
configure:4755: output | |
0000000000000220 S _some_variable | |
configure:4762: result: BSD nm | |
configure:4766: checking the maximum length of command line arguments | |
configure:4897: result: 196608 | |
configure:4945: checking how to convert x86_64-apple-darwin14.0.0 file names to x86_64-apple-darwin14.0.0 format | |
configure:4985: result: func_convert_file_noop | |
configure:4992: checking how to convert x86_64-apple-darwin14.0.0 file names to toolchain format | |
configure:5012: result: func_convert_file_noop | |
configure:5019: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:5026: result: -r | |
configure:5100: checking for objdump | |
configure:5130: result: no | |
configure:5159: checking how to recognize dependent libraries | |
configure:5356: result: pass_all | |
configure:5441: checking for dlltool | |
configure:5471: result: no | |
configure:5501: checking how to associate runtime and link libraries | |
configure:5528: result: printf %s\n | |
configure:5589: checking for ar | |
configure:5605: found /usr/bin/ar | |
configure:5616: result: ar | |
configure:5653: checking for archiver @FILE support | |
configure:5670: clang -c -g -O2 conftest.c >&5 | |
configure:5670: $? = 0 | |
configure:5673: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:5676: $? = 1 | |
configure:5696: result: no | |
configure:5754: checking for strip | |
configure:5770: found /usr/bin/strip | |
configure:5781: result: strip | |
configure:5853: checking for ranlib | |
configure:5869: found /usr/bin/ranlib | |
configure:5880: result: ranlib | |
configure:5982: checking command to parse /usr/bin/nm output from clang object | |
configure:6135: clang -c -g -O2 conftest.c >&5 | |
configure:6138: $? = 0 | |
configure:6142: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6145: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6135: clang -c -g -O2 conftest.c >&5 | |
configure:6138: $? = 0 | |
configure:6142: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6145: $? = 0 | |
configure:6211: clang -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:6214: $? = 0 | |
configure:6252: result: ok | |
configure:6299: checking for sysroot | |
configure:6329: result: no | |
configure:6336: checking for a working dd | |
configure:6374: result: /bin/dd | |
configure:6378: checking how to truncate binary pipes | |
configure:6393: result: /bin/dd bs=4096 count=1 | |
configure:6707: checking for mt | |
configure:6737: result: no | |
configure:6757: checking if : is a manifest tool | |
configure:6763: : '-?' | |
configure:6771: result: no | |
configure:6827: checking for dsymutil | |
configure:6843: found /usr/bin/dsymutil | |
configure:6854: result: dsymutil | |
configure:6919: checking for nmedit | |
configure:6935: found /usr/bin/nmedit | |
configure:6946: result: nmedit | |
configure:7011: checking for lipo | |
configure:7027: found /usr/bin/lipo | |
configure:7038: result: lipo | |
configure:7103: checking for otool | |
configure:7119: found /usr/bin/otool | |
configure:7130: result: otool | |
configure:7195: checking for otool64 | |
configure:7225: result: no | |
configure:7270: checking for -single_module linker flag | |
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7303: result: yes | |
configure:7306: checking for -exported_symbols_list linker flag | |
configure:7326: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7326: $? = 0 | |
configure:7336: result: yes | |
configure:7339: checking for -force_load linker flag | |
clang -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7371: result: yes | |
configure:7413: checking how to run the C preprocessor | |
configure:7444: clang -E conftest.c | |
configure:7444: $? = 0 | |
configure:7458: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7458: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "sndfile-tools" | |
| #define PACKAGE_TARNAME "sndfile-tools" | |
| #define PACKAGE_VERSION "1.04" | |
| #define PACKAGE_STRING "sndfile-tools 1.04" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/tools/" | |
| #define PACKAGE "sndfile-tools" | |
| #define VERSION "1.04" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7483: result: clang -E | |
configure:7503: clang -E conftest.c | |
configure:7503: $? = 0 | |
configure:7517: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7517: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "sndfile-tools" | |
| #define PACKAGE_TARNAME "sndfile-tools" | |
| #define PACKAGE_VERSION "1.04" | |
| #define PACKAGE_STRING "sndfile-tools 1.04" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/tools/" | |
| #define PACKAGE "sndfile-tools" | |
| #define VERSION "1.04" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7546: checking for ANSI C header files | |
configure:7566: clang -c -g -O2 conftest.c >&5 | |
configure:7566: $? = 0 | |
configure:7639: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7639: $? = 0 | |
configure:7639: ./conftest | |
configure:7639: $? = 0 | |
configure:7650: result: yes | |
configure:7663: checking for sys/types.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7663: checking for sys/stat.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7663: checking for stdlib.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7663: checking for string.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7663: checking for memory.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7663: checking for strings.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7663: checking for inttypes.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7663: checking for stdint.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7663: checking for unistd.h | |
configure:7663: clang -c -g -O2 conftest.c >&5 | |
configure:7663: $? = 0 | |
configure:7663: result: yes | |
configure:7677: checking for dlfcn.h | |
configure:7677: clang -c -g -O2 conftest.c >&5 | |
configure:7677: $? = 0 | |
configure:7677: result: yes | |
configure:7881: checking for objdir | |
configure:7896: result: .libs | |
configure:8167: checking if clang supports -fno-rtti -fno-exceptions | |
configure:8185: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8189: $? = 0 | |
configure:8202: result: yes | |
configure:8550: checking for clang option to produce PIC | |
configure:8557: result: -fno-common -DPIC | |
configure:8565: checking if clang PIC flag -fno-common -DPIC works | |
configure:8583: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:8587: $? = 0 | |
configure:8600: result: yes | |
configure:8629: checking if clang static flag -static works | |
configure:8657: result: no | |
configure:8672: checking if clang supports -c -o file.o | |
configure:8693: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:8697: $? = 0 | |
configure:8719: result: yes | |
configure:8727: checking if clang supports -c -o file.o | |
configure:8774: result: yes | |
configure:8807: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:9955: result: yes | |
configure:10195: checking dynamic linker characteristics | |
configure:10933: result: darwin14.0.0 dyld | |
configure:11040: checking how to hardcode library paths into programs | |
configure:11065: result: immediate | |
configure:11613: checking whether stripping libraries is possible | |
configure:11627: result: yes | |
configure:11653: checking if libtool supports shared libraries | |
configure:11655: result: yes | |
configure:11658: checking whether to build shared libraries | |
configure:11679: result: yes | |
configure:11682: checking whether to build static libraries | |
configure:11686: result: yes | |
configure:11725: checking for ANSI C header files | |
configure:11829: result: yes | |
configure:11908: checking for floor in -lm | |
configure:11933: clang -o conftest -g -O2 conftest.c -lm >&5 | |
conftest.c:32:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration] | |
char floor (); | |
^ | |
conftest.c:32:6: note: 'floor' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:11933: $? = 0 | |
configure:11942: result: yes | |
configure:11956: checking for floor | |
configure:11956: clang -o conftest -g -O2 conftest.c -lm >&5 | |
conftest.c:49:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration] | |
char floor (); | |
^ | |
conftest.c:49:6: note: 'floor' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:11956: $? = 0 | |
configure:11956: result: yes | |
configure:11956: checking for ceil | |
configure:11956: clang -o conftest -g -O2 conftest.c -lm >&5 | |
conftest.c:50:6: warning: incompatible redeclaration of library function 'ceil' [-Wincompatible-library-redeclaration] | |
char ceil (); | |
^ | |
conftest.c:50:6: note: 'ceil' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:11956: $? = 0 | |
configure:11956: result: yes | |
configure:11956: checking for fmod | |
configure:11956: clang -o conftest -g -O2 conftest.c -lm >&5 | |
conftest.c:51:6: warning: incompatible redeclaration of library function 'fmod' [-Wincompatible-library-redeclaration] | |
char fmod (); | |
^ | |
conftest.c:51:6: note: 'fmod' is a builtin with type 'double (double, double)' | |
1 warning generated. | |
configure:11956: $? = 0 | |
configure:11956: result: yes | |
configure:11966: checking for lrint | |
configure:11992: clang -o conftest -lm conftest.c -lm >&5 | |
conftest.c:40:22: warning: ignoring return value of function declared with const attribute [-Wunused-value] | |
if (!lrint(3.14159)) lrint(2.7183); | |
^~~~~ ~~~~~~ | |
1 warning generated. | |
configure:11992: $? = 0 | |
configure:12004: result: yes | |
configure:12013: checking for lrintf | |
configure:12039: clang -o conftest -lm conftest.c -lm >&5 | |
conftest.c:41:23: warning: ignoring return value of function declared with const attribute [-Wunused-value] | |
if (!lrintf(3.14159)) lrintf(2.7183); | |
^~~~~~ ~~~~~~ | |
1 warning generated. | |
configure:12039: $? = 0 | |
configure:12051: result: yes | |
configure:12130: checking for pkg-config | |
configure:12148: found /usr/local/Homebrew/opt/pkg-config/bin/pkg-config | |
configure:12160: result: /usr/local/Homebrew/opt/pkg-config/bin/pkg-config | |
configure:12185: checking pkg-config is at least version 0.9.0 | |
configure:12188: result: yes | |
configure:12198: checking for SNDFILE | |
configure:12205: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.19" | |
configure:12208: $? = 0 | |
configure:12222: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.19" | |
configure:12225: $? = 0 | |
configure:12263: result: yes | |
configure:12287: checking for SAMPLERATE | |
configure:12294: $PKG_CONFIG --exists --print-errors "samplerate >= 0.1.5" | |
configure:12297: $? = 0 | |
configure:12311: $PKG_CONFIG --exists --print-errors "samplerate >= 0.1.5" | |
configure:12314: $? = 0 | |
configure:12352: result: yes | |
configure:12377: checking for FFTW3 | |
configure:12384: $PKG_CONFIG --exists --print-errors "fftw3 >= 0.15.0" | |
configure:12387: $? = 0 | |
configure:12401: $PKG_CONFIG --exists --print-errors "fftw3 >= 0.15.0" | |
configure:12404: $? = 0 | |
configure:12442: result: yes | |
configure:12468: checking for CAIRO | |
configure:12475: $PKG_CONFIG --exists --print-errors "cairo >= 1.4.0" | |
configure:12478: $? = 0 | |
configure:12492: $PKG_CONFIG --exists --print-errors "cairo >= 1.4.0" | |
configure:12495: $? = 0 | |
configure:12533: result: yes | |
configure:12559: checking for jack >= 0.100 | |
configure:12566: $PKG_CONFIG --exists --print-errors "jack >= 0.100" | |
configure:12569: $? = 0 | |
configure:12583: $PKG_CONFIG --exists --print-errors "jack >= 0.100" | |
configure:12586: $? = 0 | |
configure:12617: clang -o conftest -g -O2 -I/usr/local/Homebrew/Cellar/jack/0.124.1/include conftest.c -lm -L/usr/local/Homebrew/Cellar/jack/0.124.1/lib -ljack -lpthread -framework CoreAudio -framework CoreServices -framework AudioUnit >&5 | |
conftest.c:39:1: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration] | |
puts (""); | |
^ | |
1 warning generated. | |
configure:12617: $? = 0 | |
configure:12658: result: yes | |
configure:12832: checking that generated files are newer than configure | |
configure:12838: result: done | |
configure:12861: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by sndfile-tools config.status 1.04, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Alex-MBP.local | |
config.status:1126: creating Makefile | |
config.status:1126: creating src/config.h | |
config.status:1355: executing depfiles commands | |
config.status:1355: executing libtool commands | |
configure:14942: result: | |
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=- | |
Configuration summary : | |
Version ....................... 1.04 | |
configure:14950: result: Enable debugging .............. no | |
configure:14969: result: | |
Extra tools required for testing and examples : | |
Found SNDFILE ................. yes | |
Found SAMPLERATE .............. yes | |
Found FFTW .................... yes | |
Found CAIRO ................... yes | |
Found JACK .................... yes | |
configure:14990: result: Installation directories : | |
Program directory ............. /usr/local/Homebrew/Cellar/sndfile-tools/tools/bin | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.0.0 | |
ac_cv_c99_lrint=yes | |
ac_cv_c99_lrintf=yes | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cairo=yes | |
ac_cv_env_CAIRO_CFLAGS_set= | |
ac_cv_env_CAIRO_CFLAGS_value= | |
ac_cv_env_CAIRO_LIBS_set= | |
ac_cv_env_CAIRO_LIBS_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_FFTW3_CFLAGS_set= | |
ac_cv_env_FFTW3_CFLAGS_value= | |
ac_cv_env_FFTW3_LIBS_set= | |
ac_cv_env_FFTW3_LIBS_value= | |
ac_cv_env_JACK_CFLAGS_set= | |
ac_cv_env_JACK_CFLAGS_value= | |
ac_cv_env_JACK_LIBS_set= | |
ac_cv_env_JACK_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Homebrew/Library/ENV/pkgconfig/10.10:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/Homebrew/opt/libsndfile/lib/pkgconfig:/usr/local/Homebrew/opt/fftw/lib/pkgconfig:/usr/local/Homebrew/opt/jack/lib/pkgconfig:/usr/local/Homebrew/opt/flac/lib/pkgconfig:/usr/local/Homebrew/opt/libogg/lib/pkgconfig:/usr/local/Homebrew/opt/libvorbis/lib/pkgconfig:/usr/local/Homebrew/opt/libsamplerate/lib/pkgconfig:/usr/local/Homebrew/opt/libpng/lib/pkgconfig:/usr/local/Homebrew/opt/freetype/lib/pkgconfig:/usr/local/Homebrew/opt/fontconfig/lib/pkgconfig:/usr/local/Homebrew/opt/pixman/lib/pkgconfig:/usr/local/Homebrew/opt/libffi/lib/pkgconfig:/usr/local/Homebrew/opt/glib/lib/pkgconfig:/usr/local/Homebrew/opt/cairo/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_SAMPLERATE_CFLAGS_set= | |
ac_cv_env_SAMPLERATE_CFLAGS_value= | |
ac_cv_env_SAMPLERATE_LIBS_set= | |
ac_cv_env_SAMPLERATE_LIBS_value= | |
ac_cv_env_SNDFILE_CFLAGS_set= | |
ac_cv_env_SNDFILE_CFLAGS_value= | |
ac_cv_env_SNDFILE_LIBS_set= | |
ac_cv_env_SNDFILE_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_fftw3=yes | |
ac_cv_func_ceil=yes | |
ac_cv_func_floor=yes | |
ac_cv_func_fmod=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin14.0.0 | |
ac_cv_jack=yes | |
ac_cv_lib_m_floor=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/local/Homebrew/Library/ENV/4.3/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/Homebrew/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_lt_DD=/bin/dd | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
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_samplerate=yes | |
ac_cv_sndfile=yes | |
ac_cv_target=x86_64-apple-darwin14.0.0 | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_global_symbol_to_import= | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | |
pkg_cv_CAIRO_CFLAGS='-I/usr/local/Homebrew/Cellar/libpng/1.6.13/include/libpng16 -I/usr/local/Homebrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Homebrew/Cellar/fontconfig/2.11.1/include -I/usr/local/Homebrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Homebrew/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Homebrew/Cellar/glib/2.42.0/include/glib-2.0 -I/usr/local/Homebrew/Cellar/glib/2.42.0/lib/glib-2.0/include -I/usr/local/Homebrew/opt/gettext/include -I/usr/local/Homebrew/Cellar/cairo/1.14.0/include/cairo -I/opt/X11/include ' | |
pkg_cv_CAIRO_LIBS='-L/usr/local/Homebrew/Cellar/cairo/1.14.0/lib -lcairo ' | |
pkg_cv_FFTW3_CFLAGS='-I/usr/local/Homebrew/Cellar/fftw/3.3.4/include ' | |
pkg_cv_FFTW3_LIBS='-L/usr/local/Homebrew/Cellar/fftw/3.3.4/lib -lfftw3 ' | |
pkg_cv_JACK_CFLAGS='-I/usr/local/Homebrew/Cellar/jack/0.124.1/include ' | |
pkg_cv_JACK_LIBS='-L/usr/local/Homebrew/Cellar/jack/0.124.1/lib -ljack -lpthread -framework CoreAudio -framework CoreServices -framework AudioUnit ' | |
pkg_cv_SAMPLERATE_CFLAGS='-I/usr/local/Homebrew/Cellar/libsamplerate/0.1.8/include ' | |
pkg_cv_SAMPLERATE_LIBS='-L/usr/local/Homebrew/Cellar/libsamplerate/0.1.8/lib -lsamplerate ' | |
pkg_cv_SNDFILE_CFLAGS='-I/usr/local/Homebrew/Cellar/libsndfile/1.0.25/include ' | |
pkg_cv_SNDFILE_LIBS='-L/usr/local/Homebrew/Cellar/libsndfile/1.0.25/lib -lsndfile ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/sndfile-tools-1w3wtF/Cfg/missing aclocal-1.14' | |
ACLOCAL_AMFLAGS='-I M4' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/sndfile-tools-1w3wtF/Cfg/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/sndfile-tools-1w3wtF/Cfg/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/sndfile-tools-1w3wtF/Cfg/missing automake-1.14' | |
AWK='awk' | |
CAIRO_CFLAGS='-I/usr/local/Homebrew/Cellar/libpng/1.6.13/include/libpng16 -I/usr/local/Homebrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Homebrew/Cellar/fontconfig/2.11.1/include -I/usr/local/Homebrew/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Homebrew/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Homebrew/Cellar/glib/2.42.0/include/glib-2.0 -I/usr/local/Homebrew/Cellar/glib/2.42.0/lib/glib-2.0/include -I/usr/local/Homebrew/opt/gettext/include -I/usr/local/Homebrew/Cellar/cairo/1.14.0/include/cairo -I/opt/X11/include ' | |
CAIRO_LIBS='-L/usr/local/Homebrew/Cellar/cairo/1.14.0/lib -lcairo ' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2 -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith' | |
COMPILER_IS_GCC='' | |
CPP='clang -E' | |
CPPFLAGS='' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_DEBUG='' | |
EXEEXT='' | |
FFTW3_CFLAGS='-I/usr/local/Homebrew/Cellar/fftw/3.3.4/include ' | |
FFTW3_LIBS='-L/usr/local/Homebrew/Cellar/fftw/3.3.4/lib -lfftw3 ' | |
FGREP='/usr/bin/grep -F' | |
GCC_MAJOR_VERSION='4' | |
GREP='/usr/bin/grep' | |
HAVE_CAIRO='1' | |
HAVE_FFTW3='1' | |
HAVE_JACK='1' | |
HAVE_SNDFILE='1' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
JACK_CFLAGS='-I/usr/local/Homebrew/Cellar/jack/0.124.1/include ' | |
JACK_LIBS='-L/usr/local/Homebrew/Cellar/jack/0.124.1/lib -ljack -lpthread -framework CoreAudio -framework CoreServices -framework AudioUnit ' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='-lm ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/sndfile-tools-1w3wtF/Cfg/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='Cfg/install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='sndfile-tools' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='sndfile-tools' | |
PACKAGE_STRING='sndfile-tools 1.04' | |
PACKAGE_TARNAME='sndfile-tools' | |
PACKAGE_URL='http://www.mega-nerd.com/libsndfile/tools/' | |
PACKAGE_VERSION='1.04' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/Homebrew/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Homebrew/Library/ENV/pkgconfig/10.10:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig' | |
PKG_CONFIG_PATH='/usr/local/Homebrew/opt/libsndfile/lib/pkgconfig:/usr/local/Homebrew/opt/fftw/lib/pkgconfig:/usr/local/Homebrew/opt/jack/lib/pkgconfig:/usr/local/Homebrew/opt/flac/lib/pkgconfig:/usr/local/Homebrew/opt/libogg/lib/pkgconfig:/usr/local/Homebrew/opt/libvorbis/lib/pkgconfig:/usr/local/Homebrew/opt/libsamplerate/lib/pkgconfig:/usr/local/Homebrew/opt/libpng/lib/pkgconfig:/usr/local/Homebrew/opt/freetype/lib/pkgconfig:/usr/local/Homebrew/opt/fontconfig/lib/pkgconfig:/usr/local/Homebrew/opt/pixman/lib/pkgconfig:/usr/local/Homebrew/opt/libffi/lib/pkgconfig:/usr/local/Homebrew/opt/glib/lib/pkgconfig:/usr/local/Homebrew/opt/cairo/lib/pkgconfig' | |
RANLIB='ranlib' | |
SAMPLERATE_CFLAGS='-I/usr/local/Homebrew/Cellar/libsamplerate/0.1.8/include ' | |
SAMPLERATE_LIBS='-L/usr/local/Homebrew/Cellar/libsamplerate/0.1.8/lib -lsamplerate ' | |
SED='/usr/local/Homebrew/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SNDFILE_CFLAGS='-I/usr/local/Homebrew/Cellar/libsndfile/1.0.25/include ' | |
SNDFILE_LIBS='-L/usr/local/Homebrew/Cellar/libsndfile/1.0.25/lib -lsndfile ' | |
STRIP='strip' | |
VERSION='1.04' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
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='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.0.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.0.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin14.0.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin14.0.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/sndfile-tools-1w3wtF/Cfg/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Homebrew/Cellar/sndfile-tools/tools' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin14.0.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin14.0.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "sndfile-tools" | |
#define PACKAGE_TARNAME "sndfile-tools" | |
#define PACKAGE_VERSION "1.04" | |
#define PACKAGE_STRING "sndfile-tools 1.04" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/tools/" | |
#define PACKAGE "sndfile-tools" | |
#define VERSION "1.04" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define STDC_HEADERS 1 | |
#define ENABLE_DEBUG 0 | |
#define HAVE_LIBM 1 | |
#define HAVE_FLOOR 1 | |
#define HAVE_CEIL 1 | |
#define HAVE_FMOD 1 | |
#define HAVE_LRINT 1 | |
#define HAVE_LRINTF 1 | |
#define HAVE_SNDFILE 1 | |
#define HAVE_SAMPLERATE 1 | |
#define HAVE_FFTW3 1 | |
#define HAVE_CAIRO 1 | |
#define HAVE_JACK 1 | |
#define COMPILER_IS_GCC 1 | |
#define GCC_MAJOR_VERSION 4 | |
configure: exit 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: gh+ssh://Homebrew/homebrew.git | |
HEAD: 64b0ad097e2510fc1830e6879671f764cc97010b | |
Last commit: 2 hours ago | |
HOMEBREW_PREFIX: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Homebrew/Cellar | |
CPU: 8-core 64-bit haswell | |
OS X: 10.10-x86_64 | |
Xcode: 6.1 | |
CLT: 6.1.0.0.1.1413057044 | |
GCC-4.2: build 5666 | |
Clang: 6.0 build 600 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-481 | |
Perl: /usr/pkg/bin/perl | |
Python: /usr/local/Homebrew/bin/python => /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/Homebrew/bin/ruby => /usr/local/Homebrew/Cellar/ruby/2.1.4/bin/ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/usr/pkg/bin/ncurses5-config | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libaubio.4.1.1.dylib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/aubio/aubio.h | |
/usr/local/include/aubio/cvec.h | |
/usr/local/include/aubio/fmat.h | |
/usr/local/include/aubio/fvec.h | |
/usr/local/include/aubio/io/audio_unit.h | |
/usr/local/include/aubio/io/sink.h | |
/usr/local/include/aubio/io/sink_apple_audio.h | |
/usr/local/include/aubio/io/sink_sndfile.h | |
/usr/local/include/aubio/io/sink_wavwrite.h | |
/usr/local/include/aubio/io/source.h | |
/usr/local/include/aubio/io/source_apple_audio.h | |
/usr/local/include/aubio/io/source_avcodec.h | |
/usr/local/include/aubio/io/source_sndfile.h | |
/usr/local/include/aubio/io/source_wavread.h | |
/usr/local/include/aubio/lvec.h | |
/usr/local/include/aubio/mathutils.h | |
/usr/local/include/aubio/musicutils.h | |
/usr/local/include/aubio/onset/onset.h | |
/usr/local/include/aubio/onset/peakpicker.h | |
/usr/local/include/aubio/pitch/pitch.h | |
/usr/local/include/aubio/pitch/pitchfcomb.h | |
/usr/local/include/aubio/pitch/pitchmcomb.h | |
/usr/local/include/aubio/pitch/pitchschmitt.h | |
/usr/local/include/aubio/pitch/pitchspecacf.h | |
/usr/local/include/aubio/pitch/pitchyin.h | |
/usr/local/include/aubio/pitch/pitchyinfft.h | |
/usr/local/include/aubio/spectral/fft.h | |
/usr/local/include/aubio/spectral/filterbank.h | |
/usr/local/include/aubio/spectral/filterbank_mel.h | |
/usr/local/include/aubio/spectral/mfcc.h | |
/usr/local/include/aubio/spectral/phasevoc.h | |
/usr/local/include/aubio/spectral/specdesc.h | |
/usr/local/include/aubio/spectral/tss.h | |
/usr/local/include/aubio/synth/sampler.h | |
/usr/local/include/aubio/synth/wavetable.h | |
/usr/local/include/aubio/tempo/beattracking.h | |
/usr/local/include/aubio/tempo/tempo.h | |
/usr/local/include/aubio/temporal/a_weighting.h | |
/usr/local/include/aubio/temporal/biquad.h | |
/usr/local/include/aubio/temporal/c_weighting.h | |
/usr/local/include/aubio/temporal/filter.h | |
/usr/local/include/aubio/temporal/resampler.h | |
/usr/local/include/aubio/types.h | |
/usr/local/include/aubio/utils/hist.h | |
/usr/local/include/aubio/utils/parameter.h | |
/usr/local/include/aubio/utils/scale.h | |
/usr/local/include/aubio/vecutils.h | |
/usr/local/include/jack/control.h | |
/usr/local/include/jack/intclient.h | |
/usr/local/include/jack/jack.h | |
/usr/local/include/jack/jslist.h | |
/usr/local/include/jack/metadata.h | |
/usr/local/include/jack/midiport.h | |
/usr/local/include/jack/net.h | |
/usr/local/include/jack/ringbuffer.h | |
/usr/local/include/jack/session.h | |
/usr/local/include/jack/statistics.h | |
/usr/local/include/jack/systemdeps.h | |
/usr/local/include/jack/thread.h | |
/usr/local/include/jack/transport.h | |
/usr/local/include/jack/types.h | |
/usr/local/include/jack/uuid.h | |
/usr/local/include/jack/weakjack.h | |
/usr/local/include/jack/weakmacros.h | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/aubio.pc | |
/usr/local/lib/pkgconfig/jack.pc | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libaubio.a | |
Warning: Your Homebrew is not installed to /usr/local | |
You can install Homebrew anywhere you want, but some brews may only build | |
correctly if you install in /usr/local. Sorry! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment