Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dfranke/7179406 to your computer and use it in GitHub Desktop.
Save dfranke/7179406 to your computer and use it in GitHub Desktop.
loudmouth failed to build on 10.9
brew doctor
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
ex
rview
rvim
vi
view
vim
vimdiff
vimtutor
xxd
Consider setting your PATH so that /usr/local/bin
occurs before /usr/bin. Here is a one-liner:
echo export PATH="/usr/local/bin:$PATH" >> ~/.bash_profile
brew install -v loudmouth 2>&1
==> Downloading http://mcabber.com/files/loudmouth-1.4.3-20111204.tar.bz2
Already downloaded: /Library/Caches/Homebrew/loudmouth-1.4.3.111204.tar.bz2
tar xf /Library/Caches/Homebrew/loudmouth-1.4.3.111204.tar.bz2
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file loudmouth/lm-error.c
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/loudmouth/1.4.3.111204
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/loudmouth/1.4.3.111204
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for library containing strerror... none required
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/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 for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... brew: superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
yes
checking for -exported_symbols_list linker flag... 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 cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for bash... /bin/bash
checking if dolt supports this host... no, falling back to libtool
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.0.0... yes (version 2.38.1)
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
checking for tm_gmtoff in struct tm... yes
checking for LOUDMOUTH... yes
checking for LOUDMOUTHTEST... yes
checking for LIBIDN... yes
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for gethostbyname in -lnsl... no
checking for socket in -lsocket... no
checking for res_query in -lresolv... yes
checking for krb5-config... /usr/bin/krb5-config
checking gssapi.h usability... yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking for LIBGNUTLS... yes
Not using asynchronous dns lookups
checking whether TCP_KEEPCNT is declared... yes
Debugging disabled
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating loudmouth/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating tests/parser-tests/Makefile
config.status: creating loudmouth-1.0.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Loudmouth 1.5.0
==================
prefix: /usr/local/Cellar/loudmouth/1.4.3.111204
compiler: cc
Have IDN support: yes
Enable SSL: GnuTLS
Asynchronous DNS: no
Linux TCP keepalives: yes
Enable Debug: no
Enable GSSAPI: yes
Enable Documentation: no
Enable Tests: yes
Now type 'make' to build Loudmouth
==> make install
make install
/Library/Developer/CommandLineTools/usr/bin/make install-recursive
Making install in loudmouth
(cd . && \
glib-genmarshal --prefix=_lm_marshal lm-marshal.list --header) > xgen-gmh \
&& (cmp -s xgen-gmh lm-marshal.h || cp xgen-gmh lm-marshal.h) \
&& rm -f xgen-gmh xgen-gmh~
(cd . && \
echo "#include \"lm-marshal.h\""; \
glib-genmarshal --prefix=_lm_marshal lm-marshal.list --body) > xgen-gmc \
&& cp xgen-gmc lm-marshal.c \
&& rm -f xgen-gmc xgen-gmc~
/Library/Developer/CommandLineTools/usr/bin/make install-am
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-connection.lo lm-connection.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-debug.lo lm-debug.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-data-objects.lo lm-data-objects.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-dummy.lo lm-dummy.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-idummy.lo lm-idummy.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-error.lo lm-error.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-marshal.lo lm-marshal.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-message.lo lm-message.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-debug.c -fno-common -DPIC -o .libs/lm-debug.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-connection.c -fno-common -DPIC -o .libs/lm-connection.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-data-objects.c -fno-common -DPIC -o .libs/lm-data-objects.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-idummy.c -fno-common -DPIC -o .libs/lm-idummy.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-error.c -fno-common -DPIC -o .libs/lm-error.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-dummy.c -fno-common -DPIC -o .libs/lm-dummy.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-marshal.c -fno-common -DPIC -o .libs/lm-marshal.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-message.c -fno-common -DPIC -o .libs/lm-message.o
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-error.c -o lm-error.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-debug.c -o lm-debug.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-data-objects.c -o lm-data-objects.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-marshal.c -o lm-marshal.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-idummy.c -o lm-idummy.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-dummy.c -o lm-dummy.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-message.c -o lm-message.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-message-handler.lo lm-message-handler.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-message-node.lo lm-message-node.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-message-queue.lo lm-message-queue.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-misc.lo lm-misc.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-parser.lo lm-parser.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-message-handler.c -fno-common -DPIC -o .libs/lm-message-handler.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-message-node.c -fno-common -DPIC -o .libs/lm-message-node.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-resolver.lo lm-resolver.c
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-message-queue.c -fno-common -DPIC -o .libs/lm-message-queue.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-misc.c -fno-common -DPIC -o .libs/lm-misc.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-parser.c -fno-common -DPIC -o .libs/lm-parser.o
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-resolver.c -fno-common -DPIC -o .libs/lm-resolver.o
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-asyncns-resolver.lo lm-asyncns-resolver.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-asyncns-resolver.c -fno-common -DPIC -o .libs/lm-asyncns-resolver.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-message-handler.c -o lm-message-handler.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-misc.c -o lm-misc.o >/dev/null 2>&1
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-message-queue.c -o lm-message-queue.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-message-node.c -o lm-message-node.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-connection.c -o lm-connection.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-asyncns-resolver.c -o lm-asyncns-resolver.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-parser.c -o lm-parser.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-blocking-resolver.lo lm-blocking-resolver.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-sha.lo lm-sha.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-ssl-generic.lo lm-ssl-generic.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-resolver.c -o lm-resolver.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-blocking-resolver.c -fno-common -DPIC -o .libs/lm-blocking-resolver.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-ssl-base.lo lm-ssl-base.c
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-sha.c -fno-common -DPIC -o .libs/lm-sha.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-ssl-generic.c -fno-common -DPIC -o .libs/lm-ssl-generic.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-ssl-base.c -fno-common -DPIC -o .libs/lm-ssl-base.o
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-ssl-gnutls.lo lm-ssl-gnutls.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-utils.lo lm-utils.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-ssl-gnutls.c -fno-common -DPIC -o .libs/lm-ssl-gnutls.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-utils.c -fno-common -DPIC -o .libs/lm-utils.o
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-ssl-base.c -o lm-ssl-base.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-ssl-generic.c -o lm-ssl-generic.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-blocking-resolver.c -o lm-blocking-resolver.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-proxy.lo lm-proxy.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-proxy.c -fno-common -DPIC -o .libs/lm-proxy.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-utils.c -o lm-utils.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-sock.lo lm-sock.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-old-socket.lo lm-old-socket.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-socket.lo lm-socket.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-ssl-gnutls.c -o lm-ssl-gnutls.o >/dev/null 2>&1
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-sock.c -fno-common -DPIC -o .libs/lm-sock.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-old-socket.c -fno-common -DPIC -o .libs/lm-old-socket.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-socket.c -fno-common -DPIC -o .libs/lm-socket.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-sha.c -o lm-sha.o >/dev/null 2>&1
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-feature-ping.lo lm-feature-ping.c
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-feature-ping.c -fno-common -DPIC -o .libs/lm-feature-ping.o
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c -o lm-sasl.lo lm-sasl.c
lm-sock.c:330:40: error: use of undeclared identifier 'TCP_KEEPIDLE'
if (setsockopt (sock, IPPROTO_TCP, TCP_KEEPIDLE, &opt, sizeof (opt)) < 0) {
^
1 error generated.
make[3]: *** [lm-sock.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-proxy.c -o lm-proxy.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-sasl.c -fno-common -DPIC -o .libs/lm-sasl.o
brew: superenv removed: -g -O2 -Wall -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-socket.c -o lm-socket.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-old-socket.c -o lm-old-socket.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-feature-ping.c -o lm-feature-ping.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBUG -I/usr/local/Cellar/libidn/1.28/include -DLM_COMPILATION -DRUNTIME_ENDIAN -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -c lm-sasl.c -o lm-sasl.o >/dev/null 2>&1
make[2]: *** [install] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: c7599a0ae0efe1bde80418bb80b38835c0cf5af0
CPU: 8-core 64-bit ivybridge
OS X: 10.9-x86_64
CLT: 5.0.1.0.1.1382131676
X11: N/A
==> ENV
HOMEBREW_CC: clang
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/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/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/libidn/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_VERBOSE: 1
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/libtasn1/bin:/usr/local/opt/p11-kit/bin:/usr/local/opt/nettle/bin:/usr/local/opt/gnutls/bin:/usr/local/opt/libidn/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: loudmouth did not build
Logs: /Users/danielf/Library/Logs/Homebrew/loudmouth/config.log
These open issues may also help:
https://github.com/mxcl/homebrew/pull/20879
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by Loudmouth configure 1.5.0, which was
5 generated by GNU Autoconf 2.65. Invocation command line was
6
7 $ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/loudmouth/1.4.3.111204
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = 0xc0ffee.local
14 uname -m = x86_64
15 uname -r = 13.0.0
16 uname -s = Darwin
17 uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
18
19 /usr/bin/uname -p = i386
20 /bin/uname -X = unknown
21
22 /bin/arch = unknown
23 /usr/bin/arch -k = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo = Mach kernel version:
26 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
27 Kernel configured for up to 8 processors.
28 4 processors are physically available.
29 8 processors are logically available.
30 Processor type: i486 (Intel 80486)
31 Processors active: 0 1 2 3 4 5 6 7
32 Primary memory available: 16.00 gigabytes
33 Default processor set: 160 tasks, 897 threads, 8 processors
34 Load average: 1.54, Mach factor: 6.45
35 /bin/machine = unknown
36 /usr/bin/oslevel = unknown
37 /bin/universe = unknown
38
39 PATH: /usr/local/Library/ENV/4.3
40 PATH: /usr/local/opt/pkg-config/bin
41 PATH: /usr/local/opt/gettext/bin
42 PATH: /usr/local/opt/glib/bin
43 PATH: /usr/local/opt/libtasn1/bin
44 PATH: /usr/local/opt/p11-kit/bin
45 PATH: /usr/local/opt/nettle/bin
46 PATH: /usr/local/opt/gnutls/bin
47 PATH: /usr/local/opt/libidn/bin
48 PATH: /usr/bin
49 PATH: /bin
50 PATH: /usr/sbin
51 PATH: /sbin
52
53
54 ## ----------- ##
55 ## Core tests. ##
56 ## ----------- ##
57
58 configure:2517: checking for a BSD-compatible install
59 configure:2585: result: /usr/bin/install -c
60 configure:2596: checking whether build environment is sane
61 configure:2646: result: yes
62 configure:2787: checking for a thread-safe mkdir -p
63 configure:2826: result: build/install-sh -c -d
64 configure:2839: checking for gawk
65 configure:2869: result: no
66 configure:2839: checking for mawk
67 configure:2869: result: no
68 configure:2839: checking for nawk
69 configure:2869: result: no
70 configure:2839: checking for awk
71 configure:2855: found /usr/bin/awk
72 configure:2866: result: awk
73 configure:2877: checking whether make sets $(MAKE)
74 configure:2899: result: yes
75 configure:2972: checking whether to enable maintainer-specific portions of Makefiles
76 configure:2981: result: no
77 configure:2999: checking build system type
78 configure:3013: result: x86_64-apple-darwin13.0.0
79 configure:3033: checking host system type
80 configure:3046: result: x86_64-apple-darwin13.0.0
81 configure:3140: checking for gcc
82 configure:3167: result: cc
83 configure:3396: checking for C compiler version
84 configure:3405: cc --version >&5
85 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
86 Target: x86_64-apple-darwin13.0.0
87 Thread model: posix
88 configure:3416: $? = 0
89 configure:3405: cc -v >&5
90 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
91 Target: x86_64-apple-darwin13.0.0
92 Thread model: posix
93 "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/gettext/lib -L/usr/local/opt/li bffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /Library/Developer/CommandLin eTools/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
94 Undefined symbols for architecture x86_64:
95 "_main", referenced from:
96 implicit entry/start for main executable
97 ld: symbol(s) not found for architecture x86_64
98 clang: error: linker command failed with exit code 1 (use -v to see invocation)
99 configure:3416: $? = 1
100 configure:3405: cc -V >&5
101 clang: error: unsupported option '-V -isystem/usr/local/include'
102 configure:3416: $? = 1
103 configure:3405: cc -qversion >&5
104 clang: warning: argument unused during compilation: '-qversion'
105 Undefined symbols for architecture x86_64:
106 "_main", referenced from:
107 implicit entry/start for main executable
108 ld: symbol(s) not found for architecture x86_64
109 clang: error: linker command failed with exit code 1 (use -v to see invocation)
110 configure:3416: $? = 1
111 configure:3436: checking whether the C compiler works
112 configure:3458: cc conftest.c >&5
113 configure:3462: $? = 0
114 configure:3511: result: yes
115 configure:3514: checking for C compiler default output file name
116 configure:3516: result: a.out
117 configure:3522: checking for suffix of executables
118 configure:3529: cc -o conftest conftest.c >&5
119 configure:3533: $? = 0
120 configure:3555: result:
121 configure:3577: checking whether we are cross compiling
122 configure:3585: cc -o conftest conftest.c >&5
123 configure:3589: $? = 0
124 configure:3596: ./conftest
125 configure:3600: $? = 0
126 configure:3615: result: no
127 configure:3620: checking for suffix of object files
128 configure:3642: cc -c conftest.c >&5
129 configure:3646: $? = 0
130 configure:3667: result: o
131 configure:3671: checking whether we are using the GNU C compiler
132 configure:3690: cc -c conftest.c >&5
133 configure:3690: $? = 0
134 configure:3699: result: yes
135 configure:3708: checking whether cc accepts -g
136 configure:3728: cc -c -g conftest.c >&5
137 configure:3728: $? = 0
138 configure:3769: result: yes
139 configure:3786: checking for cc option to accept ISO C89
140 configure:3850: cc -c -g -O2 conftest.c >&5
141 configure:3850: $? = 0
142 configure:3863: result: none needed
143 configure:3894: checking for style of include used by make
144 configure:3922: result: GNU
145 configure:3947: checking dependency style of cc
146 configure:4057: result: none
147 configure:4073: checking for library containing strerror
148 configure:4104: cc -o conftest -g -O2 conftest.c >&5
149 conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
150 char strerror ();
151 ^
152 conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
153 1 warning generated.
154 configure:4104: $? = 0
155 configure:4121: result: none required
156 configure:4134: checking how to run the C preprocessor
157 configure:4165: cc -E conftest.c
158 configure:4165: $? = 0
159 configure:4179: cc -E conftest.c
160 conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
161 #include <ac_nonexistent.h>
162 ^
163 1 error generated.
164 configure:4179: $? = 1
165 configure: failed program was:
166 | /* confdefs.h */
167 | #define PACKAGE_NAME "Loudmouth"
168 | #define PACKAGE_TARNAME "loudmouth"
169 | #define PACKAGE_VERSION "1.5.0"
170 | #define PACKAGE_STRING "Loudmouth 1.5.0"
171 | #define PACKAGE_BUGREPORT "http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/new"
172 | #define PACKAGE_URL ""
173 | /* end confdefs.h. */
174 | #include <ac_nonexistent.h>
175 configure:4204: result: cc -E
176 configure:4224: cc -E conftest.c
177 configure:4224: $? = 0
178 configure:4238: cc -E conftest.c
179 conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
180 #include <ac_nonexistent.h>
181 ^
182 1 error generated.
183 configure:4238: $? = 1
184 configure: failed program was:
185 | /* confdefs.h */
186 | #define PACKAGE_NAME "Loudmouth"
187 | #define PACKAGE_TARNAME "loudmouth"
188 | #define PACKAGE_VERSION "1.5.0"
189 | #define PACKAGE_STRING "Loudmouth 1.5.0"
190 | #define PACKAGE_BUGREPORT "http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/new"
191 | #define PACKAGE_URL ""
192 | /* end confdefs.h. */
193 | #include <ac_nonexistent.h>
194 configure:4267: checking for grep that handles long lines and -e
195 configure:4325: result: /usr/bin/grep
196 configure:4330: checking for egrep
197 configure:4392: result: /usr/bin/grep -E
198 configure:4397: checking for ANSI C header files
199 configure:4417: cc -c -g -O2 conftest.c >&5
200 configure:4417: $? = 0
201 configure:4490: cc -o conftest -g -O2 conftest.c >&5
202 configure:4490: $? = 0
203 configure:4490: ./conftest
204 configure:4490: $? = 0
205 configure:4501: result: yes
206 configure:4837: checking for a sed that does not truncate output
207 configure:4901: result: /usr/local/Library/ENV/4.3/sed
208 configure:4919: checking for fgrep
209 configure:4981: result: /usr/bin/grep -F
210 configure:5016: checking for ld used by cc
211 configure:5083: result: /Library/Developer/CommandLineTools/usr/bin/ld
212 configure:5090: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
213 configure:5105: result: no
214 configure:5117: checking for BSD- or MS-compatible name lister (nm)
215 configure:5166: result: /usr/bin/nm
216 configure:5284: checking the name lister (/usr/bin/nm) interface
217 configure:5291: cc -c -g -O2 conftest.c >&5
218 configure:5294: /usr/bin/nm "conftest.o"
219 configure:5297: output
220 000000000000021c S _some_variable
221 configure:5304: result: BSD nm
222 configure:5307: checking whether ln -s works
223 configure:5311: result: yes
224 configure:5319: checking the maximum length of command line arguments
225 configure:5439: result: 196608
226 configure:5456: checking whether the shell understands some XSI constructs
227 configure:5466: result: yes
228 configure:5470: checking whether the shell understands "+="
229 configure:5476: result: yes
230 configure:5511: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
231 configure:5518: result: -r
232 configure:5587: checking for objdump
233 configure:5614: result: objdump
234 configure:5643: checking how to recognize dependent libraries
235 configure:5839: result: pass_all
236 configure:5899: checking for ar
237 configure:5915: found /usr/bin/ar
238 configure:5926: result: ar
239 configure:6004: checking for strip
240 configure:6020: found /usr/bin/strip
241 configure:6031: result: strip
242 configure:6103: checking for ranlib
243 configure:6119: found /usr/bin/ranlib
244 configure:6130: result: ranlib
245 configure:6220: checking command to parse /usr/bin/nm output from cc object
246 configure:6338: cc -c -g -O2 conftest.c >&5
247 configure:6341: $? = 0
248 configure:6345: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
249 configure:6348: $? = 0
250 cannot find nm_test_var in conftest.nm
251 configure:6338: cc -c -g -O2 conftest.c >&5
252 configure:6341: $? = 0
253 configure:6345: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
254 configure:6348: $? = 0
255 configure:6402: cc -o conftest -g -O2 conftest.c conftstm.o >&5
256 configure:6405: $? = 0
257 configure:6443: result: ok
258 configure:6707: checking for dsymutil
259 configure:6723: found /usr/bin/dsymutil
260 configure:6734: result: dsymutil
261 configure:6799: checking for nmedit
262 configure:6815: found /usr/bin/nmedit
263 configure:6826: result: nmedit
264 configure:6891: checking for lipo
265 configure:6907: found /usr/bin/lipo
266 configure:6918: result: lipo
267 configure:6983: checking for otool
268 configure:6999: found /usr/bin/otool
269 configure:7010: result: otool
270 configure:7075: checking for otool64
271 configure:7105: result: no
272 configure:7150: checking for -single_module linker flag
273 cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
274 configure:7177: result: yes
275 configure:7179: checking for -exported_symbols_list linker flag
276 configure:7199: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
277 configure:7199: $? = 0
278 configure:7209: result: yes
279 configure:7251: checking for sys/types.h
280 configure:7251: cc -c -g -O2 conftest.c >&5
281 configure:7251: $? = 0
282 configure:7251: result: yes
283 configure:7251: checking for sys/stat.h
283 configure:7251: checking for sys/stat.h
284 configure:7251: cc -c -g -O2 conftest.c >&5
285 configure:7251: $? = 0
286 configure:7251: result: yes
287 configure:7251: checking for stdlib.h
288 configure:7251: cc -c -g -O2 conftest.c >&5
289 configure:7251: $? = 0
290 configure:7251: result: yes
291 configure:7251: checking for string.h
292 configure:7251: cc -c -g -O2 conftest.c >&5
293 configure:7251: $? = 0
294 configure:7251: result: yes
295 configure:7251: checking for memory.h
296 configure:7251: cc -c -g -O2 conftest.c >&5
297 configure:7251: $? = 0
298 configure:7251: result: yes
299 configure:7251: checking for strings.h
300 configure:7251: cc -c -g -O2 conftest.c >&5
301 configure:7251: $? = 0
302 configure:7251: result: yes
303 configure:7251: checking for inttypes.h
304 configure:7251: cc -c -g -O2 conftest.c >&5
305 configure:7251: $? = 0
306 configure:7251: result: yes
307 configure:7251: checking for stdint.h
308 configure:7251: cc -c -g -O2 conftest.c >&5
309 configure:7251: $? = 0
310 configure:7251: result: yes
311 configure:7251: checking for unistd.h
312 configure:7251: cc -c -g -O2 conftest.c >&5
313 configure:7251: $? = 0
314 configure:7251: result: yes
315 configure:7266: checking for dlfcn.h
316 configure:7266: cc -c -g -O2 conftest.c >&5
317 configure:7266: $? = 0
318 configure:7266: result: yes
319 configure:7448: checking for objdir
320 configure:7463: result: .libs
321 configure:7755: checking if cc supports -fno-rtti -fno-exceptions
322 configure:7773: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
323 configure:7777: $? = 0
324 configure:7790: result: yes
325 configure:7810: checking for cc option to produce PIC
326 configure:8082: result: -fno-common -DPIC
327 configure:8094: checking if cc PIC flag -fno-common -DPIC works
328 configure:8112: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
329 configure:8116: $? = 0
330 configure:8129: result: yes
331 configure:8153: checking if cc static flag -static works
332 configure:8181: result: no
333 configure:8196: checking if cc supports -c -o file.o
334 configure:8217: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
335 configure:8221: $? = 0
336 configure:8243: result: yes
337 configure:8251: checking if cc supports -c -o file.o
338 configure:8298: result: yes
339 configure:8331: checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
340 configure:9322: result: yes
341 configure:9561: checking dynamic linker characteristics
342 configure:10224: result: darwin13.0.0 dyld
343 configure:10326: checking how to hardcode library paths into programs
344 configure:10351: result: immediate
345 configure:10871: checking whether stripping libraries is possible
346 configure:10885: result: yes
347 configure:10911: checking if libtool supports shared libraries
348 configure:10913: result: yes
349 configure:10916: checking whether to build shared libraries
350 configure:10937: result: yes
351 configure:10940: checking whether to build static libraries
352 configure:10944: result: yes
353 configure:10990: checking for bash
354 configure:11008: found /bin/bash
355 configure:11020: result: /bin/bash
356 configure:11028: checking if dolt supports this host
357 configure:11050: result: no, falling back to libtool
358 configure:11269: checking for pkg-config
359 configure:11287: found /usr/local/opt/pkg-config/bin/pkg-config
360 configure:11299: result: /usr/local/opt/pkg-config/bin/pkg-config
361 configure:11324: checking pkg-config is at least version 0.16
362 configure:11327: result: yes
363 configure:11345: checking for GLIB - version >= 2.0.0
364 configure:11460: cc -o conftest -g -O2 -I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/ include conftest.c -L/usr/local/Cellar/glib/2.38.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl >&5
365 configure:11460: $? = 0
366 configure:11460: ./conftest
367 configure:11460: $? = 0
368 configure:11474: result: yes (version 2.38.1)
369 configure:11544: checking arpa/inet.h usability
370 configure:11544: cc -c -g -O2 conftest.c >&5
371 configure:11544: $? = 0
372 configure:11544: result: yes
373 configure:11544: checking arpa/inet.h presence
374 configure:11544: cc -E conftest.c
375 configure:11544: $? = 0
376 configure:11544: result: yes
377 configure:11544: checking for arpa/inet.h
378 configure:11544: result: yes
379 configure:11544: checking fcntl.h usability
380 configure:11544: cc -c -g -O2 conftest.c >&5
381 configure:11544: $? = 0
382 configure:11544: result: yes
383 configure:11544: checking fcntl.h presence
384 configure:11544: cc -E conftest.c
385 configure:11544: $? = 0
386 configure:11544: result: yes
387 configure:11544: checking for fcntl.h
388 configure:11544: result: yes
389 configure:11544: checking for memory.h
390 configure:11544: result: yes
391 configure:11544: checking netdb.h usability
392 configure:11544: cc -c -g -O2 conftest.c >&5
393 configure:11544: $? = 0
394 configure:11544: result: yes
395 configure:11544: checking netdb.h presence
396 configure:11544: cc -E conftest.c
397 configure:11544: $? = 0
398 configure:11544: result: yes
399 configure:11544: checking for netdb.h
400 configure:11544: result: yes
401 configure:11544: checking netinet/in.h usability
402 configure:11544: cc -c -g -O2 conftest.c >&5
403 configure:11544: $? = 0
404 configure:11544: result: yes
405 configure:11544: checking netinet/in.h presence
406 configure:11544: cc -E conftest.c
407 configure:11544: $? = 0
408 configure:11544: result: yes
409 configure:11544: checking for netinet/in.h
410 configure:11544: result: yes
411 configure:11544: checking netinet/in_systm.h usability
412 configure:11544: cc -c -g -O2 conftest.c >&5
413 configure:11544: $? = 0
414 configure:11544: result: yes
415 configure:11544: checking netinet/in_systm.h presence
416 configure:11544: cc -E conftest.c
417 configure:11544: $? = 0
418 configure:11544: result: yes
419 configure:11544: checking for netinet/in_systm.h
420 configure:11544: result: yes
421 configure:11544: checking for stdlib.h
422 configure:11544: result: yes
423 configure:11544: checking for string.h
424 configure:11544: result: yes
425 configure:11544: checking sys/socket.h usability
426 configure:11544: cc -c -g -O2 conftest.c >&5
427 configure:11544: $? = 0
428 configure:11544: result: yes
429 configure:11544: checking sys/socket.h presence
430 configure:11544: cc -E conftest.c
431 configure:11544: $? = 0
432 configure:11544: result: yes
433 configure:11544: checking for sys/socket.h
434 configure:11544: result: yes
435 configure:11544: checking sys/time.h usability
436 configure:11544: cc -c -g -O2 conftest.c >&5
437 configure:11544: $? = 0
438 configure:11544: result: yes
439 configure:11544: checking sys/time.h presence
440 configure:11544: cc -E conftest.c
441 configure:11544: $? = 0
442 configure:11544: result: yes
443 configure:11544: checking for sys/time.h
444 configure:11544: result: yes
445 configure:11544: checking for unistd.h
446 configure:11544: result: yes
447 configure:11558: checking winsock2.h usability
448 configure:11558: cc -c -g -O2 conftest.c >&5
449 conftest.c:65:10: fatal error: 'winsock2.h' file not found
450 #include <winsock2.h>
451 ^
452 1 error generated.
453 configure:11558: $? = 1
454 configure: failed program was:
455 | /* confdefs.h */
456 | #define PACKAGE_NAME "Loudmouth"
457 | #define PACKAGE_TARNAME "loudmouth"
458 | #define PACKAGE_VERSION "1.5.0"
458 | #define PACKAGE_VERSION "1.5.0"
459 | #define PACKAGE_STRING "Loudmouth 1.5.0"
460 | #define PACKAGE_BUGREPORT "http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/new"
461 | #define PACKAGE_URL ""
462 | #define STDC_HEADERS 1
463 | #define HAVE_SYS_TYPES_H 1
464 | #define HAVE_SYS_STAT_H 1
465 | #define HAVE_STDLIB_H 1
466 | #define HAVE_STRING_H 1
467 | #define HAVE_MEMORY_H 1
468 | #define HAVE_STRINGS_H 1
469 | #define HAVE_INTTYPES_H 1
470 | #define HAVE_STDINT_H 1
471 | #define HAVE_UNISTD_H 1
472 | #define HAVE_DLFCN_H 1
473 | #define LT_OBJDIR ".libs/"
474 | #define HAVE_ARPA_INET_H 1
475 | #define HAVE_FCNTL_H 1
476 | #define HAVE_MEMORY_H 1
477 | #define HAVE_NETDB_H 1
478 | #define HAVE_NETINET_IN_H 1
479 | #define HAVE_NETINET_IN_SYSTM_H 1
480 | #define HAVE_STDLIB_H 1
481 | #define HAVE_STRING_H 1
482 | #define HAVE_SYS_SOCKET_H 1
483 | #define HAVE_SYS_TIME_H 1
484 | #define HAVE_UNISTD_H 1
485 | /* end confdefs.h. */
486 | #include <stdio.h>
487 | #ifdef HAVE_SYS_TYPES_H
488 | # include <sys/types.h>
489 | #endif
490 | #ifdef HAVE_SYS_STAT_H
491 | # include <sys/stat.h>
492 | #endif
493 | #ifdef STDC_HEADERS
494 | # include <stdlib.h>
495 | # include <stddef.h>
496 | #else
497 | # ifdef HAVE_STDLIB_H
498 | # include <stdlib.h>
499 | # endif
500 | #endif
501 | #ifdef HAVE_STRING_H
502 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
503 | # include <memory.h>
504 | # endif
505 | # include <string.h>
506 | #endif
507 | #ifdef HAVE_STRINGS_H
508 | # include <strings.h>
509 | #endif
510 | #ifdef HAVE_INTTYPES_H
511 | # include <inttypes.h>
512 | #endif
513 | #ifdef HAVE_STDINT_H
514 | # include <stdint.h>
515 | #endif
516 | #ifdef HAVE_UNISTD_H
517 | # include <unistd.h>
518 | #endif
519 | #include <winsock2.h>
520 configure:11558: result: no
521 configure:11558: checking winsock2.h presence
522 configure:11558: cc -E conftest.c
523 conftest.c:32:10: fatal error: 'winsock2.h' file not found
524 #include <winsock2.h>
525 ^
526 1 error generated.
527 configure:11558: $? = 1
528 configure: failed program was:
529 | /* confdefs.h */
530 | #define PACKAGE_NAME "Loudmouth"
531 | #define PACKAGE_TARNAME "loudmouth"
532 | #define PACKAGE_VERSION "1.5.0"
533 | #define PACKAGE_STRING "Loudmouth 1.5.0"
534 | #define PACKAGE_BUGREPORT "http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/new"
535 | #define PACKAGE_URL ""
536 | #define STDC_HEADERS 1
537 | #define HAVE_SYS_TYPES_H 1
538 | #define HAVE_SYS_STAT_H 1
539 | #define HAVE_STDLIB_H 1
540 | #define HAVE_STRING_H 1
541 | #define HAVE_MEMORY_H 1
542 | #define HAVE_STRINGS_H 1
543 | #define HAVE_INTTYPES_H 1
544 | #define HAVE_STDINT_H 1
545 | #define HAVE_UNISTD_H 1
546 | #define HAVE_DLFCN_H 1
547 | #define LT_OBJDIR ".libs/"
548 | #define HAVE_ARPA_INET_H 1
549 | #define HAVE_FCNTL_H 1
550 | #define HAVE_MEMORY_H 1
551 | #define HAVE_NETDB_H 1
552 | #define HAVE_NETINET_IN_H 1
553 | #define HAVE_NETINET_IN_SYSTM_H 1
554 | #define HAVE_STDLIB_H 1
555 | #define HAVE_STRING_H 1
556 | #define HAVE_SYS_SOCKET_H 1
557 | #define HAVE_SYS_TIME_H 1
558 | #define HAVE_UNISTD_H 1
559 | /* end confdefs.h. */
560 | #include <winsock2.h>
561 configure:11558: result: no
562 configure:11558: checking for winsock2.h
563 configure:11558: result: no
564 configure:11558: checking arpa/nameser_compat.h usability
565 configure:11558: cc -c -g -O2 conftest.c >&5
566 configure:11558: $? = 0
567 configure:11558: result: yes
568 configure:11558: checking arpa/nameser_compat.h presence
569 configure:11558: cc -E conftest.c
570 configure:11558: $? = 0
571 configure:11558: result: yes
572 configure:11558: checking for arpa/nameser_compat.h
573 configure:11558: result: yes
574 configure:11613: checking whether gcc understands -Wno-sign-compare
575 configure:11626: cc -c -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -g -O2 -Wno-sign-compare conftes t.c >&5
576 configure:11626: $? = 0
577 configure:11633: result: yes
578 configure:11651: checking what warning flags to pass to the C compiler
579 configure:11653: result: -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror
580 configure:11680: checking for tm_gmtoff in struct tm
581 configure:11701: cc -c -g -O2 -Wall conftest.c >&5
582 configure:11701: $? = 0
583 configure:11708: result: yes
584 configure:11756: checking for LOUDMOUTH
585 configure:11765: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB2_REQUIRED
586 gobject-2.0 >= $GLIB2_REQUIRED"
587 configure:11769: $? = 0
588 configure:11786: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB2_REQUIRED
589 gobject-2.0 >= $GLIB2_REQUIRED"
590 configure:11790: $? = 0
591 configure:11849: result: yes
592 configure:11856: checking for LOUDMOUTHTEST
593 configure:11864: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB2_TEST_REQUIRED"
594 configure:11867: $? = 0
595 configure:11882: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB2_TEST_REQUIRED"
596 configure:11885: $? = 0
597 configure:11921: result: yes
598 configure:11934: checking for LIBIDN
599 configure:11942: $PKG_CONFIG --exists --print-errors "libidn"
600 configure:11945: $? = 0
601 configure:11960: $PKG_CONFIG --exists --print-errors "libidn"
602 configure:11963: $? = 0
603 configure:11999: result: yes
604 configure:12013: checking for gtkdoc-check
605 configure:12046: result: no
606 configure:12055: checking for gtkdoc-rebase
607 configure:12088: result: no
608 configure:12099: checking for gtkdoc-mkpdf
609 configure:12132: result: no
610 configure:12170: checking whether to build gtk-doc documentation
611 configure:12172: result: no
612 configure:12255: checking for gethostbyname in -lnsl
613 configure:12280: cc -o conftest -g -O2 -Wall conftest.c -lnsl >&5
614 ld: library not found for -lnsl
615 clang: error: linker command failed with exit code 1 (use -v to see invocation)
616 configure:12280: $? = 1
617 configure: failed program was:
618 | /* confdefs.h */
619 | #define PACKAGE_NAME "Loudmouth"
620 | #define PACKAGE_TARNAME "loudmouth"
621 | #define PACKAGE_VERSION "1.5.0"
622 | #define PACKAGE_STRING "Loudmouth 1.5.0"
623 | #define PACKAGE_BUGREPORT "http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/new"
624 | #define PACKAGE_URL ""
625 | #define STDC_HEADERS 1
626 | #define HAVE_SYS_TYPES_H 1
627 | #define HAVE_SYS_STAT_H 1
628 | #define HAVE_STDLIB_H 1
629 | #define HAVE_STRING_H 1
630 | #define HAVE_MEMORY_H 1
631 | #define HAVE_STRINGS_H 1
632 | #define HAVE_INTTYPES_H 1
633 | #define HAVE_STDINT_H 1
634 | #define HAVE_UNISTD_H 1
635 | #define HAVE_DLFCN_H 1
636 | #define LT_OBJDIR ".libs/"
637 | #define HAVE_ARPA_INET_H 1
638 | #define HAVE_FCNTL_H 1
639 | #define HAVE_MEMORY_H 1
640 | #define HAVE_NETDB_H 1
641 | #define HAVE_NETINET_IN_H 1
642 | #define HAVE_NETINET_IN_SYSTM_H 1
643 | #define HAVE_STDLIB_H 1
644 | #define HAVE_STRING_H 1
645 | #define HAVE_SYS_SOCKET_H 1
646 | #define HAVE_SYS_TIME_H 1
647 | #define HAVE_UNISTD_H 1
648 | #define HAVE_ARPA_NAMESER_COMPAT_H 1
649 | #define HAVE_TM_GMTOFF 1
650 | #define HAVE_IDN 1
651 | /* end confdefs.h. */
652 |
653 | /* Override any GCC internal prototype to avoid an error.
654 | Use char because int might match the return type of a GCC
655 | builtin and then its argument prototype would still apply. */
656 | #ifdef __cplusplus
657 | extern "C"
658 | #endif
659 | char gethostbyname ();
660 | int
661 | main ()
662 | {
663 | return gethostbyname ();
664 | ;
665 | return 0;
666 | }
667 configure:12289: result: no
668 configure:12300: checking for socket in -lsocket
669 configure:12325: cc -o conftest -g -O2 -Wall conftest.c -lsocket >&5
670 ld: library not found for -lsocket
671 clang: error: linker command failed with exit code 1 (use -v to see invocation)
672 configure:12325: $? = 1
673 configure: failed program was:
674 | /* confdefs.h */
675 | #define PACKAGE_NAME "Loudmouth"
676 | #define PACKAGE_TARNAME "loudmouth"
677 | #define PACKAGE_VERSION "1.5.0"
678 | #define PACKAGE_STRING "Loudmouth 1.5.0"
679 | #define PACKAGE_BUGREPORT "http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/new"
680 | #define PACKAGE_URL ""
681 | #define STDC_HEADERS 1
682 | #define HAVE_SYS_TYPES_H 1
683 | #define HAVE_SYS_STAT_H 1
684 | #define HAVE_STDLIB_H 1
685 | #define HAVE_STRING_H 1
686 | #define HAVE_MEMORY_H 1
687 | #define HAVE_STRINGS_H 1
688 | #define HAVE_INTTYPES_H 1
689 | #define HAVE_STDINT_H 1
690 | #define HAVE_UNISTD_H 1
691 | #define HAVE_DLFCN_H 1
692 | #define LT_OBJDIR ".libs/"
693 | #define HAVE_ARPA_INET_H 1
694 | #define HAVE_FCNTL_H 1
695 | #define HAVE_MEMORY_H 1
696 | #define HAVE_NETDB_H 1
697 | #define HAVE_NETINET_IN_H 1
698 | #define HAVE_NETINET_IN_SYSTM_H 1
699 | #define HAVE_STDLIB_H 1
700 | #define HAVE_STRING_H 1
701 | #define HAVE_SYS_SOCKET_H 1
702 | #define HAVE_SYS_TIME_H 1
703 | #define HAVE_UNISTD_H 1
704 | #define HAVE_ARPA_NAMESER_COMPAT_H 1
705 | #define HAVE_TM_GMTOFF 1
706 | #define HAVE_IDN 1
707 | /* end confdefs.h. */
708 |
709 | /* Override any GCC internal prototype to avoid an error.
710 | Use char because int might match the return type of a GCC
711 | builtin and then its argument prototype would still apply. */
712 | #ifdef __cplusplus
713 | extern "C"
714 | #endif
715 | char socket ();
716 | int
717 | main ()
718 | {
719 | return socket ();
720 | ;
721 | return 0;
722 | }
723 configure:12334: result: no
724 configure:12345: checking for res_query in -lresolv
725 configure:12370: cc -o conftest -g -O2 -Wall conftest.c -lresolv >&5
726 configure:12370: $? = 0
727 configure:12379: result: yes
728 configure:12393: checking for krb5-config
729 configure:12411: found /usr/bin/krb5-config
730 configure:12424: result: /usr/bin/krb5-config
731 configure:12438: checking gssapi.h usability
732 configure:12438: cc -c -g -O2 -Wall conftest.c >&5
733 configure:12438: $? = 0
734 configure:12438: result: yes
735 configure:12438: checking gssapi.h presence
736 configure:12438: cc -E conftest.c
737 configure:12438: $? = 0
738 configure:12438: result: yes
739 configure:12438: checking for gssapi.h
740 configure:12438: result: yes
741 configure:12438: checking gssapi/gssapi.h usability
742 configure:12438: cc -c -g -O2 -Wall conftest.c >&5
743 configure:12438: $? = 0
744 configure:12438: result: yes
745 configure:12438: checking gssapi/gssapi.h presence
746 configure:12438: cc -E conftest.c
747 configure:12438: $? = 0
748 configure:12438: result: yes
749 configure:12438: checking for gssapi/gssapi.h
750 configure:12438: result: yes
751 configure:12492: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_REQUIRED"
752 configure:12495: $? = 0
753 configure:12504: checking for LIBGNUTLS
754 configure:12512: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_REQUIRED"
755 configure:12515: $? = 0
756 configure:12530: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_REQUIRED"
757 configure:12533: $? = 0
758 configure:12588: result: yes
759 configure:12838: checking whether TCP_KEEPCNT is declared
760 configure:12838: cc -c -g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/in clude conftest.c >&5
761 configure:12838: $? = 0
762 configure:12838: result: yes
763 configure:13042: creating ./config.status
764
765 ## ---------------------- ##
766 ## Running config.status. ##
767 ## ---------------------- ##
768
769 This file was extended by Loudmouth config.status 1.5.0, which was
770 generated by GNU Autoconf 2.65. Invocation command line was
771
772 CONFIG_FILES =
773 CONFIG_HEADERS =
774 CONFIG_LINKS =
775 CONFIG_COMMANDS =
776 $ ./config.status
777
778 on 0xc0ffee.local
779
780 config.status:1145: creating Makefile
781 config.status:1145: creating docs/Makefile
782 config.status:1145: creating docs/reference/Makefile
783 config.status:1145: creating loudmouth/Makefile
784 config.status:1145: creating examples/Makefile
785 config.status:1145: creating tests/Makefile
786 config.status:1145: creating tests/parser-tests/Makefile
787 config.status:1145: creating loudmouth-1.0.pc
788 config.status:1145: creating config.h
789 config.status:1365: executing depfiles commands
790 config.status:1365: executing libtool commands
791
792 ## ---------------- ##
793 ## Cache variables. ##
794 ## ---------------- ##
795
796 ac_cv_build=x86_64-apple-darwin13.0.0
797 ac_cv_c_compiler_gnu=yes
798 ac_cv_env_ASYNCNS_CFLAGS_set=
799 ac_cv_env_ASYNCNS_CFLAGS_value=
800 ac_cv_env_ASYNCNS_LIBS_set=
801 ac_cv_env_ASYNCNS_LIBS_value=
802 ac_cv_env_CC_set=set
803 ac_cv_env_CC_value=cc
804 ac_cv_env_CFLAGS_set=
805 ac_cv_env_CFLAGS_value=
806 ac_cv_env_CPPFLAGS_set=
807 ac_cv_env_CPPFLAGS_value=
808 ac_cv_env_CPP_set=
809 ac_cv_env_CPP_value=
810 ac_cv_env_LDFLAGS_set=
811 ac_cv_env_LDFLAGS_value=
812 ac_cv_env_LIBGNUTLS_CFLAGS_set=
813 ac_cv_env_LIBGNUTLS_CFLAGS_value=
814 ac_cv_env_LIBGNUTLS_LIBS_set=
815 ac_cv_env_LIBGNUTLS_LIBS_value=
816 ac_cv_env_LIBIDN_CFLAGS_set=
817 ac_cv_env_LIBIDN_CFLAGS_value=
818 ac_cv_env_LIBIDN_LIBS_set=
819 ac_cv_env_LIBIDN_LIBS_value=
820 ac_cv_env_LIBS_set=
821 ac_cv_env_LIBS_value=
822 ac_cv_env_LOUDMOUTHTEST_CFLAGS_set=
823 ac_cv_env_LOUDMOUTHTEST_CFLAGS_value=
824 ac_cv_env_LOUDMOUTHTEST_LIBS_set=
825 ac_cv_env_LOUDMOUTHTEST_LIBS_value=
826 ac_cv_env_LOUDMOUTH_CFLAGS_set=
827 ac_cv_env_LOUDMOUTH_CFLAGS_value=
828 ac_cv_env_LOUDMOUTH_LIBS_set=
829 ac_cv_env_LOUDMOUTH_LIBS_value=
830 ac_cv_env_PKG_CONFIG_set=
831 ac_cv_env_PKG_CONFIG_value=
832 ac_cv_env_build_alias_set=
833 ac_cv_env_build_alias_value=
834 ac_cv_env_host_alias_set=
835 ac_cv_env_host_alias_value=
836 ac_cv_env_target_alias_set=
837 ac_cv_env_target_alias_value=
838 ac_cv_have_decl_TCP_KEEPCNT=yes
839 ac_cv_header_arpa_inet_h=yes
840 ac_cv_header_arpa_nameser_compat_h=yes
841 ac_cv_header_dlfcn_h=yes
842 ac_cv_header_fcntl_h=yes
843 ac_cv_header_gssapi_gssapi_h=yes
844 ac_cv_header_gssapi_h=yes
845 ac_cv_header_inttypes_h=yes
846 ac_cv_header_memory_h=yes
847 ac_cv_header_netdb_h=yes
848 ac_cv_header_netinet_in_h=yes
849 ac_cv_header_netinet_in_systm_h=yes
850 ac_cv_header_stdc=yes
851 ac_cv_header_stdint_h=yes
852 ac_cv_header_stdlib_h=yes
853 ac_cv_header_string_h=yes
854 ac_cv_header_strings_h=yes
855 ac_cv_header_sys_socket_h=yes
856 ac_cv_header_sys_stat_h=yes
857 ac_cv_header_sys_time_h=yes
858 ac_cv_header_sys_types_h=yes
859 ac_cv_header_unistd_h=yes
860 ac_cv_header_winsock2_h=no
861 ac_cv_host=x86_64-apple-darwin13.0.0
862 ac_cv_lib_nsl_gethostbyname=no
863 ac_cv_lib_resolv_res_query=yes
864 ac_cv_lib_socket_socket=no
865 ac_cv_objext=o
866 ac_cv_path_DOLT_BASH=/bin/bash
867 ac_cv_path_EGREP='/usr/bin/grep -E'
868 ac_cv_path_FGREP='/usr/bin/grep -F'
869 ac_cv_path_GREP=/usr/bin/grep
870 ac_cv_path_KRB5CONFIG=/usr/bin/krb5-config
871 ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
872 ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
873 ac_cv_path_install='/usr/bin/install -c'
874 ac_cv_prog_AWK=awk
875 ac_cv_prog_CPP='cc -E'
876 ac_cv_prog_ac_ct_AR=ar
877 ac_cv_prog_ac_ct_CC=cc
878 ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
879 ac_cv_prog_ac_ct_LIPO=lipo
880 ac_cv_prog_ac_ct_NMEDIT=nmedit
881 ac_cv_prog_ac_ct_OBJDUMP=objdump
882 ac_cv_prog_ac_ct_OTOOL=otool
883 ac_cv_prog_ac_ct_RANLIB=ranlib
884 ac_cv_prog_ac_ct_STRIP=strip
885 ac_cv_prog_cc_c89=
886 ac_cv_prog_cc_g=yes
887 ac_cv_prog_make_make_set=yes
888 ac_cv_search_strerror='none required'
889 ac_cv_struct_tm_gmtoff=yes
890 am_cv_CC_dependencies_compiler_type=none
891 lt_cv_apple_cc_single_mod=yes
892 lt_cv_deplibs_check_method=pass_all
893 lt_cv_file_magic_cmd='$MAGIC_CMD'
894 lt_cv_file_magic_test_file=
895 lt_cv_ld_exported_symbols_list=yes
896 lt_cv_ld_reload_flag=-r
897 lt_cv_nm_interface='BSD nm'
898 lt_cv_objdir=.libs
899 lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
900 lt_cv_path_NM=/usr/bin/nm
901 lt_cv_prog_compiler_c_o=yes
902 lt_cv_prog_compiler_pic_works=yes
903 lt_cv_prog_compiler_rtti_exceptions=yes
904 lt_cv_prog_compiler_static_works=no
905 lt_cv_prog_gnu_ld=no
906 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
907 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \ &\2},/p'\'''
908 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'\'''
909 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
910 lt_cv_sys_max_cmd_len=196608
911 pkg_cv_LIBGNUTLS_CFLAGS='-I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include '
912 pkg_cv_LIBGNUTLS_LIBS='-L/usr/local/Cellar/gnutls/3.1.10/lib -lgnutls '
913 pkg_cv_LIBIDN_CFLAGS='-I/usr/local/Cellar/libidn/1.28/include '
914 pkg_cv_LIBIDN_LIBS='-L/usr/local/Cellar/libidn/1.28/lib -lidn '
915 pkg_cv_LOUDMOUTHTEST_CFLAGS='-I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
916 pkg_cv_LOUDMOUTHTEST_LIBS='-L/usr/local/Cellar/glib/2.38.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl '
917 pkg_cv_LOUDMOUTH_CFLAGS='-I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
918 pkg_cv_LOUDMOUTH_LIBS='-L/usr/local/Cellar/glib/2.38.1/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl '
919
920 ## ----------------- ##
921 ## Output variables. ##
922 ## ----------------- ##
923
924 ACLOCAL='${SHELL} /private/tmp/loudmouth-avCU/loudmouth-1.4.3-20111204/build/missing --run aclocal-1.11'
925 AMDEPBACKSLASH=''
926 AMDEP_FALSE=''
927 AMDEP_TRUE='#'
928 AMTAR='${SHELL} /private/tmp/loudmouth-avCU/loudmouth-1.4.3-20111204/build/missing --run tar'
929 AR='ar'
930 AS='as'
931 ASYNCNS_CFLAGS=''
932 ASYNCNS_LIBS=''
933 AUTOCONF='${SHELL} /private/tmp/loudmouth-avCU/loudmouth-1.4.3-20111204/build/missing --run autoconf'
934 AUTOHEADER='${SHELL} /private/tmp/loudmouth-avCU/loudmouth-1.4.3-20111204/build/missing --run autoheader'
935 AUTOMAKE='${SHELL} /private/tmp/loudmouth-avCU/loudmouth-1.4.3-20111204/build/missing --run automake-1.11'
936 AWK='awk'
937 CC='cc'
938 CCDEPMODE='depmode=none'
939 CFLAGS='-g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -Wall -W unused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror'
940 CPP='cc -E'
941 CPPFLAGS=''
942 CYGPATH_W='echo'
943 DEFS='-DHAVE_CONFIG_H'
944 DEPDIR='.deps'
945 DLLTOOL='dlltool'
946 DOC_CFLAGS='-g -O2 -Wall -I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include '
947 DOLT_BASH='/bin/bash'
948 DSYMUTIL='dsymutil'
949 DUMPBIN=''
950 ECHO_C='\c'
951 ECHO_N=''
952 ECHO_T=''
953 EGREP='/usr/bin/grep -E'
954 ENABLE_GTK_DOC_FALSE=''
955 ENABLE_GTK_DOC_TRUE='#'
956 EXEEXT=''
957 FGREP='/usr/bin/grep -F'
958 GLIB2_REQUIRED='2.12.4'
959 GLIB_CFLAGS='-I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
960 GLIB_GENMARSHAL='glib-genmarshal'
961 GLIB_LIBS='-L/usr/local/Cellar/glib/2.38.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl '
962 GLIB_MKENUMS='glib-mkenums'
963 GNUTLS_REQUIRED='1.4.0'
964 GOBJECT_QUERY='gobject-query'
965 GREP='/usr/bin/grep'
966 GTKDOC_CHECK=''
967 GTKDOC_MKPDF=''
968 GTKDOC_REBASE='true'
969 GTK_DOC_BUILD_HTML_FALSE='#'
970 GTK_DOC_BUILD_HTML_TRUE=''
971 GTK_DOC_BUILD_PDF_FALSE=''
972 GTK_DOC_BUILD_PDF_TRUE='#'
973 GTK_DOC_USE_LIBTOOL_FALSE='#'
974 GTK_DOC_USE_LIBTOOL_TRUE=''
975 GTK_DOC_USE_REBASE_FALSE='#'
976 GTK_DOC_USE_REBASE_TRUE=''
977 HTML_DIR='${datadir}/gtk-doc/html'
978 INSTALL_DATA='${INSTALL} -m 644'
979 INSTALL_PROGRAM='${INSTALL}'
980 INSTALL_SCRIPT='${INSTALL}'
981 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
982 KRB5CONFIG='/usr/bin/krb5-config'
983 LD='/Library/Developer/CommandLineTools/usr/bin/ld'
984 LDFLAGS=''
985 LIBGNUTLS_CFLAGS='-I/usr/local/Cellar/libtasn1/3.3/include -I/usr/local/Cellar/p11-kit/0.18.4/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include '
986 LIBGNUTLS_LIBS='-L/usr/local/Cellar/gnutls/3.1.10/lib -lgnutls '
987 LIBIDN_CFLAGS='-I/usr/local/Cellar/libidn/1.28/include '
988 LIBIDN_LIBS='-L/usr/local/Cellar/libidn/1.28/lib -lidn '
989 LIBOBJS=''
990 LIBS='-lresolv -dynamic -Wl,-search_paths_first -lkrb5 -L/usr/local/Cellar/gnutls/3.1.10/lib -lgnutls '
991 LIBTASN1_REQUIRED='0.2.6'
992 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
993 LIPO='lipo'
994 LN_S='ln -s'
995 LOUDMOUTHTEST_CFLAGS='-I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
996 LOUDMOUTHTEST_LIBS='-L/usr/local/Cellar/glib/2.38.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl '
997 LOUDMOUTH_CFLAGS='-I/usr/local/Cellar/glib/2.38.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLM_NO_DEBU G'
998 LOUDMOUTH_LIBS='-L/usr/local/Cellar/glib/2.38.1/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl '
999 LTCOMPILE='$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(COMPILE)'
1000 LTCXXCOMPILE='$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXXCOMPILE)'
1001 LTLIBOBJS=''
1002 LT_AGE='1'
1003 LT_CURRENT='1'
1004 LT_REVISION='0'
1005 MAINT='#'
1006 MAINTAINER_MODE_FALSE=''
1007 MAINTAINER_MODE_TRUE='#'
1008 MAKEINFO='${SHELL} /private/tmp/loudmouth-avCU/loudmouth-1.4.3-20111204/build/missing --run makeinfo'
1009 MKDIR_P='build/install-sh -c -d'
1010 NM='/usr/bin/nm'
1011 NMEDIT='nmedit'
1012 OBJDUMP='objdump'
1013 OBJEXT='o'
1014 OTOOL64=':'
1015 OTOOL='otool'
1016 PACKAGE='loudmouth'
1017 PACKAGE_BUGREPORT='http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/new'
1018 PACKAGE_NAME='Loudmouth'
1019 PACKAGE_STRING='Loudmouth 1.5.0'
1020 PACKAGE_TARNAME='loudmouth'
1021 PACKAGE_URL=''
1022 PACKAGE_VERSION='1.5.0'
1023 PATH_SEPARATOR=':'
1024 PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
1025 RANLIB='ranlib'
1026 REBUILD='#'
1027 SED='/usr/local/Library/ENV/4.3/sed'
1028 SET_MAKE=''
1029 SHELL='/bin/sh'
1030 STRIP='strip'
1031 TEST_DIRS='tests'
1032 USE_GNUTLS_FALSE='#'
1033 USE_GNUTLS_TRUE=''
1034 USE_GSSAPI_FALSE='#'
1035 USE_GSSAPI_TRUE=''
1036 USE_OPENSSL_FALSE=''
1037 USE_OPENSSL_TRUE='#'
1038 VERSION='1.5.0'
1039 WARN_CFLAGS='-Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror'
1040 ac_ct_CC='cc'
1041 ac_ct_DUMPBIN=''
1042 am__EXEEXT_FALSE=''
1043 am__EXEEXT_TRUE='#'
1044 am__fastdepCC_FALSE=''
1045 am__fastdepCC_TRUE='#'
1046 am__include='include'
1047 am__isrc=''
1048 am__leading_dot='.'
1049 am__quote=''
1050 am__tar='${AMTAR} chof - "$$tardir"'
1051 am__untar='${AMTAR} xf -'
1052 bindir='${exec_prefix}/bin'
1053 build='x86_64-apple-darwin13.0.0'
1054 build_alias=''
1055 build_cpu='x86_64'
1056 build_os='darwin13.0.0'
1057 build_vendor='apple'
1058 datadir='${datarootdir}'
1059 datarootdir='${prefix}/share'
1060 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1061 dvidir='${docdir}'
1062 exec_prefix='${prefix}'
1063 host='x86_64-apple-darwin13.0.0'
1064 host_alias=''
1065 host_cpu='x86_64'
1066 host_os='darwin13.0.0'
1067 host_vendor='apple'
1068 htmldir='${docdir}'
1069 includedir='${prefix}/include'
1070 infodir='${datarootdir}/info'
1071 install_sh='${SHELL} /private/tmp/loudmouth-avCU/loudmouth-1.4.3-20111204/build/install-sh'
1072 libdir='${exec_prefix}/lib'
1073 libexecdir='${exec_prefix}/libexec'
1074 localedir='${datarootdir}/locale'
1075 localstatedir='${prefix}/var'
1076 lt_ECHO='/bin/echo'
1077 mandir='${datarootdir}/man'
1078 mkdir_p='$(top_builddir)/build/install-sh -c -d'
1079 oldincludedir='/usr/include'
1080 pdfdir='${docdir}'
1081 prefix='/usr/local/Cellar/loudmouth/1.4.3.111204'
1082 program_transform_name='s,x,x,'
1083 psdir='${docdir}'
1084 sbindir='${exec_prefix}/sbin'
1085 sharedstatedir='${prefix}/com'
1086 sysconfdir='${prefix}/etc'
1087 target_alias=''
1088
1089 ## ----------- ##
1090 ## confdefs.h. ##
1091 ## ----------- ##
1092
1093 /* confdefs.h */
1094 #define PACKAGE_NAME "Loudmouth"
1095 #define PACKAGE_TARNAME "loudmouth"
1096 #define PACKAGE_VERSION "1.5.0"
1097 #define PACKAGE_STRING "Loudmouth 1.5.0"
1098 #define PACKAGE_BUGREPORT "http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/new"
1099 #define PACKAGE_URL ""
1100 #define STDC_HEADERS 1
1101 #define HAVE_SYS_TYPES_H 1
1102 #define HAVE_SYS_STAT_H 1
1103 #define HAVE_STDLIB_H 1
1104 #define HAVE_STRING_H 1
1105 #define HAVE_MEMORY_H 1
1106 #define HAVE_STRINGS_H 1
1107 #define HAVE_INTTYPES_H 1
1108 #define HAVE_STDINT_H 1
1109 #define HAVE_UNISTD_H 1
1110 #define HAVE_DLFCN_H 1
1111 #define LT_OBJDIR ".libs/"
1112 #define HAVE_ARPA_INET_H 1
1113 #define HAVE_FCNTL_H 1
1114 #define HAVE_MEMORY_H 1
1115 #define HAVE_NETDB_H 1
1116 #define HAVE_NETINET_IN_H 1
1117 #define HAVE_NETINET_IN_SYSTM_H 1
1118 #define HAVE_STDLIB_H 1
1119 #define HAVE_STRING_H 1
1120 #define HAVE_SYS_SOCKET_H 1
1121 #define HAVE_SYS_TIME_H 1
1122 #define HAVE_UNISTD_H 1
1123 #define HAVE_ARPA_NAMESER_COMPAT_H 1
1124 #define HAVE_TM_GMTOFF 1
1125 #define HAVE_IDN 1
1126 #define HAVE_LIBRESOLV 1
1127 #define HAVE_GSSAPI_H 1
1128 #define HAVE_GSSAPI_GSSAPI_H 1
1129 #define HAVE_GSSAPI 1
1130 #define HAVE_GNUTLS 1
1131 #define HAVE_SSL 1
1132 #define USE_TCP_KEEPALIVES 1
1133
1134 configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment