Created
November 13, 2015 11:42
-
-
Save leepa/071cc8389688dace0cef 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
2015-11-13 11:41:17 +0000 | |
./configure | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/czmq/3.0.2_2 | |
--with-libsodium | |
configure: WARNING: unrecognized options: --with-libsodium | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/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 how to create a ustar tar archive... gnutar | |
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 for clang option to accept ISO C99... none needed | |
checking whether clang and cc understand -c and -o together... yes | |
checking build system type... x86_64-apple-darwin15.0.0 | |
checking host system type... x86_64-apple-darwin15.0.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-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
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... darwin15.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed | |
checking for gawk... (cached) awk | |
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 zmq... yes | |
checking for asciidoc... no | |
checking for xmlto... no | |
checking whether to build documentation... no | |
checking whether to install manpages... yes | |
checking for ANSI C header files... (cached) yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking netinet/tcp.h usability... yes | |
checking netinet/tcp.h presence... yes | |
checking for netinet/tcp.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking for net/if.h... yes | |
checking for net/if_media.h... yes | |
checking for linux/wireless.h... no | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for uint32_t... yes | |
checking for working volatile... yes | |
checking whether byte ordering is bigendian... no | |
configure: WITH_MAKECERT defined | |
configure: WITH_TEST_ZGOSSIP defined | |
checking return type of signal handlers... void | |
checking for perror... yes | |
checking for gettimeofday... yes | |
checking for memset... no | |
checking for getifaddrs... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating src/libczmq.pc | |
config.status: creating src/platform.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: WARNING: unrecognized options: --with-libsodium |
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 added: -pipe -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 -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 added: -pipe -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 -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 added: -pipe -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 -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: conftest.c | |
superenv added: -pipe -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 -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -pipe -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 -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 -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 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: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -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 -Os -march=native -g -O2 -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 -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -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: -g -O2 -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -g -O2 -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: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -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 -Os -march=native -g -O2 -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 added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 -g -O2 conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 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 -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 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 -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -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 -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -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 -g -O2 -static conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -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 -g -O2 -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -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 added: -pipe -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 -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: -g -O2 -print-multi-os-directory | |
superenv added: -pipe -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 -Os -march=native -g -O2 -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: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE 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 -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE 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 -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE 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 -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE 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
2015-11-13 11:41:37 +0000 | |
make | |
Making all in doc | |
make[1]: Nothing to be done for `all'. | |
CC src/src_libczmq_la-zactor.lo | |
CC src/src_libczmq_la-zauth.lo | |
CC src/src_libczmq_la-zarmour.lo | |
CC src/src_libczmq_la-zbeacon.lo | |
CC src/src_libczmq_la-zcert.lo | |
CC src/src_libczmq_la-zcertstore.lo | |
CC src/src_libczmq_la-zchunk.lo | |
CC src/src_libczmq_la-zclock.lo | |
CC src/src_libczmq_la-zconfig.lo | |
CC src/src_libczmq_la-zdigest.lo | |
CC src/src_libczmq_la-zdir.lo | |
CC src/src_libczmq_la-zdir_patch.lo | |
CC src/src_libczmq_la-zfile.lo | |
CC src/src_libczmq_la-zframe.lo | |
CC src/src_libczmq_la-zgossip.lo | |
CC src/src_libczmq_la-zhashx.lo | |
CC src/src_libczmq_la-ziflist.lo | |
CC src/src_libczmq_la-zlistx.lo | |
CC src/src_libczmq_la-zloop.lo | |
CC src/src_libczmq_la-zmonitor.lo | |
CC src/src_libczmq_la-zmsg.lo | |
CC src/src_libczmq_la-zpoller.lo | |
CC src/src_libczmq_la-zproxy.lo | |
CC src/src_libczmq_la-zrex.lo | |
CC src/src_libczmq_la-zsock.lo | |
CC src/src_libczmq_la-zsock_option.lo | |
CC src/src_libczmq_la-zstr.lo | |
CC src/src_libczmq_la-zsys.lo | |
CC src/src_libczmq_la-zuuid.lo | |
CC src/src_libczmq_la-zgossip_msg.lo | |
CC src/src_libczmq_la-zauth_v2.lo | |
CC src/src_libczmq_la-zbeacon_v2.lo | |
CC src/src_libczmq_la-zctx.lo | |
CC src/src_libczmq_la-zhash.lo | |
CC src/src_libczmq_la-zlist.lo | |
CC src/src_libczmq_la-zmonitor_v2.lo | |
CC src/src_libczmq_la-zmutex.lo | |
CC src/src_libczmq_la-zproxy_v2.lo | |
CC src/src_libczmq_la-zsocket.lo | |
CC src/src_libczmq_la-zsockopt.lo | |
CC src/src_libczmq_la-zthread.lo | |
CC src/src_makecert-makecert.o | |
CC src/src_test_zgossip-test_zgossip.o | |
CCLD src/libczmq.la | |
CCLD src/makecert | |
CCLD src/test_zgossip |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zauth.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zauth.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zauth.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zauth.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zbeacon.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zbeacon.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zbeacon.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zbeacon.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zarmour.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zarmour.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zarmour.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zarmour.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zactor.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zactor.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zactor.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zactor.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zactor.c -o src/src_libczmq_la-zactor.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zactor.c -o src/src_libczmq_la-zactor.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zbeacon.c -o src/src_libczmq_la-zbeacon.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zbeacon.c -o src/src_libczmq_la-zbeacon.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zauth.c -o src/src_libczmq_la-zauth.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zauth.c -o src/src_libczmq_la-zauth.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zarmour.c -o src/src_libczmq_la-zarmour.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zarmour.c -o src/src_libczmq_la-zarmour.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zcert.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zcert.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zcert.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zcert.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zcertstore.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zcertstore.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zcertstore.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zcertstore.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zchunk.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zchunk.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zchunk.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zchunk.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zcert.c -o src/src_libczmq_la-zcert.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zcert.c -o src/src_libczmq_la-zcert.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zcertstore.c -o src/src_libczmq_la-zcertstore.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zcertstore.c -o src/src_libczmq_la-zcertstore.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zclock.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zclock.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zclock.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zclock.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zchunk.c -o src/src_libczmq_la-zchunk.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zchunk.c -o src/src_libczmq_la-zchunk.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zclock.c -o src/src_libczmq_la-zclock.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zclock.c -o src/src_libczmq_la-zclock.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zconfig.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zconfig.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zconfig.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zconfig.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zdigest.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zdigest.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zdigest.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zdigest.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zdir.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zdir.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zdir.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zdir.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zdir_patch.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zdir_patch.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zdir_patch.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zdir_patch.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zdigest.c -o src/src_libczmq_la-zdigest.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zdigest.c -o src/src_libczmq_la-zdigest.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zconfig.c -o src/src_libczmq_la-zconfig.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zconfig.c -o src/src_libczmq_la-zconfig.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zdir_patch.c -o src/src_libczmq_la-zdir_patch.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zdir_patch.c -o src/src_libczmq_la-zdir_patch.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zdir.c -o src/src_libczmq_la-zdir.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zdir.c -o src/src_libczmq_la-zdir.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zfile.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zfile.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zfile.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zfile.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zframe.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zframe.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zframe.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zframe.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zgossip.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zgossip.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zgossip.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zgossip.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zhashx.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zhashx.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zhashx.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zhashx.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zfile.c -o src/src_libczmq_la-zfile.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zfile.c -o src/src_libczmq_la-zfile.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zframe.c -o src/src_libczmq_la-zframe.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zframe.c -o src/src_libczmq_la-zframe.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zgossip.c -o src/src_libczmq_la-zgossip.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zgossip.c -o src/src_libczmq_la-zgossip.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zhashx.c -o src/src_libczmq_la-zhashx.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zhashx.c -o src/src_libczmq_la-zhashx.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/ziflist.c -fno-common -DPIC -o src/.libs/src_libczmq_la-ziflist.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/ziflist.c -fno-common -DPIC -o src/.libs/src_libczmq_la-ziflist.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zlistx.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zlistx.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zlistx.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zlistx.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zloop.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zloop.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zloop.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zloop.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/ziflist.c -o src/src_libczmq_la-ziflist.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/ziflist.c -o src/src_libczmq_la-ziflist.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zlistx.c -o src/src_libczmq_la-zlistx.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zlistx.c -o src/src_libczmq_la-zlistx.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zmonitor.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zmonitor.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zmonitor.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zmonitor.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zloop.c -o src/src_libczmq_la-zloop.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zloop.c -o src/src_libczmq_la-zloop.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zmsg.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zmsg.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zmsg.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zmsg.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zmonitor.c -o src/src_libczmq_la-zmonitor.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zmonitor.c -o src/src_libczmq_la-zmonitor.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zpoller.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zpoller.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zpoller.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zpoller.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zpoller.c -o src/src_libczmq_la-zpoller.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zpoller.c -o src/src_libczmq_la-zpoller.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zproxy.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zproxy.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zproxy.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zproxy.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zmsg.c -o src/src_libczmq_la-zmsg.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zmsg.c -o src/src_libczmq_la-zmsg.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zrex.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zrex.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zrex.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zrex.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zproxy.c -o src/src_libczmq_la-zproxy.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zproxy.c -o src/src_libczmq_la-zproxy.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsock.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsock.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsock.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsock.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zrex.c -o src/src_libczmq_la-zrex.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zrex.c -o src/src_libczmq_la-zrex.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsock_option.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsock_option.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsock_option.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsock_option.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zstr.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zstr.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zstr.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zstr.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsys.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsys.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsys.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsys.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsock_option.c -o src/src_libczmq_la-zsock_option.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsock_option.c -o src/src_libczmq_la-zsock_option.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zstr.c -o src/src_libczmq_la-zstr.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zstr.c -o src/src_libczmq_la-zstr.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsock.c -o src/src_libczmq_la-zsock.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsock.c -o src/src_libczmq_la-zsock.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zuuid.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zuuid.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zuuid.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zuuid.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsys.c -o src/src_libczmq_la-zsys.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsys.c -o src/src_libczmq_la-zsys.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zgossip_msg.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zgossip_msg.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zgossip_msg.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zgossip_msg.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zuuid.c -o src/src_libczmq_la-zuuid.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zuuid.c -o src/src_libczmq_la-zuuid.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zauth_v2.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zauth_v2.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zauth_v2.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zauth_v2.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zbeacon_v2.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zbeacon_v2.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zbeacon_v2.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zbeacon_v2.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zgossip_msg.c -o src/src_libczmq_la-zgossip_msg.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zgossip_msg.c -o src/src_libczmq_la-zgossip_msg.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zctx.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zctx.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zctx.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zctx.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zbeacon_v2.c -o src/src_libczmq_la-zbeacon_v2.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zbeacon_v2.c -o src/src_libczmq_la-zbeacon_v2.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zauth_v2.c -o src/src_libczmq_la-zauth_v2.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zauth_v2.c -o src/src_libczmq_la-zauth_v2.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zhash.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zhash.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zhash.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zhash.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zctx.c -o src/src_libczmq_la-zctx.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zctx.c -o src/src_libczmq_la-zctx.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zlist.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zlist.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zlist.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zlist.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zmonitor_v2.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zmonitor_v2.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zmonitor_v2.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zmonitor_v2.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zmutex.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zmutex.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zmutex.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zmutex.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zhash.c -o src/src_libczmq_la-zhash.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zhash.c -o src/src_libczmq_la-zhash.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zlist.c -o src/src_libczmq_la-zlist.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zlist.c -o src/src_libczmq_la-zlist.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zmonitor_v2.c -o src/src_libczmq_la-zmonitor_v2.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zmonitor_v2.c -o src/src_libczmq_la-zmonitor_v2.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zmutex.c -o src/src_libczmq_la-zmutex.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zmutex.c -o src/src_libczmq_la-zmutex.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zproxy_v2.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zproxy_v2.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zproxy_v2.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zproxy_v2.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsocket.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsocket.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsocket.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsocket.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsockopt.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsockopt.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsockopt.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zsockopt.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zthread.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zthread.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zthread.c -fno-common -DPIC -o src/.libs/src_libczmq_la-zthread.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zproxy_v2.c -o src/src_libczmq_la-zproxy_v2.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zproxy_v2.c -o src/src_libczmq_la-zproxy_v2.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsocket.c -o src/src_libczmq_la-zsocket.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsocket.c -o src/src_libczmq_la-zsocket.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zthread.c -o src/src_libczmq_la-zthread.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zthread.c -o src/src_libczmq_la-zthread.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c src/zsockopt.c -o src/src_libczmq_la-zsockopt.o | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c src/zsockopt.c -o src/src_libczmq_la-zsockopt.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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c -o src/src_makecert-makecert.o src/makecert.c | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c -o src/src_makecert-makecert.o src/makecert.c -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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c -o src/src_test_zgossip-test_zgossip.o src/test_zgossip.c | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c -o src/src_test_zgossip-test_zgossip.o src/test_zgossip.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o src/.libs/libczmq.3.dylib src/.libs/src_libczmq_la-zactor.o src/.libs/src_libczmq_la-zauth.o src/.libs/src_libczmq_la-zarmour.o src/.libs/src_libczmq_la-zbeacon.o src/.libs/src_libczmq_la-zcert.o src/.libs/src_libczmq_la-zcertstore.o src/.libs/src_libczmq_la-zchunk.o src/.libs/src_libczmq_la-zclock.o src/.libs/src_libczmq_la-zconfig.o src/.libs/src_libczmq_la-zdigest.o src/.libs/src_libczmq_la-zdir.o src/.libs/src_libczmq_la-zdir_patch.o src/.libs/src_libczmq_la-zfile.o src/.libs/src_libczmq_la-zframe.o src/.libs/src_libczmq_la-zgossip.o src/.libs/src_libczmq_la-zhashx.o src/.libs/src_libczmq_la-ziflist.o src/.libs/src_libczmq_la-zlistx.o src/.libs/src_libczmq_la-zloop.o src/.libs/src_libczmq_la-zmonitor.o src/.libs/src_libczmq_la-zmsg.o src/.libs/src_libczmq_la-zpoller.o src/.libs/src_libczmq_la-zproxy.o src/.libs/src_libczmq_la-zrex.o src/.libs/src_libczmq_la-zsock.o src/.libs/src_libczmq_la-zsock_option.o src/.libs/src_libczmq_la-zstr.o src/.libs/src_libczmq_la-zsys.o src/.libs/src_libczmq_la-zuuid.o src/.libs/src_libczmq_la-zgossip_msg.o src/.libs/src_libczmq_la-zauth_v2.o src/.libs/src_libczmq_la-zbeacon_v2.o src/.libs/src_libczmq_la-zctx.o src/.libs/src_libczmq_la-zhash.o src/.libs/src_libczmq_la-zlist.o src/.libs/src_libczmq_la-zmonitor_v2.o src/.libs/src_libczmq_la-zmutex.o src/.libs/src_libczmq_la-zproxy_v2.o src/.libs/src_libczmq_la-zsocket.o src/.libs/src_libczmq_la-zsockopt.o src/.libs/src_libczmq_la-zthread.o -L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq -O2 -install_name /usr/local/Cellar/czmq/3.0.2_2/lib/libczmq.3.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module | |
superenv removed: -O2 | |
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 -Wl,-undefined -Wl,dynamic_lookup -o src/.libs/libczmq.3.dylib src/.libs/src_libczmq_la-zactor.o src/.libs/src_libczmq_la-zauth.o src/.libs/src_libczmq_la-zarmour.o src/.libs/src_libczmq_la-zbeacon.o src/.libs/src_libczmq_la-zcert.o src/.libs/src_libczmq_la-zcertstore.o src/.libs/src_libczmq_la-zchunk.o src/.libs/src_libczmq_la-zclock.o src/.libs/src_libczmq_la-zconfig.o src/.libs/src_libczmq_la-zdigest.o src/.libs/src_libczmq_la-zdir.o src/.libs/src_libczmq_la-zdir_patch.o src/.libs/src_libczmq_la-zfile.o src/.libs/src_libczmq_la-zframe.o src/.libs/src_libczmq_la-zgossip.o src/.libs/src_libczmq_la-zhashx.o src/.libs/src_libczmq_la-ziflist.o src/.libs/src_libczmq_la-zlistx.o src/.libs/src_libczmq_la-zloop.o src/.libs/src_libczmq_la-zmonitor.o src/.libs/src_libczmq_la-zmsg.o src/.libs/src_libczmq_la-zpoller.o src/.libs/src_libczmq_la-zproxy.o src/.libs/src_libczmq_la-zrex.o src/.libs/src_libczmq_la-zsock.o src/.libs/src_libczmq_la-zsock_option.o src/.libs/src_libczmq_la-zstr.o src/.libs/src_libczmq_la-zsys.o src/.libs/src_libczmq_la-zuuid.o src/.libs/src_libczmq_la-zgossip_msg.o src/.libs/src_libczmq_la-zauth_v2.o src/.libs/src_libczmq_la-zbeacon_v2.o src/.libs/src_libczmq_la-zctx.o src/.libs/src_libczmq_la-zhash.o src/.libs/src_libczmq_la-zlist.o src/.libs/src_libczmq_la-zmonitor_v2.o src/.libs/src_libczmq_la-zmutex.o src/.libs/src_libczmq_la-zproxy_v2.o src/.libs/src_libczmq_la-zsocket.o src/.libs/src_libczmq_la-zsockopt.o src/.libs/src_libczmq_la-zthread.o -L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq -install_name /usr/local/Cellar/czmq/3.0.2_2/lib/libczmq.3.dylib -compatibility_version 4 -current_version 4.0 -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 | |
clang called with: -g -O2 -o src/.libs/test_zgossip src/src_test_zgossip-test_zgossip.o src/.libs/libczmq.dylib -L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq | |
superenv removed: -g -O2 | |
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 -o src/.libs/test_zgossip src/src_test_zgossip-test_zgossip.o src/.libs/libczmq.dylib -L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq -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: -g -O2 -o src/.libs/makecert src/src_makecert-makecert.o src/.libs/libczmq.dylib -L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq | |
superenv removed: -g -O2 | |
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 -o src/.libs/makecert src/src_makecert-makecert.o src/.libs/libczmq.dylib -L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq -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
2015-11-13 11:41:48 +0000 | |
make | |
check | |
Making check in doc | |
make[1]: Nothing to be done for `check'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make src/czmq_selftest | |
CC src/src_czmq_selftest-czmq_selftest.o | |
CCLD src/czmq_selftest | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS check-local | |
/bin/sh ./libtool --mode=execute ./src/czmq_selftest | |
================== | |
All 0 tests passed | |
================== | |
dyld: Library not loaded: /usr/local/lib/libsodium.13.dylib | |
Referenced from: /usr/local/lib/libzmq.5.dylib | |
Reason: image not found | |
make[2]: *** [check-local] Trace/BPT trap: 5 | |
make[1]: *** [check-am] Error 2 | |
make: *** [check-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 6e73af91ee1077e442167c3778b38449bc638a64 | |
Last commit: 10 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit broadwell | |
OS X: 10.11.1-x86_64 | |
Xcode: 7.1.1 | |
CLT: 7.1.0.0.1.1444952191 | |
GCC-4.2: build 0 | |
Clang: 7.0 build 700 | |
X11: N/A | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_45 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
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/libsodium/lib/pkgconfig:/usr/local/opt/zeromq/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/zeromq/bin:/usr/bin:/bin:/usr/sbin:/sbin |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -c -o src/src_czmq_selftest-czmq_selftest.o src/czmq_selftest.c | |
superenv removed: -pedantic -Werror -Wall -Wc++-compat -g -O2 | |
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./src -I/usr/local/Cellar/zeromq/4.1.3/include -I./include -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -c -o src/src_czmq_selftest-czmq_selftest.o src/czmq_selftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -g -O2 -o src/.libs/czmq_selftest src/src_czmq_selftest-czmq_selftest.o src/.libs/libczmq.dylib -L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq | |
superenv removed: -g -O2 | |
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 -o src/.libs/czmq_selftest src/src_czmq_selftest-czmq_selftest.o src/.libs/libczmq.dylib -L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq -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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by czmq configure 3.0.2, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/czmq/3.0.2_2 --with-libsodium | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Lees-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 15.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 317 tasks, 1741 threads, 4 processors | |
Load average: 5.83, Mach factor: 1.67 | |
/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/zeromq/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2392: checking for a BSD-compatible install | |
configure:2460: result: /usr/bin/install -c | |
configure:2471: checking whether build environment is sane | |
configure:2521: result: yes | |
configure:2662: checking for a thread-safe mkdir -p | |
configure:2701: result: config/install-sh -c -d | |
configure:2714: checking for gawk | |
configure:2744: result: no | |
configure:2714: checking for mawk | |
configure:2744: result: no | |
configure:2714: checking for nawk | |
configure:2744: result: no | |
configure:2714: checking for awk | |
configure:2730: found /usr/bin/awk | |
configure:2741: result: awk | |
configure:2752: checking whether make sets $(MAKE) | |
configure:2774: result: yes | |
configure:2849: checking how to create a ustar tar archive | |
configure:2862: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:2865: $? = 0 | |
configure:2905: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:2908: $? = 0 | |
configure:2912: tar -xf - <conftest.tar | |
configure:2915: $? = 0 | |
configure:2928: result: gnutar | |
configure:2946: checking whether make supports nested variables | |
configure:2963: result: yes | |
configure:3060: checking for gcc | |
configure:3087: result: clang | |
configure:3316: checking for C compiler version | |
configure:3325: clang --version >&5 | |
Apple LLVM version 7.0.0 (clang-700.1.76) | |
Target: x86_64-apple-darwin15.0.0 | |
Thread model: posix | |
configure:3336: $? = 0 | |
configure:3325: clang -v >&5 | |
Apple LLVM version 7.0.0 (clang-700.1.76) | |
Target: x86_64-apple-darwin15.0.0 | |
Thread model: posix | |
configure:3336: $? = 0 | |
configure:3325: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3336: $? = 1 | |
configure:3325: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3336: $? = 1 | |
configure:3356: checking whether the C compiler works | |
configure:3378: clang conftest.c >&5 | |
configure:3382: $? = 0 | |
configure:3430: result: yes | |
configure:3433: checking for C compiler default output file name | |
configure:3435: result: a.out | |
configure:3441: checking for suffix of executables | |
configure:3448: clang -o conftest conftest.c >&5 | |
configure:3452: $? = 0 | |
configure:3474: result: | |
configure:3496: checking whether we are cross compiling | |
configure:3504: clang -o conftest conftest.c >&5 | |
configure:3508: $? = 0 | |
configure:3515: ./conftest | |
configure:3519: $? = 0 | |
configure:3534: result: no | |
configure:3539: checking for suffix of object files | |
configure:3561: clang -c conftest.c >&5 | |
configure:3565: $? = 0 | |
configure:3586: result: o | |
configure:3590: checking whether we are using the GNU C compiler | |
configure:3609: clang -c conftest.c >&5 | |
configure:3609: $? = 0 | |
configure:3618: result: yes | |
configure:3627: checking whether clang accepts -g | |
configure:3647: clang -c -g conftest.c >&5 | |
configure:3647: $? = 0 | |
configure:3688: result: yes | |
configure:3705: checking for clang option to accept ISO C89 | |
configure:3769: clang -c -g -O2 conftest.c >&5 | |
configure:3769: $? = 0 | |
configure:3782: result: none needed | |
configure:3813: checking for style of include used by make | |
configure:3841: result: GNU | |
configure:3867: checking dependency style of clang | |
configure:3978: result: none | |
configure:3993: checking for clang option to accept ISO C99 | |
configure:4142: clang -c -g -O2 conftest.c >&5 | |
configure:4142: $? = 0 | |
configure:4155: result: none needed | |
configure:4171: checking whether clang and cc understand -c and -o together | |
configure:4202: clang -c conftest.c -o conftest2.o >&5 | |
configure:4206: $? = 0 | |
configure:4212: clang -c conftest.c -o conftest2.o >&5 | |
configure:4216: $? = 0 | |
configure:4227: cc -c conftest.c >&5 | |
configure:4231: $? = 0 | |
configure:4239: cc -c conftest.c -o conftest2.o >&5 | |
configure:4243: $? = 0 | |
configure:4249: cc -c conftest.c -o conftest2.o >&5 | |
configure:4253: $? = 0 | |
configure:4271: result: yes | |
configure:4300: checking build system type | |
configure:4314: result: x86_64-apple-darwin15.0.0 | |
configure:4334: checking host system type | |
configure:4347: result: x86_64-apple-darwin15.0.0 | |
configure:4716: checking how to print strings | |
configure:4743: result: printf | |
configure:4764: checking for a sed that does not truncate output | |
configure:4828: result: /usr/local/Library/ENV/4.3/sed | |
configure:4846: checking for grep that handles long lines and -e | |
configure:4904: result: /usr/bin/grep | |
configure:4909: checking for egrep | |
configure:4971: result: /usr/bin/grep -E | |
configure:4976: checking for fgrep | |
configure:5038: result: /usr/bin/grep -F | |
configure:5073: checking for ld used by clang | |
configure:5140: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:5147: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:5162: result: no | |
configure:5174: checking for BSD- or MS-compatible name lister (nm) | |
configure:5223: result: /usr/bin/nm | |
configure:5353: checking the name lister (/usr/bin/nm) interface | |
configure:5360: clang -c -g -O2 conftest.c >&5 | |
configure:5363: /usr/bin/nm "conftest.o" | |
configure:5366: output | |
0000000000000200 S _some_variable | |
configure:5373: result: BSD nm | |
configure:5376: checking whether ln -s works | |
configure:5380: result: yes | |
configure:5388: checking the maximum length of command line arguments | |
configure:5518: result: 196608 | |
configure:5535: checking whether the shell understands some XSI constructs | |
configure:5545: result: yes | |
configure:5549: checking whether the shell understands "+=" | |
configure:5555: result: yes | |
configure:5590: checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format | |
configure:5630: result: func_convert_file_noop | |
configure:5637: checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format | |
configure:5657: result: func_convert_file_noop | |
configure:5664: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:5671: result: -r | |
configure:5745: checking for objdump | |
configure:5772: result: objdump | |
configure:5801: checking how to recognize dependent libraries | |
configure:6003: result: pass_all | |
configure:6088: checking for dlltool | |
configure:6115: result: dlltool | |
configure:6145: checking how to associate runtime and link libraries | |
configure:6172: result: printf %s\n | |
configure:6233: checking for ar | |
configure:6249: found /usr/bin/ar | |
configure:6260: result: ar | |
configure:6297: checking for archiver @FILE support | |
configure:6314: clang -c -g -O2 conftest.c >&5 | |
configure:6314: $? = 0 | |
configure:6317: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6320: $? = 1 | |
configure:6340: result: no | |
configure:6398: checking for strip | |
configure:6414: found /usr/bin/strip | |
configure:6425: result: strip | |
configure:6497: checking for ranlib | |
configure:6513: found /usr/bin/ranlib | |
configure:6524: result: ranlib | |
configure:6626: checking command to parse /usr/bin/nm output from clang object | |
configure:6746: clang -c -g -O2 conftest.c >&5 | |
configure:6749: $? = 0 | |
configure:6753: /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:6756: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6746: clang -c -g -O2 conftest.c >&5 | |
configure:6749: $? = 0 | |
configure:6753: /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:6756: $? = 0 | |
configure:6822: clang -o conftest -g -O2 conftest.c conftstm.o >&5 | |
warning: (x86_64) could not find object file symbol for symbol _main | |
configure:6825: $? = 0 | |
configure:6863: result: ok | |
configure:6900: checking for sysroot | |
configure:6930: result: no | |
configure:7186: checking for mt | |
configure:7216: result: no | |
configure:7236: checking if : is a manifest tool | |
configure:7242: : '-?' | |
configure:7250: result: no | |
configure:7306: checking for dsymutil | |
configure:7322: found /usr/bin/dsymutil | |
configure:7333: result: dsymutil | |
configure:7398: checking for nmedit | |
configure:7414: found /usr/bin/nmedit | |
configure:7425: result: nmedit | |
configure:7490: checking for lipo | |
configure:7506: found /usr/bin/lipo | |
configure:7517: result: lipo | |
configure:7582: checking for otool | |
configure:7598: found /usr/bin/otool | |
configure:7609: result: otool | |
configure:7674: checking for otool64 | |
configure:7704: result: no | |
configure:7749: checking for -single_module linker flag | |
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7782: result: yes | |
configure:7785: checking for -exported_symbols_list linker flag | |
configure:7805: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7805: $? = 0 | |
configure:7815: result: yes | |
configure:7818: checking for -force_load linker flag | |
clang -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7850: result: yes | |
configure:7892: checking how to run the C preprocessor | |
configure:7923: clang -E conftest.c | |
configure:7923: $? = 0 | |
configure:7937: clang -E conftest.c | |
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7937: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7962: result: clang -E | |
configure:7982: clang -E conftest.c | |
configure:7982: $? = 0 | |
configure:7996: clang -E conftest.c | |
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7996: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:8025: checking for ANSI C header files | |
configure:8045: clang -c -g -O2 conftest.c >&5 | |
configure:8045: $? = 0 | |
configure:8118: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8118: $? = 0 | |
configure:8118: ./conftest | |
configure:8118: $? = 0 | |
configure:8129: result: yes | |
configure:8142: checking for sys/types.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8142: checking for sys/stat.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8142: checking for stdlib.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8142: checking for string.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8142: checking for memory.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8142: checking for strings.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8142: checking for inttypes.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8142: checking for stdint.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8142: checking for unistd.h | |
configure:8142: clang -c -g -O2 conftest.c >&5 | |
configure:8142: $? = 0 | |
configure:8142: result: yes | |
configure:8156: checking for dlfcn.h | |
configure:8156: clang -c -g -O2 conftest.c >&5 | |
configure:8156: $? = 0 | |
configure:8156: result: yes | |
configure:8360: checking for objdir | |
configure:8375: result: .libs | |
configure:8646: checking if clang supports -fno-rtti -fno-exceptions | |
configure:8664: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8668: $? = 0 | |
configure:8681: result: yes | |
configure:9008: checking for clang option to produce PIC | |
configure:9015: result: -fno-common -DPIC | |
configure:9023: checking if clang PIC flag -fno-common -DPIC works | |
configure:9041: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9045: $? = 0 | |
configure:9058: result: yes | |
configure:9087: checking if clang static flag -static works | |
configure:9115: result: no | |
configure:9130: checking if clang supports -c -o file.o | |
configure:9151: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9177: result: yes | |
configure:9185: checking if clang supports -c -o file.o | |
configure:9232: result: yes | |
configure:9265: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:10422: result: yes | |
configure:10662: checking dynamic linker characteristics | |
configure:11407: result: darwin15.0.0 dyld | |
configure:11514: checking how to hardcode library paths into programs | |
configure:11539: result: immediate | |
configure:12079: checking whether stripping libraries is possible | |
configure:12093: result: yes | |
configure:12119: checking if libtool supports shared libraries | |
configure:12121: result: yes | |
configure:12124: checking whether to build shared libraries | |
configure:12145: result: yes | |
configure:12148: checking whether to build static libraries | |
configure:12152: result: yes | |
configure:12189: checking for a sed that does not truncate output | |
configure:12253: result: /usr/local/Library/ENV/4.3/sed | |
configure:12262: checking for gawk | |
configure:12289: result: awk | |
configure:12354: checking for pkg-config | |
configure:12372: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:12384: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:12409: checking pkg-config is at least version 0.9.0 | |
configure:12412: result: yes | |
configure:12445: checking for zmq | |
configure:12452: $PKG_CONFIG --exists --print-errors "libzmq" | |
configure:12455: $? = 0 | |
configure:12469: $PKG_CONFIG --exists --print-errors "libzmq" | |
configure:12472: $? = 0 | |
configure:12654: result: yes | |
configure:12683: checking for asciidoc | |
configure:12711: result: no | |
configure:12721: checking for xmlto | |
configure:12749: result: no | |
configure:12768: checking whether to build documentation | |
configure:12770: result: no | |
configure:12772: checking whether to install manpages | |
configure:12774: result: yes | |
configure:12887: checking for ANSI C header files | |
configure:12991: result: yes | |
configure:13004: checking errno.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking errno.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for errno.h | |
configure:13004: result: yes | |
configure:13004: checking arpa/inet.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking arpa/inet.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for arpa/inet.h | |
configure:13004: result: yes | |
configure:13004: checking netinet/tcp.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking netinet/tcp.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for netinet/tcp.h | |
configure:13004: result: yes | |
configure:13004: checking netinet/in.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking netinet/in.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for netinet/in.h | |
configure:13004: result: yes | |
configure:13004: checking stddef.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking stddef.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for stddef.h | |
configure:13004: result: yes | |
configure:13004: checking for stdlib.h | |
configure:13004: result: yes | |
configure:13004: checking for string.h | |
configure:13004: result: yes | |
configure:13004: checking sys/socket.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking sys/socket.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for sys/socket.h | |
configure:13004: result: yes | |
configure:13004: checking sys/time.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking sys/time.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for sys/time.h | |
configure:13004: result: yes | |
configure:13004: checking for unistd.h | |
configure:13004: result: yes | |
configure:13004: checking limits.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking limits.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for limits.h | |
configure:13004: result: yes | |
configure:13004: checking ifaddrs.h usability | |
configure:13004: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking ifaddrs.h presence | |
configure:13004: clang -E -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c | |
configure:13004: $? = 0 | |
configure:13004: result: yes | |
configure:13004: checking for ifaddrs.h | |
configure:13004: result: yes | |
configure:13017: checking for net/if.h | |
configure:13017: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13017: $? = 0 | |
configure:13017: result: yes | |
configure:13017: checking for net/if_media.h | |
configure:13017: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13017: $? = 0 | |
configure:13017: result: yes | |
configure:13017: checking for linux/wireless.h | |
configure:13017: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:49:10: fatal error: 'linux/wireless.h' file not found | |
#include <linux/wireless.h> | |
^ | |
1 error generated. | |
configure:13017: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define CZMQ_HAVE_OSX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NET_IF_MEDIA_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_SOCKET_H | |
| # include <sys/socket.h> | |
| #endif | |
| #include <stdint.h> | |
| | |
| | |
| #include <linux/wireless.h> | |
configure:13017: result: no | |
configure:13035: checking for stdbool.h that conforms to C99 | |
configure:13102: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:91:12: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
bool e = &s; | |
~ ^ | |
conftest.c:95:11: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:95:16: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:95:21: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:95:26: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:95:36: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:95:41: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:95:46: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:95:51: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:96:11: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
~^ | |
conftest.c:96:16: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
~^ | |
conftest.c:96:21: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
~^ | |
12 warnings generated. | |
configure:13102: $? = 0 | |
configure:13109: result: yes | |
configure:13111: checking for _Bool | |
configure:13111: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13111: $? = 0 | |
configure:13111: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:78:20: error: expected expression | |
if (sizeof ((_Bool))) | |
^ | |
1 error generated. | |
configure:13111: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define CZMQ_HAVE_OSX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NET_IF_MEDIA_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 ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13111: result: yes | |
configure:13127: checking for an ANSI C-conforming const | |
configure:13192: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13192: $? = 0 | |
configure:13199: result: yes | |
configure:13207: checking for inline | |
configure:13223: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13223: $? = 0 | |
configure:13231: result: inline | |
configure:13249: checking for size_t | |
configure:13249: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13249: $? = 0 | |
configure:13249: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:80:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:13249: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define CZMQ_HAVE_OSX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NET_IF_MEDIA_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_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:13249: result: yes | |
configure:13260: checking for ssize_t | |
configure:13260: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13260: $? = 0 | |
configure:13260: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:80:22: error: expected expression | |
if (sizeof ((ssize_t))) | |
^ | |
1 error generated. | |
configure:13260: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define CZMQ_HAVE_OSX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NET_IF_MEDIA_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_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:13260: result: yes | |
configure:13271: checking whether time.h and sys/time.h may both be included | |
configure:13291: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13291: $? = 0 | |
configure:13298: result: yes | |
configure:13306: checking for uint32_t | |
configure:13306: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13306: $? = 0 | |
configure:13306: result: yes | |
configure:13320: checking for working volatile | |
configure:13339: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13339: $? = 0 | |
configure:13346: result: yes | |
configure:13354: checking whether byte ordering is bigendian | |
configure:13369: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13369: $? = 0 | |
configure:13414: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13414: $? = 0 | |
configure:13432: clang -c -g -O2 -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:52:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:13432: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define CZMQ_HAVE_OSX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NET_IF_MEDIA_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:13560: result: no | |
configure:13652: WITH_MAKECERT defined | |
configure:13675: WITH_TEST_ZGOSSIP defined | |
configure:13680: checking return type of signal handlers | |
configure:13698: clang -c -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:51:8: error: indirection requires pointer operand ('void' invalid) | |
return *(signal (0, 0)) (0) == 1; | |
^~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:13698: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define CZMQ_HAVE_OSX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NET_IF_MEDIA_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:13705: result: void | |
configure:13716: checking for perror | |
configure:13716: clang -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13716: $? = 0 | |
configure:13716: result: yes | |
configure:13716: checking for gettimeofday | |
configure:13716: clang -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13716: $? = 0 | |
configure:13716: result: yes | |
configure:13716: checking for memset | |
configure:13716: clang -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:71:6: error: incompatible redeclaration of library function 'memset' [-Werror,-Wincompatible-library-redeclaration] | |
char memset (); | |
^ | |
conftest.c:71:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | |
1 error generated. | |
configure:13716: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "czmq" | |
| #define PACKAGE_TARNAME "czmq" | |
| #define PACKAGE_VERSION "3.0.2" | |
| #define PACKAGE_STRING "czmq 3.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "czmq" | |
| #define VERSION "3.0.2" | |
| #define PACKAGE_VERSION_MAJOR 3 | |
| #define PACKAGE_VERSION_MINOR 0 | |
| #define PACKAGE_VERSION_PATCH 2 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define CZMQ_HAVE_OSX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NET_IF_MEDIA_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_PERROR 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| /* end confdefs.h. */ | |
| /* Define memset to an innocuous variant, in case <limits.h> declares memset. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define memset innocuous_memset | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char memset (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef memset | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char memset (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_memset || defined __stub___memset | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return memset (); | |
| ; | |
| return 0; | |
| } | |
configure:13716: result: no | |
configure:13716: checking for getifaddrs | |
configure:13716: clang -o conftest -g -O2 -pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 | |
configure:13716: $? = 0 | |
configure:13716: result: yes | |
configure:13903: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by czmq config.status 3.0.2, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Lees-MacBook-Pro.local | |
config.status:1144: creating Makefile | |
config.status:1144: creating doc/Makefile | |
config.status:1144: creating src/libczmq.pc | |
config.status:1144: creating src/platform.h | |
config.status:1373: executing depfiles commands | |
config.status:1373: executing libtool commands | |
configure:16144: WARNING: unrecognized options: --with-libsodium | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin15.0.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_c_uint32_t=yes | |
ac_cv_c_volatile=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_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.11 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libsodium/lib/pkgconfig:/usr/local/opt/zeromq/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_env_zmq_CFLAGS_set= | |
ac_cv_env_zmq_CFLAGS_value= | |
ac_cv_env_zmq_LIBS_set= | |
ac_cv_env_zmq_LIBS_value= | |
ac_cv_func_getifaddrs=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_memset=no | |
ac_cv_func_perror=yes | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_errno_h=yes | |
ac_cv_header_ifaddrs_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_linux_wireless_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_net_if_h=yes | |
ac_cv_header_net_if_media_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_netinet_tcp_h=yes | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=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_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin15.0.0 | |
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_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_DLLTOOL=dlltool | |
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_OBJDUMP=objdump | |
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_c99= | |
ac_cv_prog_cc_clang_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_czmq_have_asciidoc=no | |
ac_cv_prog_czmq_have_xmlto=no | |
ac_cv_prog_make_make_set=yes | |
ac_cv_type__Bool=yes | |
ac_cv_type_signal=void | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_tar_ustar=gnutar | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\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_zmq_CFLAGS=-I/usr/local/Cellar/zeromq/4.1.3/include | |
pkg_cv_zmq_LIBS='-L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/czmq20151113-13787-1qlpfqc/czmq-3.0.2/config/missing --run aclocal-1.11' | |
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' | |
AS='as' | |
AUTOCONF='${SHELL} /private/tmp/czmq20151113-13787-1qlpfqc/czmq-3.0.2/config/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/czmq20151113-13787-1qlpfqc/czmq-3.0.2/config/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/czmq20151113-13787-1qlpfqc/czmq-3.0.2/config/missing --run automake-1.11' | |
AWK='awk' | |
BUILD_DOC_FALSE='' | |
BUILD_DOC_TRUE='#' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='clang -E' | |
CPPFLAGS='-pedantic -Werror -Wall -Wc++-compat -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE ' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='dlltool' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_SHARED_FALSE='#' | |
ENABLE_SHARED_TRUE='' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_MAN_FALSE='#' | |
INSTALL_MAN_TRUE='' | |
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='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
LTVER='3:0:0' | |
MAKEINFO='${SHELL} /private/tmp/czmq20151113-13787-1qlpfqc/czmq-3.0.2/config/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='config/install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
ON_ANDROID_FALSE='' | |
ON_ANDROID_TRUE='#' | |
ON_CYGWIN_FALSE='' | |
ON_CYGWIN_TRUE='#' | |
ON_MINGW_FALSE='' | |
ON_MINGW_TRUE='#' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='czmq' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='czmq' | |
PACKAGE_STRING='czmq 3.0.2' | |
PACKAGE_TARNAME='czmq' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='3.0.2' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11' | |
PKG_CONFIG_PATH='/usr/local/opt/libsodium/lib/pkgconfig:/usr/local/opt/zeromq/lib/pkgconfig' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='3.0.2' | |
WITH_MAKECERT_FALSE='#' | |
WITH_MAKECERT_TRUE='' | |
WITH_TEST_ZGOSSIP_FALSE='#' | |
WITH_TEST_ZGOSSIP_TRUE='' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin15.0.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin15.0.0' | |
build_vendor='apple' | |
czmq_have_asciidoc='no' | |
czmq_have_xmlto='no' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin15.0.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin15.0.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/czmq20151113-13787-1qlpfqc/czmq-3.0.2/config/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/config/install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
pkgconfigdir='${libdir}/pkgconfig' | |
prefix='/usr/local/Cellar/czmq/3.0.2_2' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
zmq_CFLAGS='-I/usr/local/Cellar/zeromq/4.1.3/include' | |
zmq_LIBS='-L/usr/local/Cellar/zeromq/4.1.3/lib -lzmq' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "czmq" | |
#define PACKAGE_TARNAME "czmq" | |
#define PACKAGE_VERSION "3.0.2" | |
#define PACKAGE_STRING "czmq 3.0.2" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define PACKAGE "czmq" | |
#define VERSION "3.0.2" | |
#define PACKAGE_VERSION_MAJOR 3 | |
#define PACKAGE_VERSION_MINOR 0 | |
#define PACKAGE_VERSION_PATCH 2 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define CZMQ_HAVE_OSX 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_ERRNO_H 1 | |
#define HAVE_ARPA_INET_H 1 | |
#define HAVE_NETINET_TCP_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_IFADDRS_H 1 | |
#define HAVE_NET_IF_H 1 | |
#define HAVE_NET_IF_MEDIA_H 1 | |
#define HAVE__BOOL 1 | |
#define HAVE_STDBOOL_H 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define RETSIGTYPE void | |
#define HAVE_PERROR 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_GETIFADDRS 1 | |
configure: exit 0 |
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 | |
HEAD: 6e73af91ee1077e442167c3778b38449bc638a64 | |
Last commit: 10 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit broadwell | |
OS X: 10.11.1-x86_64 | |
Xcode: 7.1.1 | |
CLT: 7.1.0.0.1.1444952191 | |
Clang: 7.0 build 700 | |
X11: N/A | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/opt/rbenv/shims/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_45 |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Broken symlinks were found. Remove them with `brew prune`: | |
/usr/local/bin/csslint | |
/usr/local/bin/semistandard | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
mono |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment