Created
August 26, 2012 13:39
-
-
Save nonnenmacher/3479439 to your computer and use it in GitHub Desktop.
failed compilation for brew recipe for wireshark
This file has been truncated, but you can view the full file.
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
sudo brew install --with-python wireshark | |
==> Installing wireshark dependency: pkg-config | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.27.1.lion.bottle.tar.gz | |
curl: (7) couldn't connect to host | |
Error: Download failed: https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.27.1.lion.bottle.tar.gz | |
~$ brew help install | |
Example usage: | |
brew install FORMULA... | |
brew uninstall FORMULA... | |
brew search [foo] | |
brew list [FORMULA...] | |
brew update | |
brew upgrade [FORMULA...] | |
brew [info | home] [FORMULA...] | |
Troubleshooting: | |
brew doctor | |
brew install -vd FORMULA | |
brew [--env | --config] | |
Brewing: | |
brew create [URL [--no-fetch]] | |
brew edit [FORMULA...] | |
open https://github.com/mxcl/homebrew/wiki/Formula-Cookbook | |
Further help: | |
man brew | |
brew home | |
~$ ping downloads.sf.net | |
PING downloads.sf.net (216.34.181.129): 56 data bytes | |
64 bytes from 216.34.181.129: icmp_seq=0 ttl=240 time=319.338 ms | |
64 bytes from 216.34.181.129: icmp_seq=1 ttl=240 time=238.441 ms | |
64 bytes from 216.34.181.129: icmp_seq=2 ttl=240 time=136.930 ms | |
^C | |
--- downloads.sf.net ping statistics --- | |
3 packets transmitted, 3 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 136.930/231.570/319.338/74.626 ms | |
~$ sudo brew install -vd --with-python wireshark | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/wireshark.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/pkg-config.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/gnutls.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libgcrypt.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libgpg-error.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libtasn1.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/p11-kit.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/c-ares.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/pcre.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/glib.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/xz.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/gettext.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libffi.rb | |
==> Installing wireshark dependency: pkg-config | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.27.1.lion.bottle.tar.gz | |
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.27.1.lion.bottle.tar.gz -o /Library/Caches/Homebrew/pkg-config-0.27.1.lion.bottle.tar.gz | |
######################################################################## 100,0% | |
==> Pouring pkg-config-0.27.1.lion.bottle.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/pkg-config-0.27.1.lion.bottle.tar.gz | |
==> Finishing up | |
ln -s ../Cellar/pkg-config/0.27.1/bin/pkg-config pkg-config | |
ln -s ../../../Cellar/pkg-config/0.27.1/share/man/man1/pkg-config.1 pkg-config.1 | |
ln -s ../../Cellar/pkg-config/0.27.1/share/doc/pkg-config pkg-config | |
ln -s ../../Cellar/pkg-config/0.27.1/share/aclocal/pkg.m4 pkg.m4 | |
ln -s ../../Cellar/pkg-config/0.27.1 pkg-config | |
==> Summary | |
/usr/local/Cellar/pkg-config/0.27.1: 9 files, 624K | |
==> Installing wireshark dependency: p11-kit | |
==> Downloading http://p11-glue.freedesktop.org/releases/p11-kit-0.13.tar.gz | |
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://p11-glue.freedesktop.org/releases/p11-kit-0.13.tar.gz -o /Library/Caches/Homebrew/p11-kit-0.13.tar.gz | |
######################################################################## 100,0% | |
/usr/bin/tar xf /Library/Caches/Homebrew/p11-kit-0.13.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://cgit.freedesktop.org/p11-glue/p11-kit/patch/?id=4a6a685c03bd -o 000-homebrew.diff | |
######################################################################## 100,0% | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file tests/mock-module.h | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/p11-kit/0.13 | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/p11-kit/0.13 | |
checking for gcc... /usr/bin/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 /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/clang... none | |
checking whether build environment is sane... yes | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin11.4.0 | |
checking host system type... x86_64-apple-darwin11.4.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/clang... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) 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-darwin11.4.0 file names to x86_64-apple-darwin11.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/clang option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/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 for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for gcc... (cached) /usr/bin/clang | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/clang accepts -g... (cached) yes | |
checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
checking whether NLS is requested... yes | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for ld used by GCC... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for GNU gettext in libc... no | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for GNU gettext in libintl... no | |
checking whether to use NLS... no | |
checking for win32... no | |
checking for pthread_mutex_lock in -lpthread... yes | |
checking for library containing dlopen... none required | |
checking for struct dirent.d_type... yes | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking for getprogname... yes | |
checking for getexecname... no | |
checking whether program_invocation_short_name is declared... no | |
checking whether __progname is declared... no | |
checking for dgettext in -lintl... no | |
checking for gtkdoc-check... no | |
checking for gtkdoc-rebase... no | |
checking for gtkdoc-mkpdf... no | |
checking for gtkdoc-scan... no | |
checking whether to build gtk-doc documentation... no | |
checking for debug mode... no (no debug output, NDEBUG) | |
checking for more warnings... checking whether gcc understands -Wmissing-include-dirs... yes | |
checking whether gcc understands -Wundef... yes | |
checking build strict... no | |
checking whether to build with gcov testing... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/version.xml | |
config.status: creating po/Makefile.in | |
config.status: creating p11-kit/Makefile | |
config.status: creating p11-kit/p11-kit-1.pc | |
config.status: creating p11-kit/pkcs11.conf.example | |
config.status: creating tests/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
configure: build options: | |
Host: x86_64-apple-darwin11.4.0 | |
Debug build: no (no debug output, NDEBUG) | |
Strict build: no | |
System global config: ${prefix}/etc/pkcs11/pkcs11.conf | |
System module config directory: ${prefix}/etc/pkcs11/modules | |
User global config: ~/.pkcs11/pkcs11.conf | |
User module config directory: ~/.pkcs11/modules | |
Load relative module paths from: ${exec_prefix}/lib/pkcs11 | |
==> make | |
make | |
make all-recursive | |
Making all in p11-kit | |
CC libp11_kit_la-util.lo | |
CC libp11_kit_la-conf.lo | |
CC libp11_kit_la-debug.lo | |
CC libp11_kit_la-hashmap.lo | |
CC libp11_kit_la-modules.lo | |
CC libp11_kit_la-pin.lo | |
CC libp11_kit_la-proxy.lo | |
CC libp11_kit_la-ptr-array.lo | |
CC libp11_kit_la-messages.lo | |
CC libp11_kit_la-uri.lo | |
CC libp11_kit_la-compat.lo | |
CC libp11_kit_testable_la-util.lo | |
CC libp11_kit_testable_la-conf.lo | |
CC libp11_kit_testable_la-debug.lo | |
CC libp11_kit_testable_la-hashmap.lo | |
CC libp11_kit_testable_la-modules.lo | |
CC libp11_kit_testable_la-pin.lo | |
CC libp11_kit_testable_la-proxy.lo | |
CC libp11_kit_testable_la-ptr-array.lo | |
CC libp11_kit_testable_la-messages.lo | |
CC libp11_kit_testable_la-uri.lo | |
CC libp11_kit_testable_la-compat.lo | |
CC debug.lo | |
CC messages.lo | |
CC util.lo | |
CC compat.lo | |
CCLD libp11-kit.la | |
CCLD libp11-kit-testable.la | |
/usr/bin/nm: no name list | |
ranlib: for architecture: i386 file: .libs/libp11-kit-testable.a(libp11_kit_testable_la-compat.o) has no symbols | |
ranlib: for architecture: x86_64 file: .libs/libp11-kit-testable.a(libp11_kit_testable_la-compat.o) has no symbols | |
CCLD libp11-kit-compat.la | |
ranlib: for architecture: i386 file: .libs/libp11-kit-compat.a(compat.o) has no symbols | |
ranlib: for architecture: x86_64 file: .libs/libp11-kit-compat.a(compat.o) has no symbols | |
Making all in tools | |
CC compat.o | |
CC p11-kit.o | |
CCLD p11-kit | |
Making all in tests | |
CC mock-module.lo | |
CC mock-module-ep.lo | |
CC print-messages.o | |
CC hash-test.o | |
CC CuTest.o | |
CC ptr-array-test.o | |
CC progname-test.o | |
CC conf-test.o | |
CC uri-test.o | |
CC pin-test.o | |
CC test_init-test-init.o | |
CC test_init-CuTest.o | |
CC test_init-mock-module.o | |
CC test-modules.o | |
CCLD mock-one.la | |
CCLD mock-two.la | |
/usr/bin/nm: no name list | |
/usr/bin/nm: no name list | |
CCLD mock-three.la | |
CCLD print-messages | |
/usr/bin/nm: no name list | |
CCLD hash-test | |
CCLD ptr-array-test | |
CCLD progname-test | |
CCLD conf-test | |
CCLD uri-test | |
CCLD pin-test | |
CCLD test-init | |
CCLD test-modules | |
Making all in doc | |
make[2]: Nothing to be done for `all'. | |
Making all in po | |
make[2]: Nothing to be done for `all-am'. | |
==> make check | |
make check | |
Making check in p11-kit | |
make[1]: Nothing to be done for `check'. | |
Making check in tools | |
make[1]: Nothing to be done for `check'. | |
Making check in tests | |
make check-TESTS | |
............. | |
OK (13 tests) | |
PASS: hash-test | |
........ | |
OK (8 tests) | |
PASS: ptr-array-test | |
... | |
OK (3 tests) | |
PASS: progname-test | |
.............. | |
OK (14 tests) | |
PASS: conf-test | |
....................................... | |
OK (39 tests) | |
PASS: uri-test | |
........ | |
OK (8 tests) | |
PASS: pin-test | |
p11-kit: p11-kit initialization called recursively | |
..... | |
OK (5 tests) | |
PASS: test-init | |
.... | |
OK (4 tests) | |
PASS: test-modules | |
================== | |
All 8 tests passed | |
================== | |
Making check in doc | |
make[1]: Nothing to be done for `check'. | |
Making check in po | |
make[1]: Nothing to be done for `check-am'. | |
==> make install | |
make install | |
Making install in p11-kit | |
test -z "/usr/local/Cellar/p11-kit/0.13/lib" || .././install-sh -c -d "/usr/local/Cellar/p11-kit/0.13/lib" | |
test -z "/usr/local/Cellar/p11-kit/0.13/etc/pkcs11" || .././install-sh -c -d "/usr/local/Cellar/p11-kit/0.13/etc/pkcs11" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libp11-kit.la '/usr/local/Cellar/p11-kit/0.13/lib' | |
/usr/bin/install -c -m 644 pkcs11.conf.example '/usr/local/Cellar/p11-kit/0.13/etc/pkcs11' | |
test -z "/usr/local/Cellar/p11-kit/0.13/include/p11-kit-1/p11-kit" || .././install-sh -c -d "/usr/local/Cellar/p11-kit/0.13/include/p11-kit-1/p11-kit" | |
libtool: install: /usr/bin/install -c .libs/libp11-kit.0.dylib /usr/local/Cellar/p11-kit/0.13/lib/libp11-kit.0.dylib | |
libtool: install: (cd /usr/local/Cellar/p11-kit/0.13/lib && { ln -s -f libp11-kit.0.dylib libp11-kit.dylib || { rm -f libp11-kit.dylib && ln -s libp11-kit.0.dylib libp11-kit.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libp11-kit.lai /usr/local/Cellar/p11-kit/0.13/lib/libp11-kit.la | |
/usr/bin/install -c -m 644 p11-kit.h pin.h uri.h pkcs11.h '/usr/local/Cellar/p11-kit/0.13/include/p11-kit-1/p11-kit' | |
test -z "/usr/local/Cellar/p11-kit/0.13/lib/pkgconfig" || .././install-sh -c -d "/usr/local/Cellar/p11-kit/0.13/lib/pkgconfig" | |
make install-exec-hook | |
ln -s -f `readlink /usr/local/Cellar/p11-kit/0.13/lib/libp11-kit.so` /usr/local/Cellar/p11-kit/0.13/lib/p11-kit-proxy.so | |
/usr/bin/install -c -m 644 p11-kit-1.pc '/usr/local/Cellar/p11-kit/0.13/lib/pkgconfig' | |
Making install in tools | |
test -z "/usr/local/Cellar/p11-kit/0.13/bin" || .././install-sh -c -d "/usr/local/Cellar/p11-kit/0.13/bin" | |
make[2]: Nothing to be done for `install-data-am'. | |
/bin/sh ../libtool --mode=install /usr/bin/install -c p11-kit '/usr/local/Cellar/p11-kit/0.13/bin' | |
libtool: install: /usr/bin/install -c .libs/p11-kit /usr/local/Cellar/p11-kit/0.13/bin/p11-kit | |
Making install in tests | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in doc | |
make[2]: Nothing to be done for `install-exec-am'. | |
-- Installing ./html/api-index-full.html | |
-- Installing ./html/config-example.html | |
-- Installing ./html/config-format.html | |
-- Installing ./html/config-global.html | |
-- Installing ./html/config-locations.html | |
-- Installing ./html/config-module.html | |
-- Installing ./html/config.html | |
-- Installing ./html/gtk-doc.css | |
-- Installing ./html/home.png | |
-- Installing ./html/index.html | |
-- Installing ./html/index.sgml | |
-- Installing ./html/left.png | |
-- Installing ./html/p11-kit-Future.html | |
-- Installing ./html/p11-kit-Modules.html | |
-- Installing ./html/p11-kit-PIN-Callbacks.html | |
-- Installing ./html/p11-kit-URIs.html | |
-- Installing ./html/p11-kit-Utilities.html | |
-- Installing ./html/p11-kit.devhelp2 | |
-- Installing ./html/reference.html | |
-- Installing ./html/right.png | |
-- Installing ./html/sharing-initialize.html | |
-- Installing ./html/sharing-module.html | |
-- Installing ./html/sharing.html | |
-- Installing ./html/style.css | |
-- Installing ./html/up.png | |
Making install in po | |
if test "p11-kit" = "gettext-tools"; then \ | |
.././install-sh -c -d /usr/local/Cellar/p11-kit/0.13/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/local/Cellar/p11-kit/0.13/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/Cellar/p11-kit/0.13/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
==> Finishing up | |
mkpath /usr/local/etc/pkcs11 | |
ln -s ../../Cellar/p11-kit/0.13/etc/pkcs11/pkcs11.conf.example pkcs11.conf.example | |
ln -s ../Cellar/p11-kit/0.13/bin/p11-kit p11-kit | |
ln -s ../Cellar/p11-kit/0.13/include/p11-kit-1 p11-kit-1 | |
ln -s ../../../Cellar/p11-kit/0.13/share/gtk-doc/html/p11-kit p11-kit | |
ln -s ../../Cellar/p11-kit/0.13/lib/pkgconfig/p11-kit-1.pc p11-kit-1.pc | |
ln -s ../Cellar/p11-kit/0.13/lib/libp11-kit.dylib libp11-kit.dylib | |
ln -s ../Cellar/p11-kit/0.13/lib/libp11-kit.0.dylib libp11-kit.0.dylib | |
ln -s ../../Cellar/p11-kit/0.13 p11-kit | |
==> Summary | |
/usr/local/Cellar/p11-kit/0.13: 38 files, 596K, built in 40 seconds | |
==> Installing wireshark dependency: c-ares | |
==> Downloading http://c-ares.haxx.se/download/c-ares-1.9.1.tar.gz | |
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://c-ares.haxx.se/download/c-ares-1.9.1.tar.gz -o /Library/Caches/Homebrew/c-ares-1.9.1.tar.gz | |
######################################################################## 100,0% | |
/usr/bin/tar xf /Library/Caches/Homebrew/c-ares-1.9.1.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/c-ares/1.9.1 --disable-dependency-tracking --disable-debug | |
./configure --prefix=/usr/local/Cellar/c-ares/1.9.1 --disable-dependency-tracking --disable-debug | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether to enable debug build options... no | |
checking whether to enable compiler optimizer... not specified (assuming yes) | |
checking whether to enable strict compiler warnings... no | |
checking whether to enable compiler warnings as errors... no | |
checking whether to enable curl debug memory tracking... no | |
checking whether to enable hiding of library internal symbols... yes | |
checking for sed... /usr/bin/sed | |
checking for grep... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ar... /usr/bin/ar | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... x86_64-apple-darwin11.4.0 | |
checking host system type... x86_64-apple-darwin11.4.0 | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/clang... none | |
checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... (cached) /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking if OS is AIX (to define _ALL_SOURCE)... no | |
checking if _THREAD_SAFE is already defined... no | |
checking if _THREAD_SAFE is actually needed... no | |
checking if _THREAD_SAFE is onwards defined... no | |
checking if _REENTRANT is already defined... no | |
checking if _REENTRANT is actually needed... no | |
checking if _REENTRANT is onwards defined... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)... no | |
checking if compiler is icc (to build with PIC)... no | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/clang... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) 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-darwin11.4.0 file names to x86_64-apple-darwin11.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/clang 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 archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/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 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 /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.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 if we need CARES_BUILDING_LIBRARY... no | |
checking if compiler is DEC/Compaq/HP C... no | |
checking if compiler is HP-UX C... no | |
checking if compiler is IBM C... no | |
checking if compiler is Intel C... no | |
checking if compiler is clang... yes | |
checking if compiler is GNU C... no | |
checking if compiler is LCC... no | |
checking if compiler is SGI MIPSpro C... no | |
checking if compiler is SGI MIPS C... no | |
checking if compiler is SunPro C... no | |
checking if compiler is Tiny C... no | |
checking if compiler is Watcom C... no | |
checking if compiler accepts some basic options... yes | |
configure: compiler options added: -Qunused-arguments | |
checking if compiler accepts debug disabling options... yes | |
configure: compiler options added: -g0 | |
checking if compiler optimizer assumed setting might be used... no | |
checking if compiler halts on compilation errors... yes | |
checking if compiler halts on negative sized arrays... yes | |
checking if compiler supports hiding library internal symbols... yes | |
checking if shared libraries need -no-undefined... no | |
checking for windows.h... no | |
checking whether build target is a native Windows one... no | |
checking if X/Open network library is required... no | |
checking for gethostbyname... yes | |
checking for strcasecmp... yes | |
checking for windows.h... (cached) no | |
checking for winsock.h... (cached) no | |
checking for winsock2.h... (cached) no | |
checking for connect in libraries... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for monotonic clock_gettime... no | |
checking whether to use libgcc... no | |
checking for ANSI C header files... (cached) yes | |
checking for malloc.h... no | |
checking for memory.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for sys/time.h... (cached) yes | |
checking for sys/select.h... yes | |
checking for sys/socket.h... yes | |
checking for sys/ioctl.h... yes | |
checking for sys/param.h... yes | |
checking for sys/uio.h... yes | |
checking for assert.h... yes | |
checking for netdb.h... yes | |
checking for netinet/in.h... yes | |
checking for netinet/tcp.h... yes | |
checking for net/if.h... yes | |
checking for errno.h... yes | |
checking for socket.h... no | |
checking for strings.h... (cached) yes | |
checking for stdbool.h... yes | |
checking for time.h... (cached) yes | |
checking for limits.h... yes | |
checking for arpa/nameser.h... yes | |
checking for arpa/nameser_compat.h... yes | |
checking for arpa/inet.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking whether time.h and sys/time.h may both be included... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for sys/time.h... (cached) yes | |
checking for time.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for struct timeval... yes | |
checking size of size_t... 8 | |
checking size of long... 8 | |
checking size of int... 4 | |
checking size of short... 2 | |
checking size of time_t... 8 | |
checking for long long... yes | |
checking if numberLL works... yes | |
checking for ssize_t... yes | |
checking for bool... yes | |
checking for windows.h... (cached) no | |
checking for winsock2.h... (cached) no | |
checking for ws2tcpip.h... (cached) no | |
checking for sys/types.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for ares_socklen_t data type... socklen_t | |
checking size of ares_socklen_t... 4 | |
checking for in_addr_t... yes | |
checking for struct sockaddr_storage... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for sig_atomic_t... yes | |
checking if sig_atomic_t is already defined as volatile... no | |
checking return type of signal handlers... void | |
checking for sys/types.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for recv... yes | |
checking types of args and return type for recv... int,void *,size_t,int,ssize_t | |
checking for sys/types.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for recvfrom... yes | |
checking types of args and return type for recvfrom... int,void *,size_t,int,struct sockaddr *,socklen_t *,ssize_t | |
checking for sys/types.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for send... yes | |
checking types of args and return type for send... int,const void *,size_t,int,ssize_t | |
checking for sys/types.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for MSG_NOSIGNAL... no | |
checking for sys/types.h... (cached) yes | |
checking for socket.h... (cached) no | |
checking if closesocket can be linked... no | |
checking if closesocket might be used... no | |
checking if CloseSocket can be linked... no | |
checking if CloseSocket might be used... no | |
checking if connect can be linked... yes | |
checking if connect is prototyped... yes | |
checking if connect is compilable... yes | |
checking if connect usage allowed... yes | |
checking if connect might be used... yes | |
checking for sys/types.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for fcntl.h... yes | |
checking if fcntl can be linked... yes | |
checking if fcntl is prototyped... yes | |
checking if fcntl is compilable... yes | |
checking if fcntl usage allowed... yes | |
checking if fcntl might be used... yes | |
checking if fcntl O_NONBLOCK is compilable... yes | |
checking if fcntl O_NONBLOCK usage allowed... yes | |
checking if fcntl O_NONBLOCK might be used... yes | |
checking for sys/types.h... (cached) yes | |
checking for netdb.h... (cached) yes | |
checking if freeaddrinfo can be linked... yes | |
checking if freeaddrinfo is prototyped... yes | |
checking if freeaddrinfo is compilable... yes | |
checking if freeaddrinfo usage allowed... yes | |
checking if freeaddrinfo might be used... yes | |
checking for sys/types.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking if getaddrinfo can be linked... yes | |
checking if getaddrinfo is prototyped... yes | |
checking if getaddrinfo is compilable... yes | |
checking if getaddrinfo seems to work... yes | |
checking if getaddrinfo usage allowed... yes | |
checking if getaddrinfo might be used... yes | |
checking if getaddrinfo is threadsafe... yes | |
checking if getenv can be linked... yes | |
checking if getenv is prototyped... yes | |
checking if getenv is compilable... yes | |
checking if getenv usage allowed... yes | |
checking if getenv might be used... yes | |
checking if gethostbyaddr can be linked... yes | |
checking if gethostbyaddr is prototyped... yes | |
checking if gethostbyaddr is compilable... yes | |
checking if gethostbyaddr usage allowed... yes | |
checking if gethostbyaddr might be used... yes | |
checking if gethostbyname can be linked... yes | |
checking if gethostbyname is prototyped... yes | |
checking if gethostbyname is compilable... yes | |
checking if gethostbyname usage allowed... yes | |
checking if gethostbyname might be used... yes | |
checking for sys/types.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking if gethostname can be linked... yes | |
checking if gethostname is prototyped... yes | |
checking if gethostname is compilable... yes | |
checking if gethostname usage allowed... yes | |
checking if gethostname might be used... yes | |
checking if getservbyport_r can be linked... no | |
checking if getservbyport_r might be used... no | |
checking for sys/types.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for netinet/in.h... (cached) yes | |
checking for arpa/inet.h... (cached) yes | |
checking if inet_net_pton can be linked... yes | |
checking if inet_net_pton is prototyped... yes | |
checking if inet_net_pton is compilable... yes | |
checking if inet_net_pton seems to work... yes | |
checking if inet_net_pton usage allowed... yes | |
checking if inet_net_pton might be used... yes | |
checking if inet_ntop can be linked... yes | |
checking if inet_ntop is prototyped... yes | |
checking if inet_ntop is compilable... yes | |
checking if inet_ntop seems to work... yes | |
checking if inet_ntop usage allowed... yes | |
checking if inet_ntop might be used... yes | |
checking if inet_pton can be linked... yes | |
checking if inet_pton is prototyped... yes | |
checking if inet_pton is compilable... yes | |
checking if inet_pton seems to work... yes | |
checking if inet_pton usage allowed... yes | |
checking if inet_pton might be used... yes | |
checking for sys/types.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for sys/ioctl.h... (cached) yes | |
checking for stropts.h... no | |
checking if ioctl can be linked... yes | |
checking if ioctl is prototyped... yes | |
checking if ioctl is compilable... yes | |
checking if ioctl usage allowed... yes | |
checking if ioctl might be used... yes | |
checking if ioctl FIONBIO is compilable... yes | |
checking if ioctl FIONBIO usage allowed... yes | |
checking if ioctl FIONBIO might be used... yes | |
checking if ioctl SIOCGIFADDR is compilable... yes | |
checking if ioctl SIOCGIFADDR usage allowed... yes | |
checking if ioctl SIOCGIFADDR might be used... yes | |
checking if ioctlsocket can be linked... no | |
checking if ioctlsocket might be used... no | |
checking if IoctlSocket can be linked... no | |
checking if IoctlSocket might be used... no | |
checking if setsockopt can be linked... yes | |
checking if setsockopt is prototyped... yes | |
checking if setsockopt is compilable... yes | |
checking if setsockopt usage allowed... yes | |
checking if setsockopt might be used... yes | |
checking if setsockopt SO_NONBLOCK is compilable... no | |
checking if setsockopt SO_NONBLOCK might be used... no | |
checking if socket can be linked... yes | |
checking if socket is prototyped... yes | |
checking if socket is compilable... yes | |
checking if socket usage allowed... yes | |
checking if socket might be used... yes | |
checking if strcasecmp can be linked... yes | |
checking if strcasecmp is prototyped... yes | |
checking if strcasecmp is compilable... yes | |
checking if strcasecmp usage allowed... yes | |
checking if strcasecmp might be used... yes | |
checking if strcmpi can be linked... no | |
checking if strcmpi might be used... no | |
checking if strdup can be linked... yes | |
checking if strdup is prototyped... yes | |
checking if strdup is compilable... yes | |
checking if strdup usage allowed... yes | |
checking if strdup might be used... yes | |
checking if stricmp can be linked... no | |
checking if stricmp might be used... no | |
checking if strncasecmp can be linked... yes | |
checking if strncasecmp is prototyped... yes | |
checking if strncasecmp is compilable... yes | |
checking if strncasecmp usage allowed... yes | |
checking if strncasecmp might be used... yes | |
checking if strncmpi can be linked... no | |
checking if strncmpi might be used... no | |
checking if strnicmp can be linked... no | |
checking if strnicmp might be used... no | |
checking for sys/types.h... (cached) yes | |
checking for sys/uio.h... (cached) yes | |
checking if writev can be linked... yes | |
checking if writev is prototyped... yes | |
checking if writev is compilable... yes | |
checking if writev usage allowed... yes | |
checking if writev might be used... yes | |
checking for PF_INET6... yes | |
checking for AF_INET6... yes | |
checking for struct in6_addr... yes | |
checking for struct sockaddr_in6... yes | |
checking for struct sockaddr_in6.sin6_scope_id... yes | |
checking for struct addrinfo.ai_flags... yes | |
checking for bitncmp... no | |
checking deeper for bitncmp... but still no | |
checking for gettimeofday... yes | |
checking for if_indextoname... yes | |
checking size of struct in6_addr... 16 | |
checking size of struct in_addr... 4 | |
checking for sys/types.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for netdb.h... (cached) yes | |
checking for getnameinfo... yes | |
checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,socklen_t,int | |
checking whether byte ordering is bigendian... no | |
checking for "/dev/urandom"... yes | |
checking whether to enable non-blocking communications... yes | |
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK | |
checking whether hiding of library internal symbols will actually happen... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libcares.pc | |
config.status: creating ares_config.h | |
config.status: creating ares_build.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install | |
make install | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares__close_sockets.lo `test -f 'ares__close_sockets.c' || echo './'`ares__close_sockets.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares__get_hostent.lo `test -f 'ares__get_hostent.c' || echo './'`ares__get_hostent.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares__get_hostent.c -fno-common -DPIC -o .libs/libcares_la-ares__get_hostent.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares__close_sockets.c -fno-common -DPIC -o .libs/libcares_la-ares__close_sockets.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares__close_sockets.c -o libcares_la-ares__close_sockets.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares__read_line.lo `test -f 'ares__read_line.c' || echo './'`ares__read_line.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares__read_line.c -fno-common -DPIC -o .libs/libcares_la-ares__read_line.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares__get_hostent.c -o libcares_la-ares__get_hostent.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares__read_line.c -o libcares_la-ares__read_line.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares__timeval.lo `test -f 'ares__timeval.c' || echo './'`ares__timeval.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares__timeval.c -fno-common -DPIC -o .libs/libcares_la-ares__timeval.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_cancel.lo `test -f 'ares_cancel.c' || echo './'`ares_cancel.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares__timeval.c -o libcares_la-ares__timeval.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_cancel.c -fno-common -DPIC -o .libs/libcares_la-ares_cancel.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_data.lo `test -f 'ares_data.c' || echo './'`ares_data.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_cancel.c -o libcares_la-ares_cancel.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_data.c -fno-common -DPIC -o .libs/libcares_la-ares_data.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_destroy.lo `test -f 'ares_destroy.c' || echo './'`ares_destroy.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_data.c -o libcares_la-ares_data.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_destroy.c -fno-common -DPIC -o .libs/libcares_la-ares_destroy.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_expand_name.lo `test -f 'ares_expand_name.c' || echo './'`ares_expand_name.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_destroy.c -o libcares_la-ares_destroy.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_expand_name.c -fno-common -DPIC -o .libs/libcares_la-ares_expand_name.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_expand_string.lo `test -f 'ares_expand_string.c' || echo './'`ares_expand_string.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_expand_string.c -fno-common -DPIC -o .libs/libcares_la-ares_expand_string.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_expand_name.c -o libcares_la-ares_expand_name.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_expand_string.c -o libcares_la-ares_expand_string.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_fds.lo `test -f 'ares_fds.c' || echo './'`ares_fds.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_fds.c -fno-common -DPIC -o .libs/libcares_la-ares_fds.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_free_hostent.lo `test -f 'ares_free_hostent.c' || echo './'`ares_free_hostent.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_fds.c -o libcares_la-ares_fds.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_free_hostent.c -fno-common -DPIC -o .libs/libcares_la-ares_free_hostent.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_free_hostent.c -o libcares_la-ares_free_hostent.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_free_string.lo `test -f 'ares_free_string.c' || echo './'`ares_free_string.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_getenv.lo `test -f 'ares_getenv.c' || echo './'`ares_getenv.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_free_string.c -fno-common -DPIC -o .libs/libcares_la-ares_free_string.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_getenv.c -fno-common -DPIC -o .libs/libcares_la-ares_getenv.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_free_string.c -o libcares_la-ares_free_string.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_getenv.c -o libcares_la-ares_getenv.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_gethostbyaddr.lo `test -f 'ares_gethostbyaddr.c' || echo './'`ares_gethostbyaddr.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_gethostbyname.lo `test -f 'ares_gethostbyname.c' || echo './'`ares_gethostbyname.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_gethostbyname.c -fno-common -DPIC -o .libs/libcares_la-ares_gethostbyname.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_gethostbyaddr.c -fno-common -DPIC -o .libs/libcares_la-ares_gethostbyaddr.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_gethostbyaddr.c -o libcares_la-ares_gethostbyaddr.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_getnameinfo.lo `test -f 'ares_getnameinfo.c' || echo './'`ares_getnameinfo.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_gethostbyname.c -o libcares_la-ares_gethostbyname.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_getnameinfo.c -fno-common -DPIC -o .libs/libcares_la-ares_getnameinfo.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_getsock.lo `test -f 'ares_getsock.c' || echo './'`ares_getsock.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_getnameinfo.c -o libcares_la-ares_getnameinfo.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_getsock.c -fno-common -DPIC -o .libs/libcares_la-ares_getsock.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_getsock.c -o libcares_la-ares_getsock.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_init.lo `test -f 'ares_init.c' || echo './'`ares_init.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_library_init.lo `test -f 'ares_library_init.c' || echo './'`ares_library_init.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_init.c -fno-common -DPIC -o .libs/libcares_la-ares_init.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_library_init.c -fno-common -DPIC -o .libs/libcares_la-ares_library_init.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_library_init.c -o libcares_la-ares_library_init.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_llist.lo `test -f 'ares_llist.c' || echo './'`ares_llist.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_llist.c -fno-common -DPIC -o .libs/libcares_la-ares_llist.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_llist.c -o libcares_la-ares_llist.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_mkquery.lo `test -f 'ares_mkquery.c' || echo './'`ares_mkquery.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_mkquery.c -fno-common -DPIC -o .libs/libcares_la-ares_mkquery.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_mkquery.c -o libcares_la-ares_mkquery.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_nowarn.lo `test -f 'ares_nowarn.c' || echo './'`ares_nowarn.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_nowarn.c -fno-common -DPIC -o .libs/libcares_la-ares_nowarn.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_nowarn.c -o libcares_la-ares_nowarn.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_options.lo `test -f 'ares_options.c' || echo './'`ares_options.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_options.c -fno-common -DPIC -o .libs/libcares_la-ares_options.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_options.c -o libcares_la-ares_options.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_a_reply.lo `test -f 'ares_parse_a_reply.c' || echo './'`ares_parse_a_reply.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_init.c -o libcares_la-ares_init.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_a_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_a_reply.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_a_reply.c -o libcares_la-ares_parse_a_reply.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_aaaa_reply.lo `test -f 'ares_parse_aaaa_reply.c' || echo './'`ares_parse_aaaa_reply.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_aaaa_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_aaaa_reply.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_aaaa_reply.c -o libcares_la-ares_parse_aaaa_reply.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_mx_reply.lo `test -f 'ares_parse_mx_reply.c' || echo './'`ares_parse_mx_reply.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_mx_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_mx_reply.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_mx_reply.c -o libcares_la-ares_parse_mx_reply.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_naptr_reply.lo `test -f 'ares_parse_naptr_reply.c' || echo './'`ares_parse_naptr_reply.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_naptr_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_naptr_reply.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_ns_reply.lo `test -f 'ares_parse_ns_reply.c' || echo './'`ares_parse_ns_reply.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_naptr_reply.c -o libcares_la-ares_parse_naptr_reply.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_ns_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_ns_reply.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_ns_reply.c -o libcares_la-ares_parse_ns_reply.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_ptr_reply.lo `test -f 'ares_parse_ptr_reply.c' || echo './'`ares_parse_ptr_reply.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_ptr_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_ptr_reply.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_soa_reply.lo `test -f 'ares_parse_soa_reply.c' || echo './'`ares_parse_soa_reply.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_soa_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_soa_reply.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_ptr_reply.c -o libcares_la-ares_parse_ptr_reply.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_soa_reply.c -o libcares_la-ares_parse_soa_reply.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_srv_reply.lo `test -f 'ares_parse_srv_reply.c' || echo './'`ares_parse_srv_reply.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_parse_txt_reply.lo `test -f 'ares_parse_txt_reply.c' || echo './'`ares_parse_txt_reply.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_srv_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_srv_reply.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_txt_reply.c -fno-common -DPIC -o .libs/libcares_la-ares_parse_txt_reply.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_srv_reply.c -o libcares_la-ares_parse_srv_reply.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_platform.lo `test -f 'ares_platform.c' || echo './'`ares_platform.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_parse_txt_reply.c -o libcares_la-ares_parse_txt_reply.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_platform.c -fno-common -DPIC -o .libs/libcares_la-ares_platform.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_platform.c -o libcares_la-ares_platform.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_process.lo `test -f 'ares_process.c' || echo './'`ares_process.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_process.c -fno-common -DPIC -o .libs/libcares_la-ares_process.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_query.lo `test -f 'ares_query.c' || echo './'`ares_query.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_query.c -fno-common -DPIC -o .libs/libcares_la-ares_query.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_query.c -o libcares_la-ares_query.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_search.lo `test -f 'ares_search.c' || echo './'`ares_search.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_search.c -fno-common -DPIC -o .libs/libcares_la-ares_search.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_search.c -o libcares_la-ares_search.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_send.lo `test -f 'ares_send.c' || echo './'`ares_send.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_process.c -o libcares_la-ares_process.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_send.c -fno-common -DPIC -o .libs/libcares_la-ares_send.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_send.c -o libcares_la-ares_send.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_strcasecmp.lo `test -f 'ares_strcasecmp.c' || echo './'`ares_strcasecmp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_strcasecmp.c -fno-common -DPIC -o .libs/libcares_la-ares_strcasecmp.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_strcasecmp.c -o libcares_la-ares_strcasecmp.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_strdup.lo `test -f 'ares_strdup.c' || echo './'`ares_strdup.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_strdup.c -fno-common -DPIC -o .libs/libcares_la-ares_strdup.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_strdup.c -o libcares_la-ares_strdup.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_strerror.lo `test -f 'ares_strerror.c' || echo './'`ares_strerror.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_strerror.c -fno-common -DPIC -o .libs/libcares_la-ares_strerror.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_timeout.lo `test -f 'ares_timeout.c' || echo './'`ares_timeout.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_strerror.c -o libcares_la-ares_strerror.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_timeout.c -fno-common -DPIC -o .libs/libcares_la-ares_timeout.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_timeout.c -o libcares_la-ares_timeout.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_version.lo `test -f 'ares_version.c' || echo './'`ares_version.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-ares_writev.lo `test -f 'ares_writev.c' || echo './'`ares_writev.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_version.c -fno-common -DPIC -o .libs/libcares_la-ares_version.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_writev.c -fno-common -DPIC -o .libs/libcares_la-ares_writev.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_version.c -o libcares_la-ares_version.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c ares_writev.c -o libcares_la-ares_writev.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-bitncmp.lo `test -f 'bitncmp.c' || echo './'`bitncmp.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-inet_net_pton.lo `test -f 'inet_net_pton.c' || echo './'`inet_net_pton.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c bitncmp.c -fno-common -DPIC -o .libs/libcares_la-bitncmp.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c inet_net_pton.c -fno-common -DPIC -o .libs/libcares_la-inet_net_pton.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c bitncmp.c -o libcares_la-bitncmp.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c inet_net_pton.c -o libcares_la-inet_net_pton.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o libcares_la-windows_port.lo `test -f 'windows_port.c' || echo './'`windows_port.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c inet_ntop.c -fno-common -DPIC -o .libs/libcares_la-inet_ntop.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c windows_port.c -fno-common -DPIC -o .libs/libcares_la-windows_port.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c inet_ntop.c -o libcares_la-inet_ntop.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -DCARES_SYMBOL_HIDING -fvisibility=hidden -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c windows_port.c -o libcares_la-windows_port.o >/dev/null 2>&1 | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o ahost-ahost.o `test -f 'ahost.c' || echo './'`ahost.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo './'`ares_getopt.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o ahost-ares_nowarn.o `test -f 'ares_nowarn.c' || echo './'`ares_nowarn.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o ahost-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo './'`ares_strcasecmp.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o ahost-inet_net_pton.o `test -f 'inet_net_pton.c' || echo './'`inet_net_pton.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o ahost-inet_ntop.o `test -f 'inet_ntop.c' || echo './'`inet_ntop.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o adig-adig.o `test -f 'adig.c' || echo './'`adig.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o adig-ares_getopt.o `test -f 'ares_getopt.c' || echo './'`ares_getopt.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o adig-ares_nowarn.o `test -f 'ares_nowarn.c' || echo './'`ares_nowarn.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o adig-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo './'`ares_strcasecmp.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o adig-inet_net_pton.o `test -f 'inet_net_pton.c' || echo './'`inet_net_pton.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o adig-inet_ntop.o `test -f 'inet_ntop.c' || echo './'`inet_ntop.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o acountry-acountry.o `test -f 'acountry.c' || echo './'`acountry.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o acountry-ares_getopt.o `test -f 'ares_getopt.c' || echo './'`ares_getopt.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o acountry-ares_nowarn.o `test -f 'ares_nowarn.c' || echo './'`ares_nowarn.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o acountry-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo './'`ares_strcasecmp.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o acountry-inet_net_pton.o `test -f 'inet_net_pton.c' || echo './'`inet_net_pton.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -c -o acountry-inet_ntop.o `test -f 'inet_ntop.c' || echo './'`inet_ntop.c | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -L/usr/local/lib -o libcares.la -rpath /usr/local/Cellar/c-ares/1.9.1/lib -version-info 2:0:0 libcares_la-ares__close_sockets.lo libcares_la-ares__get_hostent.lo libcares_la-ares__read_line.lo libcares_la-ares__timeval.lo libcares_la-ares_cancel.lo libcares_la-ares_data.lo libcares_la-ares_destroy.lo libcares_la-ares_expand_name.lo libcares_la-ares_expand_string.lo libcares_la-ares_fds.lo libcares_la-ares_free_hostent.lo libcares_la-ares_free_string.lo libcares_la-ares_getenv.lo libcares_la-ares_gethostbyaddr.lo libcares_la-ares_gethostbyname.lo libcares_la-ares_getnameinfo.lo libcares_la-ares_getsock.lo libcares_la-ares_init.lo libcares_la-ares_library_init.lo libcares_la-ares_llist.lo libcares_la-ares_mkquery.lo libcares_la-ares_nowarn.lo libcares_la-ares_options.lo libcares_la-ares_parse_a_reply.lo libcares_la-ares_parse_aaaa_reply.lo libcares_la-ares_parse_mx_reply.lo libcares_la-ares_parse_naptr_reply.lo libcares_la-ares_parse_ns_reply.lo libcares_la-ares_parse_ptr_reply.lo libcares_la-ares_parse_soa_reply.lo libcares_la-ares_parse_srv_reply.lo libcares_la-ares_parse_txt_reply.lo libcares_la-ares_platform.lo libcares_la-ares_process.lo libcares_la-ares_query.lo libcares_la-ares_search.lo libcares_la-ares_send.lo libcares_la-ares_strcasecmp.lo libcares_la-ares_strdup.lo libcares_la-ares_strerror.lo libcares_la-ares_timeout.lo libcares_la-ares_version.lo libcares_la-ares_writev.lo libcares_la-bitncmp.lo libcares_la-inet_net_pton.lo libcares_la-inet_ntop.lo libcares_la-windows_port.lo | |
libtool: link: /usr/bin/clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libcares.2.dylib .libs/libcares_la-ares__close_sockets.o .libs/libcares_la-ares__get_hostent.o .libs/libcares_la-ares__read_line.o .libs/libcares_la-ares__timeval.o .libs/libcares_la-ares_cancel.o .libs/libcares_la-ares_data.o .libs/libcares_la-ares_destroy.o .libs/libcares_la-ares_expand_name.o .libs/libcares_la-ares_expand_string.o .libs/libcares_la-ares_fds.o .libs/libcares_la-ares_free_hostent.o .libs/libcares_la-ares_free_string.o .libs/libcares_la-ares_getenv.o .libs/libcares_la-ares_gethostbyaddr.o .libs/libcares_la-ares_gethostbyname.o .libs/libcares_la-ares_getnameinfo.o .libs/libcares_la-ares_getsock.o .libs/libcares_la-ares_init.o .libs/libcares_la-ares_library_init.o .libs/libcares_la-ares_llist.o .libs/libcares_la-ares_mkquery.o .libs/libcares_la-ares_nowarn.o .libs/libcares_la-ares_options.o .libs/libcares_la-ares_parse_a_reply.o .libs/libcares_la-ares_parse_aaaa_reply.o .libs/libcares_la-ares_parse_mx_reply.o .libs/libcares_la-ares_parse_naptr_reply.o .libs/libcares_la-ares_parse_ns_reply.o .libs/libcares_la-ares_parse_ptr_reply.o .libs/libcares_la-ares_parse_soa_reply.o .libs/libcares_la-ares_parse_srv_reply.o .libs/libcares_la-ares_parse_txt_reply.o .libs/libcares_la-ares_platform.o .libs/libcares_la-ares_process.o .libs/libcares_la-ares_query.o .libs/libcares_la-ares_search.o .libs/libcares_la-ares_send.o .libs/libcares_la-ares_strcasecmp.o .libs/libcares_la-ares_strdup.o .libs/libcares_la-ares_strerror.o .libs/libcares_la-ares_timeout.o .libs/libcares_la-ares_version.o .libs/libcares_la-ares_writev.o .libs/libcares_la-bitncmp.o .libs/libcares_la-inet_net_pton.o .libs/libcares_la-inet_ntop.o .libs/libcares_la-windows_port.o -L/usr/local/lib -Os -march=native -mmacosx-version-min=10.7 -install_name /usr/local/Cellar/c-ares/1.9.1/lib/libcares.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module | |
libtool: link: (cd ".libs" && rm -f "libcares.dylib" && ln -s "libcares.2.dylib" "libcares.dylib") | |
libtool: link: /usr/bin/ar cru .libs/libcares.a libcares_la-ares__close_sockets.o libcares_la-ares__get_hostent.o libcares_la-ares__read_line.o libcares_la-ares__timeval.o libcares_la-ares_cancel.o libcares_la-ares_data.o libcares_la-ares_destroy.o libcares_la-ares_expand_name.o libcares_la-ares_expand_string.o libcares_la-ares_fds.o libcares_la-ares_free_hostent.o libcares_la-ares_free_string.o libcares_la-ares_getenv.o libcares_la-ares_gethostbyaddr.o libcares_la-ares_gethostbyname.o libcares_la-ares_getnameinfo.o libcares_la-ares_getsock.o libcares_la-ares_init.o libcares_la-ares_library_init.o libcares_la-ares_llist.o libcares_la-ares_mkquery.o libcares_la-ares_nowarn.o libcares_la-ares_options.o libcares_la-ares_parse_a_reply.o libcares_la-ares_parse_aaaa_reply.o libcares_la-ares_parse_mx_reply.o libcares_la-ares_parse_naptr_reply.o libcares_la-ares_parse_ns_reply.o libcares_la-ares_parse_ptr_reply.o libcares_la-ares_parse_soa_reply.o libcares_la-ares_parse_srv_reply.o libcares_la-ares_parse_txt_reply.o libcares_la-ares_platform.o libcares_la-ares_process.o libcares_la-ares_query.o libcares_la-ares_search.o libcares_la-ares_send.o libcares_la-ares_strcasecmp.o libcares_la-ares_strdup.o libcares_la-ares_strerror.o libcares_la-ares_timeout.o libcares_la-ares_version.o libcares_la-ares_writev.o libcares_la-bitncmp.o libcares_la-inet_net_pton.o libcares_la-inet_ntop.o libcares_la-windows_port.o | |
/usr/bin/ranlib: file: .libs/libcares.a(libcares_la-ares_getenv.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libcares.a(libcares_la-ares_platform.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libcares.a(libcares_la-ares_strcasecmp.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libcares.a(libcares_la-ares_strdup.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libcares.a(libcares_la-ares_writev.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libcares.a(libcares_la-inet_ntop.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libcares.a(libcares_la-windows_port.o) has no symbols | |
libtool: link: ranlib .libs/libcares.a | |
ranlib: file: .libs/libcares.a(libcares_la-ares_getenv.o) has no symbols | |
ranlib: file: .libs/libcares.a(libcares_la-ares_platform.o) has no symbols | |
ranlib: file: .libs/libcares.a(libcares_la-ares_strcasecmp.o) has no symbols | |
ranlib: file: .libs/libcares.a(libcares_la-ares_strdup.o) has no symbols | |
ranlib: file: .libs/libcares.a(libcares_la-ares_writev.o) has no symbols | |
ranlib: file: .libs/libcares.a(libcares_la-inet_ntop.o) has no symbols | |
ranlib: file: .libs/libcares.a(libcares_la-windows_port.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libcares.la" && ln -s "../libcares.la" "libcares.la" ) | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -L/usr/local/lib -o ahost ahost-ahost.o ahost-ares_getopt.o ahost-ares_nowarn.o ahost-ares_strcasecmp.o ahost-inet_net_pton.o ahost-inet_ntop.o ./libcares.la | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -L/usr/local/lib -o adig adig-adig.o adig-ares_getopt.o adig-ares_nowarn.o adig-ares_strcasecmp.o adig-inet_net_pton.o adig-inet_ntop.o ./libcares.la | |
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -o .libs/ahost ahost-ahost.o ahost-ares_getopt.o ahost-ares_nowarn.o ahost-ares_strcasecmp.o ahost-inet_net_pton.o ahost-inet_ntop.o -L/usr/local/lib ./.libs/libcares.dylib | |
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -o .libs/adig adig-adig.o adig-ares_getopt.o adig-ares_nowarn.o adig-ares_strcasecmp.o adig-inet_net_pton.o adig-inet_ntop.o -L/usr/local/lib ./.libs/libcares.dylib | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -L/usr/local/lib -o acountry acountry-acountry.o acountry-ares_getopt.o acountry-ares_nowarn.o acountry-ares_strcasecmp.o acountry-inet_net_pton.o acountry-inet_ntop.o ./libcares.la | |
libtool: link: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Qunused-arguments -g0 -o .libs/acountry acountry-acountry.o acountry-ares_getopt.o acountry-ares_nowarn.o acountry-ares_strcasecmp.o acountry-inet_net_pton.o acountry-inet_ntop.o -L/usr/local/lib ./.libs/libcares.dylib | |
test -z "/usr/local/Cellar/c-ares/1.9.1/lib" || /bin/sh ./mkinstalldirs "/usr/local/Cellar/c-ares/1.9.1/lib" | |
test -z "/usr/local/Cellar/c-ares/1.9.1/include" || /bin/sh ./mkinstalldirs "/usr/local/Cellar/c-ares/1.9.1/include" | |
mkdir /usr/local/Cellar/c-ares/1.9.1/lib | |
mkdir /usr/local/Cellar/c-ares/1.9.1/include | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'libcares.la' '/usr/local/Cellar/c-ares/1.9.1/lib/libcares.la' | |
/usr/bin/install -c -m 644 'ares.h' '/usr/local/Cellar/c-ares/1.9.1/include/ares.h' | |
libtool: install: /usr/bin/install -c .libs/libcares.2.dylib /usr/local/Cellar/c-ares/1.9.1/lib/libcares.2.dylib | |
libtool: install: (cd /usr/local/Cellar/c-ares/1.9.1/lib && { ln -s -f libcares.2.dylib libcares.dylib || { rm -f libcares.dylib && ln -s libcares.2.dylib libcares.dylib; }; }) | |
/usr/bin/install -c -m 644 'ares_version.h' '/usr/local/Cellar/c-ares/1.9.1/include/ares_version.h' | |
libtool: install: /usr/bin/install -c .libs/libcares.lai /usr/local/Cellar/c-ares/1.9.1/lib/libcares.la | |
libtool: install: /usr/bin/install -c .libs/libcares.a /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a | |
libtool: install: chmod 644 /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a | |
libtool: install: ranlib /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a | |
ranlib: file: /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a(libcares_la-ares_getenv.o) has no symbols | |
ranlib: file: /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a(libcares_la-ares_platform.o) has no symbols | |
ranlib: file: /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a(libcares_la-ares_strcasecmp.o) has no symbols | |
ranlib: file: /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a(libcares_la-ares_strdup.o) has no symbols | |
ranlib: file: /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a(libcares_la-ares_writev.o) has no symbols | |
ranlib: file: /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a(libcares_la-inet_ntop.o) has no symbols | |
ranlib: file: /usr/local/Cellar/c-ares/1.9.1/lib/libcares.a(libcares_la-windows_port.o) has no symbols | |
/usr/bin/install -c -m 644 'ares_dns.h' '/usr/local/Cellar/c-ares/1.9.1/include/ares_dns.h' | |
/usr/bin/install -c -m 644 'ares_build.h' '/usr/local/Cellar/c-ares/1.9.1/include/ares_build.h' | |
/usr/bin/install -c -m 644 'ares_rules.h' '/usr/local/Cellar/c-ares/1.9.1/include/ares_rules.h' | |
test -z "/usr/local/Cellar/c-ares/1.9.1/share/man/man3" || /bin/sh ./mkinstalldirs "/usr/local/Cellar/c-ares/1.9.1/share/man/man3" | |
mkdir /usr/local/Cellar/c-ares/1.9.1/share | |
mkdir /usr/local/Cellar/c-ares/1.9.1/share/man | |
mkdir /usr/local/Cellar/c-ares/1.9.1/share/man/man3 | |
test -z "/usr/local/Cellar/c-ares/1.9.1/lib/pkgconfig" || /bin/sh ./mkinstalldirs "/usr/local/Cellar/c-ares/1.9.1/lib/pkgconfig" | |
mkdir /usr/local/Cellar/c-ares/1.9.1/lib/pkgconfig | |
/usr/bin/install -c -m 644 './ares_cancel.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_cancel.3' | |
/usr/bin/install -c -m 644 'libcares.pc' '/usr/local/Cellar/c-ares/1.9.1/lib/pkgconfig/libcares.pc' | |
/usr/bin/install -c -m 644 './ares_destroy.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_destroy.3' | |
/usr/bin/install -c -m 644 './ares_destroy_options.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_destroy_options.3' | |
/usr/bin/install -c -m 644 './ares_dup.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_dup.3' | |
/usr/bin/install -c -m 644 './ares_expand_name.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_expand_name.3' | |
/usr/bin/install -c -m 644 './ares_expand_string.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_expand_string.3' | |
/usr/bin/install -c -m 644 './ares_fds.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_fds.3' | |
/usr/bin/install -c -m 644 './ares_free_data.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_free_data.3' | |
/usr/bin/install -c -m 644 './ares_free_hostent.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_free_hostent.3' | |
/usr/bin/install -c -m 644 './ares_free_string.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_free_string.3' | |
/usr/bin/install -c -m 644 './ares_get_servers.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_get_servers.3' | |
/usr/bin/install -c -m 644 './ares_gethostbyaddr.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_gethostbyaddr.3' | |
/usr/bin/install -c -m 644 './ares_gethostbyname.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_gethostbyname.3' | |
/usr/bin/install -c -m 644 './ares_gethostbyname_file.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_gethostbyname_file.3' | |
/usr/bin/install -c -m 644 './ares_getnameinfo.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_getnameinfo.3' | |
/usr/bin/install -c -m 644 './ares_getsock.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_getsock.3' | |
/usr/bin/install -c -m 644 './ares_init.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_init.3' | |
/usr/bin/install -c -m 644 './ares_init_options.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_init_options.3' | |
/usr/bin/install -c -m 644 './ares_library_cleanup.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_library_cleanup.3' | |
/usr/bin/install -c -m 644 './ares_library_init.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_library_init.3' | |
/usr/bin/install -c -m 644 './ares_mkquery.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_mkquery.3' | |
/usr/bin/install -c -m 644 './ares_parse_a_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_a_reply.3' | |
/usr/bin/install -c -m 644 './ares_parse_aaaa_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_aaaa_reply.3' | |
/usr/bin/install -c -m 644 './ares_parse_mx_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_mx_reply.3' | |
/usr/bin/install -c -m 644 './ares_parse_naptr_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_naptr_reply.3' | |
/usr/bin/install -c -m 644 './ares_parse_ns_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_ns_reply.3' | |
/usr/bin/install -c -m 644 './ares_parse_ptr_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_ptr_reply.3' | |
/usr/bin/install -c -m 644 './ares_parse_soa_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_soa_reply.3' | |
/usr/bin/install -c -m 644 './ares_parse_srv_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_srv_reply.3' | |
/usr/bin/install -c -m 644 './ares_parse_txt_reply.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_parse_txt_reply.3' | |
/usr/bin/install -c -m 644 './ares_process.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_process.3' | |
/usr/bin/install -c -m 644 './ares_query.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_query.3' | |
/usr/bin/install -c -m 644 './ares_save_options.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_save_options.3' | |
/usr/bin/install -c -m 644 './ares_search.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_search.3' | |
/usr/bin/install -c -m 644 './ares_send.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_send.3' | |
/usr/bin/install -c -m 644 './ares_set_servers.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_set_servers.3' | |
/usr/bin/install -c -m 644 './ares_set_socket_callback.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_set_socket_callback.3' | |
/usr/bin/install -c -m 644 './ares_strerror.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_strerror.3' | |
/usr/bin/install -c -m 644 './ares_timeout.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_timeout.3' | |
/usr/bin/install -c -m 644 './ares_version.3' '/usr/local/Cellar/c-ares/1.9.1/share/man/man3/ares_version.3' | |
==> Finishing up | |
ln -s ../Cellar/c-ares/1.9.1/include/ares_version.h ares_version.h | |
ln -s ../Cellar/c-ares/1.9.1/include/ares_rules.h ares_rules.h | |
ln -s ../Cellar/c-ares/1.9.1/include/ares_dns.h ares_dns.h | |
ln -s ../Cellar/c-ares/1.9.1/include/ares_build.h ares_build.h | |
ln -s ../Cellar/c-ares/1.9.1/include/ares.h ares.h | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_version.3 ares_version.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_timeout.3 ares_timeout.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_strerror.3 ares_strerror.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_set_socket_callback.3 ares_set_socket_callback.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_set_servers.3 ares_set_servers.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_send.3 ares_send.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_search.3 ares_search.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_save_options.3 ares_save_options.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_query.3 ares_query.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_process.3 ares_process.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_txt_reply.3 ares_parse_txt_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_srv_reply.3 ares_parse_srv_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_soa_reply.3 ares_parse_soa_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_ptr_reply.3 ares_parse_ptr_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_ns_reply.3 ares_parse_ns_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_naptr_reply.3 ares_parse_naptr_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_mx_reply.3 ares_parse_mx_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_aaaa_reply.3 ares_parse_aaaa_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_parse_a_reply.3 ares_parse_a_reply.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_mkquery.3 ares_mkquery.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_library_init.3 ares_library_init.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_library_cleanup.3 ares_library_cleanup.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_init_options.3 ares_init_options.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_init.3 ares_init.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_getsock.3 ares_getsock.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_getnameinfo.3 ares_getnameinfo.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_gethostbyname_file.3 ares_gethostbyname_file.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_gethostbyname.3 ares_gethostbyname.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_gethostbyaddr.3 ares_gethostbyaddr.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_get_servers.3 ares_get_servers.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_free_string.3 ares_free_string.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_free_hostent.3 ares_free_hostent.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_free_data.3 ares_free_data.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_fds.3 ares_fds.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_expand_string.3 ares_expand_string.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_expand_name.3 ares_expand_name.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_dup.3 ares_dup.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_destroy_options.3 ares_destroy_options.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_destroy.3 ares_destroy.3 | |
ln -s ../../../Cellar/c-ares/1.9.1/share/man/man3/ares_cancel.3 ares_cancel.3 | |
ln -s ../../Cellar/c-ares/1.9.1/lib/pkgconfig/libcares.pc libcares.pc | |
ln -s ../Cellar/c-ares/1.9.1/lib/libcares.dylib libcares.dylib | |
ln -s ../Cellar/c-ares/1.9.1/lib/libcares.a libcares.a | |
ln -s ../Cellar/c-ares/1.9.1/lib/libcares.2.dylib libcares.2.dylib | |
ln -s ../../Cellar/c-ares/1.9.1 c-ares | |
==> Summary | |
/usr/local/Cellar/c-ares/1.9.1: 52 files, 504K, built in 2.5 minutes | |
==> Installing wireshark dependency: xz | |
==> Downloading http://tukaani.org/xz/xz-5.0.4.tar.bz2 | |
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://tukaani.org/xz/xz-5.0.4.tar.bz2 -o /Library/Caches/Homebrew/xz-5.0.4.tar.bz2 | |
######################################################################## 100,0% | |
/usr/bin/tar xf /Library/Caches/Homebrew/xz-5.0.4.tar.bz2 | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/xz/5.0.4 | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/xz/5.0.4 | |
XZ Utils 5.0.4 | |
System type: | |
checking build system type... x86_64-apple-darwin11.4.0 | |
checking host system type... x86_64-apple-darwin11.4.0 | |
Configure options: | |
checking if debugging code should be compiled... no | |
checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc | |
checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc | |
checking which match finders to build... hc3 hc4 bt2 bt3 bt4 | |
checking which integrity checks to build... crc32 crc64 sha256 | |
checking if assembler optimizations should be used... no | |
checking if small size is preferred over speed... no | |
checking if threading support is wanted... yes | |
checking how much RAM to assume if the real amount is unknown... 128 MiB | |
checking for a shell that conforms to POSIX... /bin/sh | |
Initializing Automake: | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether ln -s works... yes | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/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 /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/clang... none | |
checking for /usr/bin/clang option to accept ISO C99... none needed | |
checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
checking dependency style of /usr/bin/clang... none | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
Threading support: | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for PTHREAD_PRIO_INHERIT... yes | |
Initializing Libtool: | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/clang... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin11.4.0 file names to x86_64-apple-darwin11.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/clang option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/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 for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.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 windres... no | |
Initializing gettext: | |
checking whether NLS is requested... yes | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for ld used by GCC... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for GNU gettext in libc... no | |
checking for iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for GNU gettext in libintl... no | |
checking whether to use NLS... no | |
System headers and functions: | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for int32_t... yes | |
checking for uint32_t... yes | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for uintptr_t... yes | |
checking size of size_t... 8 | |
checking for struct stat.st_atim.tv_nsec... no | |
checking for struct stat.st_atimespec.tv_nsec... yes | |
checking for struct stat.st_atimensec... no | |
checking for struct stat.st_uatime... no | |
checking for struct stat.st_atim.st__tim.tv_nsec... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking whether byte ordering is bigendian... no | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for getopt_long... yes | |
checking whether optreset is declared... yes | |
checking for futimens... no | |
checking for futimes... yes | |
checking whether program_invocation_name is declared... no | |
checking byteswap.h usability... no | |
checking byteswap.h presence... no | |
checking for byteswap.h... no | |
checking sys/endian.h usability... no | |
checking sys/endian.h presence... no | |
checking for sys/endian.h... no | |
checking sys/byteorder.h usability... no | |
checking sys/byteorder.h presence... no | |
checking for sys/byteorder.h... no | |
checking if unaligned memory access should be used... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking how to detect the amount of physical memory... sysctl | |
checking for sys/param.h... (cached) yes | |
checking how to detect the number of available CPU cores... sysctl | |
checking whether mbrtowc and mbstate_t are properly declared... yes | |
checking for wcwidth... yes | |
GCC extensions: | |
checking for simple visibility declarations... yes | |
checking if /usr/bin/clang accepts -Wall... yes | |
checking if /usr/bin/clang accepts -Wextra... yes | |
checking if /usr/bin/clang accepts -Wformat=2... yes | |
checking if /usr/bin/clang accepts -Winit-self... yes | |
checking if /usr/bin/clang accepts -Wmissing-include-dirs... yes | |
checking if /usr/bin/clang accepts -Wstrict-aliasing... yes | |
checking if /usr/bin/clang accepts -Wfloat-equal... yes | |
checking if /usr/bin/clang accepts -Wundef... yes | |
checking if /usr/bin/clang accepts -Wshadow... yes | |
checking if /usr/bin/clang accepts -Wpointer-arith... yes | |
checking if /usr/bin/clang accepts -Wbad-function-cast... yes | |
checking if /usr/bin/clang accepts -Wwrite-strings... yes | |
checking if /usr/bin/clang accepts -Wlogical-op... yes | |
checking if /usr/bin/clang accepts -Waggregate-return... yes | |
checking if /usr/bin/clang accepts -Wstrict-prototypes... yes | |
checking if /usr/bin/clang accepts -Wold-style-definition... yes | |
checking if /usr/bin/clang accepts -Wmissing-prototypes... yes | |
checking if /usr/bin/clang accepts -Wmissing-declarations... yes | |
checking if /usr/bin/clang accepts -Wmissing-noreturn... yes | |
checking if /usr/bin/clang accepts -Wredundant-decls... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Doxyfile | |
config.status: creating Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating lib/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/liblzma/liblzma.pc | |
config.status: creating src/liblzma/Makefile | |
config.status: creating src/liblzma/api/Makefile | |
config.status: creating src/xz/Makefile | |
config.status: creating src/xzdec/Makefile | |
config.status: creating src/lzmainfo/Makefile | |
config.status: creating src/scripts/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating debug/Makefile | |
config.status: creating src/scripts/xzdiff | |
config.status: creating src/scripts/xzgrep | |
config.status: creating src/scripts/xzmore | |
config.status: creating src/scripts/xzless | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
==> make install | |
make install | |
Making install in src | |
Making install in liblzma | |
Making install in api | |
make[4]: Nothing to be done for `install-exec-am'. | |
../../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/include' | |
../../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/include/lzma' | |
/usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/usr/local/Cellar/xz/5.0.4/include/lzma' | |
/usr/bin/install -c -m 644 lzma.h '/usr/local/Cellar/xz/5.0.4/include/.' | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-tuklib_physmem.lo `test -f '../../src/common/tuklib_physmem.c' || echo './'`../../src/common/tuklib_physmem.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/common.c -fno-common -DPIC -o .libs/liblzma_la-common.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c ../../src/common/tuklib_physmem.c -fno-common -DPIC -o .libs/liblzma_la-tuklib_physmem.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c ../../src/common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/common.c -o liblzma_la-common.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_util.c -fno-common -DPIC -o .libs/liblzma_la-block_util.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_util.c -o liblzma_la-block_util.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_preset.c -fno-common -DPIC -o .libs/liblzma_la-easy_preset.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_preset.c -o liblzma_la-easy_preset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_common.c -fno-common -DPIC -o .libs/liblzma_la-filter_common.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_common.c -o liblzma_la-filter_common.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/hardware_physmem.c -fno-common -DPIC -o .libs/liblzma_la-hardware_physmem.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/hardware_physmem.c -o liblzma_la-hardware_physmem.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/index.c -fno-common -DPIC -o .libs/liblzma_la-index.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_flags_common.c -fno-common -DPIC -o .libs/liblzma_la-stream_flags_common.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_flags_common.c -o liblzma_la-stream_flags_common.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/vli_size.c -fno-common -DPIC -o .libs/liblzma_la-vli_size.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/vli_size.c -o liblzma_la-vli_size.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/alone_encoder.c -fno-common -DPIC -o .libs/liblzma_la-alone_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/index.c -o liblzma_la-index.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/alone_encoder.c -o liblzma_la-alone_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_buffer_encoder.c -fno-common -DPIC -o .libs/liblzma_la-block_buffer_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_encoder.c -fno-common -DPIC -o .libs/liblzma_la-block_encoder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_encoder.c -o liblzma_la-block_encoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_header_encoder.c -fno-common -DPIC -o .libs/liblzma_la-block_header_encoder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_header_encoder.c -o liblzma_la-block_header_encoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_buffer_encoder.c -fno-common -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_encoder.c -fno-common -DPIC -o .libs/liblzma_la-easy_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_encoder.c -o liblzma_la-easy_encoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_encoder_memusage.c -fno-common -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_buffer_encoder.c -fno-common -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_encoder.c -fno-common -DPIC -o .libs/liblzma_la-filter_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_encoder.c -o liblzma_la-filter_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_flags_encoder.c -fno-common -DPIC -o .libs/liblzma_la-filter_flags_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/index_encoder.c -fno-common -DPIC -o .libs/liblzma_la-index_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/index_encoder.c -o liblzma_la-index_encoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_buffer_encoder.c -fno-common -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_encoder.c -fno-common -DPIC -o .libs/liblzma_la-stream_encoder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_flags_encoder.c -fno-common -DPIC -o .libs/liblzma_la-stream_flags_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_encoder.c -o liblzma_la-stream_encoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/vli_encoder.c -fno-common -DPIC -o .libs/liblzma_la-vli_encoder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/vli_encoder.c -o liblzma_la-vli_encoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/alone_decoder.c -fno-common -DPIC -o .libs/liblzma_la-alone_decoder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/auto_decoder.c -fno-common -DPIC -o .libs/liblzma_la-auto_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/alone_decoder.c -o liblzma_la-alone_decoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/auto_decoder.c -o liblzma_la-auto_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_buffer_decoder.c -fno-common -DPIC -o .libs/liblzma_la-block_buffer_decoder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_decoder.c -fno-common -DPIC -o .libs/liblzma_la-block_decoder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_decoder.c -o liblzma_la-block_decoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_header_decoder.c -fno-common -DPIC -o .libs/liblzma_la-block_header_decoder.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/block_header_decoder.c -o liblzma_la-block_header_decoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_decoder_memusage.c -fno-common -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_buffer_decoder.c -fno-common -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_decoder.c -fno-common -DPIC -o .libs/liblzma_la-filter_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_decoder.c -o liblzma_la-filter_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_flags_decoder.c -fno-common -DPIC -o .libs/liblzma_la-filter_flags_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/index_decoder.c -fno-common -DPIC -o .libs/liblzma_la-index_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/index_decoder.c -o liblzma_la-index_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/index_hash.c -fno-common -DPIC -o .libs/liblzma_la-index_hash.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_buffer_decoder.c -fno-common -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/index_hash.c -o liblzma_la-index_hash.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_decoder.c -fno-common -DPIC -o .libs/liblzma_la-stream_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_flags_decoder.c -fno-common -DPIC -o .libs/liblzma_la-stream_flags_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/stream_decoder.c -o liblzma_la-stream_decoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/vli_decoder.c -fno-common -DPIC -o .libs/liblzma_la-vli_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c common/vli_decoder.c -o liblzma_la-vli_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/check.c -fno-common -DPIC -o .libs/liblzma_la-check.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/check.c -o liblzma_la-check.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/crc32_table.c -fno-common -DPIC -o .libs/liblzma_la-crc32_table.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/crc32_table.c -o liblzma_la-crc32_table.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/crc32_fast.c -fno-common -DPIC -o .libs/liblzma_la-crc32_fast.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/crc64_table.c -fno-common -DPIC -o .libs/liblzma_la-crc64_table.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/crc64_table.c -o liblzma_la-crc64_table.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/crc32_fast.c -o liblzma_la-crc32_fast.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/crc64_fast.c -fno-common -DPIC -o .libs/liblzma_la-crc64_fast.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/sha256.c -fno-common -DPIC -o .libs/liblzma_la-sha256.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/crc64_fast.c -o liblzma_la-crc64_fast.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lz/lz_encoder.c -fno-common -DPIC -o .libs/liblzma_la-lz_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lz/lz_encoder.c -o liblzma_la-lz_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lz/lz_encoder_mf.c -fno-common -DPIC -o .libs/liblzma_la-lz_encoder_mf.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lz/lz_decoder.c -fno-common -DPIC -o .libs/liblzma_la-lz_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lz/lz_decoder.c -o liblzma_la-lz_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_encoder.c -fno-common -DPIC -o .libs/liblzma_la-lzma_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c check/sha256.c -o liblzma_la-sha256.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_encoder_presets.c -fno-common -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_encoder_optimum_fast.c -fno-common -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_encoder_optimum_normal.c -fno-common -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/fastpos_table.c -fno-common -DPIC -o .libs/liblzma_la-fastpos_table.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/fastpos_table.c -o liblzma_la-fastpos_table.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_decoder.c -fno-common -DPIC -o .libs/liblzma_la-lzma_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma2_encoder.c -fno-common -DPIC -o .libs/liblzma_la-lzma2_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma2_decoder.c -fno-common -DPIC -o .libs/liblzma_la-lzma2_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c rangecoder/price_table.c -fno-common -DPIC -o .libs/liblzma_la-price_table.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c rangecoder/price_table.c -o liblzma_la-price_table.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c delta/delta_common.c -fno-common -DPIC -o .libs/liblzma_la-delta_common.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c delta/delta_common.c -o liblzma_la-delta_common.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c delta/delta_encoder.c -fno-common -DPIC -o .libs/liblzma_la-delta_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c delta/delta_encoder.c -o liblzma_la-delta_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c delta/delta_decoder.c -fno-common -DPIC -o .libs/liblzma_la-delta_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c delta/delta_decoder.c -o liblzma_la-delta_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/simple_coder.c -fno-common -DPIC -o .libs/liblzma_la-simple_coder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/simple_coder.c -o liblzma_la-simple_coder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/simple_encoder.c -fno-common -DPIC -o .libs/liblzma_la-simple_encoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/simple_encoder.c -o liblzma_la-simple_encoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/simple_decoder.c -fno-common -DPIC -o .libs/liblzma_la-simple_decoder.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/simple_decoder.c -o liblzma_la-simple_decoder.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/x86.c -fno-common -DPIC -o .libs/liblzma_la-x86.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/x86.c -o liblzma_la-x86.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/powerpc.c -fno-common -DPIC -o .libs/liblzma_la-powerpc.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/powerpc.c -o liblzma_la-powerpc.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/ia64.c -fno-common -DPIC -o .libs/liblzma_la-ia64.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/ia64.c -o liblzma_la-ia64.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/arm.c -fno-common -DPIC -o .libs/liblzma_la-arm.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/arm.c -o liblzma_la-arm.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/armthumb.c -fno-common -DPIC -o .libs/liblzma_la-armthumb.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/armthumb.c -o liblzma_la-armthumb.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/sparc.c -fno-common -DPIC -o .libs/liblzma_la-sparc.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c simple/sparc.c -o liblzma_la-sparc.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -no-undefined -version-info 5:4:0 -L/usr/local/lib -o liblzma.la -rpath /usr/local/Cellar/xz/5.0.4/lib liblzma_la-tuklib_physmem.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo | |
libtool: link: /usr/bin/clang -dynamiclib -o .libs/liblzma.5.dylib .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_fast.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_fast.o .libs/liblzma_la-sha256.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-sparc.o -L/usr/local/lib -pthread -Os -march=native -mmacosx-version-min=10.7 -pthread -install_name /usr/local/Cellar/xz/5.0.4/lib/liblzma.5.dylib -compatibility_version 6 -current_version 6.4 -Wl,-single_module | |
clang: warning: argument unused during compilation: '-pthread' | |
clang: warning: argument unused during compilation: '-pthread' | |
libtool: link: (cd ".libs" && rm -f "liblzma.dylib" && ln -s "liblzma.5.dylib" "liblzma.dylib") | |
libtool: link: ar cru .libs/liblzma.a liblzma_la-tuklib_physmem.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o | |
libtool: link: ranlib .libs/liblzma.a | |
libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" ) | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/lib' | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/lib/pkgconfig' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c liblzma.la '/usr/local/Cellar/xz/5.0.4/lib' | |
/usr/bin/install -c -m 644 liblzma.pc '/usr/local/Cellar/xz/5.0.4/lib/pkgconfig' | |
libtool: install: /usr/bin/install -c .libs/liblzma.5.dylib /usr/local/Cellar/xz/5.0.4/lib/liblzma.5.dylib | |
libtool: install: (cd /usr/local/Cellar/xz/5.0.4/lib && { ln -s -f liblzma.5.dylib liblzma.dylib || { rm -f liblzma.dylib && ln -s liblzma.5.dylib liblzma.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/liblzma.lai /usr/local/Cellar/xz/5.0.4/lib/liblzma.la | |
libtool: install: /usr/bin/install -c .libs/liblzma.a /usr/local/Cellar/xz/5.0.4/lib/liblzma.a | |
libtool: install: chmod 644 /usr/local/Cellar/xz/5.0.4/lib/liblzma.a | |
libtool: install: ranlib /usr/local/Cellar/xz/5.0.4/lib/liblzma.a | |
Making install in xzdec | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xzdec-tuklib_progname.o `test -f '../../src/common/tuklib_progname.c' || echo './'`../../src/common/tuklib_progname.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xzdec-tuklib_exit.o `test -f '../../src/common/tuklib_exit.c' || echo './'`../../src/common/tuklib_exit.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o lzmadec-tuklib_progname.o `test -f '../../src/common/tuklib_progname.c' || echo './'`../../src/common/tuklib_progname.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o lzmadec-tuklib_exit.o `test -f '../../src/common/tuklib_exit.c' || echo './'`../../src/common/tuklib_exit.c | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -L/usr/local/lib -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -L/usr/local/lib -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la | |
libtool: link: /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -o .libs/xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o -L/usr/local/lib ../../src/liblzma/.libs/liblzma.dylib -pthread | |
libtool: link: /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -o .libs/lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o -L/usr/local/lib ../../src/liblzma/.libs/liblzma.dylib -pthread | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/bin' | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/share/man/man1' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c xzdec lzmadec '/usr/local/Cellar/xz/5.0.4/bin' | |
/usr/bin/install -c -m 644 xzdec.1 '/usr/local/Cellar/xz/5.0.4/share/man/man1' | |
make install-data-hook | |
cd /usr/local/Cellar/xz/5.0.4/share/man/man1 && \ | |
target=`echo xzdec | sed 's,x,x,'` && \ | |
link=`echo lzmadec | sed 's,x,x,'` && \ | |
rm -f $link.1 && \ | |
ln -s $target.1 $link.1 | |
libtool: install: /usr/bin/install -c .libs/xzdec /usr/local/Cellar/xz/5.0.4/bin/xzdec | |
libtool: install: /usr/bin/install -c .libs/lzmadec /usr/local/Cellar/xz/5.0.4/bin/lzmadec | |
Making install in xz | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-args.o `test -f 'args.c' || echo './'`args.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-coder.o `test -f 'coder.c' || echo './'`coder.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-file_io.o `test -f 'file_io.c' || echo './'`file_io.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-hardware.o `test -f 'hardware.c' || echo './'`hardware.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-list.o `test -f 'list.c' || echo './'`list.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-main.o `test -f 'main.c' || echo './'`main.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-message.o `test -f 'message.c' || echo './'`message.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-options.o `test -f 'options.c' || echo './'`options.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-signals.o `test -f 'signals.c' || echo './'`signals.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-suffix.o `test -f 'suffix.c' || echo './'`suffix.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-util.o `test -f 'util.c' || echo './'`util.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-tuklib_open_stdxxx.o `test -f '../../src/common/tuklib_open_stdxxx.c' || echo './'`../../src/common/tuklib_open_stdxxx.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-tuklib_progname.o `test -f '../../src/common/tuklib_progname.c' || echo './'`../../src/common/tuklib_progname.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-tuklib_exit.o `test -f '../../src/common/tuklib_exit.c' || echo './'`../../src/common/tuklib_exit.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-tuklib_cpucores.o `test -f '../../src/common/tuklib_cpucores.c' || echo './'`../../src/common/tuklib_cpucores.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-tuklib_mbstr_width.o `test -f '../../src/common/tuklib_mbstr_width.c' || echo './'`../../src/common/tuklib_mbstr_width.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o xz-tuklib_mbstr_fw.o `test -f '../../src/common/tuklib_mbstr_fw.c' || echo './'`../../src/common/tuklib_mbstr_fw.c | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -L/usr/local/lib -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-list.o xz-main.o xz-message.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_cpucores.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o ../../src/liblzma/liblzma.la | |
libtool: link: /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -o .libs/xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-list.o xz-main.o xz-message.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_cpucores.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o -L/usr/local/lib ../../src/liblzma/.libs/liblzma.dylib -pthread | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/bin' | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/share/man/man1' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c xz '/usr/local/Cellar/xz/5.0.4/bin' | |
/usr/bin/install -c -m 644 xz.1 '/usr/local/Cellar/xz/5.0.4/share/man/man1' | |
make install-data-hook | |
cd /usr/local/Cellar/xz/5.0.4/share/man/man1 && \ | |
target=`echo xz | sed 's,x,x,'` && \ | |
for name in unxz xzcat lzma unlzma lzcat; do \ | |
link=`echo $name | sed 's,x,x,'` && \ | |
rm -f $link.1 && \ | |
ln -s $target.1 $link.1; \ | |
done | |
libtool: install: /usr/bin/install -c .libs/xz /usr/local/Cellar/xz/5.0.4/bin/xz | |
make install-exec-hook | |
cd /usr/local/Cellar/xz/5.0.4/bin && \ | |
target=`echo xz | sed 's,x,x,'` && \ | |
for name in unxz xzcat lzma unlzma lzcat; do \ | |
link=`echo $name | sed 's,x,x,'` && \ | |
rm -f $link && \ | |
ln -s $target $link; \ | |
done | |
Making install in lzmainfo | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o lzmainfo-lzmainfo.o `test -f 'lzmainfo.c' || echo './'`lzmainfo.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o lzmainfo-tuklib_progname.o `test -f '../../src/common/tuklib_progname.c' || echo './'`../../src/common/tuklib_progname.c | |
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/Cellar/xz/5.0.4/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c -o lzmainfo-tuklib_exit.o `test -f '../../src/common/tuklib_exit.c' || echo './'`../../src/common/tuklib_exit.c | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -L/usr/local/lib -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/liblzma.la | |
libtool: link: /usr/bin/clang -D_THREAD_SAFE -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -o .libs/lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o -L/usr/local/lib ../../src/liblzma/.libs/liblzma.dylib -pthread | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/bin' | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/share/man/man1' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c lzmainfo '/usr/local/Cellar/xz/5.0.4/bin' | |
/usr/bin/install -c -m 644 lzmainfo.1 '/usr/local/Cellar/xz/5.0.4/share/man/man1' | |
libtool: install: /usr/bin/install -c .libs/lzmainfo /usr/local/Cellar/xz/5.0.4/bin/lzmainfo | |
Making install in scripts | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/bin' | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/share/man/man1' | |
/usr/bin/install -c xzdiff xzgrep xzmore xzless '/usr/local/Cellar/xz/5.0.4/bin' | |
make install-exec-hook | |
/usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/usr/local/Cellar/xz/5.0.4/share/man/man1' | |
cd /usr/local/Cellar/xz/5.0.4/bin && \ | |
for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ | |
target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \ | |
link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \ | |
rm -f $link && \ | |
ln -s $target $link; \ | |
done | |
make install-data-hook | |
cd /usr/local/Cellar/xz/5.0.4/share/man/man1 && \ | |
for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ | |
target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \ | |
link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \ | |
rm -f $link.1 && \ | |
ln -s $target.1 $link.1; \ | |
done | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in po | |
if test "xz" = "gettext-tools"; then \ | |
../build-aux/install-sh -c -d /usr/local/Cellar/xz/5.0.4/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/local/Cellar/xz/5.0.4/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/Cellar/xz/5.0.4/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
Making install in tests | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Nothing to be done for `install-exec-am'. | |
build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/share/doc/xz' | |
build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/share/doc/xz/examples' | |
/usr/bin/install -c -m 644 AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO doc/faq.txt doc/history.txt doc/xz-file-format.txt doc/lzma-file-format.txt '/usr/local/Cellar/xz/5.0.4/share/doc/xz' | |
/usr/bin/install -c -m 644 doc/examples/00_README.txt doc/examples/01_compress_easy.c doc/examples/02_decompress.c doc/examples/03_compress_custom.c doc/examples/Makefile '/usr/local/Cellar/xz/5.0.4/share/doc/xz/examples' | |
build-aux/install-sh -c -d '/usr/local/Cellar/xz/5.0.4/share/doc/xz/examples_old' | |
/usr/bin/install -c -m 644 doc/examples_old/xz_pipe_comp.c doc/examples_old/xz_pipe_decomp.c '/usr/local/Cellar/xz/5.0.4/share/doc/xz/examples_old' | |
==> Finishing up | |
ln -s ../Cellar/xz/5.0.4/bin/xzmore xzmore | |
ln -s ../Cellar/xz/5.0.4/bin/xzless xzless | |
ln -s ../Cellar/xz/5.0.4/bin/xzgrep xzgrep | |
ln -s ../Cellar/xz/5.0.4/bin/xzfgrep xzfgrep | |
ln -s ../Cellar/xz/5.0.4/bin/xzegrep xzegrep | |
ln -s ../Cellar/xz/5.0.4/bin/xzdiff xzdiff | |
ln -s ../Cellar/xz/5.0.4/bin/xzdec xzdec | |
ln -s ../Cellar/xz/5.0.4/bin/xzcmp xzcmp | |
ln -s ../Cellar/xz/5.0.4/bin/xzcat xzcat | |
ln -s ../Cellar/xz/5.0.4/bin/xz xz | |
ln -s ../Cellar/xz/5.0.4/bin/unxz unxz | |
ln -s ../Cellar/xz/5.0.4/bin/unlzma unlzma | |
ln -s ../Cellar/xz/5.0.4/bin/lzmore lzmore | |
ln -s ../Cellar/xz/5.0.4/bin/lzmainfo lzmainfo | |
ln -s ../Cellar/xz/5.0.4/bin/lzmadec lzmadec | |
ln -s ../Cellar/xz/5.0.4/bin/lzma lzma | |
ln -s ../Cellar/xz/5.0.4/bin/lzless lzless | |
ln -s ../Cellar/xz/5.0.4/bin/lzgrep lzgrep | |
ln -s ../Cellar/xz/5.0.4/bin/lzfgrep lzfgrep | |
ln -s ../Cellar/xz/5.0.4/bin/lzegrep lzegrep | |
ln -s ../Cellar/xz/5.0.4/bin/lzdiff lzdiff | |
ln -s ../Cellar/xz/5.0.4/bin/lzcmp lzcmp | |
ln -s ../Cellar/xz/5.0.4/bin/lzcat lzcat | |
ln -s ../Cellar/xz/5.0.4/include/lzma.h lzma.h | |
ln -s ../Cellar/xz/5.0.4/include/lzma lzma | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzmore.1 xzmore.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzless.1 xzless.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzgrep.1 xzgrep.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzfgrep.1 xzfgrep.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzegrep.1 xzegrep.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzdiff.1 xzdiff.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzdec.1 xzdec.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzcmp.1 xzcmp.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xzcat.1 xzcat.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/xz.1 xz.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/unxz.1 unxz.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/unlzma.1 unlzma.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzmore.1 lzmore.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzmainfo.1 lzmainfo.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzmadec.1 lzmadec.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzma.1 lzma.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzless.1 lzless.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzgrep.1 lzgrep.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzfgrep.1 lzfgrep.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzegrep.1 lzegrep.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzdiff.1 lzdiff.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzcmp.1 lzcmp.1 | |
ln -s ../../../Cellar/xz/5.0.4/share/man/man1/lzcat.1 lzcat.1 | |
ln -s ../../Cellar/xz/5.0.4/share/doc/xz xz | |
ln -s ../../Cellar/xz/5.0.4/lib/pkgconfig/liblzma.pc liblzma.pc | |
ln -s ../Cellar/xz/5.0.4/lib/liblzma.dylib liblzma.dylib | |
ln -s ../Cellar/xz/5.0.4/lib/liblzma.a liblzma.a | |
ln -s ../Cellar/xz/5.0.4/lib/liblzma.5.dylib liblzma.5.dylib | |
ln -s ../../Cellar/xz/5.0.4 xz | |
==> Summary | |
/usr/local/Cellar/xz/5.0.4: 56 files, 1,5M, built in 61 seconds | |
==> Installing wireshark | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/pkg-config.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/gnutls.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/libgcrypt.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/libgpg-error.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/libtasn1.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/p11-kit.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/c-ares.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/pcre.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/glib.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/xz.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/gettext.rb | |
/usr/local/Library/Formula/wireshark.rb: loading /usr/local/Library/Formula/libffi.rb | |
==> Downloading http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.8.1.tar.bz2 | |
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.8.1.tar.bz2 -o /Library/Caches/Homebrew/wireshark-1.8.1.tar.bz2 | |
######################################################################## 100,0% | |
/usr/bin/tar xf /Library/Caches/Homebrew/wireshark-1.8.1.tar.bz2 | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/wireshark/1.8.1 --disable-wireshark | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/wireshark/1.8.1 --disable-wireshark | |
checking build system type... i386-apple-darwin11.4.0 | |
checking host system type... i386-apple-darwin11.4.0 | |
checking target system type... i386-apple-darwin11.4.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
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 for gcc... /usr/bin/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 /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/clang... none | |
checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/clang++ accepts -g... yes | |
checking dependency style of /usr/bin/clang++... none | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/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 /usr/bin/clang... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) 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 i386-apple-darwin11.4.0 file names to i386-apple-darwin11.4.0 format... func_convert_file_noop | |
checking how to convert i386-apple-darwin11.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/clang option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/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 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 /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... /usr/bin/clang++ -E | |
checking for ld used by /usr/bin/clang++... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries... yes | |
checking for /usr/bin/clang++ option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang++ static flag -static works... no | |
checking if /usr/bin/clang++ supports -c -o file.o... yes | |
checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for perl... /usr/bin/perl | |
checking for bison... bison -y | |
checking for bison... /usr/bin/bison | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -lfl | |
checking whether yytext is a pointer... yes | |
checking for flex... /usr/bin/flex | |
checking for pod2man... /usr/bin/pod2man | |
checking for pod2html... /usr/bin/pod2html | |
checking for xdg-open... no | |
checking for htmlview... no | |
checking for python... /usr/bin/python | |
checking for doxygen... no | |
checking for doxygen... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for LIBGNUTLS... yes | |
GnuTLS found, enabling SSL decryption | |
checking for libgcrypt-config... /usr/local/bin/libgcrypt-config | |
checking for LIBGCRYPT - version >= 1.1.92... yes | |
libgcrypt found, enabling ipsec decryption | |
checking for libsmi >= 2... not found | |
checking for xsltproc... /usr/bin/xsltproc | |
checking for xsltproc... yes | |
checking for xmllint... /usr/bin/xmllint | |
checking for xmllint... yes | |
checking for fop... no | |
checking for fop... no | |
checking for elinks... no | |
checking for elinks... no | |
checking for lynx... no | |
checking for lynx... no | |
checking for hhc.exe... no | |
checking for hhc.exe... no | |
checking for pkgproto... no | |
checking for pkgmk... no | |
checking for pkgtrans... no | |
checking for rpm... no | |
checking for dpkg-buildpackage... no | |
checking for xcodebuild... yes | |
checking for hdiutil... yes | |
checking for bless... yes | |
checking whether we can add -Wall -W to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -Wextra to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -Wdeclaration-after-statement to CFLAGS... yes | |
checking whether we can add -Wendif-labels to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -Wpointer-arith to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -Wno-pointer-sign to CFLAGS... yes | |
checking whether we can add -Warray-bounds to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -Wcast-align to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -Wformat-security to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -Wold-style-definition to CFLAGS... yes | |
checking whether we can add -Wno-error=unused-but-set-variable to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -fexcess-precision=fast to CFLAGS and CXXFLAGS... yes | |
checking whether we can add -Wl,--as-needed to LDFLAGS... no | |
checking whether we should treat compiler warnings as errors... no | |
checking for platform-specific compiler flags... Apple GCC - added -no-cpp-precomp | |
checking for platform-specific linker flags... Apple linker - added -Wl,-single_module and -Wl,-search_paths_first | |
checking whether we can build with Core Foundation, Launch Services, and Core Services... yes | |
checking whether to use /usr/local/Cellar/wireshark/1.8.1 for headers and libraries... no | |
checking whether to use /usr/local for headers and libraries... yes | |
checking for GNU sed as first sed in PATH... no | |
checking if profile builds must be generated... no | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking for GLIB - version >= 2.14.0... yes (version 2.32.4) | |
checking whether GLib supports loadable modules... yes | |
checking whether dladdr can be used to find the pathname of an executable... yes | |
checking for gethostbyname... yes | |
checking for connect... yes | |
checking whether to use libpcap for packet capture... yes | |
checking for pcap-config... /usr/bin/pcap-config | |
checking for broken pcap-config... no | |
checking pcap.h usability... yes | |
checking pcap.h presence... yes | |
checking for pcap.h... yes | |
checking for pcap_open_dead... yes | |
checking for pcap_freecode... yes | |
checking whether pcap_breakloop is present... yes | |
checking whether pcap_findalldevs is present and usable... yes | |
checking for pcap_datalink_val_to_name... yes | |
checking for pcap_datalink_name_to_val... yes | |
checking for pcap_datalink_val_to_description... yes | |
checking for pcap_list_datalinks... yes | |
checking for pcap_set_datalink... yes | |
checking for pcap_lib_version... yes | |
checking for pcap_get_selectable_fd... yes | |
checking for pcap_free_datalinks... yes | |
checking for pcap_create... yes | |
checking for bpf_image... yes | |
checking whether to include airpcap support... yes | |
checking whether to build dumpcap... yes | |
checking whether to build rawshark... yes | |
checking whether to use libpcap remote capturing feature... no | |
checking whether to use zlib for gzip compression and decompression... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for inflatePrime... yes | |
checking for inflatePrime missing when linking with X11... no | |
checking whether to use liblua for the Lua scripting plugin... yes | |
checking lua.h usability... yes | |
checking lua.h presence... yes | |
checking for lua.h... yes | |
checking lualib.h usability... yes | |
checking lualib.h presence... yes | |
checking for lualib.h... yes | |
checking lauxlib.h usability... yes | |
checking lauxlib.h presence... yes | |
checking for lauxlib.h... yes | |
checking for luaL_register in -llua... yes | |
checking whether to use libportaudio for the rtp_player... yes | |
checking portaudio.h usability... yes | |
checking portaudio.h presence... yes | |
checking for portaudio.h... yes | |
checking for PortAudioStream... no | |
checking for Pa_Initialize in -lportaudio... no | |
libportaudio not found - disabling support for the rtp_player | |
checking whether to enable ipv6 name resolution if available... yes | |
checking ipv6 stack type... "kame, inet6" | |
checking for setcap... no | |
checking whether to install dumpcap with cap_net_admin and cap_net_raw capabilities... no | |
checking whether to install dumpcap setuid... no | |
checking for setresuid... no | |
checking for setresgid... no | |
checking whether to use the libcap capabilities library... yes | |
checking for cap_set_flag in -lcap... no | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for inttypes.h... (cached) yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking arpa/nameser.h usability... yes | |
checking arpa/nameser.h presence... yes | |
checking for arpa/nameser.h... yes | |
checking whether to use SSL library... no | |
checking whether to use Kerberos library... yes | |
checking for krb5-config... /usr/bin/krb5-config | |
checking krb5.h usability... yes | |
checking krb5.h presence... yes | |
checking for krb5.h... yes | |
checking whether the Kerberos library is Heimdal or MIT... MIT | |
checking whether MIT includes krb5_kt_resolve... yes | |
checking whether krb5.h defines KEYTYPE_ARCFOUR_56... no | |
checking whether to use the c-ares library if available... yes | |
checking for ares_init in -lcares... yes | |
checking whether to use the GNU ADNS library if available... no | |
checking whether to use the GeoIP IP address mapping library if available... yes | |
checking for GeoIP_new in -lGeoIP... no | |
checking whether to use the Python interpreter for scripting... no | |
checking for tm_zone in struct tm... yes | |
checking for st_flags in struct stat... yes | |
checking for sa_len in struct sockaddr... yes | |
checking whether byte ordering is bigendian... no | |
checking whether /usr/bin/clang needs -traditional... no | |
checking for getopt... yes | |
checking for strncasecmp... yes | |
checking for mkstemp... yes | |
checking for mkdtemp... yes | |
checking for library containing inet_aton... none required | |
checking for library containing inet_pton... none required | |
checking for broken inet_pton... ok | |
checking for library containing inet_ntop... none required | |
checking for inet_ntop prototype... yes | |
checking for strptime... yes | |
checking for getprotobynumber... yes | |
checking for gethostbyname2... yes | |
checking for issetugid... yes | |
checking for mmap... yes | |
checking for mprotect... yes | |
checking for sysconf... yes | |
checking for strtoll... yes | |
checking whether we need memory allocations to be 8-byte aligned... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doxygen.cfg | |
config.status: creating asn1/Makefile | |
config.status: creating asn1/acp133/Makefile | |
config.status: creating asn1/acse/Makefile | |
config.status: creating asn1/ansi_map/Makefile | |
config.status: creating asn1/ansi_tcap/Makefile | |
config.status: creating asn1/c1222/Makefile | |
config.status: creating asn1/camel/Makefile | |
config.status: creating asn1/cdt/Makefile | |
config.status: creating asn1/charging_ase/Makefile | |
config.status: creating asn1/cmip/Makefile | |
config.status: creating asn1/cmp/Makefile | |
config.status: creating asn1/crmf/Makefile | |
config.status: creating asn1/cms/Makefile | |
config.status: creating asn1/credssp/Makefile | |
config.status: creating asn1/dap/Makefile | |
config.status: creating asn1/disp/Makefile | |
config.status: creating asn1/dop/Makefile | |
config.status: creating asn1/dsp/Makefile | |
config.status: creating asn1/ess/Makefile | |
config.status: creating asn1/ftam/Makefile | |
config.status: creating asn1/gnm/Makefile | |
config.status: creating asn1/goose/Makefile | |
config.status: creating asn1/gprscdr/Makefile | |
config.status: creating asn1/gsm_map/Makefile | |
config.status: creating asn1/h225/Makefile | |
config.status: creating asn1/h235/Makefile | |
config.status: creating asn1/h245/Makefile | |
config.status: creating asn1/h248/Makefile | |
config.status: creating asn1/h282/Makefile | |
config.status: creating asn1/h283/Makefile | |
config.status: creating asn1/h323/Makefile | |
config.status: creating asn1/h450/Makefile | |
config.status: creating asn1/h450-ros/Makefile | |
config.status: creating asn1/h460/Makefile | |
config.status: creating asn1/h501/Makefile | |
config.status: creating asn1/HI2Operations/Makefile | |
config.status: creating asn1/hnbap/Makefile | |
config.status: creating asn1/idmp/Makefile | |
config.status: creating asn1/inap/Makefile | |
config.status: creating asn1/kerberos/Makefile | |
config.status: creating asn1/lcsap/Makefile | |
config.status: creating asn1/ldap/Makefile | |
config.status: creating asn1/logotypecertextn/Makefile | |
config.status: creating asn1/lpp/Makefile | |
config.status: creating asn1/lppa/Makefile | |
config.status: creating asn1/lte-rrc/Makefile | |
config.status: creating asn1/m3ap/Makefile | |
config.status: creating asn1/mms/Makefile | |
config.status: creating asn1/mpeg-audio/Makefile | |
config.status: creating asn1/mpeg-pes/Makefile | |
config.status: creating asn1/nbap/Makefile | |
config.status: creating asn1/ns_cert_exts/Makefile | |
config.status: creating asn1/ocsp/Makefile | |
config.status: creating asn1/p1/Makefile | |
config.status: creating asn1/p22/Makefile | |
config.status: creating asn1/p7/Makefile | |
config.status: creating asn1/p772/Makefile | |
config.status: creating asn1/pcap/Makefile | |
config.status: creating asn1/pkcs1/Makefile | |
config.status: creating asn1/pkcs12/Makefile | |
config.status: creating asn1/pkinit/Makefile | |
config.status: creating asn1/pkixac/Makefile | |
config.status: creating asn1/pkix1explicit/Makefile | |
config.status: creating asn1/pkix1implicit/Makefile | |
config.status: creating asn1/pkixproxy/Makefile | |
config.status: creating asn1/pkixqualified/Makefile | |
config.status: creating asn1/pkixtsp/Makefile | |
config.status: creating asn1/pres/Makefile | |
config.status: creating asn1/q932/Makefile | |
config.status: creating asn1/q932-ros/Makefile | |
config.status: creating asn1/qsig/Makefile | |
config.status: creating asn1/ranap/Makefile | |
config.status: creating asn1/rnsap/Makefile | |
config.status: creating asn1/ros/Makefile | |
config.status: creating asn1/rrc/Makefile | |
config.status: creating asn1/rrlp/Makefile | |
config.status: creating asn1/rtse/Makefile | |
config.status: creating asn1/rua/Makefile | |
config.status: creating asn1/s1ap/Makefile | |
config.status: creating asn1/sabp/Makefile | |
config.status: creating asn1/sbc-ap/Makefile | |
config.status: creating asn1/smrse/Makefile | |
config.status: creating asn1/snmp/Makefile | |
config.status: creating asn1/spnego/Makefile | |
config.status: creating asn1/sv/Makefile | |
config.status: creating asn1/t124/Makefile | |
config.status: creating asn1/t125/Makefile | |
config.status: creating asn1/t38/Makefile | |
config.status: creating asn1/tcap/Makefile | |
config.status: creating asn1/tetra/Makefile | |
config.status: creating asn1/ulp/Makefile | |
config.status: creating asn1/wlancertextn/Makefile | |
config.status: creating asn1/x2ap/Makefile | |
config.status: creating asn1/x509af/Makefile | |
config.status: creating asn1/x509ce/Makefile | |
config.status: creating asn1/x509if/Makefile | |
config.status: creating asn1/x509sat/Makefile | |
config.status: creating asn1/x721/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating docbook/Makefile | |
config.status: creating epan/Makefile | |
config.status: creating epan/crypt/Makefile | |
config.status: creating epan/doxygen.cfg | |
config.status: creating epan/dfilter/Makefile | |
config.status: creating epan/dissectors/Makefile | |
config.status: creating epan/dissectors/dcerpc/Makefile | |
config.status: creating epan/dissectors/pidl/Makefile | |
config.status: creating epan/ftypes/Makefile | |
config.status: creating epan/wslua/Makefile | |
config.status: creating epan/wspython/Makefile | |
config.status: creating codecs/Makefile | |
config.status: creating ui/Makefile | |
config.status: creating ui/doxygen.cfg | |
config.status: creating ui/gtk/Makefile | |
config.status: creating ui/gtk/doxygen.cfg | |
config.status: creating ui/cli/Makefile | |
config.status: creating ui/qt/Makefile | |
config.status: creating ui/qt/doxygen.cfg | |
config.status: creating help/Makefile | |
config.status: creating packaging/Makefile | |
config.status: creating packaging/macosx/Info.plist | |
config.status: creating packaging/macosx/Makefile | |
config.status: creating packaging/nsis/Makefile | |
config.status: creating packaging/rpm/Makefile | |
config.status: creating packaging/rpm/SPECS/Makefile | |
config.status: creating packaging/rpm/SPECS/wireshark.spec | |
config.status: creating packaging/svr4/Makefile | |
config.status: creating packaging/svr4/checkinstall | |
config.status: creating packaging/svr4/pkginfo | |
config.status: creating plugins/Makefile | |
config.status: creating plugins/asn1/Makefile | |
config.status: creating plugins/docsis/Makefile | |
config.status: creating plugins/ethercat/Makefile | |
config.status: creating plugins/gryphon/Makefile | |
config.status: creating plugins/irda/Makefile | |
config.status: creating plugins/m2m/Makefile | |
config.status: creating plugins/mate/Makefile | |
config.status: creating plugins/opcua/Makefile | |
config.status: creating plugins/profinet/Makefile | |
config.status: creating plugins/stats_tree/Makefile | |
config.status: creating plugins/unistim/Makefile | |
config.status: creating plugins/wimax/Makefile | |
config.status: creating plugins/wimaxasncp/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating tools/lemon/Makefile | |
config.status: creating wiretap/Makefile | |
config.status: creating wsutil/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
The Wireshark package has been configured with the following options. | |
Build wireshark : no | |
Build tshark : yes | |
Build capinfos : yes | |
Build editcap : yes | |
Build dumpcap : yes | |
Build mergecap : yes | |
Build text2pcap : yes | |
Build randpkt : yes | |
Build dftest : yes | |
Build rawshark : yes | |
Save files as pcap-ng by default : yes | |
Install dumpcap with capabilities : no | |
Install dumpcap setuid : no | |
Use dumpcap group : (none) | |
Use plugins : yes | |
Use Lua library : yes | |
Use Python binding : no | |
Build rtp_player : no | |
Build profile binaries : no | |
Use pcap library : yes | |
Use zlib library : yes | |
Use kerberos library : yes (MIT) | |
Use c-ares library : yes | |
Use GNU ADNS library : no (using c-ares instead) | |
Use SMI MIB library : no | |
Use GNU crypto library : yes | |
Use SSL crypto library : no | |
Use IPv6 name resolution : yes | |
Use gnutls library : yes | |
Use POSIX capabilities library : no | |
Use GeoIP library : no | |
==> make | |
make | |
/usr/bin/perl ./make-version.pl . | |
Version configuration file version.conf not found. Using defaults. | |
svnversion.h has been updated. | |
make all-recursive | |
Making all in tools | |
Making all in lemon | |
/usr/bin/clang -D_U_="" -o lemon lemon.c | |
sed \ | |
-e 's,@BIN_PREFIX\@,/usr/local/Cellar/wireshark/1.8.1/bin,' \ | |
-e 's,@TSHARK_BIN\@,tshark,' \ | |
-e 's,@DUMPCAP_BIN\@,dumpcap,' \ | |
< ./setuid-root.pl.in > setuid-root.pl | |
chmod +x setuid-root.pl | |
Making all in wsutil | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o airpdcap_wep.lo airpdcap_wep.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o crc10.lo crc10.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c airpdcap_wep.c -fno-common -DPIC -o .libs/airpdcap_wep.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c crc10.c -fno-common -DPIC -o .libs/crc10.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o crc16.lo crc16.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o crc16-plain.lo crc16-plain.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c crc16.c -fno-common -DPIC -o .libs/crc16.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c crc16-plain.c -fno-common -DPIC -o .libs/crc16-plain.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o crc32.lo crc32.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o crc6.lo crc6.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c crc32.c -fno-common -DPIC -o .libs/crc32.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c crc6.c -fno-common -DPIC -o .libs/crc6.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o crc8.lo crc8.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o crcdrm.lo crcdrm.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c crc8.c -fno-common -DPIC -o .libs/crc8.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c crcdrm.c -fno-common -DPIC -o .libs/crcdrm.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o mpeg-audio.lo mpeg-audio.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o privileges.lo privileges.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c mpeg-audio.c -fno-common -DPIC -o .libs/mpeg-audio.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c privileges.c -fno-common -DPIC -o .libs/privileges.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o str_util.lo str_util.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c str_util.c -fno-common -DPIC -o .libs/str_util.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o type_util.lo type_util.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c type_util.c -fno-common -DPIC -o .libs/type_util.o | |
awk '/^EXPORTS$/ {next;}; /^getenv_utf8/ || /^ws_stdio/ || /^ws_init_dll_search_path/ || /^ws_load_library/ || /^ws_module_open/ || /^utf_[168]*to[168]/ || /^arg_list_utf_16to8/ || /^npf_sys_is_running/ || /^getopt/ || /^optarg/ || /^optind/ || /^opterr/ || /^optopt/ || /^inet_aton/ || /^ws_inet_ntop/ || /^ws_inet_pton/ || /^strncasecmp/ || /^strptime/ {next;}; /^[^;]/ { print $1;}' < libwsutil.def > libwsutil.sym | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/clang -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -Wl,-search_paths_first -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libwsutil.la -rpath /usr/local/Cellar/wireshark/1.8.1/lib -version-info 2:0:0 -export-symbols libwsutil.sym -Wl,-single_module airpdcap_wep.lo crc10.lo crc16.lo crc16-plain.lo crc32.lo crc6.lo crc8.lo crcdrm.lo mpeg-audio.lo privileges.lo str_util.lo type_util.lo -L/usr/local/Cellar/glib/2.32.4/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz | |
libtool: link: sed 's,^,_,' < libwsutil.sym > .libs/libwsutil-symbols.expsym | |
libtool: link: /usr/bin/clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwsutil.2.dylib .libs/airpdcap_wep.o .libs/crc10.o .libs/crc16.o .libs/crc16-plain.o .libs/crc32.o .libs/crc6.o .libs/crc8.o .libs/crcdrm.o .libs/mpeg-audio.o .libs/privileges.o .libs/str_util.o .libs/type_util.o -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -L/usr/local/Cellar/glib/2.32.4/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz -Os -march=native -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-single_module -install_name /usr/local/Cellar/wireshark/1.8.1/lib/libwsutil.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libwsutil-symbols.expsym | |
libtool: link: (cd ".libs" && rm -f "libwsutil.dylib" && ln -s "libwsutil.2.dylib" "libwsutil.dylib") | |
libtool: link: ( cd ".libs" && rm -f "libwsutil.la" && ln -s "../libwsutil.la" "libwsutil.la" ) | |
Making all in wiretap | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-5views.lo `test -f '5views.c' || echo './'`5views.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-aethra.lo `test -f 'aethra.c' || echo './'`aethra.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c aethra.c -fno-common -DPIC -o .libs/libwiretap_la-aethra.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c 5views.c -fno-common -DPIC -o .libs/libwiretap_la-5views.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-airopeek9.lo `test -f 'airopeek9.c' || echo './'`airopeek9.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-ascendtext.lo `test -f 'ascendtext.c' || echo './'`ascendtext.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c airopeek9.c -fno-common -DPIC -o .libs/libwiretap_la-airopeek9.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ascendtext.c -fno-common -DPIC -o .libs/libwiretap_la-ascendtext.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-atm.lo `test -f 'atm.c' || echo './'`atm.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-ber.lo `test -f 'ber.c' || echo './'`ber.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c atm.c -fno-common -DPIC -o .libs/libwiretap_la-atm.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ber.c -fno-common -DPIC -o .libs/libwiretap_la-ber.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-btsnoop.lo `test -f 'btsnoop.c' || echo './'`btsnoop.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-buffer.lo `test -f 'buffer.c' || echo './'`buffer.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c btsnoop.c -fno-common -DPIC -o .libs/libwiretap_la-btsnoop.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c buffer.c -fno-common -DPIC -o .libs/libwiretap_la-buffer.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-catapult_dct2000.lo `test -f 'catapult_dct2000.c' || echo './'`catapult_dct2000.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-commview.lo `test -f 'commview.c' || echo './'`commview.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c catapult_dct2000.c -fno-common -DPIC -o .libs/libwiretap_la-catapult_dct2000.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c commview.c -fno-common -DPIC -o .libs/libwiretap_la-commview.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-cosine.lo `test -f 'cosine.c' || echo './'`cosine.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c cosine.c -fno-common -DPIC -o .libs/libwiretap_la-cosine.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-csids.lo `test -f 'csids.c' || echo './'`csids.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c csids.c -fno-common -DPIC -o .libs/libwiretap_la-csids.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-daintree-sna.lo `test -f 'daintree-sna.c' || echo './'`daintree-sna.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c daintree-sna.c -fno-common -DPIC -o .libs/libwiretap_la-daintree-sna.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-dbs-etherwatch.lo `test -f 'dbs-etherwatch.c' || echo './'`dbs-etherwatch.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c dbs-etherwatch.c -fno-common -DPIC -o .libs/libwiretap_la-dbs-etherwatch.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-dct3trace.lo `test -f 'dct3trace.c' || echo './'`dct3trace.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c dct3trace.c -fno-common -DPIC -o .libs/libwiretap_la-dct3trace.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-erf.lo `test -f 'erf.c' || echo './'`erf.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c erf.c -fno-common -DPIC -o .libs/libwiretap_la-erf.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-etherpeek.lo `test -f 'etherpeek.c' || echo './'`etherpeek.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c etherpeek.c -fno-common -DPIC -o .libs/libwiretap_la-etherpeek.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-eyesdn.lo `test -f 'eyesdn.c' || echo './'`eyesdn.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-file_access.lo `test -f 'file_access.c' || echo './'`file_access.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c file_access.c -fno-common -DPIC -o .libs/libwiretap_la-file_access.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c eyesdn.c -fno-common -DPIC -o .libs/libwiretap_la-eyesdn.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-file_wrappers.lo `test -f 'file_wrappers.c' || echo './'`file_wrappers.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c file_wrappers.c -fno-common -DPIC -o .libs/libwiretap_la-file_wrappers.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-hcidump.lo `test -f 'hcidump.c' || echo './'`hcidump.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c hcidump.c -fno-common -DPIC -o .libs/libwiretap_la-hcidump.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-i4btrace.lo `test -f 'i4btrace.c' || echo './'`i4btrace.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c i4btrace.c -fno-common -DPIC -o .libs/libwiretap_la-i4btrace.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-ipfix.lo `test -f 'ipfix.c' || echo './'`ipfix.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-iptrace.lo `test -f 'iptrace.c' || echo './'`iptrace.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ipfix.c -fno-common -DPIC -o .libs/libwiretap_la-ipfix.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c iptrace.c -fno-common -DPIC -o .libs/libwiretap_la-iptrace.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-iseries.lo `test -f 'iseries.c' || echo './'`iseries.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-mime_file.lo `test -f 'mime_file.c' || echo './'`mime_file.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c iseries.c -fno-common -DPIC -o .libs/libwiretap_la-iseries.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c mime_file.c -fno-common -DPIC -o .libs/libwiretap_la-mime_file.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-k12.lo `test -f 'k12.c' || echo './'`k12.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c k12.c -fno-common -DPIC -o .libs/libwiretap_la-k12.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-lanalyzer.lo `test -f 'lanalyzer.c' || echo './'`lanalyzer.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c lanalyzer.c -fno-common -DPIC -o .libs/libwiretap_la-lanalyzer.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-libpcap.lo `test -f 'libpcap.c' || echo './'`libpcap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c libpcap.c -fno-common -DPIC -o .libs/libwiretap_la-libpcap.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-mpeg.lo `test -f 'mpeg.c' || echo './'`mpeg.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c mpeg.c -fno-common -DPIC -o .libs/libwiretap_la-mpeg.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-mp2t.lo `test -f 'mp2t.c' || echo './'`mp2t.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-netmon.lo `test -f 'netmon.c' || echo './'`netmon.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c mp2t.c -fno-common -DPIC -o .libs/libwiretap_la-mp2t.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c netmon.c -fno-common -DPIC -o .libs/libwiretap_la-netmon.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-netscaler.lo `test -f 'netscaler.c' || echo './'`netscaler.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c netscaler.c -fno-common -DPIC -o .libs/libwiretap_la-netscaler.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-netscreen.lo `test -f 'netscreen.c' || echo './'`netscreen.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c netscreen.c -fno-common -DPIC -o .libs/libwiretap_la-netscreen.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-nettl.lo `test -f 'nettl.c' || echo './'`nettl.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c nettl.c -fno-common -DPIC -o .libs/libwiretap_la-nettl.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-network_instruments.lo `test -f 'network_instruments.c' || echo './'`network_instruments.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-netxray.lo `test -f 'netxray.c' || echo './'`netxray.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c network_instruments.c -fno-common -DPIC -o .libs/libwiretap_la-network_instruments.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c netxray.c -fno-common -DPIC -o .libs/libwiretap_la-netxray.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-ngsniffer.lo `test -f 'ngsniffer.c' || echo './'`ngsniffer.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ngsniffer.c -fno-common -DPIC -o .libs/libwiretap_la-ngsniffer.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-packetlogger.lo `test -f 'packetlogger.c' || echo './'`packetlogger.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packetlogger.c -fno-common -DPIC -o .libs/libwiretap_la-packetlogger.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-pcap-common.lo `test -f 'pcap-common.c' || echo './'`pcap-common.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c pcap-common.c -fno-common -DPIC -o .libs/libwiretap_la-pcap-common.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-pcapng.lo `test -f 'pcapng.c' || echo './'`pcapng.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c pcapng.c -fno-common -DPIC -o .libs/libwiretap_la-pcapng.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-pppdump.lo `test -f 'pppdump.c' || echo './'`pppdump.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c pppdump.c -fno-common -DPIC -o .libs/libwiretap_la-pppdump.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-radcom.lo `test -f 'radcom.c' || echo './'`radcom.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c radcom.c -fno-common -DPIC -o .libs/libwiretap_la-radcom.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-snoop.lo `test -f 'snoop.c' || echo './'`snoop.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c snoop.c -fno-common -DPIC -o .libs/libwiretap_la-snoop.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-tnef.lo `test -f 'tnef.c' || echo './'`tnef.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-toshiba.lo `test -f 'toshiba.c' || echo './'`toshiba.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c tnef.c -fno-common -DPIC -o .libs/libwiretap_la-tnef.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c toshiba.c -fno-common -DPIC -o .libs/libwiretap_la-toshiba.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-visual.lo `test -f 'visual.c' || echo './'`visual.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-vms.lo `test -f 'vms.c' || echo './'`vms.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c visual.c -fno-common -DPIC -o .libs/libwiretap_la-visual.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c vms.c -fno-common -DPIC -o .libs/libwiretap_la-vms.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-vwr.lo `test -f 'vwr.c' || echo './'`vwr.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libwiretap_la-wtap.lo `test -f 'wtap.c' || echo './'`wtap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c vwr.c -fno-common -DPIC -o .libs/libwiretap_la-vwr.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c wtap.c -fno-common -DPIC -o .libs/libwiretap_la-wtap.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ascend.lo ascend.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ascend.c -fno-common -DPIC -o .libs/ascend.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ascend_scanner.lo ascend_scanner.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ascend_scanner.c -fno-common -DPIC -o .libs/ascend_scanner.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o k12text.lo k12text.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c k12text.c -fno-common -DPIC -o .libs/k12text.o | |
awk '/^EXPORTS$/ {next;}; /^[^;]/ { print $1;}' < wtap.def > wtap.sym | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/clang -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -Wl,-search_paths_first -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libwiretap_generated.la ascend.lo ascend_scanner.lo k12text.lo -lz | |
libtool: link: ar cru .libs/libwiretap_generated.a .libs/ascend.o .libs/ascend_scanner.o .libs/k12text.o | |
libtool: link: ranlib .libs/libwiretap_generated.a | |
libtool: link: ( cd ".libs" && rm -f "libwiretap_generated.la" && ln -s "../libwiretap_generated.la" "libwiretap_generated.la" ) | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/clang -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -Wl,-search_paths_first -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libwiretap.la -rpath /usr/local/Cellar/wireshark/1.8.1/lib -version-info 3:0:1 -export-symbols wtap.sym -Wl,-single_module libwiretap_la-5views.lo libwiretap_la-aethra.lo libwiretap_la-airopeek9.lo libwiretap_la-ascendtext.lo libwiretap_la-atm.lo libwiretap_la-ber.lo libwiretap_la-btsnoop.lo libwiretap_la-buffer.lo libwiretap_la-catapult_dct2000.lo libwiretap_la-commview.lo libwiretap_la-cosine.lo libwiretap_la-csids.lo libwiretap_la-daintree-sna.lo libwiretap_la-dbs-etherwatch.lo libwiretap_la-dct3trace.lo libwiretap_la-erf.lo libwiretap_la-etherpeek.lo libwiretap_la-eyesdn.lo libwiretap_la-file_access.lo libwiretap_la-file_wrappers.lo libwiretap_la-hcidump.lo libwiretap_la-i4btrace.lo libwiretap_la-ipfix.lo libwiretap_la-iptrace.lo libwiretap_la-iseries.lo libwiretap_la-mime_file.lo libwiretap_la-k12.lo libwiretap_la-lanalyzer.lo libwiretap_la-libpcap.lo libwiretap_la-mpeg.lo libwiretap_la-mp2t.lo libwiretap_la-netmon.lo libwiretap_la-netscaler.lo libwiretap_la-netscreen.lo libwiretap_la-nettl.lo libwiretap_la-network_instruments.lo libwiretap_la-netxray.lo libwiretap_la-ngsniffer.lo libwiretap_la-packetlogger.lo libwiretap_la-pcap-common.lo libwiretap_la-pcapng.lo libwiretap_la-pppdump.lo libwiretap_la-radcom.lo libwiretap_la-snoop.lo libwiretap_la-tnef.lo libwiretap_la-toshiba.lo libwiretap_la-visual.lo libwiretap_la-vms.lo libwiretap_la-vwr.lo libwiretap_la-wtap.lo libwiretap_generated.la ../wsutil/libwsutil.la -L/usr/local/Cellar/glib/2.32.4/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz | |
libtool: link: sed 's,^,_,' < wtap.sym > .libs/libwiretap-symbols.expsym | |
libtool: link: /usr/bin/clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwiretap.2.dylib .libs/libwiretap_la-5views.o .libs/libwiretap_la-aethra.o .libs/libwiretap_la-airopeek9.o .libs/libwiretap_la-ascendtext.o .libs/libwiretap_la-atm.o .libs/libwiretap_la-ber.o .libs/libwiretap_la-btsnoop.o .libs/libwiretap_la-buffer.o .libs/libwiretap_la-catapult_dct2000.o .libs/libwiretap_la-commview.o .libs/libwiretap_la-cosine.o .libs/libwiretap_la-csids.o .libs/libwiretap_la-daintree-sna.o .libs/libwiretap_la-dbs-etherwatch.o .libs/libwiretap_la-dct3trace.o .libs/libwiretap_la-erf.o .libs/libwiretap_la-etherpeek.o .libs/libwiretap_la-eyesdn.o .libs/libwiretap_la-file_access.o .libs/libwiretap_la-file_wrappers.o .libs/libwiretap_la-hcidump.o .libs/libwiretap_la-i4btrace.o .libs/libwiretap_la-ipfix.o .libs/libwiretap_la-iptrace.o .libs/libwiretap_la-iseries.o .libs/libwiretap_la-mime_file.o .libs/libwiretap_la-k12.o .libs/libwiretap_la-lanalyzer.o .libs/libwiretap_la-libpcap.o .libs/libwiretap_la-mpeg.o .libs/libwiretap_la-mp2t.o .libs/libwiretap_la-netmon.o .libs/libwiretap_la-netscaler.o .libs/libwiretap_la-netscreen.o .libs/libwiretap_la-nettl.o .libs/libwiretap_la-network_instruments.o .libs/libwiretap_la-netxray.o .libs/libwiretap_la-ngsniffer.o .libs/libwiretap_la-packetlogger.o .libs/libwiretap_la-pcap-common.o .libs/libwiretap_la-pcapng.o .libs/libwiretap_la-pppdump.o .libs/libwiretap_la-radcom.o .libs/libwiretap_la-snoop.o .libs/libwiretap_la-tnef.o .libs/libwiretap_la-toshiba.o .libs/libwiretap_la-visual.o .libs/libwiretap_la-vms.o .libs/libwiretap_la-vwr.o .libs/libwiretap_la-wtap.o -Wl,-force_load,./.libs/libwiretap_generated.a -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib ../wsutil/.libs/libwsutil.dylib -L/usr/local/Cellar/glib/2.32.4/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz -Os -march=native -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-single_module -install_name /usr/local/Cellar/wireshark/1.8.1/lib/libwiretap.2.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libwiretap-symbols.expsym | |
libtool: link: (cd ".libs" && rm -f "libwiretap.dylib" && ln -s "libwiretap.2.dylib" "libwiretap.dylib") | |
libtool: link: ( cd ".libs" && rm -f "libwiretap.la" && ln -s "../libwiretap.la" "libwiretap.la" ) | |
Making all in epan | |
Making all in crypt | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o aes.lo aes.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o airpdcap.lo airpdcap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c aes.c -fno-common -DPIC -o .libs/aes.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c airpdcap.c -fno-common -DPIC -o .libs/airpdcap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o airpdcap_ccmp.lo airpdcap_ccmp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c airpdcap_ccmp.c -fno-common -DPIC -o .libs/airpdcap_ccmp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o airpdcap_debug.lo airpdcap_debug.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c airpdcap_debug.c -fno-common -DPIC -o .libs/airpdcap_debug.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o airpdcap_rijndael.lo airpdcap_rijndael.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o airpdcap_tkip.lo airpdcap_tkip.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c airpdcap_rijndael.c -fno-common -DPIC -o .libs/airpdcap_rijndael.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c airpdcap_tkip.c -fno-common -DPIC -o .libs/airpdcap_tkip.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o des.lo des.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o eax.lo eax.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c des.c -fno-common -DPIC -o .libs/des.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c eax.c -fno-common -DPIC -o .libs/eax.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o md4.lo md4.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c md4.c -fno-common -DPIC -o .libs/md4.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o md5.lo md5.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c md5.c -fno-common -DPIC -o .libs/md5.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o rc4.lo rc4.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c rc4.c -fno-common -DPIC -o .libs/rc4.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o sha1.lo sha1.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c sha1.c -fno-common -DPIC -o .libs/sha1.o | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -Wl,-search_paths_first -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libairpdcap.la aes.lo airpdcap.lo airpdcap_ccmp.lo airpdcap_debug.lo airpdcap_rijndael.lo airpdcap_tkip.lo des.lo eax.lo md4.lo md5.lo rc4.lo sha1.lo -lz | |
libtool: link: ar cru .libs/libairpdcap.a .libs/aes.o .libs/airpdcap.o .libs/airpdcap_ccmp.o .libs/airpdcap_debug.o .libs/airpdcap_rijndael.o .libs/airpdcap_tkip.o .libs/des.o .libs/eax.o .libs/md4.o .libs/md5.o .libs/rc4.o .libs/sha1.o | |
/usr/bin/ranlib: file: .libs/libairpdcap.a(airpdcap_debug.o) has no symbols | |
libtool: link: ranlib .libs/libairpdcap.a | |
ranlib: file: .libs/libairpdcap.a(airpdcap_debug.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libairpdcap.la" && ln -s "../libairpdcap.la" "libairpdcap.la" ) | |
Making all in ftypes | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftypes.lo ftypes.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-bytes.lo ftype-bytes.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-bytes.c -fno-common -DPIC -o .libs/ftype-bytes.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftypes.c -fno-common -DPIC -o .libs/ftypes.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-double.lo ftype-double.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-integer.lo ftype-integer.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-double.c -fno-common -DPIC -o .libs/ftype-double.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-integer.c -fno-common -DPIC -o .libs/ftype-integer.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-ipv4.lo ftype-ipv4.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-ipv6.lo ftype-ipv6.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-ipv4.c -fno-common -DPIC -o .libs/ftype-ipv4.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-ipv6.c -fno-common -DPIC -o .libs/ftype-ipv6.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-guid.lo ftype-guid.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-none.lo ftype-none.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-guid.c -fno-common -DPIC -o .libs/ftype-guid.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-none.c -fno-common -DPIC -o .libs/ftype-none.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-pcre.lo ftype-pcre.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-string.lo ftype-string.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-pcre.c -fno-common -DPIC -o .libs/ftype-pcre.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-string.c -fno-common -DPIC -o .libs/ftype-string.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-time.lo ftype-time.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o ftype-tvbuff.lo ftype-tvbuff.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-time.c -fno-common -DPIC -o .libs/ftype-time.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c ftype-tvbuff.c -fno-common -DPIC -o .libs/ftype-tvbuff.o | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -Wl,-search_paths_first -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libftypes.la ftypes.lo ftype-bytes.lo ftype-double.lo ftype-integer.lo ftype-ipv4.lo ftype-ipv6.lo ftype-guid.lo ftype-none.lo ftype-pcre.lo ftype-string.lo ftype-time.lo ftype-tvbuff.lo -L/usr/local/Cellar/glib/2.32.4/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz | |
libtool: link: ar cru .libs/libftypes.a .libs/ftypes.o .libs/ftype-bytes.o .libs/ftype-double.o .libs/ftype-integer.o .libs/ftype-ipv4.o .libs/ftype-ipv6.o .libs/ftype-guid.o .libs/ftype-none.o .libs/ftype-pcre.o .libs/ftype-string.o .libs/ftype-time.o .libs/ftype-tvbuff.o | |
libtool: link: ranlib .libs/libftypes.a | |
libtool: link: ( cd ".libs" && rm -f "libftypes.la" && ln -s "../libftypes.la" "libftypes.la" ) | |
Making all in dfilter | |
../../tools/lemon/lemon t=./../../tools/lemon/lempar.c ./grammar.lemon || \ | |
(rm -f grammar.c grammar.h ; false) | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o scanner.lo scanner.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-dfilter.lo `test -f 'dfilter.c' || echo './'`dfilter.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c scanner.c -fno-common -DPIC -o .libs/scanner.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c dfilter.c -fno-common -DPIC -o .libs/libdfilter_la-dfilter.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-dfilter-macro.lo `test -f 'dfilter-macro.c' || echo './'`dfilter-macro.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c dfilter-macro.c -fno-common -DPIC -o .libs/libdfilter_la-dfilter-macro.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-dfunctions.lo `test -f 'dfunctions.c' || echo './'`dfunctions.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c dfunctions.c -fno-common -DPIC -o .libs/libdfilter_la-dfunctions.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-dfvm.lo `test -f 'dfvm.c' || echo './'`dfvm.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-drange.lo `test -f 'drange.c' || echo './'`drange.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c dfvm.c -fno-common -DPIC -o .libs/libdfilter_la-dfvm.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c drange.c -fno-common -DPIC -o .libs/libdfilter_la-drange.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-gencode.lo `test -f 'gencode.c' || echo './'`gencode.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c gencode.c -fno-common -DPIC -o .libs/libdfilter_la-gencode.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-semcheck.lo `test -f 'semcheck.c' || echo './'`semcheck.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c semcheck.c -fno-common -DPIC -o .libs/libdfilter_la-semcheck.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-sttype-function.lo `test -f 'sttype-function.c' || echo './'`sttype-function.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c sttype-function.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-function.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-sttype-integer.lo `test -f 'sttype-integer.c' || echo './'`sttype-integer.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-sttype-pointer.lo `test -f 'sttype-pointer.c' || echo './'`sttype-pointer.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c sttype-integer.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-integer.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c sttype-pointer.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-pointer.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-sttype-range.lo `test -f 'sttype-range.c' || echo './'`sttype-range.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-sttype-string.lo `test -f 'sttype-string.c' || echo './'`sttype-string.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c sttype-range.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-range.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c sttype-string.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-string.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-sttype-test.lo `test -f 'sttype-test.c' || echo './'`sttype-test.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdfilter_la-syntax-tree.lo `test -f 'syntax-tree.c' || echo './'`syntax-tree.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c sttype-test.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-test.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c syntax-tree.c -fno-common -DPIC -o .libs/libdfilter_la-syntax-tree.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o grammar.lo grammar.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c grammar.c -fno-common -DPIC -o .libs/grammar.o | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -Wl,-search_paths_first -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libdfilter_generated.la grammar.lo scanner.lo -lz | |
libtool: link: ar cru .libs/libdfilter_generated.a .libs/grammar.o .libs/scanner.o | |
libtool: link: ranlib .libs/libdfilter_generated.a | |
libtool: link: ( cd ".libs" && rm -f "libdfilter_generated.la" && ln -s "../libdfilter_generated.la" "libdfilter_generated.la" ) | |
/bin/sh ../../libtool --tag=CC --mode=link /usr/bin/clang -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -Wl,-search_paths_first -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libdfilter.la libdfilter_la-dfilter.lo libdfilter_la-dfilter-macro.lo libdfilter_la-dfunctions.lo libdfilter_la-dfvm.lo libdfilter_la-drange.lo libdfilter_la-gencode.lo libdfilter_la-semcheck.lo libdfilter_la-sttype-function.lo libdfilter_la-sttype-integer.lo libdfilter_la-sttype-pointer.lo libdfilter_la-sttype-range.lo libdfilter_la-sttype-string.lo libdfilter_la-sttype-test.lo libdfilter_la-syntax-tree.lo libdfilter_generated.la -lz | |
libtool: link: (cd .libs/libdfilter.lax/libdfilter_generated.a && ar x "/private/tmp/homebrew-wireshark-1.8.1-owQ4/wireshark-1.8.1/epan/dfilter/./.libs/libdfilter_generated.a") | |
libtool: link: ar cru .libs/libdfilter.a .libs/libdfilter_la-dfilter.o .libs/libdfilter_la-dfilter-macro.o .libs/libdfilter_la-dfunctions.o .libs/libdfilter_la-dfvm.o .libs/libdfilter_la-drange.o .libs/libdfilter_la-gencode.o .libs/libdfilter_la-semcheck.o .libs/libdfilter_la-sttype-function.o .libs/libdfilter_la-sttype-integer.o .libs/libdfilter_la-sttype-pointer.o .libs/libdfilter_la-sttype-range.o .libs/libdfilter_la-sttype-string.o .libs/libdfilter_la-sttype-test.o .libs/libdfilter_la-syntax-tree.o .libs/libdfilter.lax/libdfilter_generated.a/grammar.o .libs/libdfilter.lax/libdfilter_generated.a/scanner.o | |
libtool: link: ranlib .libs/libdfilter.a | |
libtool: link: rm -fr .libs/libdfilter.lax | |
libtool: link: ( cd ".libs" && rm -f "libdfilter.la" && ln -s "../libdfilter.la" "libdfilter.la" ) | |
Making all in dissectors | |
make all-recursive | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-gsm_a_common.lo packet-gsm_a_common.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-x11.lo packet-x11.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-gsm_a_common.c -fno-common -DPIC -o .libs/packet-gsm_a_common.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-x11.c -fno-common -DPIC -o .libs/packet-x11.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-ansi_map.lo packet-ansi_map.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ansi_map.c -fno-common -DPIC -o .libs/packet-ansi_map.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-gnm.lo packet-gnm.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-gnm.c -fno-common -DPIC -o .libs/packet-gnm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-gprscdr.lo packet-gprscdr.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-gprscdr.c -fno-common -DPIC -o .libs/packet-gprscdr.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-gsm_map.lo packet-gsm_map.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-gsm_map.c -fno-common -DPIC -o .libs/packet-gsm_map.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-ldap.lo packet-ldap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ldap.c -fno-common -DPIC -o .libs/packet-ldap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-lpp.lo packet-lpp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-lpp.c -fno-common -DPIC -o .libs/packet-lpp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-m3ap.lo packet-m3ap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-m3ap.c -fno-common -DPIC -o .libs/packet-m3ap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-nbap.lo packet-nbap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-nbap.c -fno-common -DPIC -o .libs/packet-nbap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-p1.lo packet-p1.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-p1.c -fno-common -DPIC -o .libs/packet-p1.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-parlay.lo packet-parlay.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-parlay.c -fno-common -DPIC -o .libs/packet-parlay.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-pcap.lo packet-pcap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-pcap.c -fno-common -DPIC -o .libs/packet-pcap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-pkcs12.lo packet-pkcs12.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-pkcs12.c -fno-common -DPIC -o .libs/packet-pkcs12.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-pres.lo packet-pres.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-pres.c -fno-common -DPIC -o .libs/packet-pres.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-rnsap.lo packet-rnsap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-rnsap.c -fno-common -DPIC -o .libs/packet-rnsap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-rrc.lo packet-rrc.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-rrc.c -fno-common -DPIC -o .libs/packet-rrc.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-rrlp.lo packet-rrlp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-rrlp.c -fno-common -DPIC -o .libs/packet-rrlp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-snmp.lo packet-snmp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-snmp.c -fno-common -DPIC -o .libs/packet-snmp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-t124.lo packet-t124.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-t124.c -fno-common -DPIC -o .libs/packet-t124.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-t125.lo packet-t125.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-t125.c -fno-common -DPIC -o .libs/packet-t125.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-tango.lo packet-tango.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-tango.c -fno-common -DPIC -o .libs/packet-tango.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-tcap.lo packet-tcap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-tcap.c -fno-common -DPIC -o .libs/packet-tcap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-tetra.lo packet-tetra.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-tetra.c -fno-common -DPIC -o .libs/packet-tetra.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-dcerpc-dfs.lo packet-dcerpc-dfs.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-dcerpc-dfs.c -fno-common -DPIC -o .libs/packet-dcerpc-dfs.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-dcerpc-dnsserver.lo packet-dcerpc-dnsserver.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-dcerpc-dnsserver.c -fno-common -DPIC -o .libs/packet-dcerpc-dnsserver.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-dcerpc-eventlog.lo packet-dcerpc-eventlog.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-dcerpc-eventlog.c -fno-common -DPIC -o .libs/packet-dcerpc-eventlog.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-dcerpc-lsa.lo packet-dcerpc-lsa.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-dcerpc-lsa.c -fno-common -DPIC -o .libs/packet-dcerpc-lsa.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-dcerpc-mapi.lo packet-dcerpc-mapi.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-dcerpc-mapi.c -fno-common -DPIC -o .libs/packet-dcerpc-mapi.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o packet-dcerpc-winreg.lo packet-dcerpc-winreg.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-dcerpc-winreg.c -fno-common -DPIC -o .libs/packet-dcerpc-winreg.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-2dparityfec.lo `test -f 'packet-2dparityfec.c' || echo './'`packet-2dparityfec.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-2dparityfec.c -fno-common -DPIC -o .libs/libdissectors_la-packet-2dparityfec.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-3com-njack.lo `test -f 'packet-3com-njack.c' || echo './'`packet-3com-njack.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-3com-njack.c -fno-common -DPIC -o .libs/libdissectors_la-packet-3com-njack.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-3com-xns.lo `test -f 'packet-3com-xns.c' || echo './'`packet-3com-xns.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-3com-xns.c -fno-common -DPIC -o .libs/libdissectors_la-packet-3com-xns.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-3g-a11.lo `test -f 'packet-3g-a11.c' || echo './'`packet-3g-a11.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-3g-a11.c -fno-common -DPIC -o .libs/libdissectors_la-packet-3g-a11.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-6lowpan.lo `test -f 'packet-6lowpan.c' || echo './'`packet-6lowpan.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-6lowpan.c -fno-common -DPIC -o .libs/libdissectors_la-packet-6lowpan.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-9p.lo `test -f 'packet-9p.c' || echo './'`packet-9p.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-9p.c -fno-common -DPIC -o .libs/libdissectors_la-packet-9p.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aarp.lo `test -f 'packet-aarp.c' || echo './'`packet-aarp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aarp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aarp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aastra-aasp.lo `test -f 'packet-aastra-aasp.c' || echo './'`packet-aastra-aasp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aastra-aasp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aastra-aasp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-acap.lo `test -f 'packet-acap.c' || echo './'`packet-acap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-acap.c -fno-common -DPIC -o .libs/libdissectors_la-packet-acap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-acn.lo `test -f 'packet-acn.c' || echo './'`packet-acn.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-acn.c -fno-common -DPIC -o .libs/libdissectors_la-packet-acn.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-actrace.lo `test -f 'packet-actrace.c' || echo './'`packet-actrace.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-actrace.c -fno-common -DPIC -o .libs/libdissectors_la-packet-actrace.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-adwin.lo `test -f 'packet-adwin.c' || echo './'`packet-adwin.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-adwin.c -fno-common -DPIC -o .libs/libdissectors_la-packet-adwin.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-adwin-config.lo `test -f 'packet-adwin-config.c' || echo './'`packet-adwin-config.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-adwin-config.c -fno-common -DPIC -o .libs/libdissectors_la-packet-adwin-config.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-afp.lo `test -f 'packet-afp.c' || echo './'`packet-afp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-afp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-afp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-afs.lo `test -f 'packet-afs.c' || echo './'`packet-afs.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-afs.c -fno-common -DPIC -o .libs/libdissectors_la-packet-afs.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-agentx.lo `test -f 'packet-agentx.c' || echo './'`packet-agentx.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-agentx.c -fno-common -DPIC -o .libs/libdissectors_la-packet-agentx.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim.lo `test -f 'packet-aim.c' || echo './'`packet-aim.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-admin.lo `test -f 'packet-aim-admin.c' || echo './'`packet-aim-admin.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-admin.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-admin.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-adverts.lo `test -f 'packet-aim-adverts.c' || echo './'`packet-aim-adverts.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-adverts.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-adverts.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-bos.lo `test -f 'packet-aim-bos.c' || echo './'`packet-aim-bos.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-bos.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-bos.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-buddylist.lo `test -f 'packet-aim-buddylist.c' || echo './'`packet-aim-buddylist.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-buddylist.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-buddylist.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-chat.lo `test -f 'packet-aim-chat.c' || echo './'`packet-aim-chat.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-chat.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-chat.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-chatnav.lo `test -f 'packet-aim-chatnav.c' || echo './'`packet-aim-chatnav.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-chatnav.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-chatnav.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-directory.lo `test -f 'packet-aim-directory.c' || echo './'`packet-aim-directory.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-directory.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-directory.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-email.lo `test -f 'packet-aim-email.c' || echo './'`packet-aim-email.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-email.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-email.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-generic.lo `test -f 'packet-aim-generic.c' || echo './'`packet-aim-generic.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-generic.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-generic.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-icq.lo `test -f 'packet-aim-icq.c' || echo './'`packet-aim-icq.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-icq.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-icq.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-invitation.lo `test -f 'packet-aim-invitation.c' || echo './'`packet-aim-invitation.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-invitation.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-invitation.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-location.lo `test -f 'packet-aim-location.c' || echo './'`packet-aim-location.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-location.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-location.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-messaging.lo `test -f 'packet-aim-messaging.c' || echo './'`packet-aim-messaging.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-messaging.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-messaging.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-oft.lo `test -f 'packet-aim-oft.c' || echo './'`packet-aim-oft.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-oft.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-oft.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-popup.lo `test -f 'packet-aim-popup.c' || echo './'`packet-aim-popup.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-popup.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-popup.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-signon.lo `test -f 'packet-aim-signon.c' || echo './'`packet-aim-signon.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-signon.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-signon.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-ssi.lo `test -f 'packet-aim-ssi.c' || echo './'`packet-aim-ssi.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-ssi.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-ssi.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-sst.lo `test -f 'packet-aim-sst.c' || echo './'`packet-aim-sst.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-sst.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-sst.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-stats.lo `test -f 'packet-aim-stats.c' || echo './'`packet-aim-stats.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-stats.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-stats.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-translate.lo `test -f 'packet-aim-translate.c' || echo './'`packet-aim-translate.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-translate.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-translate.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aim-userlookup.lo `test -f 'packet-aim-userlookup.c' || echo './'`packet-aim-userlookup.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aim-userlookup.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-userlookup.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ajp13.lo `test -f 'packet-ajp13.c' || echo './'`packet-ajp13.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ajp13.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ajp13.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-alcap.lo `test -f 'packet-alcap.c' || echo './'`packet-alcap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-alcap.c -fno-common -DPIC -o .libs/libdissectors_la-packet-alcap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-amqp.lo `test -f 'packet-amqp.c' || echo './'`packet-amqp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-amqp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-amqp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-amr.lo `test -f 'packet-amr.c' || echo './'`packet-amr.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-amr.c -fno-common -DPIC -o .libs/libdissectors_la-packet-amr.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ancp.lo `test -f 'packet-ancp.c' || echo './'`packet-ancp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ancp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ancp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ans.lo `test -f 'packet-ans.c' || echo './'`packet-ans.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ans.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ans.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ansi_637.lo `test -f 'packet-ansi_637.c' || echo './'`packet-ansi_637.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ansi_637.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ansi_637.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ansi_683.lo `test -f 'packet-ansi_683.c' || echo './'`packet-ansi_683.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ansi_683.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ansi_683.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ansi_801.lo `test -f 'packet-ansi_801.c' || echo './'`packet-ansi_801.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ansi_a.lo `test -f 'packet-ansi_a.c' || echo './'`packet-ansi_a.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ansi_801.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ansi_801.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ansi_a.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ansi_a.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aodv.lo `test -f 'packet-aodv.c' || echo './'`packet-aodv.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aodv.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aodv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aoe.lo `test -f 'packet-aoe.c' || echo './'`packet-aoe.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aoe.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aoe.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ap1394.lo `test -f 'packet-ap1394.c' || echo './'`packet-ap1394.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ap1394.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ap1394.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-app-pkix-cert.lo `test -f 'packet-app-pkix-cert.c' || echo './'`packet-app-pkix-cert.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-app-pkix-cert.c -fno-common -DPIC -o .libs/libdissectors_la-packet-app-pkix-cert.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-applemidi.lo `test -f 'packet-applemidi.c' || echo './'`packet-applemidi.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-applemidi.c -fno-common -DPIC -o .libs/libdissectors_la-packet-applemidi.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-arcnet.lo `test -f 'packet-arcnet.c' || echo './'`packet-arcnet.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-arcnet.c -fno-common -DPIC -o .libs/libdissectors_la-packet-arcnet.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-armagetronad.lo `test -f 'packet-armagetronad.c' || echo './'`packet-armagetronad.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-armagetronad.c -fno-common -DPIC -o .libs/libdissectors_la-packet-armagetronad.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-arp.lo `test -f 'packet-arp.c' || echo './'`packet-arp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-arp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-arp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-artnet.lo `test -f 'packet-artnet.c' || echo './'`packet-artnet.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aruba-adp.lo `test -f 'packet-aruba-adp.c' || echo './'`packet-aruba-adp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-artnet.c -fno-common -DPIC -o .libs/libdissectors_la-packet-artnet.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aruba-adp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aruba-adp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aruba-erm.lo `test -f 'packet-aruba-erm.c' || echo './'`packet-aruba-erm.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aruba-erm.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aruba-erm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-aruba-papi.lo `test -f 'packet-aruba-papi.c' || echo './'`packet-aruba-papi.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-asap.lo `test -f 'packet-asap.c' || echo './'`packet-asap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-aruba-papi.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aruba-papi.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-asap.c -fno-common -DPIC -o .libs/libdissectors_la-packet-asap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ascend.lo `test -f 'packet-ascend.c' || echo './'`packet-ascend.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-asf.lo `test -f 'packet-asf.c' || echo './'`packet-asf.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ascend.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ascend.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-asf.c -fno-common -DPIC -o .libs/libdissectors_la-packet-asf.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-assa_r3.lo `test -f 'packet-assa_r3.c' || echo './'`packet-assa_r3.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-at.lo `test -f 'packet-at.c' || echo './'`packet-at.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-assa_r3.c -fno-common -DPIC -o .libs/libdissectors_la-packet-assa_r3.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-at.c -fno-common -DPIC -o .libs/libdissectors_la-packet-at.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-atalk.lo `test -f 'packet-atalk.c' || echo './'`packet-atalk.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-atalk.c -fno-common -DPIC -o .libs/libdissectors_la-packet-atalk.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-atm.lo `test -f 'packet-atm.c' || echo './'`packet-atm.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-atm.c -fno-common -DPIC -o .libs/libdissectors_la-packet-atm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-atmtcp.lo `test -f 'packet-atmtcp.c' || echo './'`packet-atmtcp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-atmtcp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-atmtcp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-auto_rp.lo `test -f 'packet-auto_rp.c' || echo './'`packet-auto_rp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-auto_rp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-auto_rp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ax4000.lo `test -f 'packet-ax4000.c' || echo './'`packet-ax4000.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ax4000.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ax4000.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ayiya.lo `test -f 'packet-ayiya.c' || echo './'`packet-ayiya.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ayiya.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ayiya.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-babel.lo `test -f 'packet-babel.c' || echo './'`packet-babel.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-babel.c -fno-common -DPIC -o .libs/libdissectors_la-packet-babel.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bacapp.lo `test -f 'packet-bacapp.c' || echo './'`packet-bacapp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bacapp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bacapp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bacnet.lo `test -f 'packet-bacnet.c' || echo './'`packet-bacnet.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bacnet.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bacnet.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-banana.lo `test -f 'packet-banana.c' || echo './'`packet-banana.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-banana.c -fno-common -DPIC -o .libs/libdissectors_la-packet-banana.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bat.lo `test -f 'packet-bat.c' || echo './'`packet-bat.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bat.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bat.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-batadv.lo `test -f 'packet-batadv.c' || echo './'`packet-batadv.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-batadv.c -fno-common -DPIC -o .libs/libdissectors_la-packet-batadv.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bctp.lo `test -f 'packet-bctp.c' || echo './'`packet-bctp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bctp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bctp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-beep.lo `test -f 'packet-beep.c' || echo './'`packet-beep.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-beep.c -fno-common -DPIC -o .libs/libdissectors_la-packet-beep.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ber.lo `test -f 'packet-ber.c' || echo './'`packet-ber.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ber.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ber.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bfcp.lo `test -f 'packet-bfcp.c' || echo './'`packet-bfcp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bfcp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bfcp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bfd.lo `test -f 'packet-bfd.c' || echo './'`packet-bfd.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bfd.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bfd.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bgp.lo `test -f 'packet-bgp.c' || echo './'`packet-bgp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bgp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bgp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bittorrent.lo `test -f 'packet-bittorrent.c' || echo './'`packet-bittorrent.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bittorrent.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bittorrent.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bjnp.lo `test -f 'packet-bjnp.c' || echo './'`packet-bjnp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bjnp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bjnp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bmc.lo `test -f 'packet-bmc.c' || echo './'`packet-bmc.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bmc.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bmc.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bofl.lo `test -f 'packet-bofl.c' || echo './'`packet-bofl.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bootp.lo `test -f 'packet-bootp.c' || echo './'`packet-bootp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bofl.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bofl.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bootp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bootp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bootparams.lo `test -f 'packet-bootparams.c' || echo './'`packet-bootparams.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bootparams.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bootparams.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bpdu.lo `test -f 'packet-bpdu.c' || echo './'`packet-bpdu.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bpdu.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bpdu.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-brdwlk.lo `test -f 'packet-brdwlk.c' || echo './'`packet-brdwlk.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-brdwlk.c -fno-common -DPIC -o .libs/libdissectors_la-packet-brdwlk.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-brp.lo `test -f 'packet-brp.c' || echo './'`packet-brp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-brp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-brp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bssap.lo `test -f 'packet-bssap.c' || echo './'`packet-bssap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bssap.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bssap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bssgp.lo `test -f 'packet-bssgp.c' || echo './'`packet-bssgp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bssgp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bssgp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-btamp.lo `test -f 'packet-btamp.c' || echo './'`packet-btamp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-btamp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-btamp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bt-dht.lo `test -f 'packet-bt-dht.c' || echo './'`packet-bt-dht.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bt-dht.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bt-dht.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bthci_acl.lo `test -f 'packet-bthci_acl.c' || echo './'`packet-bthci_acl.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bthci_acl.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bthci_acl.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bthci_cmd.lo `test -f 'packet-bthci_cmd.c' || echo './'`packet-bthci_cmd.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bthci_cmd.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bthci_cmd.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bthci_evt.lo `test -f 'packet-bthci_evt.c' || echo './'`packet-bthci_evt.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bthci_evt.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bthci_evt.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bthci_sco.lo `test -f 'packet-bthci_sco.c' || echo './'`packet-bthci_sco.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bthci_sco.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bthci_sco.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-btl2cap.lo `test -f 'packet-btl2cap.c' || echo './'`packet-btl2cap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-btl2cap.c -fno-common -DPIC -o .libs/libdissectors_la-packet-btl2cap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-btobex.lo `test -f 'packet-btobex.c' || echo './'`packet-btobex.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-btobex.c -fno-common -DPIC -o .libs/libdissectors_la-packet-btobex.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-btrfcomm.lo `test -f 'packet-btrfcomm.c' || echo './'`packet-btrfcomm.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-btrfcomm.c -fno-common -DPIC -o .libs/libdissectors_la-packet-btrfcomm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-btsdp.lo `test -f 'packet-btsdp.c' || echo './'`packet-btsdp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-btsdp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-btsdp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bt-utp.lo `test -f 'packet-bt-utp.c' || echo './'`packet-bt-utp.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bvlc.lo `test -f 'packet-bvlc.c' || echo './'`packet-bvlc.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bt-utp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bt-utp.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bvlc.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bvlc.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-bzr.lo `test -f 'packet-bzr.c' || echo './'`packet-bzr.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-bzr.c -fno-common -DPIC -o .libs/libdissectors_la-packet-bzr.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-calcappprotocol.lo `test -f 'packet-calcappprotocol.c' || echo './'`packet-calcappprotocol.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-canopen.lo `test -f 'packet-canopen.c' || echo './'`packet-canopen.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-calcappprotocol.c -fno-common -DPIC -o .libs/libdissectors_la-packet-calcappprotocol.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-canopen.c -fno-common -DPIC -o .libs/libdissectors_la-packet-canopen.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-capwap.lo `test -f 'packet-capwap.c' || echo './'`packet-capwap.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-capwap.c -fno-common -DPIC -o .libs/libdissectors_la-packet-capwap.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cast.lo `test -f 'packet-cast.c' || echo './'`packet-cast.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cast.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cast.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-catapult-dct2000.lo `test -f 'packet-catapult-dct2000.c' || echo './'`packet-catapult-dct2000.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-ccsds.lo `test -f 'packet-ccsds.c' || echo './'`packet-ccsds.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-ccsds.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ccsds.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-catapult-dct2000.c -fno-common -DPIC -o .libs/libdissectors_la-packet-catapult-dct2000.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cdp.lo `test -f 'packet-cdp.c' || echo './'`packet-cdp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cdp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cdp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cell_broadcast.lo `test -f 'packet-cell_broadcast.c' || echo './'`packet-cell_broadcast.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cell_broadcast.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cell_broadcast.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cfm.lo `test -f 'packet-cfm.c' || echo './'`packet-cfm.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cfm.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cfm.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cgmp.lo `test -f 'packet-cgmp.c' || echo './'`packet-cgmp.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cgmp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cgmp.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-chdlc.lo `test -f 'packet-chdlc.c' || echo './'`packet-chdlc.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cigi.lo `test -f 'packet-cigi.c' || echo './'`packet-cigi.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-chdlc.c -fno-common -DPIC -o .libs/libdissectors_la-packet-chdlc.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cigi.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cigi.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cimd.lo `test -f 'packet-cimd.c' || echo './'`packet-cimd.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cimd.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cimd.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cimetrics.lo `test -f 'packet-cimetrics.c' || echo './'`packet-cimetrics.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cimetrics.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cimetrics.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cip.lo `test -f 'packet-cip.c' || echo './'`packet-cip.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cip.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cip.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cipmotion.lo `test -f 'packet-cipmotion.c' || echo './'`packet-cipmotion.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cipmotion.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cipmotion.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cipsafety.lo `test -f 'packet-cipsafety.c' || echo './'`packet-cipsafety.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cisco-erspan.lo `test -f 'packet-cisco-erspan.c' || echo './'`packet-cisco-erspan.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cisco-erspan.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cisco-erspan.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cipsafety.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cipsafety.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cisco-oui.lo `test -f 'packet-cisco-oui.c' || echo './'`packet-cisco-oui.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cisco-oui.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cisco-oui.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cisco-sm.lo `test -f 'packet-cisco-sm.c' || echo './'`packet-cisco-sm.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-cisco-wids.lo `test -f 'packet-cisco-wids.c' || echo './'`packet-cisco-wids.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cisco-sm.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cisco-sm.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-cisco-wids.c -fno-common -DPIC -o .libs/libdissectors_la-packet-cisco-wids.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-classicstun.lo `test -f 'packet-classicstun.c' || echo './'`packet-classicstun.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -D_U_="__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1"' -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c -o libdissectors_la-packet-clearcase.lo `test -f 'packet-clearcase.c' || echo './'`packet-clearcase.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 "-D_U_=__attribute__((unused))" -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/Cellar/wireshark/1.8.1/lib/wireshark/plugins/1.8.1\" -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Wold-style-definition -Wno-error=unused-but-set-variable -fexcess-precision=fast -D_REENTRANT -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -c packet-clearcase.c -fno-common -DPIC -o .libs/libdissectors_la-packet-clearcase.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/gnutls/2.12.20/include -I/usr/local/Cellar/libtasn1/2.13/include -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment