Skip to content

Instantly share code, notes, and snippets.

@megrimm
Created August 8, 2014 20:56
Show Gist options
  • Save megrimm/7fb43a9f2cfa1946a2fe to your computer and use it in GitHub Desktop.
Save megrimm/7fb43a9f2cfa1946a2fe to your computer and use it in GitHub Desktop.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... autotools/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 to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-apple-darwin13.3.0
checking host system type... i386-apple-darwin13.3.0
checking for gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for style of include used by make... GNU
checking dependency style of clang... none
checking whether clang and cc understand -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether clang needs -traditional... no
checking if clang supports -Wall -g -O2 flags... yes
checking if clang supports -Wall -g -O3 flags... yes
checking if clang supports -Wall -g -O3 -fomit-frame-pointer flags... yes
checking if clang supports -Wall -g -O3 -fomit-frame-pointer -mtune=i386 flags... yes
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
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 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... clang++ -E
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from clang object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common
checking if clang PIC flag -fno-common works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... 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... darwin13.3.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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking for clang++ option to produce PIC...
checking if clang++ static flag works... yes
checking if clang++ supports -c -o file.o... yes
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... darwin13.3.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for cos in -lm... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for struct timeval... yes
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for C/C++ restrict keyword... restrict
checking for __builtin_expect... no
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for memalign... no
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking __attribute__ ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating src/Makefile
config.status: creating libdca/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating libdca/libdca.pc
config.status: creating libdca/libdts.pc
config.status: creating config.h
config.status: executing depfiles commands
clang called with: --version
superenv executed: clang --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/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 -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv executed: clang conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/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 -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g conftest.c
superenv executed: clang -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c -o conftest2.o
superenv executed: clang -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c -o conftest2.o
superenv executed: clang -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
cc called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
cc called with: -c conftest.c -o conftest2.o
superenv executed: clang -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
cc called with: -c conftest.c -o conftest2.o
superenv executed: clang -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Wall -g -O2 conftest.c
superenv executed: clang -c -Wall -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Wall -g -O3 conftest.c
superenv executed: clang -c -Wall -g -O3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Wall -g -O3 -fomit-frame-pointer conftest.c
superenv executed: clang -c -Wall -g -O3 -fomit-frame-pointer conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Wall -g -O3 -fomit-frame-pointer -mtune=i386 conftest.c
superenv executed: clang -c -Wall -g -O3 -fomit-frame-pointer -mtune=i386 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -print-prog-name=ld
superenv executed: clang -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -o conftest conftest.cpp conftstm.o
superenv executed: clang++ -o conftest conftest.cpp conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -fno-rtti -fno-exceptions conftest.c
superenv executed: clang -c -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -fno-common -DPIC conftest.c
superenv executed: clang -c -fno-common -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -static conftest.c
superenv executed: clang -o conftest -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -o out/conftest2.o conftest.c
superenv executed: clang -c -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -print-search-dirs
superenv executed: clang -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv executed: clang -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -o conftest conftest.cpp
superenv executed: clang++ -o conftest conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -o conftest conftest.cpp
superenv executed: clang++ -o conftest conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -o out/conftest2.o conftest.cpp
superenv executed: clang++ -c -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest conftest.c -lm
superenv executed: clang -o conftest conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Wall -Werror conftest.c
superenv executed: clang -c -Wall -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -nostdlib -nostartfiles -o conftest conftest.c -lgcc
superenv executed: clang -nostdlib -nostartfiles -o conftest conftest.c -lgcc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/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 -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/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 -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Werror conftest.c
superenv executed: clang -c -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Werror conftest.c
superenv executed: clang -c -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Werror conftest.c
superenv executed: clang -c -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Werror conftest.c
superenv executed: clang -c -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Werror conftest.c
superenv executed: clang -c -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -Werror conftest.c
superenv executed: clang -c -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in libdca
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c -o bitstream.lo bitstream.c
mkdir .libs
clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c bitstream.c -fno-common -DPIC -o .libs/bitstream.o
clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c bitstream.c -o bitstream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c -o parse.lo parse.c
clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c parse.c -fno-common -DPIC -o .libs/parse.o
clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c parse.c -o parse.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c -o downmix.lo downmix.c
clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c downmix.c -fno-common -DPIC -o .libs/downmix.o
clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c downmix.c -o downmix.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -no-undefined -version 0:0:0 -export-symbol-regex dca_.* -o libdca.la -rpath /usr/local/Cellar/libdca/0.0.5/lib bitstream.lo parse.lo downmix.lo -lm
clang -dynamiclib -o .libs/libdca.0.0.0.dylib .libs/bitstream.o .libs/parse.o .libs/downmix.o -lm -mtune=i386 -install_name /usr/local/Cellar/libdca/0.0.5/lib/libdca.0.dylib -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0
duplicate symbol ___sputc in:
.libs/bitstream.o
.libs/parse.o
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libdca.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
HEAD: 76eaadaab81972b16c65a18f8545131b8a131186
CPU: single-core 64-bit arrandale
OS X: 10.9.4-x86_64
Xcode: 5.1.1
CLT: 6.0.0.0.1.1405597879
X11: 2.7.6 => /opt/X11
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c bitstream.c -fno-common -DPIC -o .libs/bitstream.o
superenv removed: -Wall -g -O3 -mtune=i386
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -fomit-frame-pointer -c bitstream.c -fno-common -DPIC -o .libs/bitstream.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c bitstream.c -o bitstream.o
superenv removed: -Wall -g -O3 -mtune=i386
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -fomit-frame-pointer -c bitstream.c -o bitstream.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c parse.c -fno-common -DPIC -o .libs/parse.o
superenv removed: -Wall -g -O3 -mtune=i386
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -fomit-frame-pointer -c parse.c -fno-common -DPIC -o .libs/parse.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c parse.c -o parse.o
superenv removed: -Wall -g -O3 -mtune=i386
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -fomit-frame-pointer -c parse.c -o parse.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c downmix.c -fno-common -DPIC -o .libs/downmix.o
superenv removed: -Wall -g -O3 -mtune=i386
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -fomit-frame-pointer -c downmix.c -fno-common -DPIC -o .libs/downmix.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -g -O3 -fomit-frame-pointer -mtune=i386 -c downmix.c -o downmix.o
superenv removed: -Wall -g -O3 -mtune=i386
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -fomit-frame-pointer -c downmix.c -o downmix.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -dynamiclib -o .libs/libdca.0.0.0.dylib .libs/bitstream.o .libs/parse.o .libs/downmix.o -lm -mtune=i386 -install_name /usr/local/Cellar/libdca/0.0.5/lib/libdca.0.dylib -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0
superenv removed: -mtune=i386
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -dynamiclib -o .libs/libdca.0.0.0.dylib .libs/bitstream.o .libs/parse.o .libs/downmix.o -lm -install_name /usr/local/Cellar/libdca/0.0.5/lib/libdca.0.dylib -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libdca configure 0.0.5, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libdca/0.0.5
## --------- ##
## Platform. ##
## --------- ##
hostname = megrimms-Mac.local
uname -m = x86_64
uname -r = 13.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/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 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
Kernel configured for a single processor only.
1 processor is physically available.
1 processor is logically available.
Processor type: i486 (Intel 80486)
Processor active: 0
Primary memory available: 1.00 gigabytes
Default processor set: 150 tasks, 547 threads, 1 processors
Load average: 3.80, Mach factor: 0.24
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1980: checking for a BSD-compatible install
configure:2036: result: /usr/bin/install -c
configure:2047: checking whether build environment is sane
configure:2090: result: yes
configure:2118: checking for a thread-safe mkdir -p
configure:2157: result: autotools/install-sh -c -d
configure:2170: checking for gawk
configure:2200: result: no
configure:2170: checking for mawk
configure:2200: result: no
configure:2170: checking for nawk
configure:2200: result: no
configure:2170: checking for awk
configure:2186: found /usr/bin/awk
configure:2197: result: awk
configure:2208: checking whether make sets $(MAKE)
configure:2229: result: yes
configure:2419: checking whether to enable maintainer-specific portions of Makefiles
configure:2428: result: no
configure:2447: checking build system type
configure:2465: result: i386-apple-darwin13.3.0
configure:2487: checking host system type
configure:2502: result: i386-apple-darwin13.3.0
configure:2573: checking for gcc
configure:2600: result: clang
configure:2838: checking for C compiler version
configure:2845: clang --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
configure:2848: $? = 0
configure:2855: clang -v >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
configure:2858: $? = 0
configure:2865: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:2868: $? = 1
configure:2891: checking for C compiler default output file name
configure:2918: clang conftest.c >&5
configure:2921: $? = 0
configure:2959: result: a.out
configure:2976: checking whether the C compiler works
configure:2986: ./a.out
configure:2989: $? = 0
configure:3006: result: yes
configure:3013: checking whether we are cross compiling
configure:3015: result: no
configure:3018: checking for suffix of executables
configure:3025: clang -o conftest conftest.c >&5
configure:3028: $? = 0
configure:3052: result:
configure:3058: checking for suffix of object files
configure:3084: clang -c conftest.c >&5
configure:3087: $? = 0
configure:3110: result: o
configure:3114: checking whether we are using the GNU C compiler
configure:3143: clang -c conftest.c >&5
configure:3149: $? = 0
configure:3166: result: yes
configure:3171: checking whether clang accepts -g
configure:3201: clang -c -g conftest.c >&5
configure:3207: $? = 0
configure:3306: result: yes
configure:3323: checking for clang option to accept ISO C89
configure:3397: clang -c -g -O2 conftest.c >&5
configure:3403: $? = 0
configure:3426: result: none needed
configure:3455: checking for style of include used by make
configure:3483: result: GNU
configure:3508: checking dependency style of clang
configure:3599: result: none
configure:3615: checking whether clang and cc understand -c and -o together
configure:3650: clang -c conftest.c -o conftest2.o >&5
configure:3653: $? = 0
configure:3659: clang -c conftest.c -o conftest2.o >&5
configure:3662: $? = 0
configure:3673: cc -c conftest.c >&5
configure:3676: $? = 0
configure:3684: cc -c conftest.c -o conftest2.o >&5
configure:3687: $? = 0
configure:3693: cc -c conftest.c -o conftest2.o >&5
configure:3696: $? = 0
configure:3714: result: yes
configure:3746: checking how to run the C preprocessor
configure:3786: clang -E conftest.c
configure:3792: $? = 0
configure:3823: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3829: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3862: result: clang -E
configure:3891: clang -E conftest.c
configure:3897: $? = 0
configure:3928: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3934: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3972: checking for grep that handles long lines and -e
configure:4046: result: /usr/bin/grep
configure:4051: checking for egrep
configure:4129: result: /usr/bin/grep -E
configure:4135: checking whether clang needs -traditional
conftest.c:10:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:4177: result: no
configure:4190: checking if clang supports -Wall -g -O2 flags
configure:4215: clang -c -Wall -g -O2 conftest.c >&5
configure:4221: $? = 0
configure:4236: result: yes
configure:4248: checking if clang supports -Wall -g -O3 flags
configure:4273: clang -c -Wall -g -O3 conftest.c >&5
configure:4279: $? = 0
configure:4294: result: yes
configure:4315: checking if clang supports -Wall -g -O3 -fomit-frame-pointer flags
configure:4340: clang -c -Wall -g -O3 -fomit-frame-pointer conftest.c >&5
configure:4346: $? = 0
configure:4361: result: yes
configure:4379: checking if clang supports -Wall -g -O3 -fomit-frame-pointer -mtune=i386 flags
configure:4404: clang -c -Wall -g -O3 -fomit-frame-pointer -mtune=i386 conftest.c >&5
configure:4410: $? = 0
configure:4425: result: yes
configure:4634: checking for a sed that does not truncate output
configure:4688: result: /usr/local/Library/ENV/4.3/sed
configure:4702: checking for ld used by clang
configure:4769: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:4778: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:4793: result: no
configure:4798: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:4805: result: -r
configure:4823: checking for BSD-compatible nm
configure:4872: result: /usr/bin/nm
configure:4876: checking whether ln -s works
configure:4880: result: yes
configure:4887: checking how to recognise dependent libraries
configure:5063: result: pass_all
configure:5291: checking for ANSI C header files
configure:5321: clang -c conftest.c >&5
configure:5327: $? = 0
configure:5426: clang -o conftest conftest.c >&5
configure:5429: $? = 0
configure:5435: ./conftest
configure:5438: $? = 0
configure:5455: result: yes
configure:5479: checking for sys/types.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5479: checking for sys/stat.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5479: checking for stdlib.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5479: checking for string.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5479: checking for memory.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5479: checking for strings.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5479: checking for inttypes.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5479: checking for stdint.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5479: checking for unistd.h
configure:5500: clang -c conftest.c >&5
configure:5506: $? = 0
configure:5522: result: yes
configure:5549: checking dlfcn.h usability
configure:5566: clang -c conftest.c >&5
configure:5572: $? = 0
configure:5586: result: yes
configure:5590: checking dlfcn.h presence
configure:5605: clang -E conftest.c
configure:5611: $? = 0
configure:5625: result: yes
configure:5653: checking for dlfcn.h
configure:5661: result: yes
configure:5685: checking how to run the C++ preprocessor
configure:5721: clang++ -E conftest.cpp
configure:5727: $? = 0
configure:5758: clang++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5764: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5797: result: clang++ -E
configure:5826: clang++ -E conftest.cpp
configure:5832: $? = 0
configure:5863: clang++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5869: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5915: checking the maximum length of command line arguments
configure:6024: result: 196608
configure:6035: checking command to parse /usr/bin/nm output from clang object
configure:6140: clang++ -c conftest.cpp >&5
configure:6143: $? = 0
configure:6147: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6150: $? = 0
cannot find nm_test_var in conftest.nm
configure:6140: clang++ -c conftest.cpp >&5
configure:6143: $? = 0
configure:6147: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:6150: $? = 0
configure:6202: clang++ -o conftest conftest.cpp conftstm.o >&5
configure:6205: $? = 0
configure:6243: result: ok
configure:6247: checking for objdir
configure:6262: result: .libs
configure:6354: checking for ar
configure:6370: found /usr/bin/ar
configure:6381: result: ar
configure:6450: checking for ranlib
configure:6466: found /usr/bin/ranlib
configure:6477: result: ranlib
configure:6546: checking for strip
configure:6562: found /usr/bin/strip
configure:6573: result: strip
configure:6859: checking if clang supports -fno-rtti -fno-exceptions
configure:6877: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:6881: $? = 0
configure:6894: result: yes
configure:6909: checking for clang option to produce PIC
configure:7119: result: -fno-common
configure:7127: checking if clang PIC flag -fno-common works
configure:7145: clang -c -fno-common -DPIC conftest.c >&5
configure:7149: $? = 0
configure:7162: result: yes
configure:7190: checking if clang static flag -static works
configure:7218: result: no
configure:7228: checking if clang supports -c -o file.o
configure:7249: clang -c -o out/conftest2.o conftest.c >&5
configure:7253: $? = 0
configure:7275: result: yes
configure:7301: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:8256: result: yes
configure:8323: checking dynamic linker characteristics
configure:8899: result: darwin13.3.0 dyld
configure:8908: checking how to hardcode library paths into programs
configure:8933: result: immediate
configure:8947: checking whether stripping libraries is possible
configure:8960: result: yes
configure:9753: checking if libtool supports shared libraries
configure:9755: result: yes
configure:9758: checking whether to build shared libraries
configure:9779: result: yes
configure:9782: checking whether to build static libraries
configure:9786: result: yes
configure:9878: creating libtool
configure:10608: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:11542: result: no
configure:11560: clang++ -c conftest.cpp >&5
configure:11563: $? = 0
configure:11682: checking for clang++ option to produce PIC
configure:11956: result:
configure:12027: checking if clang++ static flag works
configure:12055: result: yes
configure:12065: checking if clang++ supports -c -o file.o
configure:12086: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:12090: $? = 0
configure:12112: result: yes
configure:12138: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:12166: result: no
configure:12233: checking dynamic linker characteristics
configure:12809: result: darwin13.3.0 dyld
configure:12818: checking how to hardcode library paths into programs
configure:12843: result: immediate
configure:18962: checking for cos in -lm
configure:18997: clang -o conftest conftest.c -lm >&5
conftest.c:28:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
char cos ();
^
conftest.c:28:6: note: 'cos' is a builtin with type 'double (double)'
1 warning generated.
configure:19003: $? = 0
configure:19021: result: yes
configure:19053: checking sys/time.h usability
configure:19070: clang -c conftest.c >&5
configure:19076: $? = 0
configure:19090: result: yes
configure:19094: checking sys/time.h presence
configure:19109: clang -E conftest.c
configure:19115: $? = 0
configure:19129: result: yes
configure:19157: checking for sys/time.h
configure:19165: result: yes
configure:19053: checking time.h usability
configure:19070: clang -c conftest.c >&5
configure:19076: $? = 0
configure:19090: result: yes
configure:19094: checking time.h presence
configure:19109: clang -E conftest.c
configure:19115: $? = 0
configure:19129: result: yes
configure:19157: checking for time.h
configure:19165: result: yes
configure:19053: checking sys/timeb.h usability
configure:19070: clang -c conftest.c >&5
configure:19076: $? = 0
configure:19090: result: yes
configure:19094: checking sys/timeb.h presence
configure:19109: clang -E conftest.c
configure:19115: $? = 0
configure:19129: result: yes
configure:19157: checking for sys/timeb.h
configure:19165: result: yes
configure:19053: checking io.h usability
configure:19070: clang -c conftest.c >&5
conftest.c:57:10: fatal error: 'io.h' file not found
#include <io.h>
^
1 error generated.
configure:19076: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:19090: result: no
configure:19094: checking io.h presence
configure:19109: clang -E conftest.c
conftest.c:24:10: fatal error: 'io.h' file not found
#include <io.h>
^
1 error generated.
configure:19115: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h. */
| #include <io.h>
configure:19129: result: no
configure:19157: checking for io.h
configure:19165: result: no
configure:19178: checking for struct timeval
configure:19210: clang -c conftest.c >&5
configure:19216: $? = 0
configure:19231: result: yes
configure:19244: checking for inttypes.h
configure:19249: result: yes
configure:22142: checking for an ANSI C-conforming const
configure:22217: clang -c conftest.c >&5
configure:22223: $? = 0
configure:22238: result: yes
configure:22248: checking for inline
configure:22274: clang -c conftest.c >&5
configure:22280: $? = 0
configure:22298: result: inline
configure:22318: checking for always_inline
configure:22346: clang -c -Wall -Werror conftest.c >&5
configure:22352: $? = 0
configure:22367: result: yes
configure:22376: checking for C/C++ restrict keyword
configure:22412: clang -c conftest.c >&5
configure:22418: $? = 0
configure:22436: result: restrict
configure:22451: checking for __builtin_expect
configure:22466: clang -nostdlib -nostartfiles
-o conftest conftest.c -lgcc >&5
clang: warning: argument unused during compilation: '-nostartfiles'
ld: library not found for -lgcc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22469: $? = 1
configure:22477: result: no
configure:22486: checking for size_t
configure:22516: clang -c conftest.c >&5
configure:22522: $? = 0
configure:22537: result: yes
configure:22549: checking whether byte ordering is bigendian
configure:22582: clang -c conftest.c >&5
configure:22588: $? = 0
configure:22620: clang -c conftest.c >&5
conftest.c:33:2: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:22626: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define inline __attribute__ ((__always_inline__))
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:22766: result: no
configure:22792: checking for memalign
configure:22848: clang -o conftest conftest.c >&5
Undefined symbols for architecture x86_64:
"_memalign", referenced from:
_main in conftest-d13044.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22854: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define inline __attribute__ ((__always_inline__))
| /* end confdefs.h. */
| /* Define memalign to an innocuous variant, in case <limits.h> declares memalign.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memalign innocuous_memalign
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memalign (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef memalign
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memalign ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_memalign || defined __stub___memalign
| choke me
| #endif
|
| int
| main ()
| {
| return memalign ();
| ;
| return 0;
| }
configure:22872: result: no
configure:22792: checking for gettimeofday
configure:22848: clang -o conftest conftest.c >&5
configure:22854: $? = 0
configure:22872: result: yes
configure:22792: checking for ftime
configure:22848: clang -o conftest conftest.c >&5
configure:22854: $? = 0
configure:22872: result: yes
configure:22882: checking return type of signal handlers
configure:22910: clang -c conftest.c >&5
conftest.c:34:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:22916: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libdca"
| #define PACKAGE_TARNAME "libdca"
| #define PACKAGE_VERSION "0.0.5"
| #define PACKAGE_STRING "libdca 0.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libdca"
| #define VERSION "0.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define inline __attribute__ ((__always_inline__))
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FTIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:22931: result: void
configure:23212: checking __attribute__ ((aligned ())) support
configure:23240: clang -c -Werror conftest.c >&5
configure:23246: $? = 0
configure:23240: clang -c -Werror conftest.c >&5
configure:23246: $? = 0
configure:23240: clang -c -Werror conftest.c >&5
configure:23246: $? = 0
configure:23240: clang -c -Werror conftest.c >&5
configure:23246: $? = 0
configure:23240: clang -c -Werror conftest.c >&5
configure:23246: $? = 0
configure:23240: clang -c -Werror conftest.c >&5
configure:23246: $? = 0
configure:23262: result: 64
configure:23394: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libdca config.status 0.0.5, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on megrimms-Mac.local
config.status:689: creating Makefile
config.status:689: creating autotools/Makefile
config.status:689: creating include/Makefile
config.status:689: creating test/Makefile
config.status:689: creating src/Makefile
config.status:689: creating libdca/Makefile
config.status:689: creating libao/Makefile
config.status:689: creating vc++/Makefile
config.status:689: creating libdca/libdca.pc
config.status:689: creating libdca/libdts.pc
config.status:689: creating config.h
config.status:971: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_always_inline=yes
ac_cv_build=i386-apple-darwin13.3.0
ac_cv_builtin_expect=no
ac_cv_c_attr_align_try=64
ac_cv_c_attribute_aligned=64
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=restrict
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_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_func_ftime=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memalign=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-apple-darwin13.3.0
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_clang_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_try_cflags_ok=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_struct_timeval=yes
am_cv_CC_dependencies_compiler_type=none
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_LDCXX=
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_SED=/usr/local/Library/ENV/4.3/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/libdca-7827/libdca-0.0.5/autotools/missing --run aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/libdca-7827/libdca-0.0.5/autotools/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/libdca-7827/libdca-0.0.5/autotools/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/libdca-7827/libdca-0.0.5/autotools/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/libdca-7827/libdca-0.0.5/autotools/missing --run automake-1.10'
AWK='awk'
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS=''
COMPARE_LIBS='-lm'
CPP='clang -E'
CPPFLAGS=''
CXXCPP='clang++ -E'
CYGPATH_W='echo'
DCADEC_CFLAGS=' -Wall -g -O3 -fomit-frame-pointer -mtune=i386'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='/bin/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBAO_LIBS='-lm'
LIBDCA_CFLAGS=''
LIBDCA_LIBS='-lm'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/libdca-7827/libdca-0.0.5/autotools/missing --run makeinfo'
OBJEXT='o'
OPT_CFLAGS=' -Wall -g -O3 -fomit-frame-pointer -mtune=i386'
PACKAGE='libdca'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libdca'
PACKAGE_STRING='libdca 0.0.5'
PACKAGE_TARNAME='libdca'
PACKAGE_VERSION='0.0.5'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.0.5'
ac_ct_CC='clang'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin13.3.0'
build_alias=''
build_cpu='i386'
build_os='darwin13.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i386-apple-darwin13.3.0'
host_alias=''
host_cpu='i386'
host_os='darwin13.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /private/tmp/libdca-7827/libdca-0.0.5/autotools/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/autotools/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/libdca/0.0.5'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "libdca"
#define PACKAGE_TARNAME "libdca"
#define PACKAGE_VERSION "0.0.5"
#define PACKAGE_STRING "libdca 0.0.5"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "libdca"
#define VERSION "0.0.5"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_STRUCT_TIMEVAL 1
#define inline __attribute__ ((__always_inline__))
#define HAVE_GETTIMEOFDAY 1
#define HAVE_FTIME 1
#define RETSIGTYPE void
#define ATTRIBUTE_ALIGNED_MAX 64
configure: exit 0
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 76eaadaab81972b16c65a18f8545131b8a131186
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: single-core 64-bit arrandale
OS X: 10.9.4-x86_64
Xcode: 5.1.1
CLT: 6.0.0.0.1.1405597879
Clang: 5.1 build 503
X11: 2.7.6 => /opt/X11
System Ruby: 2.0.0-451
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
libpng12
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: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo export PATH='/usr/local/sbin:$PATH' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment