Created
May 20, 2014 21:15
-
-
Save dts/5f9c6ab209f580157d7d to your computer and use it in GitHub Desktop.
This file contains 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
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./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 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 for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking whether we are using the GNU C++ compiler... no | |
checking whether clang++ accepts -g... yes | |
checking dependency style of clang++... none | |
checking whether clang and cc understand -c and -o together... yes | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/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 whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.1.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 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... darwin13.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... clang++ -E | |
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no | |
libtool.m4: error: problem compiling CXX test program | |
checking for clang++ option to produce PIC... -DPIC | |
checking if clang++ PIC flag -DPIC works... no | |
checking if clang++ static flag works... no | |
checking if clang++ supports -c -o file.o... no | |
checking if clang++ supports -c -o file.o... (cached) no | |
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.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for libusbmuxd... yes | |
checking for libplist... yes | |
checking for libplistmm... yes | |
checking for pthread_create, pthread_mutex_lock in -lpthread... yes | |
checking for ANSI C header files... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking gcrypt.h usability... yes | |
checking gcrypt.h presence... yes | |
checking for gcrypt.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint8_t... yes | |
checking for strcasecmp... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strndup... yes | |
checking for asprintf... yes | |
checking for vasprintf... yes | |
checking endian.h usability... no | |
checking endian.h presence... no | |
checking for endian.h... no | |
checking whether to enable WIN32 build settings... no | |
checking for openssl... yes | |
checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for native large file support... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking whether make supports nested variables... (cached) yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating include/Makefile | |
config.status: creating dev/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating cython/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating libimobiledevice-1.0.pc | |
config.status: creating doxygen.cfg | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Configuration for libimobiledevice 1.1.5: | |
------------------------------------------- | |
Install prefix: .........: /usr/local/Cellar/libimobiledevice/1.1.5_2 | |
Debug code ..............: no | |
Dev tools ...............: no | |
Python bindings .........: no | |
SSL support backend .....: OpenSSL | |
Now type 'make' to build libimobiledevice 1.1.5, | |
and then 'make install' for installation. | |
This file contains 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/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 -pipe -Os -march=native -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: -qversion | |
superenv executed: clang -pipe -Os -march=native -qversion -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: -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 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 -pipe -Os -march=native -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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: --version | |
superenv executed: clang++ -pipe -Os -march=native --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++ -pipe -Os -march=native -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: -qversion | |
superenv executed: clang++ -pipe -Os -march=native -qversion -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 -std=gnu89 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -std=gnu89 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -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 -pipe -Os -march=native -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 -pipe -Os -march=native -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 -pipe -Os -march=native -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 -pipe -Os -march=native -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 -pipe -Os -march=native -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 - | |
superenv executed: clang -E - -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 -pipe -Os -march=native -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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -std=gnu89 conftest.c conftstm.o | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 conftest.c 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: -std=gnu89 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv executed: clang -pipe -Os -march=native -std=gnu89 -o libconftest.dylib -dynamiclib -Wl,-single_module 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 -std=gnu89 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 -Wl,-exported_symbols_list,conftest.sym 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: -std=gnu89 -c -o conftest.o conftest.c | |
superenv executed: clang -pipe -Os -march=native -std=gnu89 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -std=gnu89 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv executed: clang -pipe -Os -march=native -std=gnu89 -o conftest conftest.c -Wl,-force_load,./libconftest.a -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: -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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 -fno-rtti -fno-exceptions conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -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 -std=gnu89 -fno-common -DPIC -DPIC conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -fno-common -DPIC -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 -std=gnu89 -static conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 -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 -std=gnu89 -o out/conftest2.o conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -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 -pipe -Os -march=native -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: -std=gnu89 -print-multi-os-directory | |
superenv executed: clang -pipe -Os -march=native -std=gnu89 -print-multi-os-directory -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: -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 -std=gnu89 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -std=gnu89 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -o conftest -std=gnu89 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -std=gnu89 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -std=gnu89 -DPIC -DPIC conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -std=gnu89 -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -o conftest -std=gnu89 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 -o out/conftest2.o conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -std=gnu89 -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 -std=gnu89 conftest.c -lpthread | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 conftest.c -lpthread -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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 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 -std=gnu89 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 -Wextra conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wextra conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 -Wmissing-declarations conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wmissing-declarations conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 -Wredundant-decls conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wredundant-decls conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 -Wshadow conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wshadow conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 -Wpointer-arith conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 -Wwrite-strings conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wwrite-strings conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 -Wswitch-default conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wswitch-default conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 -Wno-unused-parameter conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 -Wno-unused-parameter conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -std=gnu89 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 -std=gnu89 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -std=gnu89 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 | |
This file contains 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
Making install in src | |
CC idevice.lo | |
CC debug.lo | |
CC userpref.lo | |
CC service.lo | |
CC property_list_service.lo | |
CC device_link_service.lo | |
CC lockdown.lo | |
CC afc.lo | |
CC file_relay.lo | |
CC notification_proxy.lo | |
CC installation_proxy.lo | |
CC sbservices.lo | |
CC mobile_image_mounter.lo | |
CC screenshotr.lo | |
CC mobilesync.lo | |
CC mobilebackup.lo | |
CC house_arrest.lo | |
CC mobilebackup2.lo | |
CC misagent.lo | |
CC restore.lo | |
CC diagnostics_relay.lo | |
CC heartbeat.lo | |
CC webinspector.lo | |
CCLD libimobiledevice.la | |
Undefined symbols for architecture x86_64: | |
"_SSL_CTX_free", referenced from: | |
_idevice_connection_disable_ssl in idevice.o | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_CTX_new", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_CTX_use_RSAPrivateKey", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_CTX_use_certificate", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_do_handshake", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_free", referenced from: | |
_idevice_connection_disable_ssl in idevice.o | |
"_SSL_library_init", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_new", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_read", referenced from: | |
_idevice_connection_receive_timeout in idevice.o | |
_idevice_connection_receive in idevice.o | |
"_SSL_set_bio", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_set_connect_state", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_set_verify", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_shutdown", referenced from: | |
_idevice_connection_disable_ssl in idevice.o | |
"_SSL_write", referenced from: | |
_idevice_connection_send in idevice.o | |
"_SSLv3_method", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [libimobiledevice.la] Error 1 | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: c9e0bad20d8d227a80329dbff114c17ebcc3269c | |
CPU: quad-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
X11: 2.7.6 => /opt/X11 |
This file contains 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: -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c idevice.c -fno-common -DPIC -o .libs/idevice.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c idevice.c -fno-common -DPIC -o .libs/idevice.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c userpref.c -fno-common -DPIC -o .libs/userpref.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c userpref.c -fno-common -DPIC -o .libs/userpref.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c debug.c -fno-common -DPIC -o .libs/debug.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c debug.c -fno-common -DPIC -o .libs/debug.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c service.c -fno-common -DPIC -o .libs/service.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c service.c -fno-common -DPIC -o .libs/service.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c debug.c -o debug.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c debug.c -o debug.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c service.c -o service.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c service.c -o service.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c property_list_service.c -fno-common -DPIC -o .libs/property_list_service.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c property_list_service.c -fno-common -DPIC -o .libs/property_list_service.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c idevice.c -o idevice.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c idevice.c -o idevice.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c userpref.c -o userpref.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c userpref.c -o userpref.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c property_list_service.c -o property_list_service.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c property_list_service.c -o property_list_service.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c device_link_service.c -fno-common -DPIC -o .libs/device_link_service.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c device_link_service.c -fno-common -DPIC -o .libs/device_link_service.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c lockdown.c -fno-common -DPIC -o .libs/lockdown.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c lockdown.c -fno-common -DPIC -o .libs/lockdown.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c device_link_service.c -o device_link_service.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c device_link_service.c -o device_link_service.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c afc.c -fno-common -DPIC -o .libs/afc.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c afc.c -fno-common -DPIC -o .libs/afc.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c file_relay.c -fno-common -DPIC -o .libs/file_relay.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c file_relay.c -fno-common -DPIC -o .libs/file_relay.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c file_relay.c -o file_relay.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c file_relay.c -o file_relay.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c notification_proxy.c -fno-common -DPIC -o .libs/notification_proxy.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c notification_proxy.c -fno-common -DPIC -o .libs/notification_proxy.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c afc.c -o afc.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c afc.c -o afc.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c lockdown.c -o lockdown.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c lockdown.c -o lockdown.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c notification_proxy.c -o notification_proxy.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c notification_proxy.c -o notification_proxy.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c installation_proxy.c -fno-common -DPIC -o .libs/installation_proxy.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c installation_proxy.c -fno-common -DPIC -o .libs/installation_proxy.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c installation_proxy.c -o installation_proxy.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c installation_proxy.c -o installation_proxy.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c sbservices.c -fno-common -DPIC -o .libs/sbservices.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c sbservices.c -fno-common -DPIC -o .libs/sbservices.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c mobile_image_mounter.c -fno-common -DPIC -o .libs/mobile_image_mounter.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c mobile_image_mounter.c -fno-common -DPIC -o .libs/mobile_image_mounter.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c screenshotr.c -fno-common -DPIC -o .libs/screenshotr.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c screenshotr.c -fno-common -DPIC -o .libs/screenshotr.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c sbservices.c -o sbservices.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c sbservices.c -o sbservices.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c mobile_image_mounter.c -o mobile_image_mounter.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c mobile_image_mounter.c -o mobile_image_mounter.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c screenshotr.c -o screenshotr.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c screenshotr.c -o screenshotr.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c mobilesync.c -fno-common -DPIC -o .libs/mobilesync.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c mobilesync.c -fno-common -DPIC -o .libs/mobilesync.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c mobilebackup.c -fno-common -DPIC -o .libs/mobilebackup.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c mobilebackup.c -fno-common -DPIC -o .libs/mobilebackup.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c house_arrest.c -fno-common -DPIC -o .libs/house_arrest.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c house_arrest.c -fno-common -DPIC -o .libs/house_arrest.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c mobilebackup2.c -fno-common -DPIC -o .libs/mobilebackup2.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c mobilebackup2.c -fno-common -DPIC -o .libs/mobilebackup2.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c mobilesync.c -o mobilesync.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c mobilesync.c -o mobilesync.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c house_arrest.c -o house_arrest.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c house_arrest.c -o house_arrest.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c mobilebackup.c -o mobilebackup.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c mobilebackup.c -o mobilebackup.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c mobilebackup2.c -o mobilebackup2.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c mobilebackup2.c -o mobilebackup2.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c misagent.c -fno-common -DPIC -o .libs/misagent.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c misagent.c -fno-common -DPIC -o .libs/misagent.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c restore.c -fno-common -DPIC -o .libs/restore.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c restore.c -fno-common -DPIC -o .libs/restore.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c diagnostics_relay.c -fno-common -DPIC -o .libs/diagnostics_relay.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c diagnostics_relay.c -fno-common -DPIC -o .libs/diagnostics_relay.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c heartbeat.c -fno-common -DPIC -o .libs/heartbeat.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c heartbeat.c -fno-common -DPIC -o .libs/heartbeat.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c misagent.c -o misagent.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c misagent.c -o misagent.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c restore.c -o restore.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c restore.c -o restore.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c heartbeat.c -o heartbeat.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c heartbeat.c -o heartbeat.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c diagnostics_relay.c -o diagnostics_relay.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c diagnostics_relay.c -o diagnostics_relay.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c webinspector.c -fno-common -DPIC -o .libs/webinspector.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c webinspector.c -fno-common -DPIC -o .libs/webinspector.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 -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -D_LARGE_FILES=1 -std=gnu89 -c webinspector.c -o webinspector.o | |
superenv removed: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -I/usr/include/libxml2 | |
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 -Wno-unused-parameter -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libplist/1.10/include -D_LARGE_FILES=1 -std=gnu89 -c webinspector.c -o webinspector.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -dynamiclib -o .libs/libimobiledevice.4.dylib .libs/idevice.o .libs/debug.o .libs/userpref.o .libs/service.o .libs/property_list_service.o .libs/device_link_service.o .libs/lockdown.o .libs/afc.o .libs/file_relay.o .libs/notification_proxy.o .libs/installation_proxy.o .libs/sbservices.o .libs/mobile_image_mounter.o .libs/screenshotr.o .libs/mobilesync.o .libs/mobilebackup.o .libs/house_arrest.o .libs/mobilebackup2.o .libs/misagent.o .libs/restore.o .libs/diagnostics_relay.o .libs/heartbeat.o .libs/webinspector.o -L/usr/local/Cellar/libplist/1.10/lib -lplist -L/usr/local/Cellar/usbmuxd/1.0.8/lib -lusbmuxd -lpthread -lssl -lcrypto -lz -install_name /usr/local/Cellar/libimobiledevice/1.1.5_2/lib/libimobiledevice.4.dylib -compatibility_version 5 -current_version 5.1 -Wl,-single_module | |
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/libimobiledevice.4.dylib .libs/idevice.o .libs/debug.o .libs/userpref.o .libs/service.o .libs/property_list_service.o .libs/device_link_service.o .libs/lockdown.o .libs/afc.o .libs/file_relay.o .libs/notification_proxy.o .libs/installation_proxy.o .libs/sbservices.o .libs/mobile_image_mounter.o .libs/screenshotr.o .libs/mobilesync.o .libs/mobilebackup.o .libs/house_arrest.o .libs/mobilebackup2.o .libs/misagent.o .libs/restore.o .libs/diagnostics_relay.o .libs/heartbeat.o .libs/webinspector.o -L/usr/local/Cellar/libplist/1.10/lib -lplist -L/usr/local/Cellar/usbmuxd/1.0.8/lib -lusbmuxd -lpthread -lssl -lcrypto -lz -install_name /usr/local/Cellar/libimobiledevice/1.1.5_2/lib/libimobiledevice.4.dylib -compatibility_version 5 -current_version 5.1 -Wl,-single_module -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 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: https://github.com/Homebrew/homebrew.git | |
HEAD: c9e0bad20d8d227a80329dbff114c17ebcc3269c | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
GCC-4.2: build 5666 | |
Clang: 5.1 build 503 | |
X11: 2.7.6 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/dstaudigel/.rbenv/shims/ruby |
This file contains 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
$ brew doctor | |
Your system is ready to brew. |
This file contains 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
==> Downloading http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.5.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/libimobiledevice-1.1.5.tar.bz2 | |
==> Verifying libimobiledevice-1.1.5.tar.bz2 checksum | |
tar xf /Library/Caches/Homebrew/libimobiledevice-1.1.5.tar.bz2 | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libimobiledevice/1.1.5_2 --without-cython | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./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 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 for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking whether we are using the GNU C++ compiler... no | |
checking whether clang++ accepts -g... yes | |
checking dependency style of clang++... none | |
checking whether clang and cc understand -c and -o together... yes | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/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 whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.1.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 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... darwin13.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... clang++ -E | |
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no | |
libtool.m4: error: problem compiling CXX test program | |
checking for clang++ option to produce PIC... -DPIC | |
checking if clang++ PIC flag -DPIC works... no | |
checking if clang++ static flag works... no | |
checking if clang++ supports -c -o file.o... no | |
checking if clang++ supports -c -o file.o... (cached) no | |
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.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for libusbmuxd... yes | |
checking for libplist... yes | |
checking for libplistmm... yes | |
checking for pthread_create, pthread_mutex_lock in -lpthread... yes | |
checking for ANSI C header files... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking gcrypt.h usability... yes | |
checking gcrypt.h presence... yes | |
checking for gcrypt.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint8_t... yes | |
checking for strcasecmp... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strndup... yes | |
checking for asprintf... yes | |
checking for vasprintf... yes | |
checking endian.h usability... no | |
checking endian.h presence... no | |
checking for endian.h... no | |
checking whether to enable WIN32 build settings... no | |
checking for openssl... yes | |
checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for native large file support... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking whether make supports nested variables... (cached) yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating include/Makefile | |
config.status: creating dev/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating cython/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating libimobiledevice-1.0.pc | |
config.status: creating doxygen.cfg | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Configuration for libimobiledevice 1.1.5: | |
------------------------------------------- | |
Install prefix: .........: /usr/local/Cellar/libimobiledevice/1.1.5_2 | |
Debug code ..............: no | |
Dev tools ...............: no | |
Python bindings .........: no | |
SSL support backend .....: OpenSSL | |
Now type 'make' to build libimobiledevice 1.1.5, | |
and then 'make install' for installation. | |
==> make install | |
Making install in src | |
CC idevice.lo | |
CC debug.lo | |
CC userpref.lo | |
CC service.lo | |
CC property_list_service.lo | |
CC device_link_service.lo | |
CC lockdown.lo | |
CC afc.lo | |
CC file_relay.lo | |
CC notification_proxy.lo | |
CC installation_proxy.lo | |
CC sbservices.lo | |
CC mobile_image_mounter.lo | |
CC screenshotr.lo | |
CC mobilesync.lo | |
CC mobilebackup.lo | |
CC house_arrest.lo | |
CC mobilebackup2.lo | |
CC misagent.lo | |
CC restore.lo | |
CC diagnostics_relay.lo | |
CC heartbeat.lo | |
CC webinspector.lo | |
CCLD libimobiledevice.la | |
Undefined symbols for architecture x86_64: | |
"_SSL_CTX_free", referenced from: | |
_idevice_connection_disable_ssl in idevice.o | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_CTX_new", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_CTX_use_RSAPrivateKey", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_CTX_use_certificate", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_do_handshake", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_free", referenced from: | |
_idevice_connection_disable_ssl in idevice.o | |
"_SSL_library_init", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_new", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_read", referenced from: | |
_idevice_connection_receive_timeout in idevice.o | |
_idevice_connection_receive in idevice.o | |
"_SSL_set_bio", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_set_connect_state", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_set_verify", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
"_SSL_shutdown", referenced from: | |
_idevice_connection_disable_ssl in idevice.o | |
"_SSL_write", referenced from: | |
_idevice_connection_send in idevice.o | |
"_SSLv3_method", referenced from: | |
_idevice_connection_enable_ssl in idevice.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [libimobiledevice.la] Error 1 | |
make: *** [install-recursive] Error 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: c9e0bad20d8d227a80329dbff114c17ebcc3269c | |
CPU: quad-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
X11: 2.7.6 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
CFLAGS: -std=gnu89 | |
CXXFLAGS: -std=gnu89 | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/libplist/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/usbmuxd/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtasn1/bin:/usr/local/opt/libplist/bin:/usr/local/opt/usbmuxd/bin:/usr/local/opt/nettle/bin:/usr/local/opt/gnutls/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libgcrypt/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: libimobiledevice 1.1.5 did not build | |
Logs: | |
/Users/dstaudigel/Library/Logs/Homebrew/libimobiledevice/01.configure | |
/Users/dstaudigel/Library/Logs/Homebrew/libimobiledevice/01.configure.cc | |
/Users/dstaudigel/Library/Logs/Homebrew/libimobiledevice/02.make | |
/Users/dstaudigel/Library/Logs/Homebrew/libimobiledevice/02.make.cc | |
/Users/dstaudigel/Library/Logs/Homebrew/libimobiledevice/config.log |
This file contains 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 libimobiledevice configure 1.1.5, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libimobiledevice/1.1.5_2 --without-cython | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = betty-3.local | |
uname -m = x86_64 | |
uname -r = 13.1.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~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 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 262 tasks, 1302 threads, 4 processors | |
Load average: 4.96, Mach factor: 1.03 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/libtasn1/bin | |
PATH: /usr/local/opt/libplist/bin | |
PATH: /usr/local/opt/usbmuxd/bin | |
PATH: /usr/local/opt/nettle/bin | |
PATH: /usr/local/opt/gnutls/bin | |
PATH: /usr/local/opt/libgpg-error/bin | |
PATH: /usr/local/opt/libgcrypt/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2605: checking for a BSD-compatible install | |
configure:2673: result: /usr/bin/install -c | |
configure:2684: checking whether build environment is sane | |
configure:2739: result: yes | |
configure:2890: checking for a thread-safe mkdir -p | |
configure:2929: result: ./install-sh -c -d | |
configure:2936: checking for gawk | |
configure:2966: result: no | |
configure:2936: checking for mawk | |
configure:2966: result: no | |
configure:2936: checking for nawk | |
configure:2966: result: no | |
configure:2936: checking for awk | |
configure:2952: found /usr/bin/awk | |
configure:2963: result: awk | |
configure:2974: checking whether make sets $(MAKE) | |
configure:2996: result: yes | |
configure:3088: checking whether make supports nested variables | |
configure:3105: result: yes | |
configure:3179: checking for gcc | |
configure:3206: result: clang | |
configure:3435: checking for C compiler version | |
configure:3444: clang --version >&5 | |
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) | |
Target: x86_64-apple-darwin13.1.0 | |
Thread model: posix | |
configure:3455: $? = 0 | |
configure:3444: clang -v >&5 | |
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) | |
Target: x86_64-apple-darwin13.1.0 | |
Thread model: posix | |
configure:3455: $? = 0 | |
configure:3444: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3455: $? = 1 | |
configure:3444: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
configure:3455: $? = 1 | |
configure:3475: checking whether the C compiler works | |
configure:3497: clang -std=gnu89 conftest.c >&5 | |
configure:3501: $? = 0 | |
configure:3549: result: yes | |
configure:3552: checking for C compiler default output file name | |
configure:3554: result: a.out | |
configure:3560: checking for suffix of executables | |
configure:3567: clang -o conftest -std=gnu89 conftest.c >&5 | |
configure:3571: $? = 0 | |
configure:3593: result: | |
configure:3615: checking whether we are cross compiling | |
configure:3623: clang -o conftest -std=gnu89 conftest.c >&5 | |
configure:3627: $? = 0 | |
configure:3634: ./conftest | |
configure:3638: $? = 0 | |
configure:3653: result: no | |
configure:3658: checking for suffix of object files | |
configure:3680: clang -c -std=gnu89 conftest.c >&5 | |
configure:3684: $? = 0 | |
configure:3705: result: o | |
configure:3709: checking whether we are using the GNU C compiler | |
configure:3728: clang -c -std=gnu89 conftest.c >&5 | |
configure:3728: $? = 0 | |
configure:3737: result: yes | |
configure:3746: checking whether clang accepts -g | |
configure:3766: clang -c -g conftest.c >&5 | |
configure:3766: $? = 0 | |
configure:3807: result: yes | |
configure:3824: checking for clang option to accept ISO C89 | |
configure:3887: clang -c -std=gnu89 conftest.c >&5 | |
configure:3887: $? = 0 | |
configure:3900: result: none needed | |
configure:3931: checking for style of include used by make | |
configure:3959: result: GNU | |
configure:3985: checking dependency style of clang | |
configure:4096: result: none | |
configure:4223: checking for C++ compiler version | |
configure:4232: clang++ --version >&5 | |
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) | |
Target: x86_64-apple-darwin13.1.0 | |
Thread model: posix | |
configure:4243: $? = 0 | |
configure:4232: clang++ -v >&5 | |
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) | |
Target: x86_64-apple-darwin13.1.0 | |
Thread model: posix | |
configure:4243: $? = 0 | |
configure:4232: clang++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:4243: $? = 1 | |
configure:4232: clang++ -qversion >&5 | |
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
configure:4243: $? = 1 | |
configure:4247: checking whether we are using the GNU C++ compiler | |
configure:4266: clang++ -c -std=gnu89 conftest.cpp >&5 | |
error: invalid argument '-std=gnu89' not allowed with 'C++/ObjC++' | |
configure:4266: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.5" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| #ifndef __GNUC__ | |
| choke me | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:4275: result: no | |
configure:4284: checking whether clang++ accepts -g | |
configure:4304: clang++ -c -g conftest.cpp >&5 | |
configure:4304: $? = 0 | |
configure:4345: result: yes | |
configure:4370: checking dependency style of clang++ | |
configure:4481: result: none | |
configure:4497: checking whether clang and cc understand -c and -o together | |
configure:4528: clang -c conftest.c -o conftest2.o >&5 | |
configure:4532: $? = 0 | |
configure:4538: clang -c conftest.c -o conftest2.o >&5 | |
configure:4542: $? = 0 | |
configure:4553: cc -c conftest.c >&5 | |
configure:4557: $? = 0 | |
configure:4565: cc -c conftest.c -o conftest2.o >&5 | |
configure:4569: $? = 0 | |
configure:4575: cc -c conftest.c -o conftest2.o >&5 | |
configure:4579: $? = 0 | |
configure:4597: result: yes | |
configure:4651: checking build system type | |
configure:4665: result: x86_64-apple-darwin13.1.0 | |
configure:4685: checking host system type | |
configure:4698: result: x86_64-apple-darwin13.1.0 | |
configure:4739: checking how to print strings | |
configure:4766: result: printf | |
configure:4787: checking for a sed that does not truncate output | |
configure:4851: result: /usr/local/Library/ENV/4.3/sed | |
configure:4869: checking for grep that handles long lines and -e | |
configure:4927: result: /usr/bin/grep | |
configure:4932: checking for egrep | |
configure:4994: result: /usr/bin/grep -E | |
configure:4999: checking for fgrep | |
configure:5061: result: /usr/bin/grep -F | |
configure:5096: checking for ld used by clang | |
configure:5163: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:5170: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:5185: result: no | |
configure:5197: checking for BSD- or MS-compatible name lister (nm) | |
configure:5246: result: /usr/bin/nm | |
configure:5376: checking the name lister (/usr/bin/nm) interface | |
configure:5383: clang -c -std=gnu89 conftest.c >&5 | |
configure:5386: /usr/bin/nm "conftest.o" | |
configure:5389: output | |
0000000000000000 S _some_variable | |
configure:5396: result: BSD nm | |
configure:5399: checking whether ln -s works | |
configure:5403: result: yes | |
configure:5411: checking the maximum length of command line arguments | |
configure:5541: result: 196608 | |
configure:5558: checking whether the shell understands some XSI constructs | |
configure:5568: result: yes | |
configure:5572: checking whether the shell understands "+=" | |
configure:5578: result: yes | |
configure:5613: checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format | |
configure:5653: result: func_convert_file_noop | |
configure:5660: checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format | |
configure:5680: result: func_convert_file_noop | |
configure:5687: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:5694: result: -r | |
configure:5768: checking for objdump | |
configure:5798: result: no | |
configure:5827: checking how to recognize dependent libraries | |
configure:6029: result: pass_all | |
configure:6114: checking for dlltool | |
configure:6144: result: no | |
configure:6174: checking how to associate runtime and link libraries | |
configure:6201: result: printf %s\n | |
configure:6262: checking for ar | |
configure:6278: found /usr/bin/ar | |
configure:6289: result: ar | |
configure:6326: checking for archiver @FILE support | |
configure:6343: clang -c -std=gnu89 conftest.c >&5 | |
configure:6343: $? = 0 | |
configure:6346: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6349: $? = 1 | |
configure:6369: result: no | |
configure:6427: checking for strip | |
configure:6443: found /usr/bin/strip | |
configure:6454: result: strip | |
configure:6526: checking for ranlib | |
configure:6542: found /usr/bin/ranlib | |
configure:6553: result: ranlib | |
configure:6655: checking command to parse /usr/bin/nm output from clang object | |
configure:6775: clang -c -std=gnu89 conftest.c >&5 | |
configure:6778: $? = 0 | |
configure:6782: /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:6785: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6775: clang -c -std=gnu89 conftest.c >&5 | |
configure:6778: $? = 0 | |
configure:6782: /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:6785: $? = 0 | |
configure:6851: clang -o conftest -std=gnu89 conftest.c conftstm.o >&5 | |
configure:6854: $? = 0 | |
configure:6892: result: ok | |
configure:6929: checking for sysroot | |
configure:6959: result: no | |
configure:7215: checking for mt | |
configure:7245: result: no | |
configure:7265: checking if : is a manifest tool | |
configure:7271: : '-?' | |
configure:7279: result: no | |
configure:7335: checking for dsymutil | |
configure:7351: found /usr/bin/dsymutil | |
configure:7362: result: dsymutil | |
configure:7427: checking for nmedit | |
configure:7443: found /usr/bin/nmedit | |
configure:7454: result: nmedit | |
configure:7519: checking for lipo | |
configure:7535: found /usr/bin/lipo | |
configure:7546: result: lipo | |
configure:7611: checking for otool | |
configure:7627: found /usr/bin/otool | |
configure:7638: result: otool | |
configure:7703: checking for otool64 | |
configure:7733: result: no | |
configure:7778: checking for -single_module linker flag | |
clang -std=gnu89 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7811: result: yes | |
configure:7814: checking for -exported_symbols_list linker flag | |
configure:7834: clang -o conftest -std=gnu89 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7834: $? = 0 | |
configure:7844: result: yes | |
configure:7847: checking for -force_load linker flag | |
clang -std=gnu89 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -std=gnu89 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7879: result: yes | |
configure:7921: checking how to run the C preprocessor | |
configure:7952: clang -E conftest.c | |
configure:7952: $? = 0 | |
configure:7966: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7966: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.5" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7991: result: clang -E | |
configure:8011: clang -E conftest.c | |
configure:8011: $? = 0 | |
configure:8025: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:8025: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.5" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:8054: checking for ANSI C header files | |
configure:8074: clang -c -std=gnu89 conftest.c >&5 | |
configure:8074: $? = 0 | |
configure:8147: clang -o conftest -std=gnu89 conftest.c >&5 | |
configure:8147: $? = 0 | |
configure:8147: ./conftest | |
configure:8147: $? = 0 | |
configure:8158: result: yes | |
configure:8171: checking for sys/types.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8171: checking for sys/stat.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8171: checking for stdlib.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8171: checking for string.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8171: checking for memory.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8171: checking for strings.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8171: checking for inttypes.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8171: checking for stdint.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8171: checking for unistd.h | |
configure:8171: clang -c -std=gnu89 conftest.c >&5 | |
configure:8171: $? = 0 | |
configure:8171: result: yes | |
configure:8185: checking for dlfcn.h | |
configure:8185: clang -c -std=gnu89 conftest.c >&5 | |
configure:8185: $? = 0 | |
configure:8185: result: yes | |
configure:8402: checking for objdir | |
configure:8417: result: .libs | |
configure:8688: checking if clang supports -fno-rtti -fno-exceptions | |
configure:8706: clang -c -std=gnu89 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8710: $? = 0 | |
configure:8723: result: yes | |
configure:9050: checking for clang option to produce PIC | |
configure:9057: result: -fno-common -DPIC | |
configure:9065: checking if clang PIC flag -fno-common -DPIC works | |
configure:9083: clang -c -std=gnu89 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9087: $? = 0 | |
configure:9100: result: yes | |
configure:9129: checking if clang static flag -static works | |
configure:9157: result: no | |
configure:9172: checking if clang supports -c -o file.o | |
configure:9193: clang -c -std=gnu89 -o out/conftest2.o conftest.c >&5 | |
configure:9197: $? = 0 | |
configure:9219: result: yes | |
configure:9227: checking if clang supports -c -o file.o | |
configure:9274: result: yes | |
configure:9307: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:10460: result: yes | |
configure:10700: checking dynamic linker characteristics | |
configure:11433: result: darwin13.1.0 dyld | |
configure:11540: checking how to hardcode library paths into programs | |
configure:11565: result: immediate | |
configure:12105: checking whether stripping libraries is possible | |
configure:12119: result: yes | |
configure:12145: checking if libtool supports shared libraries | |
configure:12147: result: yes | |
configure:12150: checking whether to build shared libraries | |
configure:12171: result: yes | |
configure:12174: checking whether to build static libraries | |
configure:12178: result: yes | |
configure:12201: checking how to run the C++ preprocessor | |
configure:12228: clang++ -E conftest.cpp | |
configure:12228: $? = 0 | |
configure:12242: clang++ -E conftest.cpp | |
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12242: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.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 LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12267: result: clang++ -E | |
configure:12287: clang++ -E conftest.cpp | |
configure:12287: $? = 0 | |
configure:12301: clang++ -E conftest.cpp | |
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.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 LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12614: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:13619: result: no | |
configure:13655: clang++ -c -std=gnu89 conftest.cpp >&5 | |
error: invalid argument '-std=gnu89' not allowed with 'C++/ObjC++' | |
configure:13658: $? = 1 | |
configure:14178: checking for clang++ option to produce PIC | |
configure:14185: result: -DPIC | |
configure:14193: checking if clang++ PIC flag -DPIC works | |
configure:14211: clang++ -c -std=gnu89 -DPIC -DPIC conftest.cpp >&5 | |
error: invalid argument '-std=gnu89' not allowed with 'C++/ObjC++' | |
configure:14215: $? = 1 | |
configure:14228: result: no | |
configure:14251: checking if clang++ static flag works | |
configure:14279: result: no | |
configure:14291: checking if clang++ supports -c -o file.o | |
configure:14312: clang++ -c -std=gnu89 -o out/conftest2.o conftest.cpp >&5 | |
error: invalid argument '-std=gnu89' not allowed with 'C++/ObjC++' | |
configure:14316: $? = 1 | |
configure:14338: result: no | |
configure:14343: checking if clang++ supports -c -o file.o | |
configure:14390: result: no | |
configure:14420: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:14456: result: no | |
configure:14597: checking dynamic linker characteristics | |
configure:15264: result: darwin13.1.0 dyld | |
configure:15317: checking how to hardcode library paths into programs | |
configure:15342: result: immediate | |
configure:15458: checking for pkg-config | |
configure:15476: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:15488: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:15513: checking pkg-config is at least version 0.9.0 | |
configure:15516: result: yes | |
configure:15526: checking for libusbmuxd | |
configure:15533: $PKG_CONFIG --exists --print-errors "libusbmuxd >= 1.0.8" | |
configure:15536: $? = 0 | |
configure:15549: $PKG_CONFIG --exists --print-errors "libusbmuxd >= 1.0.8" | |
configure:15552: $? = 0 | |
configure:15609: result: yes | |
configure:15615: checking for libplist | |
configure:15622: $PKG_CONFIG --exists --print-errors "libplist >= 1.8" | |
configure:15625: $? = 0 | |
configure:15638: $PKG_CONFIG --exists --print-errors "libplist >= 1.8" | |
configure:15641: $? = 0 | |
configure:15698: result: yes | |
configure:15704: checking for libplistmm | |
configure:15711: $PKG_CONFIG --exists --print-errors "libplist++ >= 1.8" | |
configure:15714: $? = 0 | |
configure:15727: $PKG_CONFIG --exists --print-errors "libplist++ >= 1.8" | |
configure:15730: $? = 0 | |
configure:15787: result: yes | |
configure:15791: checking for pthread_create, pthread_mutex_lock in -lpthread | |
configure:15816: clang -o conftest -std=gnu89 conftest.c -lpthread >&5 | |
conftest.c:34:8: warning: expression result unused [-Wunused-value] | |
return pthread_create, pthread_mutex_lock (); | |
^~~~~~~~~~~~~~ | |
1 warning generated. | |
configure:15816: $? = 0 | |
configure:15825: result: yes | |
configure:15836: checking for ANSI C header files | |
configure:15940: result: yes | |
configure:15951: checking for stdint.h | |
configure:15951: result: yes | |
configure:15951: checking for stdlib.h | |
configure:15951: result: yes | |
configure:15951: checking for string.h | |
configure:15951: result: yes | |
configure:15951: checking gcrypt.h usability | |
configure:15951: clang -c -std=gnu89 conftest.c >&5 | |
configure:15951: $? = 0 | |
configure:15951: result: yes | |
configure:15951: checking gcrypt.h presence | |
configure:15951: clang -E conftest.c | |
configure:15951: $? = 0 | |
configure:15951: result: yes | |
configure:15951: checking for gcrypt.h | |
configure:15951: result: yes | |
configure:15963: checking for an ANSI C-conforming const | |
configure:16029: clang -c -std=gnu89 conftest.c >&5 | |
configure:16029: $? = 0 | |
configure:16036: result: yes | |
configure:16044: checking for size_t | |
configure:16044: clang -c -std=gnu89 conftest.c >&5 | |
configure:16044: $? = 0 | |
configure:16044: clang -c -std=gnu89 conftest.c >&5 | |
conftest.c:64:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:16044: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.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 LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_GCRYPT_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:16044: result: yes | |
configure:16055: checking for ssize_t | |
configure:16055: clang -c -std=gnu89 conftest.c >&5 | |
configure:16055: $? = 0 | |
configure:16055: clang -c -std=gnu89 conftest.c >&5 | |
conftest.c:64:22: error: expected expression | |
if (sizeof ((ssize_t))) | |
^ | |
1 error generated. | |
configure:16055: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.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 LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_GCRYPT_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:16055: result: yes | |
configure:16066: checking for uint16_t | |
configure:16066: clang -c -std=gnu89 conftest.c >&5 | |
configure:16066: $? = 0 | |
configure:16066: result: yes | |
configure:16078: checking for uint32_t | |
configure:16078: clang -c -std=gnu89 conftest.c >&5 | |
configure:16078: $? = 0 | |
configure:16078: result: yes | |
configure:16092: checking for uint8_t | |
configure:16092: clang -c -std=gnu89 conftest.c >&5 | |
configure:16092: $? = 0 | |
configure:16092: result: yes | |
configure:16111: checking for strcasecmp | |
configure:16111: clang -o conftest -std=gnu89 conftest.c >&5 | |
conftest.c:51:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] | |
char strcasecmp (); | |
^ | |
conftest.c:51:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | |
1 warning generated. | |
configure:16111: $? = 0 | |
configure:16111: result: yes | |
configure:16111: checking for strdup | |
configure:16111: clang -o conftest -std=gnu89 conftest.c >&5 | |
conftest.c:52:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] | |
char strdup (); | |
^ | |
conftest.c:52:6: note: 'strdup' is a builtin with type 'char *(const char *)' | |
1 warning generated. | |
configure:16111: $? = 0 | |
configure:16111: result: yes | |
configure:16111: checking for strerror | |
configure:16111: clang -o conftest -std=gnu89 conftest.c >&5 | |
conftest.c:53:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:53:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:16111: $? = 0 | |
configure:16111: result: yes | |
configure:16111: checking for strndup | |
configure:16111: clang -o conftest -std=gnu89 conftest.c >&5 | |
conftest.c:54:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration] | |
char strndup (); | |
^ | |
conftest.c:54:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)' | |
1 warning generated. | |
configure:16111: $? = 0 | |
configure:16111: result: yes | |
configure:16121: checking for asprintf | |
configure:16121: clang -o conftest -std=gnu89 conftest.c >&5 | |
conftest.c:66:18: warning: format string missing [-Wformat] | |
return asprintf (); | |
~~~~~~~~ ^ | |
1 warning generated. | |
configure:16121: $? = 0 | |
configure:16121: result: yes | |
configure:16133: checking for vasprintf | |
configure:16133: clang -o conftest -std=gnu89 conftest.c >&5 | |
conftest.c:67:19: warning: format string missing [-Wformat] | |
return vasprintf (); | |
~~~~~~~~~ ^ | |
1 warning generated. | |
configure:16133: $? = 0 | |
configure:16133: result: yes | |
configure:16146: checking endian.h usability | |
configure:16146: clang -c -std=gnu89 conftest.c >&5 | |
conftest.c:67:10: fatal error: 'endian.h' file not found | |
#include <endian.h> | |
^ | |
1 error generated. | |
configure:16146: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.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 LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_GCRYPT_H 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_VASPRINTF 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 <endian.h> | |
configure:16146: result: no | |
configure:16146: checking endian.h presence | |
configure:16146: clang -E conftest.c | |
conftest.c:34:10: fatal error: 'endian.h' file not found | |
#include <endian.h> | |
^ | |
1 error generated. | |
configure:16146: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libimobiledevice" | |
| #define PACKAGE_TARNAME "libimobiledevice" | |
| #define PACKAGE_VERSION "1.1.5" | |
| #define PACKAGE_STRING "libimobiledevice 1.1.5" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libimobiledevice" | |
| #define VERSION "1.1.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 LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_GCRYPT_H 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_VASPRINTF 1 | |
| /* end confdefs.h. */ | |
| #include <endian.h> | |
configure:16146: result: no | |
configure:16146: checking for endian.h | |
configure:16146: result: no | |
configure:16396: checking whether to enable WIN32 build settings | |
configure:16499: result: no | |
configure:17198: checking for openssl | |
configure:17205: $PKG_CONFIG --exists --print-errors "$pkg_req_openssl" | |
configure:17208: $? = 0 | |
configure:17221: $PKG_CONFIG --exists --print-errors "$pkg_req_openssl" | |
configure:17224: $? = 0 | |
configure:17261: result: yes | |
configure:17576: checking for supported compiler flags | |
configure:17593: clang -c -std=gnu89 -Wall conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17593: clang -c -std=gnu89 -Wextra conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17593: clang -c -std=gnu89 -Wmissing-declarations conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17593: clang -c -std=gnu89 -Wredundant-decls conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17593: clang -c -std=gnu89 -Wshadow conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17593: clang -c -std=gnu89 -Wpointer-arith conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17593: clang -c -std=gnu89 -Wwrite-strings conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17593: clang -c -std=gnu89 -Wswitch-default conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17593: clang -c -std=gnu89 -Wno-unused-parameter conftest.c >&5 | |
configure:17593: $? = 0 | |
configure:17607: result: -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter | |
configure:17625: checking for special C compiler options needed for large files | |
configure:17670: result: no | |
configure:17676: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:17701: clang -c -std=gnu89 conftest.c >&5 | |
configure:17701: $? = 0 | |
configure:17733: result: no | |
configure:17823: checking for native large file support | |
configure:17839: clang -o conftest -std=gnu89 conftest.c >&5 | |
conftest.c:39:8: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(!(sizeof(off_t) == 8)); | |
^ | |
conftest.c:39:8: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
1 warning generated. | |
configure:17839: $? = 0 | |
configure:17839: ./conftest | |
configure:17839: $? = 0 | |
configure:17842: result: yes | |
configure:17856: checking for _LARGEFILE_SOURCE value needed for large files | |
configure:17875: clang -o conftest -std=gnu89 conftest.c >&5 | |
configure:17875: $? = 0 | |
configure:17903: result: no | |
configure:17941: checking whether make supports nested variables | |
configure:17958: result: yes | |
configure:18081: checking that generated files are newer than configure | |
configure:18087: result: done | |
configure:18127: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by libimobiledevice config.status 1.1.5, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on betty-3.local | |
config.status:1213: creating Makefile | |
config.status:1213: creating src/Makefile | |
config.status:1213: creating include/Makefile | |
config.status:1213: creating dev/Makefile | |
config.status:1213: creating tools/Makefile | |
config.status:1213: creating cython/Makefile | |
config.status:1213: creating docs/Makefile | |
config.status:1213: creating libimobiledevice-1.0.pc | |
config.status:1213: creating doxygen.cfg | |
config.status:1213: creating config.h | |
config.status:1442: executing depfiles commands | |
config.status:1442: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin13.1.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_uint16_t=yes | |
ac_cv_c_uint32_t=yes | |
ac_cv_c_uint8_t=yes | |
ac_cv_cxx_compiler_gnu=no | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value=-std=gnu89 | |
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_CXXFLAGS_set=set | |
ac_cv_env_CXXFLAGS_value=-std=gnu89 | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=clang++ | |
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/Library/ENV/pkgconfig/10.9 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/libplist/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/usbmuxd/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_PYTHON_VERSION_set= | |
ac_cv_env_PYTHON_VERSION_value= | |
ac_cv_env_PYTHON_set= | |
ac_cv_env_PYTHON_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_libgnutls_CFLAGS_set= | |
ac_cv_env_libgnutls_CFLAGS_value= | |
ac_cv_env_libgnutls_LIBS_set= | |
ac_cv_env_libgnutls_LIBS_value= | |
ac_cv_env_libplist_CFLAGS_set= | |
ac_cv_env_libplist_CFLAGS_value= | |
ac_cv_env_libplist_LIBS_set= | |
ac_cv_env_libplist_LIBS_value= | |
ac_cv_env_libplistmm_CFLAGS_set= | |
ac_cv_env_libplistmm_CFLAGS_value= | |
ac_cv_env_libplistmm_LIBS_set= | |
ac_cv_env_libplistmm_LIBS_value= | |
ac_cv_env_libtasn1_CFLAGS_set= | |
ac_cv_env_libtasn1_CFLAGS_value= | |
ac_cv_env_libtasn1_LIBS_set= | |
ac_cv_env_libtasn1_LIBS_value= | |
ac_cv_env_libusbmuxd_CFLAGS_set= | |
ac_cv_env_libusbmuxd_CFLAGS_value= | |
ac_cv_env_libusbmuxd_LIBS_set= | |
ac_cv_env_libusbmuxd_LIBS_value= | |
ac_cv_env_openssl_CFLAGS_set= | |
ac_cv_env_openssl_CFLAGS_value= | |
ac_cv_env_openssl_LIBS_set= | |
ac_cv_env_openssl_LIBS_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_asprintf=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strndup=yes | |
ac_cv_func_vasprintf=yes | |
ac_cv_have_endian_h=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_endian_h=no | |
ac_cv_header_gcrypt_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-darwin13.1.0 | |
ac_cv_lib_pthread_pthread_create__pthread_mutex_lock=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/Library/ENV/4.3/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
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_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_clang_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sys_file_offset_bits=64 | |
ac_cv_sys_largefile_CC=no | |
ac_cv_sys_largefile_source=no | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=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_LDCXX= | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=no | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX=' -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=no | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx= | |
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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
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 | |
pkg_cv_libplist_CFLAGS='-I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 ' | |
pkg_cv_libplist_LIBS='-L/usr/local/Cellar/libplist/1.10/lib -lplist ' | |
pkg_cv_libplistmm_CFLAGS='-I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 ' | |
pkg_cv_libplistmm_LIBS='-L/usr/local/Cellar/libplist/1.10/lib -lplist++ -lplist ' | |
pkg_cv_libusbmuxd_CFLAGS='-I/usr/local/Cellar/usbmuxd/1.0.8/include ' | |
pkg_cv_libusbmuxd_LIBS='-L/usr/local/Cellar/usbmuxd/1.0.8/lib -lusbmuxd ' | |
pkg_cv_openssl_CFLAGS= | |
pkg_cv_openssl_LIBS='-lssl -lcrypto -lz ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/libimobiledevice-V7lW/libimobiledevice-1.1.5/missing --run aclocal-1.12' | |
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/libimobiledevice-V7lW/libimobiledevice-1.1.5/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/libimobiledevice-V7lW/libimobiledevice-1.1.5/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/libimobiledevice-V7lW/libimobiledevice-1.1.5/missing --run automake-1.12' | |
AWK='awk' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-std=gnu89' | |
CPP='clang -E' | |
CPPFLAGS='' | |
CXX='clang++' | |
CXXCPP='clang++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-std=gnu89' | |
CYGPATH_W='echo' | |
CYTHON='false' | |
CYTHON_LIB='' | |
CYTHON_PLIST_INCLUDE_DIR='' | |
CYTHON_PYTHON_CPPFLAGS='' | |
CYTHON_PYTHON_OPT='' | |
CYTHON_SUB='' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DEV_SUB='' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_DEVTOOLS_FALSE='' | |
ENABLE_DEVTOOLS_TRUE='#' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GLOBAL_CFLAGS=' -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter' | |
GREP='/usr/bin/grep' | |
HAVE_CYTHON_FALSE='' | |
HAVE_CYTHON_TRUE='#' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='' | |
LFS_CFLAGS=' -D_LARGE_FILES=1' | |
LIBIMOBILEDEVICE_SO_VERSION='4:1:0' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/libimobiledevice-V7lW/libimobiledevice-1.1.5/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='./install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='libimobiledevice' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='libimobiledevice' | |
PACKAGE_STRING='libimobiledevice 1.1.5' | |
PACKAGE_TARNAME='libimobiledevice' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.1.5' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9' | |
PKG_CONFIG_PATH='/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/libplist/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/usbmuxd/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig' | |
PYTHON='' | |
PYTHON_CPPFLAGS='' | |
PYTHON_EXEC_PREFIX='' | |
PYTHON_EXTRA_LDFLAGS='' | |
PYTHON_EXTRA_LIBS='' | |
PYTHON_LDFLAGS='' | |
PYTHON_PLATFORM='' | |
PYTHON_PREFIX='' | |
PYTHON_SITE_PKG='' | |
PYTHON_VERSION='' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='1.1.5' | |
WIN32_FALSE='' | |
WIN32_TRUE='#' | |
WINDRES='' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_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-darwin13.1.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin13.1.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin13.1.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin13.1.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/libimobiledevice-V7lW/libimobiledevice-1.1.5/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
libgcrypt_LIBS='' | |
libgnutls_CFLAGS='' | |
libgnutls_LIBS='' | |
libplist_CFLAGS='-I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 ' | |
libplist_LIBS='-L/usr/local/Cellar/libplist/1.10/lib -lplist ' | |
libplistmm_CFLAGS='-I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 ' | |
libplistmm_LIBS='-L/usr/local/Cellar/libplist/1.10/lib -lplist++ -lplist ' | |
libpthread_LIBS='-lpthread' | |
libtasn1_CFLAGS='' | |
libtasn1_LIBS='' | |
libusbmuxd_CFLAGS='-I/usr/local/Cellar/usbmuxd/1.0.8/include ' | |
libusbmuxd_LIBS='-L/usr/local/Cellar/usbmuxd/1.0.8/lib -lusbmuxd ' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='./install-sh -c -d' | |
oldincludedir='/usr/include' | |
openssl_CFLAGS='' | |
openssl_LIBS='-lssl -lcrypto -lz ' | |
pdfdir='${docdir}' | |
pkgpyexecdir='' | |
pkgpythondir='' | |
prefix='/usr/local/Cellar/libimobiledevice/1.1.5_2' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
pyexecdir='' | |
pythondir='' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
ssl_requires='openssl >= 0.9.8' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "libimobiledevice" | |
#define PACKAGE_TARNAME "libimobiledevice" | |
#define PACKAGE_VERSION "1.1.5" | |
#define PACKAGE_STRING "libimobiledevice 1.1.5" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define PACKAGE "libimobiledevice" | |
#define VERSION "1.1.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 LT_OBJDIR ".libs/" | |
#define STDC_HEADERS 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_GCRYPT_H 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRNDUP 1 | |
#define HAVE_ASPRINTF 1 | |
#define HAVE_VASPRINTF 1 | |
#define HAVE_OPENSSL 1 | |
#define STRIP_DEBUG_CODE 1 | |
#define _FILE_OFFSET_BITS 64 | |
#define HAVE_FSEEKO 1 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment