Skip to content

Instantly share code, notes, and snippets.

@L2G
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save L2G/423b21593a5feea7b94d to your computer and use it in GitHub Desktop.
Save L2G/423b21593a5feea7b94d to your computer and use it in GitHub Desktop.
Build problems upgrading libexosip in Homebrew
2015-05-04 09:43:44 -0700
./configure
--disable-debug
--disable-dependency-tracking
--prefix=/usr/local/Cellar/libexosip/4.1.0
configure: eXosip2 The Extended Open SIP library.
configure: Copyright (C) 2002-2012 Aymeric MOIZARD - <amoizard@antisip.com>
Configuring libeXosip2 4.1.0
Building Package on darwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... scripts/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 build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... otool64
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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.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 the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... clang
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sem_open in -lposix4... no
checking for nis_add in -lnsl... no
checking for sendto in -lsocket... no
checking for clock_gettime in -lrt... no
checking for res_query in -lresolv... yes
checking for __res_query in -lresolv... no
checking for ares_init in -lcares... no
configure: WARNING: c-ares library is not installed
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OSIP... yes
checking whether -Wall works... yes
checking whether -Wcast-align works... yes
checking whether -Wchar-subscripts works... yes
checking whether -Wformat works... yes
checking whether -Winline works... yes
checking whether -Wmissing-declarations works... yes
checking whether -Wmissing-prototypes works... yes
checking whether -Wnested-externs works... yes
checking whether -Wpointer-arith works... yes
checking for ANSI C header files... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/types.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
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 netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking nameser8_compat.h usability... no
checking nameser8_compat.h presence... no
checking for nameser8_compat.h... no
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for resolv.h... yes
checking for getifaddrs... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_new in -lssl... yes
checking for X509_get_issuer_name in -lcrypto... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/Makefile
config.status: creating platform/Makefile
config.status: creating platform/vsnet/Makefile
config.status: creating include/Makefile
config.status: creating include/eXosip2/Makefile
config.status: creating src/Makefile
config.status: creating tools/Makefile
config.status: creating help/Makefile
config.status: creating help/doxygen/Makefile
config.status: creating help/doxygen/doxygen.dox
config.status: creating exosip-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
clang called with: -E -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lpthreads
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthreads -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 conftest.c -lposix4
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lposix4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lnsl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lnsl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lsocket
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lsocket -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lrt
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lcares
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lcares -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wcast-align conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wcast-align conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wchar-subscripts conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wchar-subscripts conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wformat conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wformat conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Winline conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Winline conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wmissing-declarations conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wmissing-declarations conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wmissing-prototypes conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wmissing-prototypes conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wnested-externs conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wnested-externs conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -lssl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -lssl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -lcrypto
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-05-04 09:44:00 -0700
make
install
Making install in scripts
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in platform
Making install in vsnet
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXosip.lo eXosip.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXconf.lo eXconf.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXregister_api.lo eXregister_api.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXcall_api.lo eXcall_api.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXmessage_api.lo eXmessage_api.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtransport.lo eXtransport.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jrequest.lo jrequest.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jresponse.lo jresponse.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXconf.c -fno-common -DPIC -o .libs/eXconf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXcall_api.c -fno-common -DPIC -o .libs/eXcall_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtransport.c -fno-common -DPIC -o .libs/eXtransport.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXmessage_api.c -fno-common -DPIC -o .libs/eXmessage_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jrequest.c -fno-common -DPIC -o .libs/jrequest.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXregister_api.c -fno-common -DPIC -o .libs/eXregister_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jresponse.c -fno-common -DPIC -o .libs/jresponse.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXosip.c -fno-common -DPIC -o .libs/eXosip.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtransport.c -o eXtransport.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXmessage_api.c -o eXmessage_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXregister_api.c -o eXregister_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jresponse.c -o jresponse.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jrequest.c -o jrequest.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXconf.c -o eXconf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jcallback.lo jcallback.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXcall_api.c -o eXcall_api.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jdialog.lo jdialog.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcallback.c -fno-common -DPIC -o .libs/jcallback.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXosip.c -o eXosip.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jdialog.c -fno-common -DPIC -o .libs/jdialog.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o udp.lo udp.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jcall.lo jcall.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcall.c -fno-common -DPIC -o .libs/jcall.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c udp.c -fno-common -DPIC -o .libs/udp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jdialog.c -o jdialog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jreg.lo jreg.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXutils.lo eXutils.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcall.c -o jcall.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jreg.c -fno-common -DPIC -o .libs/jreg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXutils.c -fno-common -DPIC -o .libs/eXutils.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jevents.lo jevents.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jevents.c -fno-common -DPIC -o .libs/jevents.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o misc.lo misc.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jauth.lo jauth.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtl_udp.lo eXtl_udp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c misc.c -fno-common -DPIC -o .libs/misc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jauth.c -fno-common -DPIC -o .libs/jauth.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jreg.c -o jreg.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcallback.c -o jcallback.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_udp.c -fno-common -DPIC -o .libs/eXtl_udp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXutils.c -o eXutils.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c udp.c -o udp.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jevents.c -o jevents.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c misc.c -o misc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtl_tcp.lo eXtl_tcp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tcp.c -fno-common -DPIC -o .libs/eXtl_tcp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jauth.c -o jauth.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_udp.c -o eXtl_udp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtl_dtls.lo eXtl_dtls.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtl_tls.lo eXtl_tls.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o milenage.lo milenage.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o rijndael.lo rijndael.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_dtls.c -fno-common -DPIC -o .libs/eXtl_dtls.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tls.c -fno-common -DPIC -o .libs/eXtl_tls.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c milenage.c -fno-common -DPIC -o .libs/milenage.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c rijndael.c -fno-common -DPIC -o .libs/rijndael.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXsubscription_api.lo eXsubscription_api.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXoptions_api.lo eXoptions_api.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tcp.c -o eXtl_tcp.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXsubscription_api.c -fno-common -DPIC -o .libs/eXsubscription_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXoptions_api.c -fno-common -DPIC -o .libs/eXoptions_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c milenage.c -o milenage.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c rijndael.c -o rijndael.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXinsubscription_api.lo eXinsubscription_api.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXinsubscription_api.c -fno-common -DPIC -o .libs/eXinsubscription_api.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXpublish_api.lo eXpublish_api.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXoptions_api.c -o eXoptions_api.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jnotify.lo jnotify.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXpublish_api.c -fno-common -DPIC -o .libs/eXpublish_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXsubscription_api.c -o eXsubscription_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_dtls.c -o eXtl_dtls.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jnotify.c -fno-common -DPIC -o .libs/jnotify.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jsubscribe.lo jsubscribe.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o inet_ntop.lo inet_ntop.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jsubscribe.c -fno-common -DPIC -o .libs/jsubscribe.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXinsubscription_api.c -o eXinsubscription_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXpublish_api.c -o eXpublish_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c inet_ntop.c -fno-common -DPIC -o .libs/inet_ntop.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jnotify.c -o jnotify.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jpipe.lo jpipe.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpipe.c -fno-common -DPIC -o .libs/jpipe.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jsubscribe.c -o jsubscribe.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXrefer_api.lo eXrefer_api.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c inet_ntop.c -o inet_ntop.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXrefer_api.c -fno-common -DPIC -o .libs/eXrefer_api.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jpublish.lo jpublish.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o sdp_offans.lo sdp_offans.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpipe.c -o jpipe.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpublish.c -fno-common -DPIC -o .libs/jpublish.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c sdp_offans.c -fno-common -DPIC -o .libs/sdp_offans.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tls.c -o eXtl_tls.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXrefer_api.c -o eXrefer_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpublish.c -o jpublish.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c sdp_offans.c -o sdp_offans.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -pedantic -DENABLE_TRACE -g -O2 -g -O2 -version-info 11:0:0 -no-undefined -o libeXosip2.la -rpath /usr/local/Cellar/libexosip/4.1.0/lib eXosip.lo eXconf.lo eXregister_api.lo eXcall_api.lo eXmessage_api.lo eXtransport.lo jrequest.lo jresponse.lo jcallback.lo jdialog.lo udp.lo jcall.lo jreg.lo eXutils.lo jevents.lo misc.lo jauth.lo eXtl_udp.lo eXtl_tcp.lo eXtl_dtls.lo eXtl_tls.lo milenage.lo rijndael.lo eXsubscription_api.lo eXoptions_api.lo eXinsubscription_api.lo eXpublish_api.lo jnotify.lo jsubscribe.lo inet_ntop.lo jpipe.lo eXrefer_api.lo jpublish.lo sdp_offans.lo -lresolv -lssl -lcrypto -L/usr/local/Cellar/libosip/4.1.0/lib -losipparser2 -losip2
libtool: link: clang -dynamiclib -o .libs/libeXosip2.11.dylib .libs/eXosip.o .libs/eXconf.o .libs/eXregister_api.o .libs/eXcall_api.o .libs/eXmessage_api.o .libs/eXtransport.o .libs/jrequest.o .libs/jresponse.o .libs/jcallback.o .libs/jdialog.o .libs/udp.o .libs/jcall.o .libs/jreg.o .libs/eXutils.o .libs/jevents.o .libs/misc.o .libs/jauth.o .libs/eXtl_udp.o .libs/eXtl_tcp.o .libs/eXtl_dtls.o .libs/eXtl_tls.o .libs/milenage.o .libs/rijndael.o .libs/eXsubscription_api.o .libs/eXoptions_api.o .libs/eXinsubscription_api.o .libs/eXpublish_api.o .libs/jnotify.o .libs/jsubscribe.o .libs/inet_ntop.o .libs/jpipe.o .libs/eXrefer_api.o .libs/jpublish.o .libs/sdp_offans.o -lresolv -lssl -lcrypto -L/usr/local/Cellar/libosip/4.1.0/lib -losipparser2 -losip2 -O2 -O2 -install_name /usr/local/Cellar/libexosip/4.1.0/lib/libeXosip2.11.dylib -compatibility_version 12 -current_version 12.0 -Wl,-single_module
Undefined symbols for architecture x86_64:
"_CFRelease", referenced from:
__tls_add_certificates in eXtl_tls.o
"_Gestalt", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainItemCopyAttributesAndData", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainItemFreeAttributesAndData", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainOpen", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainSearchCopyNext", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainSearchCreateFromAttributes", referenced from:
__tls_add_certificates in eXtl_tls.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [libeXosip2.la] Error 1
make: *** [install-recursive] Error 1
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/L2G/i18nbrew.git
HEAD: 4648ed8509ecc26f7cb701e0b238e3d7c006428c
Last commit: 16 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit sandybridge
OS X: 10.9.5-x86_64
Xcode: 6.2
CLT: 6.2.0.0.1.1424975374
GCC-4.2: build 5666
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0_05
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libosip/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_BUILD_FROM_SOURCE: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXcall_api.c -fno-common -DPIC -o .libs/eXcall_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXcall_api.c -fno-common -DPIC -o .libs/eXcall_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXregister_api.c -fno-common -DPIC -o .libs/eXregister_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXregister_api.c -fno-common -DPIC -o .libs/eXregister_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtransport.c -fno-common -DPIC -o .libs/eXtransport.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtransport.c -fno-common -DPIC -o .libs/eXtransport.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXconf.c -fno-common -DPIC -o .libs/eXconf.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXconf.c -fno-common -DPIC -o .libs/eXconf.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXmessage_api.c -fno-common -DPIC -o .libs/eXmessage_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXmessage_api.c -fno-common -DPIC -o .libs/eXmessage_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jrequest.c -fno-common -DPIC -o .libs/jrequest.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jrequest.c -fno-common -DPIC -o .libs/jrequest.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXosip.c -fno-common -DPIC -o .libs/eXosip.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXosip.c -fno-common -DPIC -o .libs/eXosip.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jresponse.c -fno-common -DPIC -o .libs/jresponse.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jresponse.c -fno-common -DPIC -o .libs/jresponse.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtransport.c -o eXtransport.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtransport.c -o eXtransport.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXmessage_api.c -o eXmessage_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXmessage_api.c -o eXmessage_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXregister_api.c -o eXregister_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXregister_api.c -o eXregister_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jresponse.c -o jresponse.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jresponse.c -o jresponse.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jrequest.c -o jrequest.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jrequest.c -o jrequest.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXconf.c -o eXconf.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXconf.c -o eXconf.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXcall_api.c -o eXcall_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXcall_api.c -o eXcall_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcallback.c -fno-common -DPIC -o .libs/jcallback.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jcallback.c -fno-common -DPIC -o .libs/jcallback.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXosip.c -o eXosip.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXosip.c -o eXosip.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jdialog.c -fno-common -DPIC -o .libs/jdialog.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jdialog.c -fno-common -DPIC -o .libs/jdialog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcall.c -fno-common -DPIC -o .libs/jcall.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jcall.c -fno-common -DPIC -o .libs/jcall.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c udp.c -fno-common -DPIC -o .libs/udp.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c udp.c -fno-common -DPIC -o .libs/udp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jdialog.c -o jdialog.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jdialog.c -o jdialog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcall.c -o jcall.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jcall.c -o jcall.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jreg.c -fno-common -DPIC -o .libs/jreg.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jreg.c -fno-common -DPIC -o .libs/jreg.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXutils.c -fno-common -DPIC -o .libs/eXutils.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXutils.c -fno-common -DPIC -o .libs/eXutils.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jevents.c -fno-common -DPIC -o .libs/jevents.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jevents.c -fno-common -DPIC -o .libs/jevents.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c misc.c -fno-common -DPIC -o .libs/misc.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c misc.c -fno-common -DPIC -o .libs/misc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcallback.c -o jcallback.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jcallback.c -o jcallback.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jreg.c -o jreg.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jreg.c -o jreg.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jauth.c -fno-common -DPIC -o .libs/jauth.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jauth.c -fno-common -DPIC -o .libs/jauth.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_udp.c -fno-common -DPIC -o .libs/eXtl_udp.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtl_udp.c -fno-common -DPIC -o .libs/eXtl_udp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXutils.c -o eXutils.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXutils.c -o eXutils.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jevents.c -o jevents.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jevents.c -o jevents.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c udp.c -o udp.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c udp.c -o udp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tcp.c -fno-common -DPIC -o .libs/eXtl_tcp.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtl_tcp.c -fno-common -DPIC -o .libs/eXtl_tcp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c misc.c -o misc.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c misc.c -o misc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jauth.c -o jauth.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jauth.c -o jauth.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_udp.c -o eXtl_udp.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtl_udp.c -o eXtl_udp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_dtls.c -fno-common -DPIC -o .libs/eXtl_dtls.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtl_dtls.c -fno-common -DPIC -o .libs/eXtl_dtls.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tls.c -fno-common -DPIC -o .libs/eXtl_tls.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtl_tls.c -fno-common -DPIC -o .libs/eXtl_tls.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c milenage.c -fno-common -DPIC -o .libs/milenage.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c milenage.c -fno-common -DPIC -o .libs/milenage.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c rijndael.c -fno-common -DPIC -o .libs/rijndael.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c rijndael.c -fno-common -DPIC -o .libs/rijndael.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXsubscription_api.c -fno-common -DPIC -o .libs/eXsubscription_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXsubscription_api.c -fno-common -DPIC -o .libs/eXsubscription_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tcp.c -o eXtl_tcp.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtl_tcp.c -o eXtl_tcp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXoptions_api.c -fno-common -DPIC -o .libs/eXoptions_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXoptions_api.c -fno-common -DPIC -o .libs/eXoptions_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c milenage.c -o milenage.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c milenage.c -o milenage.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c rijndael.c -o rijndael.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c rijndael.c -o rijndael.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXinsubscription_api.c -fno-common -DPIC -o .libs/eXinsubscription_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXinsubscription_api.c -fno-common -DPIC -o .libs/eXinsubscription_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXoptions_api.c -o eXoptions_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXoptions_api.c -o eXoptions_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXpublish_api.c -fno-common -DPIC -o .libs/eXpublish_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXpublish_api.c -fno-common -DPIC -o .libs/eXpublish_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXsubscription_api.c -o eXsubscription_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXsubscription_api.c -o eXsubscription_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_dtls.c -o eXtl_dtls.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtl_dtls.c -o eXtl_dtls.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jnotify.c -fno-common -DPIC -o .libs/jnotify.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jnotify.c -fno-common -DPIC -o .libs/jnotify.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXinsubscription_api.c -o eXinsubscription_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXinsubscription_api.c -o eXinsubscription_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jsubscribe.c -fno-common -DPIC -o .libs/jsubscribe.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jsubscribe.c -fno-common -DPIC -o .libs/jsubscribe.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXpublish_api.c -o eXpublish_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXpublish_api.c -o eXpublish_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c inet_ntop.c -fno-common -DPIC -o .libs/inet_ntop.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c inet_ntop.c -fno-common -DPIC -o .libs/inet_ntop.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jnotify.c -o jnotify.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jnotify.c -o jnotify.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpipe.c -fno-common -DPIC -o .libs/jpipe.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jpipe.c -fno-common -DPIC -o .libs/jpipe.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jsubscribe.c -o jsubscribe.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jsubscribe.c -o jsubscribe.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c inet_ntop.c -o inet_ntop.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c inet_ntop.c -o inet_ntop.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXrefer_api.c -fno-common -DPIC -o .libs/eXrefer_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXrefer_api.c -fno-common -DPIC -o .libs/eXrefer_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpipe.c -o jpipe.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jpipe.c -o jpipe.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpublish.c -fno-common -DPIC -o .libs/jpublish.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jpublish.c -fno-common -DPIC -o .libs/jpublish.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c sdp_offans.c -fno-common -DPIC -o .libs/sdp_offans.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c sdp_offans.c -fno-common -DPIC -o .libs/sdp_offans.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tls.c -o eXtl_tls.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXtl_tls.c -o eXtl_tls.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXrefer_api.c -o eXrefer_api.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c eXrefer_api.c -o eXrefer_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpublish.c -o jpublish.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c jpublish.c -o jpublish.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c sdp_offans.c -o sdp_offans.o
superenv removed: -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pedantic -g -O2 -g -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -DSRV_RECORD -DENABLE_TRACE -c sdp_offans.c -o sdp_offans.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -dynamiclib -o .libs/libeXosip2.11.dylib .libs/eXosip.o .libs/eXconf.o .libs/eXregister_api.o .libs/eXcall_api.o .libs/eXmessage_api.o .libs/eXtransport.o .libs/jrequest.o .libs/jresponse.o .libs/jcallback.o .libs/jdialog.o .libs/udp.o .libs/jcall.o .libs/jreg.o .libs/eXutils.o .libs/jevents.o .libs/misc.o .libs/jauth.o .libs/eXtl_udp.o .libs/eXtl_tcp.o .libs/eXtl_dtls.o .libs/eXtl_tls.o .libs/milenage.o .libs/rijndael.o .libs/eXsubscription_api.o .libs/eXoptions_api.o .libs/eXinsubscription_api.o .libs/eXpublish_api.o .libs/jnotify.o .libs/jsubscribe.o .libs/inet_ntop.o .libs/jpipe.o .libs/eXrefer_api.o .libs/jpublish.o .libs/sdp_offans.o -lresolv -lssl -lcrypto -L/usr/local/Cellar/libosip/4.1.0/lib -losipparser2 -losip2 -O2 -O2 -install_name /usr/local/Cellar/libexosip/4.1.0/lib/libeXosip2.11.dylib -compatibility_version 12 -current_version 12.0 -Wl,-single_module
superenv removed: -O2 -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -dynamiclib -o .libs/libeXosip2.11.dylib .libs/eXosip.o .libs/eXconf.o .libs/eXregister_api.o .libs/eXcall_api.o .libs/eXmessage_api.o .libs/eXtransport.o .libs/jrequest.o .libs/jresponse.o .libs/jcallback.o .libs/jdialog.o .libs/udp.o .libs/jcall.o .libs/jreg.o .libs/eXutils.o .libs/jevents.o .libs/misc.o .libs/jauth.o .libs/eXtl_udp.o .libs/eXtl_tcp.o .libs/eXtl_dtls.o .libs/eXtl_tls.o .libs/milenage.o .libs/rijndael.o .libs/eXsubscription_api.o .libs/eXoptions_api.o .libs/eXinsubscription_api.o .libs/eXpublish_api.o .libs/jnotify.o .libs/jsubscribe.o .libs/inet_ntop.o .libs/jpipe.o .libs/eXrefer_api.o .libs/jpublish.o .libs/sdp_offans.o -lresolv -lssl -lcrypto -L/usr/local/Cellar/libosip/4.1.0/lib -losipparser2 -losip2 -install_name /usr/local/Cellar/libexosip/4.1.0/lib/libeXosip2.11.dylib -compatibility_version 12 -current_version 12.0 -Wl,-single_module -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libexosip/4.1.0
## --------- ##
## Platform. ##
## --------- ##
hostname = snoopy.home
uname -m = x86_64
uname -r = 13.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 206 tasks, 978 threads, 8 processors
Load average: 2.06, Mach factor: 5.93
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2246: eXosip2 The Extended Open SIP library.
configure:2248: Copyright (C) 2002-2012 Aymeric MOIZARD - <amoizard@antisip.com>
configure:2275: result: Configuring libeXosip2 4.1.0
configure:2278: result: Building Package on darwin
configure:2328: checking for a BSD-compatible install
configure:2396: result: /usr/bin/install -c
configure:2407: checking whether build environment is sane
configure:2457: result: yes
configure:2598: checking for a thread-safe mkdir -p
configure:2637: result: scripts/install-sh -c -d
configure:2650: checking for gawk
configure:2680: result: no
configure:2650: checking for mawk
configure:2680: result: no
configure:2650: checking for nawk
configure:2680: result: no
configure:2650: checking for awk
configure:2666: found /usr/bin/awk
configure:2677: result: awk
configure:2688: checking whether make sets $(MAKE)
configure:2710: result: yes
configure:2809: checking build system type
configure:2823: result: x86_64-apple-darwin13.4.0
configure:2843: checking host system type
configure:2856: result: x86_64-apple-darwin13.4.0
configure:2928: checking for gcc
configure:2955: result: clang
configure:3184: checking for C compiler version
configure:3193: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:3204: $? = 0
configure:3193: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:3204: $? = 0
configure:3193: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3204: $? = 1
configure:3193: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3204: $? = 1
configure:3224: checking whether the C compiler works
configure:3246: clang conftest.c >&5
configure:3250: $? = 0
configure:3298: result: yes
configure:3301: checking for C compiler default output file name
configure:3303: result: a.out
configure:3309: checking for suffix of executables
configure:3316: clang -o conftest conftest.c >&5
configure:3320: $? = 0
configure:3342: result:
configure:3364: checking whether we are cross compiling
configure:3372: clang -o conftest conftest.c >&5
configure:3376: $? = 0
configure:3383: ./conftest
configure:3387: $? = 0
configure:3402: result: no
configure:3407: checking for suffix of object files
configure:3429: clang -c conftest.c >&5
configure:3433: $? = 0
configure:3454: result: o
configure:3458: checking whether we are using the GNU C compiler
configure:3477: clang -c conftest.c >&5
configure:3477: $? = 0
configure:3486: result: yes
configure:3495: checking whether clang accepts -g
configure:3515: clang -c -g conftest.c >&5
configure:3515: $? = 0
configure:3556: result: yes
configure:3573: checking for clang option to accept ISO C89
configure:3636: clang -c -g -O2 conftest.c >&5
configure:3636: $? = 0
configure:3649: result: none needed
configure:3680: checking for style of include used by make
configure:3708: result: GNU
configure:3734: checking dependency style of clang
configure:3845: result: none
configure:3865: checking how to run the C preprocessor
configure:3896: clang -E conftest.c
configure:3896: $? = 0
configure:3910: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3910: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3935: result: clang -E
configure:3955: clang -E conftest.c
configure:3955: $? = 0
configure:3969: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3999: checking for a sed that does not truncate output
configure:4063: result: /usr/local/Library/ENV/4.3/sed
configure:4114: checking how to print strings
configure:4141: result: printf
configure:4162: checking for a sed that does not truncate output
configure:4226: result: /usr/local/Library/ENV/4.3/sed
configure:4244: checking for grep that handles long lines and -e
configure:4302: result: /usr/bin/grep
configure:4307: checking for egrep
configure:4369: result: /usr/bin/grep -E
configure:4374: checking for fgrep
configure:4436: result: /usr/bin/grep -F
configure:4471: checking for ld used by clang
configure:4538: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:4545: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:4560: result: no
configure:4572: checking for BSD- or MS-compatible name lister (nm)
configure:4621: result: /usr/bin/nm
configure:4751: checking the name lister (/usr/bin/nm) interface
configure:4758: clang -c -g -O2 conftest.c >&5
configure:4761: /usr/bin/nm "conftest.o"
configure:4764: output
000000000000023c S _some_variable
configure:4771: result: BSD nm
configure:4774: checking whether ln -s works
configure:4778: result: yes
configure:4786: checking the maximum length of command line arguments
configure:4916: result: 196608
configure:4933: checking whether the shell understands some XSI constructs
configure:4943: result: yes
configure:4947: checking whether the shell understands "+="
configure:4953: result: yes
configure:4988: checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format
configure:5028: result: func_convert_file_noop
configure:5035: checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format
configure:5055: result: func_convert_file_noop
configure:5062: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5069: result: -r
configure:5143: checking for objdump
configure:5173: result: no
configure:5202: checking how to recognize dependent libraries
configure:5400: result: pass_all
configure:5485: checking for dlltool
configure:5515: result: no
configure:5545: checking how to associate runtime and link libraries
configure:5572: result: printf %s\n
configure:5633: checking for ar
configure:5649: found /usr/bin/ar
configure:5660: result: ar
configure:5697: checking for archiver @FILE support
configure:5714: clang -c -g -O2 conftest.c >&5
configure:5714: $? = 0
configure:5717: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:5720: $? = 1
configure:5740: result: no
configure:5798: checking for strip
configure:5814: found /usr/bin/strip
configure:5825: result: strip
configure:5897: checking for ranlib
configure:5913: found /usr/bin/ranlib
configure:5924: result: ranlib
configure:6026: checking command to parse /usr/bin/nm output from clang object
configure:6146: clang -c -g -O2 conftest.c >&5
configure:6149: $? = 0
configure:6153: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6156: $? = 0
cannot find nm_test_var in conftest.nm
configure:6146: clang -c -g -O2 conftest.c >&5
configure:6149: $? = 0
configure:6153: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6156: $? = 0
configure:6222: clang -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6225: $? = 0
configure:6263: result: ok
configure:6300: checking for sysroot
configure:6330: result: no
configure:6586: checking for mt
configure:6616: result: no
configure:6636: checking if : is a manifest tool
configure:6642: : '-?'
configure:6650: result: no
configure:6706: checking for dsymutil
configure:6722: found /usr/bin/dsymutil
configure:6733: result: dsymutil
configure:6798: checking for nmedit
configure:6814: found /usr/bin/nmedit
configure:6825: result: nmedit
configure:6890: checking for lipo
configure:6906: found /usr/bin/lipo
configure:6917: result: lipo
configure:6982: checking for otool
configure:6998: found /usr/bin/otool
configure:7009: result: otool
configure:7074: checking for otool64
configure:7090: found /usr/bin/otool64
configure:7101: result: otool64
configure:7149: checking for -single_module linker flag
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7182: result: yes
configure:7185: checking for -exported_symbols_list linker flag
configure:7205: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7205: $? = 0
configure:7215: result: yes
configure:7218: checking for -force_load linker flag
clang -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7250: result: yes
configure:7288: checking for ANSI C header files
configure:7308: clang -c -g -O2 conftest.c >&5
configure:7308: $? = 0
configure:7381: clang -o conftest -g -O2 conftest.c >&5
configure:7381: $? = 0
configure:7381: ./conftest
configure:7381: $? = 0
configure:7392: result: yes
configure:7405: checking for sys/types.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7405: checking for sys/stat.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7405: checking for stdlib.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7405: checking for string.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7405: checking for memory.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7405: checking for strings.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7405: checking for inttypes.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7405: checking for stdint.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7405: checking for unistd.h
configure:7405: clang -c -g -O2 conftest.c >&5
configure:7405: $? = 0
configure:7405: result: yes
configure:7419: checking for dlfcn.h
configure:7419: clang -c -g -O2 conftest.c >&5
configure:7419: $? = 0
configure:7419: result: yes
configure:7625: checking for objdir
configure:7640: result: .libs
configure:7907: checking if clang supports -fno-rtti -fno-exceptions
configure:7925: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:7929: $? = 0
configure:7942: result: yes
configure:8269: checking for clang option to produce PIC
configure:8276: result: -fno-common -DPIC
configure:8284: checking if clang PIC flag -fno-common -DPIC works
configure:8302: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:8306: $? = 0
configure:8319: result: yes
configure:8348: checking if clang static flag -static works
configure:8376: result: no
configure:8391: checking if clang supports -c -o file.o
configure:8412: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8416: $? = 0
configure:8438: result: yes
configure:8446: checking if clang supports -c -o file.o
configure:8493: result: yes
configure:8526: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:9683: result: yes
configure:9923: checking dynamic linker characteristics
configure:10657: result: darwin13.4.0 dyld
configure:10764: checking how to hardcode library paths into programs
configure:10789: result: immediate
configure:11329: checking whether stripping libraries is possible
configure:11343: result: yes
configure:11369: checking if libtool supports shared libraries
configure:11371: result: yes
configure:11374: checking whether to build shared libraries
configure:11395: result: yes
configure:11398: checking whether to build static libraries
configure:11402: result: yes
configure:11639: checking for the pthreads library -lpthreads
configure:11672: clang -o conftest -g -O2 conftest.c -lpthreads >&5
ld: library not found for -lpthreads
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:11681: result: no
configure:11628: checking whether pthreads work without any flags
configure:11672: clang -o conftest -g -O2 conftest.c >&5
configure:11672: $? = 0
configure:11681: result: yes
configure:11701: checking for joinable pthread attribute
configure:11714: clang -o conftest -g -O2 conftest.c >&5
configure:11714: $? = 0
configure:11746: result: PTHREAD_CREATE_JOINABLE
configure:11753: checking if more special flags are required for pthreads
configure:11760: result: no
configure:11772: checking for cc_r
configure:11800: result: clang
configure:11866: checking semaphore.h usability
configure:11866: clang -c -g -O2 conftest.c >&5
configure:11866: $? = 0
configure:11866: result: yes
configure:11866: checking semaphore.h presence
configure:11866: clang -E conftest.c
configure:11866: $? = 0
configure:11866: result: yes
configure:11866: checking for semaphore.h
configure:11866: result: yes
configure:11878: checking sys/sem.h usability
configure:11878: clang -c -g -O2 conftest.c >&5
configure:11878: $? = 0
configure:11878: result: yes
configure:11878: checking sys/sem.h presence
configure:11878: clang -E conftest.c
configure:11878: $? = 0
configure:11878: result: yes
configure:11878: checking for sys/sem.h
configure:11878: result: yes
configure:11999: checking for sem_open in -lposix4
configure:12024: clang -o conftest -g -O2 conftest.c -lposix4 >&5
ld: library not found for -lposix4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sem_open ();
| int
| main ()
| {
| return sem_open ();
| ;
| return 0;
| }
configure:12033: result: no
configure:12039: checking for nis_add in -lnsl
configure:12064: clang -o conftest -g -O2 conftest.c -lnsl >&5
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12064: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nis_add ();
| int
| main ()
| {
| return nis_add ();
| ;
| return 0;
| }
configure:12073: result: no
configure:12079: checking for sendto in -lsocket
configure:12104: clang -o conftest -g -O2 conftest.c -lsocket >&5
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12104: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sendto ();
| int
| main ()
| {
| return sendto ();
| ;
| return 0;
| }
configure:12113: result: no
configure:12119: checking for clock_gettime in -lrt
configure:12144: clang -o conftest -g -O2 conftest.c -lrt >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12144: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:12153: result: no
configure:12164: checking for res_query in -lresolv
configure:12189: clang -o conftest -g -O2 conftest.c -lresolv >&5
configure:12189: $? = 0
configure:12198: result: yes
configure:12204: checking for __res_query in -lresolv
configure:12229: clang -o conftest -g -O2 conftest.c -lresolv >&5
Undefined symbols for architecture x86_64:
"___res_query", referenced from:
_main in conftest-a84cce.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12229: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __res_query ();
| int
| main ()
| {
| return __res_query ();
| ;
| return 0;
| }
configure:12238: result: no
configure:12247: checking for ares_init in -lcares
configure:12272: clang -o conftest -g -O2 conftest.c -lcares >&5
ld: library not found for -lcares
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ares_init ();
| int
| main ()
| {
| return ares_init ();
| ;
| return 0;
| }
configure:12281: result: no
configure:12296: WARNING: c-ares library is not installed
configure:12356: checking for pkg-config
configure:12374: found /usr/local/opt/pkg-config/bin/pkg-config
configure:12386: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:12411: checking pkg-config is at least version 0.9.0
configure:12414: result: yes
configure:12424: checking for OSIP
configure:12431: $PKG_CONFIG --exists --print-errors "libosip2 >= 3.5"
configure:12434: $? = 0
configure:12448: $PKG_CONFIG --exists --print-errors "libosip2 >= 3.5"
configure:12451: $? = 0
configure:12499: result: yes
configure:12506: checking whether -Wall works
configure:12525: clang -c -g -O2 -Wall conftest.c >&5
configure:12525: $? = 0
configure:12534: result: yes
configure:12541: checking whether -Wcast-align works
configure:12560: clang -c -g -O2 -Wcast-align conftest.c >&5
configure:12560: $? = 0
configure:12569: result: yes
configure:12576: checking whether -Wchar-subscripts works
configure:12595: clang -c -g -O2 -Wchar-subscripts conftest.c >&5
configure:12595: $? = 0
configure:12604: result: yes
configure:12611: checking whether -Wformat works
configure:12630: clang -c -g -O2 -Wformat conftest.c >&5
configure:12630: $? = 0
configure:12639: result: yes
configure:12646: checking whether -Winline works
configure:12665: clang -c -g -O2 -Winline conftest.c >&5
configure:12665: $? = 0
configure:12674: result: yes
configure:12681: checking whether -Wmissing-declarations works
configure:12700: clang -c -g -O2 -Wmissing-declarations conftest.c >&5
configure:12700: $? = 0
configure:12709: result: yes
configure:12716: checking whether -Wmissing-prototypes works
configure:12735: clang -c -g -O2 -Wmissing-prototypes conftest.c >&5
configure:12735: $? = 0
configure:12744: result: yes
configure:12751: checking whether -Wnested-externs works
configure:12770: clang -c -g -O2 -Wnested-externs conftest.c >&5
configure:12770: $? = 0
configure:12779: result: yes
configure:12786: checking whether -Wpointer-arith works
configure:12805: clang -c -g -O2 -Wpointer-arith conftest.c >&5
configure:12805: $? = 0
configure:12814: result: yes
configure:12829: checking for ANSI C header files
configure:12933: result: yes
configure:12943: checking ctype.h usability
configure:12943: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:12943: $? = 0
configure:12943: result: yes
configure:12943: checking ctype.h presence
configure:12943: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:12943: $? = 0
configure:12943: result: yes
configure:12943: checking for ctype.h
configure:12943: result: yes
configure:12955: checking for string.h
configure:12955: result: yes
configure:12967: checking for strings.h
configure:12967: result: yes
configure:12979: checking stdio.h usability
configure:12979: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:12979: $? = 0
configure:12979: result: yes
configure:12979: checking stdio.h presence
configure:12979: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:12979: $? = 0
configure:12979: result: yes
configure:12979: checking for stdio.h
configure:12979: result: yes
configure:12991: checking for stdlib.h
configure:12991: result: yes
configure:13003: checking for unistd.h
configure:13003: result: yes
configure:13015: checking stdarg.h usability
configure:13015: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13015: $? = 0
configure:13015: result: yes
configure:13015: checking stdarg.h presence
configure:13015: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13015: $? = 0
configure:13015: result: yes
configure:13015: checking for stdarg.h
configure:13015: result: yes
configure:13027: checking varargs.h usability
configure:13027: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
In file included from conftest.c:67:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
configure:13027: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <varargs.h>
configure:13027: result: no
configure:13027: checking varargs.h presence
configure:13027: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
In file included from conftest.c:34:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
configure:13027: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h. */
| #include <varargs.h>
configure:13027: result: no
configure:13027: checking for varargs.h
configure:13027: result: no
configure:13039: checking sys/time.h usability
configure:13039: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking sys/time.h presence
configure:13039: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for sys/time.h
configure:13039: result: yes
configure:13051: checking assert.h usability
configure:13051: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13051: $? = 0
configure:13051: result: yes
configure:13051: checking assert.h presence
configure:13051: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13051: $? = 0
configure:13051: result: yes
configure:13051: checking for assert.h
configure:13051: result: yes
configure:13063: checking signal.h usability
configure:13063: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13063: $? = 0
configure:13063: result: yes
configure:13063: checking signal.h presence
configure:13063: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13063: $? = 0
configure:13063: result: yes
configure:13063: checking for signal.h
configure:13063: result: yes
configure:13075: checking sys/signal.h usability
configure:13075: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13075: $? = 0
configure:13075: result: yes
configure:13075: checking sys/signal.h presence
configure:13075: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13075: $? = 0
configure:13075: result: yes
configure:13075: checking for sys/signal.h
configure:13075: result: yes
configure:13087: checking malloc.h usability
configure:13087: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
conftest.c:71:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:13087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:13087: result: no
configure:13087: checking malloc.h presence
configure:13087: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
conftest.c:38:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:13087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:13087: result: no
configure:13087: checking for malloc.h
configure:13087: result: no
configure:13099: checking sys/select.h usability
configure:13099: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13099: $? = 0
configure:13099: result: yes
configure:13099: checking sys/select.h presence
configure:13099: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13099: $? = 0
configure:13099: result: yes
configure:13099: checking for sys/select.h
configure:13099: result: yes
configure:13111: checking for sys/types.h
configure:13111: result: yes
configure:13123: checking fcntl.h usability
configure:13123: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13123: $? = 0
configure:13123: result: yes
configure:13123: checking fcntl.h presence
configure:13123: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13123: $? = 0
configure:13123: result: yes
configure:13123: checking for fcntl.h
configure:13123: result: yes
configure:13135: checking sys/soundcard.h usability
configure:13135: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
conftest.c:74:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^
1 error generated.
configure:13135: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/soundcard.h>
configure:13135: result: no
configure:13135: checking sys/soundcard.h presence
configure:13135: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
conftest.c:41:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^
1 error generated.
configure:13135: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <sys/soundcard.h>
configure:13135: result: no
configure:13135: checking for sys/soundcard.h
configure:13135: result: no
configure:13147: checking arpa/inet.h usability
configure:13147: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13147: $? = 0
configure:13147: result: yes
configure:13147: checking arpa/inet.h presence
configure:13147: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13147: $? = 0
configure:13147: result: yes
configure:13147: checking for arpa/inet.h
configure:13147: result: yes
configure:13159: checking arpa/nameser.h usability
configure:13159: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13159: $? = 0
configure:13159: result: yes
configure:13159: checking arpa/nameser.h presence
configure:13159: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13159: $? = 0
configure:13159: result: yes
configure:13159: checking for arpa/nameser.h
configure:13159: result: yes
configure:13171: checking netdb.h usability
configure:13171: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13171: $? = 0
configure:13171: result: yes
configure:13171: checking netdb.h presence
configure:13171: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13171: $? = 0
configure:13171: result: yes
configure:13171: checking for netdb.h
configure:13171: result: yes
configure:13183: checking nameser8_compat.h usability
configure:13183: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
conftest.c:77:10: fatal error: 'nameser8_compat.h' file not found
#include <nameser8_compat.h>
^
1 error generated.
configure:13183: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nameser8_compat.h>
configure:13183: result: no
configure:13183: checking nameser8_compat.h presence
configure:13183: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
conftest.c:44:10: fatal error: 'nameser8_compat.h' file not found
#include <nameser8_compat.h>
^
1 error generated.
configure:13183: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libeXosip2"
| #define VERSION "4.1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_SYS_SEM_H 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <nameser8_compat.h>
configure:13183: result: no
configure:13183: checking for nameser8_compat.h
configure:13183: result: no
configure:13195: checking arpa/nameser_compat.h usability
configure:13195: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13195: $? = 0
configure:13195: result: yes
configure:13195: checking arpa/nameser_compat.h presence
configure:13195: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13195: $? = 0
configure:13195: result: yes
configure:13195: checking for arpa/nameser_compat.h
configure:13195: result: yes
configure:13207: checking netinet/tcp.h usability
configure:13207: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking netinet/tcp.h presence
configure:13207: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13207: $? = 0
configure:13207: result: yes
configure:13207: checking for netinet/tcp.h
configure:13207: result: yes
configure:13220: checking for resolv.h
configure:13220: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13220: $? = 0
configure:13220: result: yes
configure:13243: checking for getifaddrs
configure:13243: clang -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13243: $? = 0
configure:13243: result: yes
configure:13264: checking openssl/ssl.h usability
configure:13264: clang -c -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c >&5
configure:13264: $? = 0
configure:13264: result: yes
configure:13264: checking openssl/ssl.h presence
configure:13264: clang -E -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c
configure:13264: $? = 0
configure:13264: result: yes
configure:13264: checking for openssl/ssl.h
configure:13264: result: yes
configure:13274: checking for SSL_CTX_new in -lssl
configure:13299: clang -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -lssl >&5
configure:13299: $? = 0
configure:13308: result: yes
configure:13314: checking for X509_get_issuer_name in -lcrypto
configure:13339: clang -o conftest -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith conftest.c -lcrypto >&5
configure:13339: $? = 0
configure:13348: result: yes
configure:13512: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on snoopy.home
config.status:1129: creating Makefile
config.status:1129: creating scripts/Makefile
config.status:1129: creating platform/Makefile
config.status:1129: creating platform/vsnet/Makefile
config.status:1129: creating include/Makefile
config.status:1129: creating include/eXosip2/Makefile
config.status:1129: creating src/Makefile
config.status:1129: creating tools/Makefile
config.status:1129: creating help/Makefile
config.status:1129: creating help/doxygen/Makefile
config.status:1129: creating help/doxygen/doxygen.dox
config.status:1129: creating exosip-config.h
config.status:1358: executing depfiles commands
config.status:1358: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
Wall_cv_flag=yes
Wcast_align_cv_flag=yes
Wchar_subscripts_cv_flag=yes
Wformat_cv_flag=yes
Winline_cv_flag=yes
Wmissing_declarations_cv_flag=yes
Wmissing_prototypes_cv_flag=yes
Wnested_externs_cv_flag=yes
Wpointer_arith_cv_flag=yes
ac_cv_build=x86_64-apple-darwin13.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OSIP_CFLAGS_set=
ac_cv_env_OSIP_CFLAGS_value=
ac_cv_env_OSIP_LIBS_set=
ac_cv_env_OSIP_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libosip/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_getifaddrs=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_compat_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_nameser8_compat_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_semaphore_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_soundcard_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_varargs_h=no
ac_cv_host=x86_64-apple-darwin13.4.0
ac_cv_lib_cares_ares_init=no
ac_cv_lib_crypto_X509_get_issuer_name=yes
ac_cv_lib_nsl_nis_add=no
ac_cv_lib_posix4_sem_open=no
ac_cv_lib_resolv___res_query=no
ac_cv_lib_resolv_res_query=yes
ac_cv_lib_rt_clock_gettime=no
ac_cv_lib_socket_sendto=no
ac_cv_lib_ssl_SSL_CTX_new=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_PTHREAD_CC=clang
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL64=otool64
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_OSIP_CFLAGS='-I/usr/local/Cellar/libosip/4.1.0/include '
pkg_cv_OSIP_LIBS='-L/usr/local/Cellar/libosip/4.1.0/lib -losipparser2 -losip2 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/libexosip20150504-80431-1xv6gyy/libeXosip2-4.1.0/scripts/missing --run aclocal-1.11 -I scripts'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/libexosip20150504-80431-1xv6gyy/libeXosip2-4.1.0/scripts/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/libexosip20150504-80431-1xv6gyy/libeXosip2-4.1.0/scripts/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/libexosip20150504-80431-1xv6gyy/libeXosip2-4.1.0/scripts/missing --run automake-1.11'
AWK='awk'
BUILD_MAXSIZE_FALSE='#'
BUILD_MAXSIZE_TRUE=''
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
COMPILE_TOOLS_FALSE='#'
COMPILE_TOOLS_TRUE=''
CPP='clang -E'
CPPFLAGS=' -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXOSIP_FLAGS=' -pedantic -DENABLE_TRACE'
EXOSIP_LIB=' -lresolv -lssl -lcrypto'
EXOSIP_VERSION='4.1.0'
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSIDE_GNOME_COMMON_FALSE=''
INSIDE_GNOME_COMMON_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LIBEXOSIP_SO_VERSION='11:0:0'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/libexosip20150504-80431-1xv6gyy/libeXosip2-4.1.0/scripts/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='scripts/install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OSIP_CFLAGS='-I/usr/local/Cellar/libosip/4.1.0/include '
OSIP_LIBS='-L/usr/local/Cellar/libosip/4.1.0/lib -losipparser2 -losip2 '
OTOOL64='otool64'
OTOOL='otool'
PACKAGE='libeXosip2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9'
PKG_CONFIG_PATH='/usr/local/opt/libosip/lib/pkgconfig'
PTHREAD_CC='clang'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOOLS_LIBS=''
VERSION='4.1.0'
ac_aux_dir='scripts'
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/libexosip20150504-80431-1xv6gyy/libeXosip2-4.1.0/scripts/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/scripts/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/libexosip/4.1.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libeXosip2"
#define VERSION "4.1.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_PTHREAD 1
#define HAVE_SEMAPHORE_H 1
#define HAVE_SYS_SEM_H 1
#define STDC_HEADERS 1
#define HAVE_CTYPE_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_FCNTL_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_NETDB_H 1
#define HAVE_ARPA_NAMESER_COMPAT_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_RESOLV_H 1
#define HAVE_GETIFADDRS 1
#define HAVE_OPENSSL_SSL_H 1
configure: exit 0
$ brew install -v libexosip
==> Downloading http://download.savannah.gnu.org/releases/exosip/libeXosip2-4.1.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/libexosip-4.1.0.tar.gz
==> Verifying libexosip-4.1.0.tar.gz checksum
tar xf /Library/Caches/Homebrew/libexosip-4.1.0.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libexosip/4.1.0
configure: eXosip2 The Extended Open SIP library.
configure: Copyright (C) 2002-2012 Aymeric MOIZARD - <amoizard@antisip.com>
Configuring libeXosip2 4.1.0
Building Package on darwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... scripts/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 build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... otool64
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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.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 the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... clang
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sem_open in -lposix4... no
checking for nis_add in -lnsl... no
checking for sendto in -lsocket... no
checking for clock_gettime in -lrt... no
checking for res_query in -lresolv... yes
checking for __res_query in -lresolv... no
checking for ares_init in -lcares... no
configure: WARNING: c-ares library is not installed
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OSIP... yes
checking whether -Wall works... yes
checking whether -Wcast-align works... yes
checking whether -Wchar-subscripts works... yes
checking whether -Wformat works... yes
checking whether -Winline works... yes
checking whether -Wmissing-declarations works... yes
checking whether -Wmissing-prototypes works... yes
checking whether -Wnested-externs works... yes
checking whether -Wpointer-arith works... yes
checking for ANSI C header files... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/types.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
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 netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking nameser8_compat.h usability... no
checking nameser8_compat.h presence... no
checking for nameser8_compat.h... no
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for resolv.h... yes
checking for getifaddrs... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_new in -lssl... yes
checking for X509_get_issuer_name in -lcrypto... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/Makefile
config.status: creating platform/Makefile
config.status: creating platform/vsnet/Makefile
config.status: creating include/Makefile
config.status: creating include/eXosip2/Makefile
config.status: creating src/Makefile
config.status: creating tools/Makefile
config.status: creating help/Makefile
config.status: creating help/doxygen/Makefile
config.status: creating help/doxygen/doxygen.dox
config.status: creating exosip-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
==> make install
Making install in scripts
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in platform
Making install in vsnet
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXosip.lo eXosip.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXconf.lo eXconf.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXregister_api.lo eXregister_api.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXcall_api.lo eXcall_api.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXmessage_api.lo eXmessage_api.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtransport.lo eXtransport.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jrequest.lo jrequest.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jresponse.lo jresponse.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXconf.c -fno-common -DPIC -o .libs/eXconf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXcall_api.c -fno-common -DPIC -o .libs/eXcall_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtransport.c -fno-common -DPIC -o .libs/eXtransport.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXmessage_api.c -fno-common -DPIC -o .libs/eXmessage_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jrequest.c -fno-common -DPIC -o .libs/jrequest.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXregister_api.c -fno-common -DPIC -o .libs/eXregister_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jresponse.c -fno-common -DPIC -o .libs/jresponse.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXosip.c -fno-common -DPIC -o .libs/eXosip.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtransport.c -o eXtransport.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXmessage_api.c -o eXmessage_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXregister_api.c -o eXregister_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jresponse.c -o jresponse.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jrequest.c -o jrequest.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXconf.c -o eXconf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jcallback.lo jcallback.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXcall_api.c -o eXcall_api.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jdialog.lo jdialog.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcallback.c -fno-common -DPIC -o .libs/jcallback.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXosip.c -o eXosip.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jdialog.c -fno-common -DPIC -o .libs/jdialog.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o udp.lo udp.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jcall.lo jcall.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcall.c -fno-common -DPIC -o .libs/jcall.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c udp.c -fno-common -DPIC -o .libs/udp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jdialog.c -o jdialog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jreg.lo jreg.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXutils.lo eXutils.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcall.c -o jcall.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jreg.c -fno-common -DPIC -o .libs/jreg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXutils.c -fno-common -DPIC -o .libs/eXutils.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jevents.lo jevents.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jevents.c -fno-common -DPIC -o .libs/jevents.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o misc.lo misc.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jauth.lo jauth.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtl_udp.lo eXtl_udp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c misc.c -fno-common -DPIC -o .libs/misc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jauth.c -fno-common -DPIC -o .libs/jauth.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jreg.c -o jreg.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jcallback.c -o jcallback.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_udp.c -fno-common -DPIC -o .libs/eXtl_udp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXutils.c -o eXutils.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c udp.c -o udp.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jevents.c -o jevents.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c misc.c -o misc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtl_tcp.lo eXtl_tcp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tcp.c -fno-common -DPIC -o .libs/eXtl_tcp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jauth.c -o jauth.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_udp.c -o eXtl_udp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtl_dtls.lo eXtl_dtls.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXtl_tls.lo eXtl_tls.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o milenage.lo milenage.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o rijndael.lo rijndael.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_dtls.c -fno-common -DPIC -o .libs/eXtl_dtls.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tls.c -fno-common -DPIC -o .libs/eXtl_tls.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c milenage.c -fno-common -DPIC -o .libs/milenage.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c rijndael.c -fno-common -DPIC -o .libs/rijndael.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXsubscription_api.lo eXsubscription_api.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXoptions_api.lo eXoptions_api.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tcp.c -o eXtl_tcp.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXsubscription_api.c -fno-common -DPIC -o .libs/eXsubscription_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXoptions_api.c -fno-common -DPIC -o .libs/eXoptions_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c milenage.c -o milenage.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c rijndael.c -o rijndael.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXinsubscription_api.lo eXinsubscription_api.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXinsubscription_api.c -fno-common -DPIC -o .libs/eXinsubscription_api.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXpublish_api.lo eXpublish_api.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXoptions_api.c -o eXoptions_api.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jnotify.lo jnotify.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXpublish_api.c -fno-common -DPIC -o .libs/eXpublish_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXsubscription_api.c -o eXsubscription_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_dtls.c -o eXtl_dtls.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jnotify.c -fno-common -DPIC -o .libs/jnotify.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jsubscribe.lo jsubscribe.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o inet_ntop.lo inet_ntop.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jsubscribe.c -fno-common -DPIC -o .libs/jsubscribe.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXinsubscription_api.c -o eXinsubscription_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXpublish_api.c -o eXpublish_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c inet_ntop.c -fno-common -DPIC -o .libs/inet_ntop.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jnotify.c -o jnotify.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jpipe.lo jpipe.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpipe.c -fno-common -DPIC -o .libs/jpipe.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jsubscribe.c -o jsubscribe.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o eXrefer_api.lo eXrefer_api.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c inet_ntop.c -o inet_ntop.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXrefer_api.c -fno-common -DPIC -o .libs/eXrefer_api.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o jpublish.lo jpublish.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c -o sdp_offans.lo sdp_offans.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpipe.c -o jpipe.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpublish.c -fno-common -DPIC -o .libs/jpublish.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c sdp_offans.c -fno-common -DPIC -o .libs/sdp_offans.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXtl_tls.c -o eXtl_tls.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c eXrefer_api.c -o eXrefer_api.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c jpublish.c -o jpublish.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/local/Cellar/libosip/4.1.0/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -DSRV_RECORD -pedantic -DENABLE_TRACE -g -O2 -g -O2 -c sdp_offans.c -o sdp_offans.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -pedantic -DENABLE_TRACE -g -O2 -g -O2 -version-info 11:0:0 -no-undefined -o libeXosip2.la -rpath /usr/local/Cellar/libexosip/4.1.0/lib eXosip.lo eXconf.lo eXregister_api.lo eXcall_api.lo eXmessage_api.lo eXtransport.lo jrequest.lo jresponse.lo jcallback.lo jdialog.lo udp.lo jcall.lo jreg.lo eXutils.lo jevents.lo misc.lo jauth.lo eXtl_udp.lo eXtl_tcp.lo eXtl_dtls.lo eXtl_tls.lo milenage.lo rijndael.lo eXsubscription_api.lo eXoptions_api.lo eXinsubscription_api.lo eXpublish_api.lo jnotify.lo jsubscribe.lo inet_ntop.lo jpipe.lo eXrefer_api.lo jpublish.lo sdp_offans.lo -lresolv -lssl -lcrypto -L/usr/local/Cellar/libosip/4.1.0/lib -losipparser2 -losip2
libtool: link: clang -dynamiclib -o .libs/libeXosip2.11.dylib .libs/eXosip.o .libs/eXconf.o .libs/eXregister_api.o .libs/eXcall_api.o .libs/eXmessage_api.o .libs/eXtransport.o .libs/jrequest.o .libs/jresponse.o .libs/jcallback.o .libs/jdialog.o .libs/udp.o .libs/jcall.o .libs/jreg.o .libs/eXutils.o .libs/jevents.o .libs/misc.o .libs/jauth.o .libs/eXtl_udp.o .libs/eXtl_tcp.o .libs/eXtl_dtls.o .libs/eXtl_tls.o .libs/milenage.o .libs/rijndael.o .libs/eXsubscription_api.o .libs/eXoptions_api.o .libs/eXinsubscription_api.o .libs/eXpublish_api.o .libs/jnotify.o .libs/jsubscribe.o .libs/inet_ntop.o .libs/jpipe.o .libs/eXrefer_api.o .libs/jpublish.o .libs/sdp_offans.o -lresolv -lssl -lcrypto -L/usr/local/Cellar/libosip/4.1.0/lib -losipparser2 -losip2 -O2 -O2 -install_name /usr/local/Cellar/libexosip/4.1.0/lib/libeXosip2.11.dylib -compatibility_version 12 -current_version 12.0 -Wl,-single_module
Undefined symbols for architecture x86_64:
"_CFRelease", referenced from:
__tls_add_certificates in eXtl_tls.o
"_Gestalt", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainItemCopyAttributesAndData", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainItemFreeAttributesAndData", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainOpen", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainSearchCopyNext", referenced from:
__tls_add_certificates in eXtl_tls.o
"_SecKeychainSearchCreateFromAttributes", referenced from:
__tls_add_certificates in eXtl_tls.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [libeXosip2.la] Error 1
make: *** [install-recursive] Error 1
==> Formula
Path: /usr/local/Library/Formula/libexosip.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/L2G/i18nbrew.git
HEAD: 4648ed8509ecc26f7cb701e0b238e3d7c006428c
Last commit: 16 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit sandybridge
OS X: 10.9.5-x86_64
Xcode: 6.2
CLT: 6.2.0.0.1.1424975374
GCC-4.2: build 5666
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Java: 1.8.0_05
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libosip/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_BUILD_FROM_SOURCE: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: libexosip 4.1.0 did not build
Logs:
/Users/larry/Library/Logs/Homebrew/libexosip/01.configure
/Users/larry/Library/Logs/Homebrew/libexosip/01.configure.cc
/Users/larry/Library/Logs/Homebrew/libexosip/02.make
/Users/larry/Library/Logs/Homebrew/libexosip/02.make.cc
/Users/larry/Library/Logs/Homebrew/libexosip/config.log
These open issues may also help:
libexosip 4.1.0 (in the works, having build problems) (https://github.com/Homebrew/homebrew/issues/39355)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment