GnuPG 2.1.3 Fails to Compile OS X

Dominyk Tiller dominyktiller at gmail.com
Sun Apr 12 00:29:56 CEST 2015


Hey Werner,

Thanks for the new release!

I'm having some issues making it compile on OS X, right across
10.8-10.10.3. Tried both Apple's Clang and GNU's GCC so I'm presuming
the error isn't compiler-specific.

It's throwing slightly different errors on OS X 10.8 than it is on 10.9
and 10.10. The 10.8 error is:

=========================================================
t-stringhelp.c:488:3: error: function definition is not allowed here
  {
  ^
t-stringhelp.c:536:4: error: expected ';' at end of declaration
  }
   ^
   ;
2 errors generated.
make[3]: *** [t-stringhelp.o] Error 1
=========================================================



And the 10.9 - 10.10.3 error is just:

=========================================================
t-stringhelp.c:488:3: error: function definition is not allowed here
  {
  ^
1 error generated.
make[3]: *** [t-stringhelp.o] Error 1
=========================================================

Have attached various compile logs.

Cheers,

Dom

-- 
Sent from OS X. If you wish to communicate more securely my PGP Public
Key is 0x872524db9d74326c.
-------------- next part --------------
2015-04-11 23:23:57 +0100

./configure
--disable-dependency-tracking
--disable-silent-rules
--prefix=/usr/local/Cellar/gnupg21/2.1.3
--sbindir=/usr/local/Cellar/gnupg21/2.1.3/bin
--sysconfdir=/usr/local/etc
--enable-symcryptrun

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
configure: autobuild project... gnupg2
configure: autobuild revision... 2.1.3
configure: autobuild hostname... Dominyks-MacBook-Pro.local
configure: autobuild timestamp... 20150411-232359
checking for style of include used by make... GNU
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether SELinux support is requested... no
checking whether to allocate extra secure memory... no
checking whether to enable trust models... yes
checking whether to enable the RSA public key for gpg... yes
checking whether to enable the ECDH public key for gpg... yes
checking whether to enable the ECDSA public key for gpg... yes
checking whether to enable the EdDSA public key for gpg... yes
checking whether to enable the IDEA cipher for gpg... yes
checking whether to enable the CAST5 cipher for gpg... yes
checking whether to enable the BLOWFISH cipher for gpg... yes
checking whether to enable the AES128 cipher for gpg... yes
checking whether to enable the AES192 cipher for gpg... yes
checking whether to enable the AES256 cipher for gpg... yes
checking whether to enable the TWOFISH cipher for gpg... yes
checking whether to enable the CAMELLIA128 cipher for gpg... yes
checking whether to enable the CAMELLIA192 cipher for gpg... yes
checking whether to enable the CAMELLIA256 cipher for gpg... yes
checking whether to enable the MD5 hash for gpg... yes
checking whether to enable the RIPE-MD160 hash for gpg... yes
checking whether to enable the SHA-224 hash for gpg... yes
checking whether to enable the SHA-384 hash for gpg... yes
checking whether to enable the SHA-512 hash for gpg... yes
checking whether to enable the ZIP and ZLIB compression algorithm... yes
checking whether to enable the BZIP2 compression algorithm... yes
checking whether to enable external program execution... yes
checking whether to enable photo ID viewing... yes
checking whether to use a fixed photo ID viewer... no
checking for the size of the key and uid cache... 4096
checking whether use of capabilities is requested... no
checking whether smartcard support is requested... yes
checking whether to enable the internal CCID driver... yes
checking whether to auto start dirmngr... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: checking for programs
checking whether make sets $(MAKE)... (cached) yes
checking whether build environment is sane... yes
checking whether make supports nested variables... (cached) yes
checking for gawk... (cached) awk
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking how to run the C preprocessor... clang -E
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for perl... /usr/bin/perl
checking for windres... no
checking for strerror in -lcposix... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tar... /usr/bin/tar
checking whether /usr/bin/tar speaks USTAR... yes
checking for cc for build... clang
configure: checking for libraries
checking for gpg-error-config... /usr/local/opt/libgpg-error/bin/gpg-error-config
checking for GPG Error - version >= 1.16... yes (1.18)
configure: WARNING:
***
*** The config script /usr/local/opt/libgpg-error/bin/gpg-error-config was
*** built for x86_64-apple-darwin14.1.0 and thus may not match the
*** used host x86_64-apple-darwin14.3.0.
*** You may want to use the configure option --with-gpg-error-prefix
*** to specify a matching config script or use $SYSROOT.
***
checking for libgcrypt-config... /usr/local/opt/libgcrypt/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.6.0... yes (1.6.3)
checking LIBGCRYPT API version... okay
configure: WARNING:
***
*** The config script /usr/local/opt/libgcrypt/bin/libgcrypt-config was
*** built for x86_64-apple-darwin14.1.0 and thus may not match the
*** used host x86_64-apple-darwin14.3.0.
*** You may want to use the configure option --with-libgcrypt-prefix
*** to specify a matching config script or use $SYSROOT.
***
checking for libassuan-config... /usr/local/opt/libassuan/bin/libassuan-config
checking for LIBASSUAN - version >= 2.1.0... yes (2.2.0)
checking LIBASSUAN API version... okay
checking for ksba-config... /usr/local/opt/libksba/bin/ksba-config
checking for KSBA - version >= 1.2.0... yes (1.3.2)
checking KSBA API version... okay
checking for usb_bulk_write in -lusb... yes
checking for usb_create_match... no
checking for library containing dlopen... none required
checking for encfs... /usr/bin/encfs
checking for fusermount... /usr/bin/fusermount
checking for openpty in -lutil... yes
checking for shred... /usr/bin/shred
checking for npth-config... /usr/local/opt/npth/bin/npth-config
checking for NPTH - version >= 0.91... yes (1.1)
checking NPTH API version... okay
configure: WARNING:
***
*** The config script /usr/local/opt/npth/bin/npth-config was
*** built for x86_64-apple-darwin14.1.0 and thus may not match the
*** used host x86_64-apple-darwin14.3.0.
*** You may want to use the configure option --with-npth-prefix
*** to specify a matching config script.
***
checking for ntbtls-config... no
checking for NTBTLS - version >= 0.1.0... no
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGNUTLS... yes
configure: checking for networking options
checking for gethostbyname... yes
checking for setsockopt... yes
checking adns.h usability... no
checking adns.h presence... no
checking for adns.h... no
checking for library containing res_query... none required
checking for library containing dn_expand... none required
checking for library containing dn_skipname... no
checking for library containing __dn_skipname... none required
checking whether the resolver is usable... no
checking whether I can make the resolver usable with BIND_8_COMPAT... yes
checking whether LDAP via "-lldap" is present and sane... yes
checking for ldap_get_option... yes
checking for ldap_set_option... yes
checking for ldap_start_tls_s... yes
checking for ldap_start_tls_sA... no
checking for ber_free in -llber... yes
checking for sendmail... /usr/sbin/sendmail
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: checking for gettext
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for xgettext... /usr/local/opt/gettext/bin/xgettext
checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for working iconv... (cached) yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
checking for strchr... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
configure: checking for header files
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for inttypes.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking whether time.h and sys/time.h may both be included... yes
configure: checking for system characteristics
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for size_t... yes
checking for mode_t... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... yes
checking for sys/socket.h... yes
checking for socklen_t... yes
checking for library containing inet_addr... none required
checking endianess... little
checking for byte typedef... no
checking for ushort typedef... yes
checking for ulong typedef... no
checking for u16 typedef... no
checking for u32 typedef... no
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 8
checking size of unsigned long long... 8
checking whether time.h and sys/time.h may both be included... (cached) yes
checking size of time_t... 8
checking whether time_t is unsigned... no
configure: checking for library functions
checking whether getpagesize is declared... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for vprintf... yes
checking for _doprnt... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for strerror... yes
checking for strlwr... no
checking for tcgetattr... yes
checking for mmap... yes
checking for canonicalize_file_name... no
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for ctermid... yes
checking for times... yes
checking for gmtime_r... yes
checking for strtoull... yes
checking for setenv... yes
checking for unsetenv... yes
checking for fcntl... yes
checking for ftruncate... yes
checking for inet_ntop... yes
checking for canonicalize_file_name... (cached) no
checking for gettimeofday... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for clock_gettime... no
checking for atexit... yes
checking for raise... yes
checking for getpagesize... yes
checking for strftime... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for waitpid... yes
checking for wait4... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for pipe... yes
checking for getaddrinfo... yes
checking for ttyname... yes
checking for rand... yes
checking for ftello... yes
checking for fsync... yes
checking for stat... yes
checking for lstat... yes
checking for struct sigaction... yes
checking for sigset_t... yes
checking for signal.h... (cached) yes
checking for memicmp... no
checking for stpcpy... yes
checking for strsep... yes
checking for strlwr... (cached) no
checking for strtoul... yes
checking for memmove... yes
checking for stricmp... no
checking for strtol... yes
checking for memrchr... no
checking for isascii... yes
checking for timegm... yes
checking for getrusage... (cached) yes
checking for setrlimit... (cached) yes
checking for stat... (cached) yes
checking for setlocale... (cached) yes
checking for flockfile... yes
checking for funlockfile... yes
checking for fopencookie... no
checking for funopen... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getenv... yes
checking for inet_pton... yes
checking for strpbrk... yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking if mkdir takes one argument... no
checking whether regular expression support is requested... yes
checking for library containing regcomp... none required
checking for regcomp... yes
checking whether your system's regexp library is broken... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflateInit2_ in -lz... yes
checking for bzlib.h... yes
checking for BZ2_bzCompressInit in -lbz2... yes
checking whether readline via "-lreadline" is present and sane... no
checking whether readline via "-lreadline -ltermcap" is present and sane... no
checking whether readline via "-lreadline -lcurses" is present and sane... no
checking whether readline via "-lreadline -lncurses" is present and sane... no
configure: checking for cc features
checking if gcc ignores unknown -Wno-* options... no
checking if gcc supports -Wno-pointer-sign... yes
checking if gcc supports -Wpointer-arith... yes
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating common/Makefile
config.status: creating common/w32info-rc.h
config.status: creating kbx/Makefile
config.status: creating g10/Makefile
config.status: creating sm/Makefile
config.status: creating agent/Makefile
config.status: creating scd/Makefile
config.status: creating g13/Makefile
config.status: creating dirmngr/Makefile
config.status: creating tools/gpg-zip
config.status: creating tools/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating tests/openpgp/Makefile
config.status: creating tests/pkits/Makefile
config.status: creating g10/gpg.w32-manifest
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

        GnuPG v2.1.3 has been configured as follows:

        Revision:  b1e1959  (45537)
        Platform:  Darwin (x86_64-apple-darwin14.3.0)

        OpenPGP:   yes
        S/MIME:    yes
        Agent:     yes
        Smartcard: yes 
        G13:       yes
        Dirmngr:   yes
        Gpgtar:    yes

        Protect tool:      (default)
        LDAP wrapper:      (default)
        Default agent:     (default)
        Default pinentry:  (default)
        Default scdaemon:  (default)
        Default dirmngr:   (default)

        Dirmngr auto start:  yes
        Readline support:    no
        LDAP support:        yes
        DNS SRV support:     yes
        TLS support:         gnutls

        Warning: Mismatches between the target platform and the
                 to be used libraries have been detected for:
                   libgpg-error libgcrypt
                 Please check above for more warning messages.

-------------- next part --------------
2015-04-11 23:24:49 +0100

make

/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in m4
make[2]: Nothing to be done for `all'.
Making all in common
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-mapstrings.o `test -f 'mapstrings.c' || echo './'`mapstrings.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-stringhelp.o `test -f 'stringhelp.c' || echo './'`stringhelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-strlist.o `test -f 'strlist.c' || echo './'`strlist.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-utf8conv.o `test -f 'utf8conv.c' || echo './'`utf8conv.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-argparse.o `test -f 'argparse.c' || echo './'`argparse.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-logging.o `test -f 'logging.c' || echo './'`logging.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-dotlock.o `test -f 'dotlock.c' || echo './'`dotlock.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-mischelp.o `test -f 'mischelp.c' || echo './'`mischelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-i18n.o `test -f 'i18n.c' || echo './'`i18n.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-status.o `test -f 'status.c' || echo './'`status.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-tlv.o `test -f 'tlv.c' || echo './'`tlv.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-init.o `test -f 'init.c' || echo './'`init.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-sexputil.o `test -f 'sexputil.c' || echo './'`sexputil.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-sysutils.o `test -f 'sysutils.c' || echo './'`sysutils.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-homedir.o `test -f 'homedir.c' || echo './'`homedir.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-yesno.o `test -f 'yesno.c' || echo './'`yesno.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-b64enc.o `test -f 'b64enc.c' || echo './'`b64enc.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-b64dec.o `test -f 'b64dec.c' || echo './'`b64dec.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-zb32.o `test -f 'zb32.c' || echo './'`zb32.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-convert.o `test -f 'convert.c' || echo './'`convert.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-percent.o `test -f 'percent.c' || echo './'`percent.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-mbox-util.o `test -f 'mbox-util.c' || echo './'`mbox-util.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-miscellaneous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-xasprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-xreadline.o `test -f 'xreadline.c' || echo './'`xreadline.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-membuf.o `test -f 'membuf.c' || echo './'`membuf.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-iobuf.o `test -f 'iobuf.c' || echo './'`iobuf.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-ttyio.o `test -f 'ttyio.c' || echo './'`ttyio.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-asshelp2.o `test -f 'asshelp2.c' || echo './'`asshelp2.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-signal.o `test -f 'signal.c' || echo './'`signal.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-audit.o `test -f 'audit.c' || echo './'`audit.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-dns-cert.o `test -f 'dns-cert.c' || echo './'`dns-cert.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-pka.o `test -f 'pka.c' || echo './'`pka.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-localename.o `test -f 'localename.c' || echo './'`localename.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-session-env.o `test -f 'session-env.c' || echo './'`session-env.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-userids.o `test -f 'userids.c' || echo './'`userids.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-openpgp-oid.o `test -f 'openpgp-oid.c' || echo './'`openpgp-oid.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-ssh-utils.o `test -f 'ssh-utils.c' || echo './'`ssh-utils.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-agent-opt.o `test -f 'agent-opt.c' || echo './'`agent-opt.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-helpfile.o `test -f 'helpfile.c' || echo './'`helpfile.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-exechelp-posix.o `test -f 'exechelp-posix.c' || echo './'`exechelp-posix.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-get-passphrase.o `test -f 'get-passphrase.c' || echo './'`get-passphrase.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommon_a-srv.o `test -f 'srv.c' || echo './'`srv.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-mapstrings.o `test -f 'mapstrings.c' || echo './'`mapstrings.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-stringhelp.o `test -f 'stringhelp.c' || echo './'`stringhelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-strlist.o `test -f 'strlist.c' || echo './'`strlist.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-utf8conv.o `test -f 'utf8conv.c' || echo './'`utf8conv.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-argparse.o `test -f 'argparse.c' || echo './'`argparse.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-logging.o `test -f 'logging.c' || echo './'`logging.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-dotlock.o `test -f 'dotlock.c' || echo './'`dotlock.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-mischelp.o `test -f 'mischelp.c' || echo './'`mischelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-i18n.o `test -f 'i18n.c' || echo './'`i18n.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-status.o `test -f 'status.c' || echo './'`status.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-tlv.o `test -f 'tlv.c' || echo './'`tlv.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-init.o `test -f 'init.c' || echo './'`init.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-sexputil.o `test -f 'sexputil.c' || echo './'`sexputil.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-sysutils.o `test -f 'sysutils.c' || echo './'`sysutils.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-homedir.o `test -f 'homedir.c' || echo './'`homedir.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-yesno.o `test -f 'yesno.c' || echo './'`yesno.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-b64enc.o `test -f 'b64enc.c' || echo './'`b64enc.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-b64dec.o `test -f 'b64dec.c' || echo './'`b64dec.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-zb32.o `test -f 'zb32.c' || echo './'`zb32.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-convert.o `test -f 'convert.c' || echo './'`convert.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-percent.o `test -f 'percent.c' || echo './'`percent.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-mbox-util.o `test -f 'mbox-util.c' || echo './'`mbox-util.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-miscellaneous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-xasprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-xreadline.o `test -f 'xreadline.c' || echo './'`xreadline.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-membuf.o `test -f 'membuf.c' || echo './'`membuf.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-iobuf.o `test -f 'iobuf.c' || echo './'`iobuf.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-ttyio.o `test -f 'ttyio.c' || echo './'`ttyio.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-asshelp2.o `test -f 'asshelp2.c' || echo './'`asshelp2.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-signal.o `test -f 'signal.c' || echo './'`signal.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-audit.o `test -f 'audit.c' || echo './'`audit.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-dns-cert.o `test -f 'dns-cert.c' || echo './'`dns-cert.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-pka.o `test -f 'pka.c' || echo './'`pka.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-localename.o `test -f 'localename.c' || echo './'`localename.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-session-env.o `test -f 'session-env.c' || echo './'`session-env.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-userids.o `test -f 'userids.c' || echo './'`userids.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-openpgp-oid.o `test -f 'openpgp-oid.c' || echo './'`openpgp-oid.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-ssh-utils.o `test -f 'ssh-utils.c' || echo './'`ssh-utils.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-agent-opt.o `test -f 'agent-opt.c' || echo './'`agent-opt.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-helpfile.o `test -f 'helpfile.c' || echo './'`helpfile.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-exechelp-posix.o `test -f 'exechelp-posix.c' || echo './'`exechelp-posix.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommonpth_a-srv.o `test -f 'srv.c' || echo './'`srv.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o gpgrlhelp.o gpgrlhelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libtasn1/4.4/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.14/include  -DWITHOUT_NPTH=1 -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommontls_a-http.o `test -f 'http.c' || echo './'`http.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libtasn1/4.4/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.14/include  -I/usr/local/Cellar/npth/1.1/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libcommontlsnpth_a-http.o `test -f 'http.c' || echo './'`http.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libsimple_pwquery_a-simple-pwquery.o `test -f 'simple-pwquery.c' || echo './'`simple-pwquery.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o libsimple_pwquery_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o t-stringhelp.o t-stringhelp.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o t-support.o t-support.c
clang -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/local/Cellar/gnupg21/2.1.3/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg21/2.1.3/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg21/2.1.3/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg21/2.1.3/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg21/2.1.3/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg21/2.1.3/var\""        -I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include -I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include -I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -c -o t-timestuff.o t-timestuff.c
t-stringhelp.c:488:3: error: function definition is not allowed here
  {
  ^
1 error generated.
make[3]: *** [t-stringhelp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 4b54ddb155b0faa537bec6a342d214f4acd63e9d
Last commit: 3 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.10.3-x86_64
Xcode: 6.3
CLT: 6.3.0.0.1.1428348375
GCC-4.2: build 0
Clang: 6.1 build 602
X11: 2.7.8_rc1 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0_40

HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
LDFLAGS: -lresolv
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/libusb-compat/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/npth/bin:/usr/local/opt/libtasn1/bin:/usr/local/opt/nettle/bin:/usr/local/opt/gnutls/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libgcrypt/bin:/usr/local/opt/libksba/bin:/usr/local/opt/libassuan/bin:/usr/local/opt/pinentry/bin:/usr/local/opt/libusb-compat/bin:/usr/local/opt/gettext/bin:/usr/bin:/bin:/usr/sbin:/sbin
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gnupg configure 2.1.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local/Cellar/gnupg21/2.1.3 --sbindir=/usr/local/Cellar/gnupg21/2.1.3/bin --sysconfdir=/usr/local/etc --enable-symcryptrun

## --------- ##
## Platform. ##
## --------- ##

hostname = Dominyks-MacBook-Pro.local
uname -m = x86_64
uname -r = 14.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 272 tasks, 1404 threads, 4 processors
Load average: 3.22, Mach factor: 1.16
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/npth/bin
PATH: /usr/local/opt/libtasn1/bin
PATH: /usr/local/opt/nettle/bin
PATH: /usr/local/opt/gnutls/bin
PATH: /usr/local/opt/libgpg-error/bin
PATH: /usr/local/opt/libgcrypt/bin
PATH: /usr/local/opt/libksba/bin
PATH: /usr/local/opt/libassuan/bin
PATH: /usr/local/opt/pinentry/bin
PATH: /usr/local/opt/libusb-compat/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2859: checking for a BSD-compatible install
configure:2927: result: /usr/bin/install -c
configure:2938: checking whether build environment is sane
configure:2993: result: yes
configure:3144: checking for a thread-safe mkdir -p
configure:3183: result: build-aux/install-sh -c -d
configure:3190: checking for gawk
configure:3220: result: no
configure:3190: checking for mawk
configure:3220: result: no
configure:3190: checking for nawk
configure:3220: result: no
configure:3190: checking for awk
configure:3206: found /usr/bin/awk
configure:3217: result: awk
configure:3228: checking whether make sets $(MAKE)
configure:3250: result: yes
configure:3279: checking whether make supports nested variables
configure:3296: result: yes
configure:3426: checking build system type
configure:3440: result: x86_64-apple-darwin14.3.0
configure:3460: checking host system type
configure:3473: result: x86_64-apple-darwin14.3.0
configure:3497: autobuild project... gnupg2
configure:3499: autobuild revision... 2.1.3
configure:3503: autobuild hostname... Dominyks-MacBook-Pro.local
configure:3512: autobuild timestamp... 20150411-232359
configure:3529: checking for style of include used by make
configure:3557: result: GNU
configure:3628: checking for gcc
configure:3655: result: clang
configure:3884: checking for C compiler version
configure:3893: clang --version >&5
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
configure:3904: $? = 0
configure:3893: clang -v >&5
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
configure:3904: $? = 0
configure:3893: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3904: $? = 1
configure:3893: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3904: $? = 1
configure:3924: checking whether the C compiler works
configure:3946: clang   -lresolv conftest.c  >&5
configure:3950: $? = 0
configure:3998: result: yes
configure:4001: checking for C compiler default output file name
configure:4003: result: a.out
configure:4009: checking for suffix of executables
configure:4016: clang -o conftest   -lresolv conftest.c  >&5
configure:4020: $? = 0
configure:4042: result: 
configure:4064: checking whether we are cross compiling
configure:4072: clang -o conftest   -lresolv conftest.c  >&5
configure:4076: $? = 0
configure:4083: ./conftest
configure:4087: $? = 0
configure:4102: result: no
configure:4107: checking for suffix of object files
configure:4129: clang -c   conftest.c >&5
configure:4133: $? = 0
configure:4154: result: o
configure:4158: checking whether we are using the GNU C compiler
configure:4177: clang -c   conftest.c >&5
configure:4177: $? = 0
configure:4186: result: yes
configure:4195: checking whether clang accepts -g
configure:4215: clang -c -g  conftest.c >&5
configure:4215: $? = 0
configure:4256: result: yes
configure:4273: checking for clang option to accept ISO C89
configure:4336: clang  -c -g -O2  conftest.c >&5
configure:4336: $? = 0
configure:4349: result: none needed
configure:4374: checking whether clang understands -c and -o together
configure:4396: clang -c conftest.c -o conftest2.o
configure:4399: $? = 0
configure:4396: clang -c conftest.c -o conftest2.o
configure:4399: $? = 0
configure:4411: result: yes
configure:4430: checking dependency style of clang
configure:4541: result: none
configure:4562: checking how to run the C preprocessor
configure:4593: clang -E  conftest.c
configure:4593: $? = 0
configure:4607: clang -E  conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:4607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4632: result: clang -E
configure:4652: clang -E  conftest.c
configure:4652: $? = 0
configure:4666: clang -E  conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:4666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4695: checking for grep that handles long lines and -e
configure:4753: result: /usr/bin/grep
configure:4758: checking for egrep
configure:4820: result: /usr/bin/grep -E
configure:4825: checking for ANSI C header files
configure:4845: clang -c -g -O2  conftest.c >&5
configure:4845: $? = 0
configure:4918: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:4918: $? = 0
configure:4918: ./conftest
configure:4918: $? = 0
configure:4929: result: yes
configure:4942: checking for sys/types.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for sys/stat.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for stdlib.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for string.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for memory.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for strings.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for inttypes.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for stdint.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for unistd.h
configure:4942: clang -c -g -O2  conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4955: checking minix/config.h usability
configure:4955: clang -c -g -O2  conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^
1 error generated.
configure:4955: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4955: result: no
configure:4955: checking minix/config.h presence
configure:4955: clang -E  conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^
1 error generated.
configure:4955: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4955: result: no
configure:4955: checking for minix/config.h
configure:4955: result: no
configure:4976: checking whether it is safe to define __EXTENSIONS__
configure:4994: clang -c -g -O2  conftest.c >&5
configure:4994: $? = 0
configure:5001: result: yes
configure:5400: checking whether SELinux support is requested
configure:5409: result: no
configure:5413: checking whether to allocate extra secure memory
configure:5422: result: no
configure:5435: checking whether to enable trust models
configure:5442: result: yes
configure:5455: checking whether to enable the RSA public key for gpg
configure:5464: result: yes
configure:5474: checking whether to enable the ECDH public key for gpg
configure:5483: result: yes
configure:5491: checking whether to enable the ECDSA public key for gpg
configure:5500: result: yes
configure:5508: checking whether to enable the EdDSA public key for gpg
configure:5517: result: yes
configure:5526: checking whether to enable the IDEA cipher for gpg
configure:5535: result: yes
configure:5544: checking whether to enable the CAST5 cipher for gpg
configure:5553: result: yes
configure:5561: checking whether to enable the BLOWFISH cipher for gpg
configure:5570: result: yes
configure:5578: checking whether to enable the AES128 cipher for gpg
configure:5587: result: yes
configure:5595: checking whether to enable the AES192 cipher for gpg
configure:5604: result: yes
configure:5612: checking whether to enable the AES256 cipher for gpg
configure:5621: result: yes
configure:5629: checking whether to enable the TWOFISH cipher for gpg
configure:5638: result: yes
configure:5646: checking whether to enable the CAMELLIA128 cipher for gpg
configure:5655: result: yes
configure:5663: checking whether to enable the CAMELLIA192 cipher for gpg
configure:5672: result: yes
configure:5680: checking whether to enable the CAMELLIA256 cipher for gpg
configure:5689: result: yes
configure:5698: checking whether to enable the MD5 hash for gpg
configure:5707: result: yes
configure:5716: checking whether to enable the RIPE-MD160 hash for gpg
configure:5725: result: yes
configure:5733: checking whether to enable the SHA-224 hash for gpg
configure:5742: result: yes
configure:5751: checking whether to enable the SHA-384 hash for gpg
configure:5760: result: yes
configure:5768: checking whether to enable the SHA-512 hash for gpg
configure:5777: result: yes
configure:5790: checking whether to enable the ZIP and ZLIB compression algorithm
configure:5797: result: yes
configure:5802: checking whether to enable the BZIP2 compression algorithm
configure:5809: result: yes
configure:5814: checking whether to enable external program execution
configure:5821: result: yes
configure:5830: checking whether to enable photo ID viewing
configure:5844: result: yes
configure:5848: checking whether to use a fixed photo ID viewer
configure:5866: result: no
configure:5876: checking for the size of the key and uid cache
configure:5894: result: 4096
configure:5907: checking whether use of capabilities is requested
configure:5917: result: no
configure:5922: checking whether smartcard support is requested
configure:5929: result: yes
configure:5943: checking whether to enable the internal CCID driver
configure:5950: result: yes
configure:5953: checking whether to auto start dirmngr
configure:5960: result: yes
configure:5983: checking whether to enable maintainer-specific portions of Makefiles
configure:5992: result: no
configure:6008: checking for programs
configure:6010: checking whether make sets $(MAKE)
configure:6032: result: yes
configure:6041: checking whether build environment is sane
configure:6096: result: yes
configure:6135: checking whether make supports nested variables
configure:6152: result: yes
configure:6167: checking for gawk
configure:6194: result: awk
configure:6253: checking for gcc
configure:6280: result: clang
configure:6509: checking for C compiler version
configure:6518: clang --version >&5
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
configure:6529: $? = 0
configure:6518: clang -v >&5
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
configure:6529: $? = 0
configure:6518: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:6529: $? = 1
configure:6518: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:6529: $? = 1
configure:6533: checking whether we are using the GNU C compiler
configure:6561: result: yes
configure:6570: checking whether clang accepts -g
configure:6631: result: yes
configure:6648: checking for clang option to accept ISO C89
configure:6724: result: none needed
configure:6749: checking whether clang understands -c and -o together
configure:6786: result: yes
configure:6805: checking dependency style of clang
configure:6916: result: none
configure:6936: checking how to run the C preprocessor
configure:7006: result: clang -E
configure:7026: clang -E  conftest.c
configure:7026: $? = 0
configure:7040: clang -E  conftest.c
conftest.c:57:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:7040: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7073: checking whether ln -s works
configure:7077: result: yes
configure:7127: checking for ranlib
configure:7143: found /usr/bin/ranlib
configure:7154: result: ranlib
configure:7219: checking for ar
configure:7235: found /usr/bin/ar
configure:7246: result: ar
configure:7270: checking for perl
configure:7288: found /usr/bin/perl
configure:7300: result: /usr/bin/perl
configure:7351: checking for windres
configure:7381: result: no
configure:7401: checking for strerror in -lcposix
configure:7426: clang -o conftest -g -O2  -lresolv conftest.c -lcposix   >&5
conftest.c:64:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
     ^
conftest.c:64:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
ld: library not found for -lcposix
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strerror ();
| int
| main ()
| {
| return strerror ();
|   ;
|   return 0;
| }
configure:7435: result: no
configure:7450: checking for special C compiler options needed for large files
configure:7495: result: no
configure:7501: checking for _FILE_OFFSET_BITS value needed for large files
configure:7526: clang -c -g -O2  conftest.c >&5
configure:7526: $? = 0
configure:7558: result: no
configure:7656: checking for tar
configure:7674: found /usr/bin/tar
configure:7686: result: /usr/bin/tar
configure:7702: checking whether /usr/bin/tar speaks USTAR
configure:7710: result: yes
configure:7735: checking for cc for build
configure:7742: result: clang
configure:7928: checking for libraries
configure:7977: checking for gpg-error-config
configure:7995: found /usr/local/opt/libgpg-error/bin/gpg-error-config
configure:8008: result: /usr/local/opt/libgpg-error/bin/gpg-error-config
configure:8017: checking for GPG Error - version >= 1.16
configure:8045: result: yes (1.18)
configure:8058: WARNING:
***
*** The config script /usr/local/opt/libgpg-error/bin/gpg-error-config was
*** built for x86_64-apple-darwin14.1.0 and thus may not match the
*** used host x86_64-apple-darwin14.3.0.
*** You may want to use the configure option --with-gpg-error-prefix
*** to specify a matching config script or use $SYSROOT.
***
configure:8120: checking for libgcrypt-config
configure:8138: found /usr/local/opt/libgcrypt/bin/libgcrypt-config
configure:8151: result: /usr/local/opt/libgcrypt/bin/libgcrypt-config
configure:8168: checking for LIBGCRYPT - version >= 1.6.0
configure:8202: result: yes (1.6.3)
configure:8214: checking LIBGCRYPT API version
configure:8217: result: okay
configure:8241: WARNING:
***
*** The config script /usr/local/opt/libgcrypt/bin/libgcrypt-config was
*** built for x86_64-apple-darwin14.1.0 and thus may not match the
*** used host x86_64-apple-darwin14.3.0.
*** You may want to use the configure option --with-libgcrypt-prefix
*** to specify a matching config script or use $SYSROOT.
***
configure:8282: checking for libassuan-config
configure:8300: found /usr/local/opt/libassuan/bin/libassuan-config
configure:8313: result: /usr/local/opt/libassuan/bin/libassuan-config
configure:8341: checking for LIBASSUAN - version >= 2.1.0
configure:8371: result: yes (2.2.0)
configure:8382: checking LIBASSUAN API version
configure:8385: result: okay
configure:8440: checking for ksba-config
configure:8458: found /usr/local/opt/libksba/bin/ksba-config
configure:8471: result: /usr/local/opt/libksba/bin/ksba-config
configure:8488: checking for KSBA - version >= 1.2.0
configure:8522: result: yes (1.3.2)
configure:8534: checking KSBA API version
configure:8537: result: okay
configure:8587: checking for usb_bulk_write in -lusb
configure:8612: clang -o conftest -g -O2  -lresolv conftest.c -lusb   >&5
configure:8612: $? = 0
configure:8621: result: yes
configure:8634: checking for usb_create_match
configure:8634: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_usb_create_match", referenced from:
      _main in conftest-f54cd0.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8634: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| /* end confdefs.h.  */
| /* Define usb_create_match to an innocuous variant, in case <limits.h> declares usb_create_match.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define usb_create_match innocuous_usb_create_match
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char usb_create_match (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef usb_create_match
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char usb_create_match ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_usb_create_match || defined __stub___usb_create_match
| choke me
| #endif
| 
| int
| main ()
| {
| return usb_create_match ();
|   ;
|   return 0;
| }
configure:8634: result: no
configure:8652: checking for library containing dlopen
configure:8683: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:8683: $? = 0
configure:8700: result: none required
configure:8716: checking for encfs
configure:8747: result: /usr/bin/encfs
configure:8763: checking for fusermount
configure:8794: result: /usr/bin/fusermount
configure:8817: checking for openpty in -lutil
configure:8842: clang -o conftest -g -O2  -lresolv conftest.c -lutil   >&5
configure:8842: $? = 0
configure:8851: result: yes
configure:8866: checking for shred
configure:8897: result: /usr/bin/shred
configure:8928: checking for npth-config
configure:8946: found /usr/local/opt/npth/bin/npth-config
configure:8959: result: /usr/local/opt/npth/bin/npth-config
configure:8985: checking for NPTH - version >= 0.91
configure:9008: result: yes (1.1)
configure:9020: checking NPTH API version
configure:9023: result: okay
configure:9047: WARNING:
***
*** The config script /usr/local/opt/npth/bin/npth-config was
*** built for x86_64-apple-darwin14.1.0 and thus may not match the
*** used host x86_64-apple-darwin14.3.0.
*** You may want to use the configure option --with-npth-prefix
*** to specify a matching config script.
***
configure:9130: checking for ntbtls-config
configure:9161: result: no
configure:9178: checking for NTBTLS - version >= 0.1.0
configure:9215: result: no
configure:9340: checking for pkg-config
configure:9358: found /usr/local/opt/pkg-config/bin/pkg-config
configure:9370: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:9395: checking pkg-config is at least version 0.9.0
configure:9398: result: yes
configure:9408: checking for LIBGNUTLS
configure:9415: $PKG_CONFIG --exists --print-errors "gnutls >= $NEED_GNUTLS_VERSION"
configure:9418: $? = 0
configure:9432: $PKG_CONFIG --exists --print-errors "gnutls >= $NEED_GNUTLS_VERSION"
configure:9435: $? = 0
configure:9473: result: yes
configure:9501: checking for networking options
configure:9510: checking for gethostbyname
configure:9510: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:9510: $? = 0
configure:9510: result: yes
configure:9556: checking for setsockopt
configure:9556: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:9556: $? = 0
configure:9556: result: yes
configure:9621: checking adns.h usability
configure:9621: clang -c -g -O2  conftest.c >&5
conftest.c:101:10: fatal error: 'adns.h' file not found
#include <adns.h>
         ^
1 error generated.
configure:9621: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <adns.h>
configure:9621: result: no
configure:9621: checking adns.h presence
configure:9621: clang -E  conftest.c
conftest.c:68:10: fatal error: 'adns.h' file not found
#include <adns.h>
         ^
1 error generated.
configure:9621: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| /* end confdefs.h.  */
| #include <adns.h>
configure:9621: result: no
configure:9621: checking for adns.h
configure:9621: result: no
configure:9703: checking for library containing res_query
configure:9734: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:9734: $? = 0
configure:9751: result: none required
configure:9818: checking for library containing dn_expand
configure:9849: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:9849: $? = 0
configure:9866: result: none required
configure:9933: checking for library containing dn_skipname
configure:9964: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_dn_skipname", referenced from:
      _main in conftest-1e7ad6.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dn_skipname ();
| int
| main ()
| {
| return dn_skipname ();
|   ;
|   return 0;
| }
configure:9964: clang -o conftest -g -O2  -lresolv conftest.c -lresolv   >&5
Undefined symbols for architecture x86_64:
  "_dn_skipname", referenced from:
      _main in conftest-3d7408.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dn_skipname ();
| int
| main ()
| {
| return dn_skipname ();
|   ;
|   return 0;
| }
configure:9964: clang -o conftest -g -O2  -lresolv conftest.c -lbind   >&5
ld: library not found for -lbind
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dn_skipname ();
| int
| main ()
| {
| return dn_skipname ();
|   ;
|   return 0;
| }
configure:9981: result: no
configure:9988: checking for library containing __dn_skipname
configure:10019: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:10019: $? = 0
configure:10036: result: none required
configure:10057: checking whether the resolver is usable
configure:10077: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:75:22: error: use of undeclared identifier 'PACKETSZ'
unsigned char answer[PACKETSZ];
                     ^
conftest.c:76:23: error: use of undeclared identifier 'C_IN'
  res_query("foo.bar",C_IN,T_A,answer,PACKETSZ);
                      ^
conftest.c:76:28: error: use of undeclared identifier 'T_A'
  res_query("foo.bar",C_IN,T_A,answer,PACKETSZ);
                           ^
conftest.c:76:39: error: use of undeclared identifier 'PACKETSZ'
  res_query("foo.bar",C_IN,T_A,answer,PACKETSZ);
                                      ^
4 errors generated.
configure:10077: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <netinet/in.h>
| #include <arpa/nameser.h>
| #include <resolv.h>
| int
| main ()
| {
| unsigned char answer[PACKETSZ];
|   res_query("foo.bar",C_IN,T_A,answer,PACKETSZ);
|   dn_skipname(0,0);
|   dn_expand(0,0,0,0,0);
| 
|   ;
|   return 0;
| }
configure:10084: result: no
configure:10091: checking whether I can make the resolver usable with BIND_8_COMPAT
configure:10111: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:10111: $? = 0
configure:10116: result: yes
configure:10225: checking whether LDAP via "-lldap" is present and sane
configure:10245: clang -o conftest -g -O2    -lresolv conftest.c -lldap   >&5
conftest.c:82:1: warning: 'ldap_open' is deprecated: first deprecated in OS X 10.10 - use ldap_initialize [-Wdeprecated-declarations]
ldap_open("foobar",1234);
^
/usr/include/ldap.h:1527:1: note: 'ldap_open' has been explicitly marked deprecated here
ldap_open LDAP_P((      /* deprecated, use ldap_create or ldap_initialize */
^
1 warning generated.
configure:10245: $? = 0
configure:10252: result: yes
configure:10296: checking for ldap_get_option
configure:10296: clang -o conftest -g -O2    -lresolv conftest.c -lldap   >&5
configure:10296: $? = 0
configure:10296: result: yes
configure:10296: checking for ldap_set_option
configure:10296: clang -o conftest -g -O2    -lresolv conftest.c -lldap   >&5
configure:10296: $? = 0
configure:10296: result: yes
configure:10310: checking for ldap_start_tls_s
configure:10310: clang -o conftest -g -O2    -lresolv conftest.c -lldap   >&5
configure:10310: $? = 0
configure:10310: result: yes
configure:10310: checking for ldap_start_tls_sA
configure:10310: clang -o conftest -g -O2    -lresolv conftest.c -lldap   >&5
Undefined symbols for architecture x86_64:
  "_ldap_start_tls_sA", referenced from:
      _main in conftest-fe151a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10310: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| /* end confdefs.h.  */
| /* Define ldap_start_tls_sA to an innocuous variant, in case <limits.h> declares ldap_start_tls_sA.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define ldap_start_tls_sA innocuous_ldap_start_tls_sA
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ldap_start_tls_sA (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef ldap_start_tls_sA
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ldap_start_tls_sA ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_ldap_start_tls_sA || defined __stub___ldap_start_tls_sA
| choke me
| #endif
| 
| int
| main ()
| {
| return ldap_start_tls_sA ();
|   ;
|   return 0;
| }
configure:10310: result: no
configure:10365: checking for ber_free in -llber
configure:10390: clang -o conftest -g -O2  -lresolv conftest.c -llber   >&5
configure:10390: $? = 0
configure:10399: result: yes
configure:10476: checking for sendmail
configure:10495: found /usr/sbin/sendmail
configure:10507: result: /usr/sbin/sendmail
configure:10603: checking for ld used by GCC
configure:10667: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:10674: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:10687: result: no
configure:10694: checking for shared library run path origin
configure:10707: result: done
configure:11215: checking for iconv
configure:11237: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_iconv", referenced from:
      _main in conftest-76c6d7.o
  "_iconv_close", referenced from:
      _main in conftest-76c6d7.o
  "_iconv_open", referenced from:
      _main in conftest-76c6d7.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
configure:11259: clang -o conftest -g -O2  -lresolv conftest.c  -liconv >&5
configure:11259: $? = 0
configure:11269: result: yes
configure:11272: checking for working iconv
configure:11348: clang -o conftest -g -O2  -lresolv conftest.c  -liconv >&5
configure:11348: $? = 0
configure:11348: ./conftest
configure:11348: $? = 0
configure:11360: result: yes
configure:11375: checking how to link with libiconv
configure:11377: result: -liconv
configure:11388: checking for iconv declaration
configure:11417: clang -c -g -O2  conftest.c >&5
configure:11417: $? = 0
configure:11428: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:11452: checking for gettext
configure:11455: checking whether NLS is requested
configure:11464: result: yes
configure:11505: checking for msgfmt
configure: trying /usr/local/opt/gettext/bin/msgfmt...
0 translated messages.
configure:11537: result: /usr/local/opt/gettext/bin/msgfmt
configure:11546: checking for gmsgfmt
configure:11577: result: /usr/local/opt/gettext/bin/msgfmt
configure:11628: checking for xgettext
configure: trying /usr/local/opt/gettext/bin/xgettext...
/usr/local/opt/gettext/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:11660: result: /usr/local/opt/gettext/bin/xgettext
configure:11706: checking for msgmerge
configure: trying /usr/local/opt/gettext/bin/msgmerge...
configure:11737: result: /usr/local/opt/gettext/bin/msgmerge
configure:11779: checking for CFPreferencesCopyAppValue
configure:11797: clang -o conftest -g -O2  -lresolv conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
configure:11797: $? = 0
configure:11806: result: yes
configure:11813: checking for CFLocaleCopyCurrent
configure:11831: clang -o conftest -g -O2  -lresolv conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
configure:11831: $? = 0
configure:11840: result: yes
configure:11889: checking for GNU gettext in libc
configure:11909: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "__nl_domain_bindings", referenced from:
      _main in conftest-57eb0c.o
  "__nl_msg_cat_cntr", referenced from:
      _main in conftest-57eb0c.o
  "_libintl_bindtextdomain", referenced from:
      _main in conftest-57eb0c.o
  "_libintl_gettext", referenced from:
      _main in conftest-57eb0c.o
  "_libintl_ngettext", referenced from:
      _main in conftest-57eb0c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h.  */
| #include <libintl.h>
| 
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings
|   ;
|   return 0;
| }
configure:11918: result: no
configure:11952: checking for iconv
configure:12006: result: yes
configure:12009: checking for working iconv
configure:12097: result: yes
configure:12112: checking how to link with libiconv
configure:12114: result: -liconv
configure:12560: checking for GNU gettext in libintl
configure:12588: clang -o conftest -g -O2   -lresolv conftest.c  -lintl >&5
configure:12588: $? = 0
configure:12629: result: yes
configure:12664: checking whether to use NLS
configure:12666: result: yes
configure:12669: checking where the gettext function comes from
configure:12680: result: external libintl
configure:12688: checking how to link with libintl
configure:12690: result: -lintl -Wl,-framework -Wl,CoreFoundation
configure:12744: checking for strchr
configure:12744: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:109:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
     ^
conftest.c:109:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:12744: $? = 0
configure:12744: result: yes
configure:12766: checking for nl_langinfo and CODESET
configure:12782: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:12782: $? = 0
configure:12791: result: yes
configure:12802: checking for LC_MESSAGES
configure:12818: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:12818: $? = 0
configure:12826: result: yes
configure:12849: checking for header files
configure:12851: checking for ANSI C header files
configure:12955: result: yes
configure:12967: checking for string.h
configure:12967: result: yes
configure:12967: checking for unistd.h
configure:12967: result: yes
configure:12967: checking langinfo.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking langinfo.h presence
configure:12967: clang -E  conftest.c
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking for langinfo.h
configure:12967: result: yes
configure:12967: checking termio.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
conftest.c:126:10: fatal error: 'termio.h' file not found
#include <termio.h>
         ^
1 error generated.
configure:12967: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <termio.h>
configure:12967: result: no
configure:12967: checking termio.h presence
configure:12967: clang -E  conftest.c
conftest.c:93:10: fatal error: 'termio.h' file not found
#include <termio.h>
         ^
1 error generated.
configure:12967: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h.  */
| #include <termio.h>
configure:12967: result: no
configure:12967: checking for termio.h
configure:12967: result: no
configure:12967: checking locale.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking locale.h presence
configure:12967: clang -E  conftest.c
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking for locale.h
configure:12967: result: yes
configure:12967: checking getopt.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking getopt.h presence
configure:12967: clang -E  conftest.c
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking for getopt.h
configure:12967: result: yes
configure:12967: checking pty.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
conftest.c:128:10: fatal error: 'pty.h' file not found
#include <pty.h>
         ^
1 error generated.
configure:12967: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pty.h>
configure:12967: result: no
configure:12967: checking pty.h presence
configure:12967: clang -E  conftest.c
conftest.c:95:10: fatal error: 'pty.h' file not found
#include <pty.h>
         ^
1 error generated.
configure:12967: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <pty.h>
configure:12967: result: no
configure:12967: checking for pty.h
configure:12967: result: no
configure:12967: checking utmp.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking utmp.h presence
configure:12967: clang -E  conftest.c
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking for utmp.h
configure:12967: result: yes
configure:12967: checking pwd.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking pwd.h presence
configure:12967: clang -E  conftest.c
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking for pwd.h
configure:12967: result: yes
configure:12967: checking for inttypes.h
configure:12967: result: yes
configure:12967: checking signal.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking signal.h presence
configure:12967: clang -E  conftest.c
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking for signal.h
configure:12967: result: yes
configure:12967: checking sys/select.h usability
configure:12967: clang -c -g -O2  conftest.c >&5
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking sys/select.h presence
configure:12967: clang -E  conftest.c
configure:12967: $? = 0
configure:12967: result: yes
configure:12967: checking for sys/select.h
configure:12967: result: yes
configure:12977: checking whether time.h and sys/time.h may both be included
configure:12997: clang -c -g -O2  conftest.c >&5
configure:12997: $? = 0
configure:13004: result: yes
configure:13017: checking for system characteristics
configure:13019: checking for an ANSI C-conforming const
configure:13085: clang -c -g -O2  conftest.c >&5
configure:13085: $? = 0
configure:13092: result: yes
configure:13100: checking for inline
configure:13116: clang -c -g -O2  conftest.c >&5
configure:13116: $? = 0
configure:13124: result: inline
configure:13142: checking for working volatile
configure:13161: clang -c -g -O2  conftest.c >&5
configure:13161: $? = 0
configure:13168: result: yes
configure:13176: checking for size_t
configure:13176: clang -c -g -O2  conftest.c >&5
configure:13176: $? = 0
configure:13176: clang -c -g -O2  conftest.c >&5
conftest.c:137:21: error: expected expression
if (sizeof ((size_t)))
                    ^
1 error generated.
configure:13176: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13176: result: yes
configure:13187: checking for mode_t
configure:13187: clang -c -g -O2  conftest.c >&5
configure:13187: $? = 0
configure:13187: clang -c -g -O2  conftest.c >&5
conftest.c:137:21: error: expected expression
if (sizeof ((mode_t)))
                    ^
1 error generated.
configure:13187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13187: result: yes
configure:13198: checking return type of signal handlers
configure:13216: clang -c -g -O2  conftest.c >&5
conftest.c:107:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
       ^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:13223: result: void
configure:13231: checking whether sys_siglist is declared
configure:13231: clang -c -g -O2  conftest.c >&5
configure:13231: $? = 0
configure:13231: result: yes
configure:13256: checking for sys/socket.h
configure:13256: clang -c -g -O2  conftest.c >&5
configure:13256: $? = 0
configure:13256: result: yes
configure:13291: checking for socklen_t
configure:13291: clang -c -g -O2  conftest.c >&5
configure:13291: $? = 0
configure:13291: clang -c -g -O2  conftest.c >&5
conftest.c:114:24: error: expected expression
if (sizeof ((socklen_t)))
                       ^
1 error generated.
configure:13291: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|       #if HAVE_SYS_SOCKET_H
|       # include <sys/socket.h>
|       #elif HAVE_WS2TCPIP_H
|       # include <ws2tcpip.h>
|       #endif
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13291: result: yes
configure:13350: checking for library containing inet_addr
configure:13381: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:13381: $? = 0
configure:13398: result: none required
configure:13428: checking endianess
configure:13450: clang -c -g -O2  conftest.c >&5
configure:13450: $? = 0
configure:13467: clang -c -g -O2  conftest.c >&5
conftest.c:111:10: error: use of undeclared identifier 'not'
         not big endian
         ^
1 error generated.
configure:13467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|         #include <sys/param.h>
| int
| main ()
| {
| 
|         #if BYTE_ORDER != BIG_ENDIAN
|          not big endian
|         #endif
|   ;
|   return 0;
| }
configure:13507: result: little
configure:13522: checking for byte typedef
configure:13543: clang -c -g -O2  conftest.c >&5
conftest.c:113:20: error: use of undeclared identifier 'byte'
    int a = sizeof(byte);
                   ^
1 error generated.
configure:13543: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| /* end confdefs.h.  */
| #define _GNU_SOURCE 1
|     #include <stdlib.h>
|     #include <sys/types.h>
| int
| main ()
| {
| 
|     #undef byte
|     int a = sizeof(byte);
| 
|   ;
|   return 0;
| }
configure:13551: result: no
configure:13559: checking for ushort typedef
configure:13580: clang -c -g -O2  conftest.c >&5
configure:13580: $? = 0
configure:13588: result: yes
configure:13596: checking for ulong typedef
configure:13617: clang -c -g -O2  conftest.c >&5
conftest.c:114:20: error: use of undeclared identifier 'ulong'
    int a = sizeof(ulong);
                   ^
1 error generated.
configure:13617: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| /* end confdefs.h.  */
| #define _GNU_SOURCE 1
|     #include <stdlib.h>
|     #include <sys/types.h>
| int
| main ()
| {
| 
|     #undef ulong
|     int a = sizeof(ulong);
| 
|   ;
|   return 0;
| }
configure:13625: result: no
configure:13633: checking for u16 typedef
configure:13654: clang -c -g -O2  conftest.c >&5
conftest.c:114:20: error: use of undeclared identifier 'u16'
    int a = sizeof(u16);
                   ^
1 error generated.
configure:13654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| /* end confdefs.h.  */
| #define _GNU_SOURCE 1
|     #include <stdlib.h>
|     #include <sys/types.h>
| int
| main ()
| {
| 
|     #undef u16
|     int a = sizeof(u16);
| 
|   ;
|   return 0;
| }
configure:13662: result: no
configure:13670: checking for u32 typedef
configure:13691: clang -c -g -O2  conftest.c >&5
conftest.c:114:20: error: use of undeclared identifier 'u32'
    int a = sizeof(u32);
                   ^
1 error generated.
configure:13691: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| /* end confdefs.h.  */
| #define _GNU_SOURCE 1
|     #include <stdlib.h>
|     #include <sys/types.h>
| int
| main ()
| {
| 
|     #undef u32
|     int a = sizeof(u32);
| 
|   ;
|   return 0;
| }
configure:13699: result: no
configure:13712: checking size of unsigned short
configure:13717: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:13717: $? = 0
configure:13717: ./conftest
configure:13717: $? = 0
configure:13731: result: 2
configure:13745: checking size of unsigned int
configure:13750: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:13750: $? = 0
configure:13750: ./conftest
configure:13750: $? = 0
configure:13764: result: 4
configure:13778: checking size of unsigned long
configure:13783: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:13783: $? = 0
configure:13783: ./conftest
configure:13783: $? = 0
configure:13797: result: 8
configure:13811: checking size of unsigned long long
configure:13816: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:13816: $? = 0
configure:13816: ./conftest
configure:13816: $? = 0
configure:13830: result: 8
configure:13840: checking whether time.h and sys/time.h may both be included
configure:13867: result: yes
configure:13879: checking size of time_t
configure:13884: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:13884: $? = 0
configure:13884: ./conftest
configure:13884: $? = 0
configure:13911: result: 8
configure:13921: checking whether time_t is unsigned
configure:13951: clang -c -g -O2  conftest.c >&5
configure:13951: $? = 0
configure:13958: result: no
configure:13979: checking for library functions
configure:13981: checking whether getpagesize is declared
configure:13981: clang -c -g -O2  conftest.c >&5
configure:13981: $? = 0
configure:13981: result: yes
configure:13992: checking for _LARGEFILE_SOURCE value needed for large files
configure:14011: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14011: $? = 0
configure:14039: result: no
configure:14062: checking for vprintf
configure:14062: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:137:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
char vprintf ();
     ^
conftest.c:137:6: note: 'vprintf' is a builtin with type 'int (const char *, __va_list_tag *)'
1 warning generated.
configure:14062: $? = 0
configure:14062: result: yes
configure:14068: checking for _doprnt
configure:14068: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "__doprnt", referenced from:
      _main in conftest-bbd2ac.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14068: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:14068: result: no
configure:14079: checking for pid_t
configure:14079: clang -c -g -O2  conftest.c >&5
configure:14079: $? = 0
configure:14079: clang -c -g -O2  conftest.c >&5
conftest.c:151:20: error: expected expression
if (sizeof ((pid_t)))
                   ^
1 error generated.
configure:14079: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:14079: result: yes
configure:14092: checking vfork.h usability
configure:14092: clang -c -g -O2  conftest.c >&5
conftest.c:148:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
         ^
1 error generated.
configure:14092: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:14092: result: no
configure:14092: checking vfork.h presence
configure:14092: clang -E  conftest.c
conftest.c:115:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
         ^
1 error generated.
configure:14092: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:14092: result: no
configure:14092: checking for vfork.h
configure:14092: result: no
configure:14105: checking for fork
configure:14105: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14105: $? = 0
configure:14105: result: yes
configure:14105: checking for vfork
configure:14105: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:139:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
char vfork ();
     ^
conftest.c:139:6: note: 'vfork' is a builtin with type 'int (void)'
1 warning generated.
configure:14105: $? = 0
configure:14105: result: yes
configure:14115: checking for working fork
configure:14137: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14137: $? = 0
configure:14137: ./conftest
configure:14137: $? = 0
configure:14147: result: yes
configure:14168: checking for working vfork
configure:14278: result: yes
configure:14306: checking for strerror
configure:14306: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:142:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
     ^
conftest.c:142:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:14306: $? = 0
configure:14306: result: yes
configure:14306: checking for strlwr
configure:14306: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_strlwr", referenced from:
      _main in conftest-e6cb99.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| /* end confdefs.h.  */
| /* Define strlwr to an innocuous variant, in case <limits.h> declares strlwr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlwr innocuous_strlwr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlwr (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlwr
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlwr ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_strlwr || defined __stub___strlwr
| choke me
| #endif
| 
| int
| main ()
| {
| return strlwr ();
|   ;
|   return 0;
| }
configure:14306: result: no
configure:14306: checking for tcgetattr
configure:14306: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14306: $? = 0
configure:14306: result: yes
configure:14306: checking for mmap
configure:14306: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14306: $? = 0
configure:14306: result: yes
configure:14306: checking for canonicalize_file_name
configure:14306: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_canonicalize_file_name", referenced from:
      _main in conftest-6f8f92.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define canonicalize_file_name innocuous_canonicalize_file_name
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char canonicalize_file_name (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef canonicalize_file_name
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char canonicalize_file_name ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name
| choke me
| #endif
| 
| int
| main ()
| {
| return canonicalize_file_name ();
|   ;
|   return 0;
| }
configure:14306: result: no
configure:14318: checking for strcasecmp
configure:14318: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:145:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
     ^
conftest.c:145:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:14318: $? = 0
configure:14318: result: yes
configure:14318: checking for strncasecmp
configure:14318: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:146:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
char strncasecmp ();
     ^
conftest.c:146:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:14318: $? = 0
configure:14318: result: yes
configure:14318: checking for ctermid
configure:14318: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14318: $? = 0
configure:14318: result: yes
configure:14318: checking for times
configure:14318: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14318: $? = 0
configure:14318: result: yes
configure:14318: checking for gmtime_r
configure:14318: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14318: $? = 0
configure:14318: result: yes
configure:14318: checking for strtoull
configure:14318: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14318: $? = 0
configure:14318: result: yes
configure:14330: checking for setenv
configure:14330: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14330: $? = 0
configure:14330: result: yes
configure:14330: checking for unsetenv
configure:14330: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14330: $? = 0
configure:14330: result: yes
configure:14330: checking for fcntl
configure:14330: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14330: $? = 0
configure:14330: result: yes
configure:14330: checking for ftruncate
configure:14330: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14330: $? = 0
configure:14330: result: yes
configure:14330: checking for inet_ntop
configure:14330: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14330: $? = 0
configure:14330: result: yes
configure:14341: checking for canonicalize_file_name
configure:14341: result: no
configure:14353: checking for gettimeofday
configure:14353: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14353: $? = 0
configure:14353: result: yes
configure:14353: checking for getrusage
configure:14353: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14353: $? = 0
configure:14353: result: yes
configure:14353: checking for getrlimit
configure:14353: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14353: $? = 0
configure:14353: result: yes
configure:14353: checking for setrlimit
configure:14353: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14353: $? = 0
configure:14353: result: yes
configure:14353: checking for clock_gettime
configure:14353: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_clock_gettime", referenced from:
      _main in conftest-ee072a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_gettime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:14353: result: no
configure:14365: checking for atexit
configure:14365: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14365: $? = 0
configure:14365: result: yes
configure:14365: checking for raise
configure:14365: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14365: $? = 0
configure:14365: result: yes
configure:14365: checking for getpagesize
configure:14365: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14365: $? = 0
configure:14365: result: yes
configure:14365: checking for strftime
configure:14365: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14365: $? = 0
configure:14365: result: yes
configure:14365: checking for nl_langinfo
configure:14365: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14365: $? = 0
configure:14365: result: yes
configure:14365: checking for setlocale
configure:14365: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14365: $? = 0
configure:14365: result: yes
configure:14377: checking for waitpid
configure:14377: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14377: $? = 0
configure:14377: result: yes
configure:14377: checking for wait4
configure:14377: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14377: $? = 0
configure:14377: result: yes
configure:14377: checking for sigaction
configure:14377: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14377: $? = 0
configure:14377: result: yes
configure:14377: checking for sigprocmask
configure:14377: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14377: $? = 0
configure:14377: result: yes
configure:14377: checking for pipe
configure:14377: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14377: $? = 0
configure:14377: result: yes
configure:14377: checking for getaddrinfo
configure:14377: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14377: $? = 0
configure:14377: result: yes
configure:14389: checking for ttyname
configure:14389: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14389: $? = 0
configure:14389: result: yes
configure:14389: checking for rand
configure:14389: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14389: $? = 0
configure:14389: result: yes
configure:14389: checking for ftello
configure:14389: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14389: $? = 0
configure:14389: result: yes
configure:14389: checking for fsync
configure:14389: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14389: $? = 0
configure:14389: result: yes
configure:14389: checking for stat
configure:14389: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14389: $? = 0
configure:14389: result: yes
configure:14389: checking for lstat
configure:14389: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14389: $? = 0
configure:14389: result: yes
configure:14406: checking for struct sigaction
configure:14406: clang -c -g -O2  conftest.c >&5
configure:14406: $? = 0
configure:14406: clang -c -g -O2  conftest.c >&5
conftest.c:160:31: error: expected expression
if (sizeof ((struct sigaction)))
                              ^
1 error generated.
configure:14406: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| if (sizeof ((struct sigaction)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:14406: result: yes
configure:14416: checking for sigset_t
configure:14416: clang -c -g -O2  conftest.c >&5
configure:14416: $? = 0
configure:14416: clang -c -g -O2  conftest.c >&5
conftest.c:161:23: error: expected expression
if (sizeof ((sigset_t)))
                      ^
1 error generated.
configure:14416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:14416: result: yes
configure:14438: checking for signal.h
configure:14438: result: yes
configure:14454: checking for memicmp
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_memicmp", referenced from:
      _main in conftest-7409af.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h.  */
| /* Define memicmp to an innocuous variant, in case <limits.h> declares memicmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memicmp innocuous_memicmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memicmp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef memicmp
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memicmp ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_memicmp || defined __stub___memicmp
| choke me
| #endif
| 
| int
| main ()
| {
| return memicmp ();
|   ;
|   return 0;
| }
configure:14454: result: no
configure:14454: checking for stpcpy
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:181:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
char stpcpy ();
     ^
conftest.c:181:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
1 warning generated.
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for strsep
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for strlwr
configure:14454: result: no
configure:14454: checking for strtoul
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for memmove
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:184:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
     ^
conftest.c:184:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for stricmp
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_stricmp", referenced from:
      _main in conftest-f2e5f5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| /* end confdefs.h.  */
| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define stricmp innocuous_stricmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stricmp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef stricmp
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char stricmp ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_stricmp || defined __stub___stricmp
| choke me
| #endif
| 
| int
| main ()
| {
| return stricmp ();
|   ;
|   return 0;
| }
configure:14454: result: no
configure:14454: checking for strtol
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for memrchr
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_memrchr", referenced from:
      _main in conftest-142376.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| /* end confdefs.h.  */
| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memrchr innocuous_memrchr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memrchr (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef memrchr
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memrchr ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_memrchr || defined __stub___memrchr
| choke me
| #endif
| 
| int
| main ()
| {
| return memrchr ();
|   ;
|   return 0;
| }
configure:14454: result: no
configure:14454: checking for isascii
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for timegm
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for getrusage
configure:14454: result: yes
configure:14454: checking for setrlimit
configure:14454: result: yes
configure:14454: checking for stat
configure:14454: result: yes
configure:14454: checking for setlocale
configure:14454: result: yes
configure:14454: checking for flockfile
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for funlockfile
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for fopencookie
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_fopencookie", referenced from:
      _main in conftest-46ae60.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| /* end confdefs.h.  */
| /* Define fopencookie to an innocuous variant, in case <limits.h> declares fopencookie.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fopencookie innocuous_fopencookie
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fopencookie (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fopencookie
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fopencookie ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_fopencookie || defined __stub___fopencookie
| choke me
| #endif
| 
| int
| main ()
| {
| return fopencookie ();
|   ;
|   return 0;
| }
configure:14454: result: no
configure:14454: checking for funopen
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for getpwnam
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for getpwuid
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for getenv
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for inet_pton
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14454: $? = 0
configure:14454: result: yes
configure:14454: checking for strpbrk
configure:14454: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:199:6: warning: incompatible redeclaration of library function 'strpbrk' [-Wincompatible-library-redeclaration]
char strpbrk ();
     ^
conftest.c:199:6: note: 'strpbrk' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:14454: $? = 0
configure:14454: result: yes
configure:14472: checking for sys/stat.h
configure:14472: result: yes
configure:14472: checking for unistd.h
configure:14472: result: yes
configure:14472: checking direct.h usability
configure:14472: clang -c -g -O2  conftest.c >&5
conftest.c:212:10: fatal error: 'direct.h' file not found
#include <direct.h>
         ^
1 error generated.
configure:14472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETENV 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRPBRK 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <direct.h>
configure:14472: result: no
configure:14472: checking direct.h presence
configure:14472: clang -E  conftest.c
conftest.c:179:10: fatal error: 'direct.h' file not found
#include <direct.h>
         ^
1 error generated.
configure:14472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETENV 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRPBRK 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <direct.h>
configure:14472: result: no
configure:14472: checking for direct.h
configure:14472: result: no
configure:14482: checking if mkdir takes one argument
configure:14508: clang -c -g -O2  conftest.c >&5
configure:14508: $? = 0
configure:14515: result: no
configure:14527: checking whether regular expression support is requested
configure:14536: result: yes
configure:14557: checking for library containing regcomp
configure:14588: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14588: $? = 0
configure:14605: result: none required
configure:14613: checking for regcomp
configure:14613: clang -o conftest -g -O2  -lresolv conftest.c  >&5
configure:14613: $? = 0
configure:14613: result: yes
configure:14628: checking whether your system's regexp library is broken
configure:14643: clang -o conftest -g -O2  -lresolv conftest.c  >&5
conftest.c:182:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() { regex_t blah ; regmatch_t p; p.rm_eo = p.rm_eo; return regcomp(&blah, "foo.*bar", REG_NOSUB) || regexec (&blah, "foobar", 0, NULL, 0); }
^
1 warning generated.
configure:14643: $? = 0
configure:14643: ./conftest
configure:14643: $? = 0
configure:14653: result: no
configure:14703: checking zlib.h usability
configure:14703: clang -c -g -O2  conftest.c >&5
configure:14703: $? = 0
configure:14703: result: yes
configure:14703: checking zlib.h presence
configure:14703: clang -E  conftest.c
configure:14703: $? = 0
configure:14703: result: yes
configure:14703: checking for zlib.h
configure:14703: result: yes
configure:14705: checking for deflateInit2_ in -lz
configure:14730: clang -o conftest -g -O2  -lresolv conftest.c -lz   >&5
configure:14730: $? = 0
configure:14739: result: yes
configure:14784: checking for bzlib.h
configure:14784: clang -c -g -O2  conftest.c >&5
configure:14784: $? = 0
configure:14784: result: yes
configure:14787: checking for BZ2_bzCompressInit in -lbz2
configure:14812: clang -o conftest -g -O2  -lresolv conftest.c -lbz2   >&5
configure:14812: $? = 0
configure:14821: result: yes
configure:14876: checking whether readline via "-lreadline" is present and sane
configure:14901: clang -o conftest -g -O2  -lresolv conftest.c  -lreadline >&5
conftest.c:190:1: error: unknown type name 'rl_completion_func_t'; did you mean 'rl_compentry_func_t'?
rl_completion_func_t *completer;
^~~~~~~~~~~~~~~~~~~~
rl_compentry_func_t
/usr/include/readline/history.h:45:19: note: 'rl_compentry_func_t' declared here
typedef char     *rl_compentry_func_t(const char *, int);
                  ^
conftest.c:192:1: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals=0;
^
2 errors generated.
configure:14901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETENV 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRPBRK 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZIP 1
| #define HAVE_BZIP2 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <readline/readline.h>
| #include <readline/history.h>
| 
| int
| main ()
| {
| 
| rl_completion_func_t *completer;
| add_history("foobar");
| rl_catch_signals=0;
| rl_inhibit_completion=0;
| rl_attempted_completion_function=NULL;
| rl_completion_matches(NULL,NULL);
| 
|   ;
|   return 0;
| }
configure:14909: result: no
configure:14876: checking whether readline via "-lreadline -ltermcap" is present and sane
configure:14901: clang -o conftest -g -O2  -lresolv conftest.c  -lreadline -ltermcap >&5
conftest.c:190:1: error: unknown type name 'rl_completion_func_t'; did you mean 'rl_compentry_func_t'?
rl_completion_func_t *completer;
^~~~~~~~~~~~~~~~~~~~
rl_compentry_func_t
/usr/include/readline/history.h:45:19: note: 'rl_compentry_func_t' declared here
typedef char     *rl_compentry_func_t(const char *, int);
                  ^
conftest.c:192:1: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals=0;
^
2 errors generated.
configure:14901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETENV 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRPBRK 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZIP 1
| #define HAVE_BZIP2 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <readline/readline.h>
| #include <readline/history.h>
| 
| int
| main ()
| {
| 
| rl_completion_func_t *completer;
| add_history("foobar");
| rl_catch_signals=0;
| rl_inhibit_completion=0;
| rl_attempted_completion_function=NULL;
| rl_completion_matches(NULL,NULL);
| 
|   ;
|   return 0;
| }
configure:14909: result: no
configure:14876: checking whether readline via "-lreadline -lcurses" is present and sane
configure:14901: clang -o conftest -g -O2  -lresolv conftest.c  -lreadline -lcurses >&5
conftest.c:190:1: error: unknown type name 'rl_completion_func_t'; did you mean 'rl_compentry_func_t'?
rl_completion_func_t *completer;
^~~~~~~~~~~~~~~~~~~~
rl_compentry_func_t
/usr/include/readline/history.h:45:19: note: 'rl_compentry_func_t' declared here
typedef char     *rl_compentry_func_t(const char *, int);
                  ^
conftest.c:192:1: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals=0;
^
2 errors generated.
configure:14901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETENV 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRPBRK 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZIP 1
| #define HAVE_BZIP2 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <readline/readline.h>
| #include <readline/history.h>
| 
| int
| main ()
| {
| 
| rl_completion_func_t *completer;
| add_history("foobar");
| rl_catch_signals=0;
| rl_inhibit_completion=0;
| rl_attempted_completion_function=NULL;
| rl_completion_matches(NULL,NULL);
| 
|   ;
|   return 0;
| }
configure:14909: result: no
configure:14876: checking whether readline via "-lreadline -lncurses" is present and sane
configure:14901: clang -o conftest -g -O2  -lresolv conftest.c  -lreadline -lncurses >&5
conftest.c:190:1: error: unknown type name 'rl_completion_func_t'; did you mean 'rl_compentry_func_t'?
rl_completion_func_t *completer;
^~~~~~~~~~~~~~~~~~~~
rl_compentry_func_t
/usr/include/readline/history.h:45:19: note: 'rl_compentry_func_t' declared here
typedef char     *rl_compentry_func_t(const char *, int);
                  ^
conftest.c:192:1: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals=0;
^
2 errors generated.
configure:14901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETENV 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRPBRK 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZIP 1
| #define HAVE_BZIP2 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <readline/readline.h>
| #include <readline/history.h>
| 
| int
| main ()
| {
| 
| rl_completion_func_t *completer;
| add_history("foobar");
| rl_catch_signals=0;
| rl_inhibit_completion=0;
| rl_attempted_completion_function=NULL;
| rl_completion_matches(NULL,NULL);
| 
|   ;
|   return 0;
| }
configure:14909: result: no
configure:14989: checking for cc features
configure:14994: checking if gcc ignores unknown -Wno-* options
configure:15010: clang -c -g -O2  conftest.c >&5
conftest.c:183:2: error: invalid preprocessing directive
#kickerror
 ^
1 error generated.
configure:15010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.1.3"
| #define PACKAGE_STRING "gnupg 2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg"
| #define VERSION "2.1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.1.3"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.6.0"
| #define NEED_KSBA_VERSION "1.2.0"
| #define NEED_NTBTLS_VERSION "0.1.0"
| #define NAME_OF_INSTALLED_GPG "gpg2"
| #define SECMEM_BUFFER_SIZE 32768
| #define GPG_USE_RSA 1
| #define GPG_USE_ECDH 1
| #define GPG_USE_ECDSA 1
| #define GPG_USE_EDDSA 1
| #define GPG_USE_IDEA 1
| #define GPG_USE_CAST5 1
| #define GPG_USE_BLOWFISH 1
| #define GPG_USE_AES128 1
| #define GPG_USE_AES192 1
| #define GPG_USE_AES256 1
| #define GPG_USE_TWOFISH 1
| #define GPG_USE_CAMELLIA128 1
| #define GPG_USE_CAMELLIA192 1
| #define GPG_USE_CAMELLIA256 1
| #define GPG_USE_MD5 1
| #define GPG_USE_RMD160 1
| #define GPG_USE_SHA224 1
| #define GPG_USE_SHA384 1
| #define GPG_USE_SHA512 1
| #define PK_UID_CACHE_SIZE 4096
| #define ENABLE_CARD_SUPPORT 1
| #define USE_DIRMNGR_AUTO_START 1
| #define RUN_TESTS 1
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.2.0"
| #define HAVE_LIBUSB 1
| #define ENCFS "/usr/bin/encfs"
| #define FUSERMOUNT "/usr/bin/fusermount"
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_NPTH 1
| #define USE_NPTH 1
| #define HTTP_USE_GNUTLS 1
| #define USE_DNS_SRV 1
| #define USE_DNS_CERT 1
| #define BIND_8_COMPAT 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LBER 1
| #define USE_LDAP 1
| #define USE_LDAPWRAPPER 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_TIME_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_LSTAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETENV 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRPBRK 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZIP 1
| #define HAVE_BZIP2 1
| /* end confdefs.h.  */
| 
| #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6 )
| #kickerror
| #endif
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:15016: result: no
configure:15091: checking if gcc supports -Wno-pointer-sign
configure:15106: clang -c -Wno-pointer-sign  conftest.c >&5
configure:15106: $? = 0
configure:15112: result: yes
configure:15120: checking if gcc supports -Wpointer-arith
configure:15135: clang -c -Wpointer-arith  conftest.c >&5
configure:15135: $? = 0
configure:15141: result: yes
configure:15735: checking that generated files are newer than configure
configure:15741: result: done
configure:15787: checking that generated files are newer than configure
configure:15793: result: done
configure:15908: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by gnupg config.status 2.1.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on Dominyks-MacBook-Pro.local

config.status:1225: creating m4/Makefile
config.status:1225: creating Makefile
config.status:1225: creating po/Makefile.in
config.status:1225: creating common/Makefile
config.status:1225: creating common/w32info-rc.h
config.status:1225: creating kbx/Makefile
config.status:1225: creating g10/Makefile
config.status:1225: creating sm/Makefile
config.status:1225: creating agent/Makefile
config.status:1225: creating scd/Makefile
config.status:1225: creating g13/Makefile
config.status:1225: creating dirmngr/Makefile
config.status:1225: creating tools/gpg-zip
config.status:1225: creating tools/Makefile
config.status:1225: creating doc/Makefile
config.status:1225: creating tests/Makefile
config.status:1225: creating tests/openpgp/Makefile
config.status:1225: creating tests/pkits/Makefile
config.status:1225: creating g10/gpg.w32-manifest
config.status:1225: creating config.h
config.status:1454: executing depfiles commands
config.status:1454: executing po-directories commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-apple-darwin14.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_volatile=yes
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-lresolv
ac_cv_env_LIBGNUTLS_CFLAGS_set=
ac_cv_env_LIBGNUTLS_CFLAGS_value=
ac_cv_env_LIBGNUTLS_LIBS_set=
ac_cv_env_LIBGNUTLS_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/libusb-compat/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SYSROOT_set=
ac_cv_env_SYSROOT_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_atexit=yes
ac_cv_func_canonicalize_file_name=no
ac_cv_func_clock_gettime=no
ac_cv_func_ctermid=yes
ac_cv_func_fcntl=yes
ac_cv_func_flockfile=yes
ac_cv_func_fopencookie=no
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fsync=yes
ac_cv_func_ftello=yes
ac_cv_func_ftruncate=yes
ac_cv_func_funlockfile=yes
ac_cv_func_funopen=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getenv=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_isascii=yes
ac_cv_func_ldap_get_option=yes
ac_cv_func_ldap_set_option=yes
ac_cv_func_ldap_start_tls_s=yes
ac_cv_func_ldap_start_tls_sA=no
ac_cv_func_lstat=yes
ac_cv_func_memicmp=no
ac_cv_func_memmove=yes
ac_cv_func_memrchr=no
ac_cv_func_mmap=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_pipe=yes
ac_cv_func_raise=yes
ac_cv_func_rand=yes
ac_cv_func_regcomp=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsockopt=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_stat=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_stricmp=no
ac_cv_func_strlwr=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strsep=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_func_ttyname=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usb_create_match=no
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl_getpagesize=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_header_adns_h=no
ac_cv_header_bzlib_h=yes
ac_cv_header_direct_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pty_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termio_h=no
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-apple-darwin14.3.0
ac_cv_lib_bz2_BZ2_bzCompressInit=yes
ac_cv_lib_cposix_strerror=no
ac_cv_lib_lber_ber_free=yes
ac_cv_lib_usb_usb_bulk_write=yes
ac_cv_lib_util_openpty=yes
ac_cv_lib_z_deflateInit2_=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_ENCFS=/usr/bin/encfs
ac_cv_path_FUSERMOUNT=/usr/bin/fusermount
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_GPG_ERROR_CONFIG=/usr/local/opt/libgpg-error/bin/gpg-error-config
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_KSBA_CONFIG=/usr/local/opt/libksba/bin/ksba-config
ac_cv_path_LIBASSUAN_CONFIG=/usr/local/opt/libassuan/bin/libassuan-config
ac_cv_path_LIBGCRYPT_CONFIG=/usr/local/opt/libgcrypt/bin/libgcrypt-config
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/opt/gettext/bin/msgmerge
ac_cv_path_NPTH_CONFIG=/usr/local/opt/npth/bin/npth-config
ac_cv_path_NTBTLS_CONFIG=no
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SENDMAIL=/usr/sbin/sendmail
ac_cv_path_SHRED=/usr/bin/shred
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search___dn_skipname='none required'
ac_cv_search_dlopen='none required'
ac_cv_search_dn_expand='none required'
ac_cv_search_dn_skipname=no
ac_cv_search_inet_addr='none required'
ac_cv_search_regcomp='none required'
ac_cv_search_res_query='none required'
ac_cv_sizeof_time_t=8
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_sigset_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_sigaction=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
gl_cv_absolute_stdint_h=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/stdint.h
gnupg_cv_c_endian=little
gnupg_cv_enable_photo_viewers=yes
gnupg_cv_func_ldap_init=yes
gnupg_cv_have_readline=no
gnupg_cv_have_regex=yes
gnupg_cv_mkdir_takes_one_arg=no
gnupg_cv_regex_broken=no
gnupg_cv_time_t_unsigned=no
gnupg_cv_typedef_byte=no
gnupg_cv_typedef_u16=no
gnupg_cv_typedef_u32=no
gnupg_cv_typedef_ulong=no
gnupg_cv_typedef_ushort=yes
gt_cv_func_CFLocaleCopyCurrent=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_func_gnugettext2_libc=no
gt_cv_func_gnugettext2_libintl=yes
gt_cv_val_LC_MESSAGES=yes
pkg_cv_LIBGNUTLS_CFLAGS='-I/usr/local/Cellar/libtasn1/4.4/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.14/include '
pkg_cv_LIBGNUTLS_LIBS='-L/usr/local/Cellar/gnutls/3.3.14/lib -lgnutls '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /private/tmp/gnupg2120150411-125-1ivs8hi/gnupg-2.1.3/build-aux/missing aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/gnupg2120150411-125-1ivs8hi/gnupg-2.1.3/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/gnupg2120150411-125-1ivs8hi/gnupg-2.1.3/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/gnupg2120150411-125-1ivs8hi/gnupg-2.1.3/build-aux/missing automake-1.14'
AWK='awk'
BUILD_AGENT_FALSE='#'
BUILD_AGENT_TRUE=''
BUILD_DIRMNGR_FALSE='#'
BUILD_DIRMNGR_TRUE=''
BUILD_DOC_FALSE='#'
BUILD_DOC_TRUE=''
BUILD_FILEVERSION='2,1,3,45537'
BUILD_G13_FALSE='#'
BUILD_G13_TRUE=''
BUILD_GPGSM_FALSE='#'
BUILD_GPGSM_TRUE=''
BUILD_GPGTAR_FALSE='#'
BUILD_GPGTAR_TRUE=''
BUILD_GPG_FALSE='#'
BUILD_GPG_TRUE=''
BUILD_HOSTNAME='Dominyks-MacBook-Pro.local'
BUILD_INCLUDED_LIBINTL=''
BUILD_REVISION='b1e1959'
BUILD_SCDAEMON_FALSE='#'
BUILD_SCDAEMON_TRUE=''
BUILD_SYMCRYPTRUN_FALSE='#'
BUILD_SYMCRYPTRUN_TRUE=''
BUILD_TIMESTAMP='2015-04-11T22:24+0000'
BUILD_TOOLS_FALSE='#'
BUILD_TOOLS_TRUE=''
BUILD_VERSION='2.1.3.45537'
CC='clang'
CCDEPMODE='depmode=none'
CC_FOR_BUILD='clang'
CFLAGS='-g -O2 -Wall -Wno-pointer-sign -Wpointer-arith'
CPP='clang -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_REGEX_FALSE=''
DISABLE_REGEX_TRUE='#'
DL_LIBS=''
DNSLIBS=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BZIP2_SUPPORT_FALSE='#'
ENABLE_BZIP2_SUPPORT_TRUE=''
ENABLE_CARD_SUPPORT_FALSE='#'
ENABLE_CARD_SUPPORT_TRUE=''
ENCFS='/usr/bin/encfs'
EXEEXT=''
FUSERMOUNT='/usr/bin/fusermount'
GETTEXT_MACRO_VERSION='0.17'
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt'
GMSGFMT_015='/usr/local/opt/gettext/bin/msgfmt'
GNUPG_AGENT_PGM=''
GNUPG_AGENT_PGM_FALSE=''
GNUPG_AGENT_PGM_TRUE='#'
GNUPG_DIRMNGR_LDAP_PGM=''
GNUPG_DIRMNGR_LDAP_PGM_FALSE=''
GNUPG_DIRMNGR_LDAP_PGM_TRUE='#'
GNUPG_DIRMNGR_PGM=''
GNUPG_DIRMNGR_PGM_FALSE=''
GNUPG_DIRMNGR_PGM_TRUE='#'
GNUPG_PINENTRY_PGM=''
GNUPG_PINENTRY_PGM_FALSE=''
GNUPG_PINENTRY_PGM_TRUE='#'
GNUPG_PROTECT_TOOL_PGM=''
GNUPG_PROTECT_TOOL_PGM_FALSE=''
GNUPG_PROTECT_TOOL_PGM_TRUE='#'
GNUPG_SCDAEMON_PGM=''
GNUPG_SCDAEMON_PGM_FALSE=''
GNUPG_SCDAEMON_PGM_TRUE='#'
GPGKEYS_LDAP='gpg2keys_ldap'
GPG_ERROR_CFLAGS='-I/usr/local/Cellar/libgpg-error/1.18/include'
GPG_ERROR_CONFIG='/usr/local/opt/libgpg-error/bin/gpg-error-config'
GPG_ERROR_LIBS='-L/usr/local/Cellar/libgpg-error/1.18/lib -lgpg-error'
GPG_ERROR_MT_CFLAGS='-I/usr/local/Cellar/libgpg-error/1.18/include'
GPG_ERROR_MT_LIBS='-L/usr/local/Cellar/libgpg-error/1.18/lib -lgpg-error -lpthread'
GREP='/usr/bin/grep'
HAVE_ANDROID_SYSTEM_FALSE=''
HAVE_ANDROID_SYSTEM_TRUE='#'
HAVE_DOSISH_SYSTEM_FALSE=''
HAVE_DOSISH_SYSTEM_TRUE='#'
HAVE_USTAR_FALSE='#'
HAVE_USTAR_TRUE=''
HAVE_W32CE_SYSTEM_FALSE=''
HAVE_W32CE_SYSTEM_TRUE='#'
HAVE_W32_SYSTEM_FALSE=''
HAVE_W32_SYSTEM_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS='-lintl -Wl,-framework -Wl,CoreFoundation'
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
KSBA_CFLAGS='-I/usr/local/Cellar/libksba/1.3.2/include -I/usr/local/Cellar/libgpg-error/1.17/include'
KSBA_CONFIG='/usr/local/opt/libksba/bin/ksba-config'
KSBA_LIBS='-L/usr/local/Cellar/libksba/1.3.2/lib -lksba -L/usr/local/Cellar/libgpg-error/1.17/lib -lgpg-error'
LBER_LIBS=' -llber'
LDAPLIBS=' -lldap'
LDAP_CPPFLAGS=''
LDFLAGS='-lresolv'
LIBASSUAN_CFLAGS='-I/usr/local/Cellar/libassuan/2.2.0/include -I/usr/local/Cellar/libgpg-error/1.17/include'
LIBASSUAN_CONFIG='/usr/local/opt/libassuan/bin/libassuan-config'
LIBASSUAN_LIBS='-L/usr/local/Cellar/libassuan/2.2.0/lib -lassuan -L/usr/local/Cellar/libgpg-error/1.17/lib -lgpg-error'
LIBGCRYPT_CFLAGS='-I/usr/local/Cellar/libgcrypt/1.6.3/include -I/usr/local/Cellar/libgpg-error/1.18/include'
LIBGCRYPT_CONFIG='/usr/local/opt/libgcrypt/bin/libgcrypt-config'
LIBGCRYPT_LIBS='-L/usr/local/Cellar/libgcrypt/1.6.3/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.18/lib -lgpg-error'
LIBGNUTLS_CFLAGS='-I/usr/local/Cellar/libtasn1/4.4/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.14/include '
LIBGNUTLS_LIBS='-L/usr/local/Cellar/gnutls/3.3.14/lib -lgnutls '
LIBICONV='-liconv'
LIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation'
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBUSB_LIBS=' -lusb'
LIBUTIL_LIBS=' -lutil'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/gnupg2120150411-125-1ivs8hi/gnupg-2.1.3/build-aux/missing makeinfo'
MKDIR_P='build-aux/install-sh -c -d'
MSGFMT='/usr/local/opt/gettext/bin/msgfmt'
MSGFMT_015='/usr/local/opt/gettext/bin/msgfmt'
MSGMERGE='/usr/local/opt/gettext/bin/msgmerge'
NETLIBS=''
NO_TRUST_MODELS_FALSE=''
NO_TRUST_MODELS_TRUE='#'
NPTH_CFLAGS='-I/usr/local/Cellar/npth/1.1/include'
NPTH_CONFIG='/usr/local/opt/npth/bin/npth-config'
NPTH_LIBS='-L/usr/local/Cellar/npth/1.1/lib -lnpth'
NTBTLS_CFLAGS=''
NTBTLS_CONFIG='no'
NTBTLS_LIBS=''
OBJEXT='o'
PACKAGE='gnupg'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'
PACKAGE_GT='gnupg22'
PACKAGE_NAME='gnupg2'
PACKAGE_STRING='gnupg 2.1.3'
PACKAGE_TARNAME='gnupg2'
PACKAGE_URL=''
PACKAGE_VERSION='2.1.3'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10'
PKG_CONFIG_PATH='/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/libusb-compat/lib/pkgconfig'
POSUB='po'
RANLIB='ranlib'
RUN_GPG_TESTS_FALSE='#'
RUN_GPG_TESTS_TRUE=''
RUN_TESTS_FALSE='#'
RUN_TESTS_TRUE=''
SENDMAIL='/usr/sbin/sendmail'
SET_MAKE=''
SHELL='/bin/sh'
SHRED='/usr/bin/shred'
STRIP=''
SYSROOT=''
SYS_SOCKET_H=''
TAR='/usr/bin/tar'
USE_DNS_SRV_FALSE='#'
USE_DNS_SRV_TRUE=''
USE_INCLUDED_LIBINTL=''
USE_LDAPWRAPPER_FALSE='#'
USE_LDAPWRAPPER_TRUE=''
USE_LDAP_FALSE='#'
USE_LDAP_TRUE=''
USE_NLS='yes'
USE_SIMPLE_GETTEXT_FALSE=''
USE_SIMPLE_GETTEXT_TRUE='#'
VERSION='2.1.3'
W32SOCKLIBS=''
WINDRES=':'
XGETTEXT='/usr/local/opt/gettext/bin/xgettext'
XGETTEXT_015='/usr/local/opt/gettext/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ZLIBS='-lz -lbz2'
ac_ct_CC='clang'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin14.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/gnupg2120150411-125-1ivs8hi/gnupg-2.1.3/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/gnupg21/2.1.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/usr/local/Cellar/gnupg21/2.1.3/bin'
sharedstatedir='${prefix}/com'
sysconfdir='/usr/local/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "gnupg2"
#define PACKAGE_TARNAME "gnupg2"
#define PACKAGE_VERSION "2.1.3"
#define PACKAGE_STRING "gnupg 2.1.3"
#define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
#define PACKAGE_URL ""
#define PACKAGE "gnupg"
#define VERSION "2.1.3"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define PACKAGE "gnupg"
#define PACKAGE_GT "gnupg22"
#define VERSION "2.1.3"
#define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
#define NEED_LIBGCRYPT_VERSION "1.6.0"
#define NEED_KSBA_VERSION "1.2.0"
#define NEED_NTBTLS_VERSION "0.1.0"
#define NAME_OF_INSTALLED_GPG "gpg2"
#define SECMEM_BUFFER_SIZE 32768
#define GPG_USE_RSA 1
#define GPG_USE_ECDH 1
#define GPG_USE_ECDSA 1
#define GPG_USE_EDDSA 1
#define GPG_USE_IDEA 1
#define GPG_USE_CAST5 1
#define GPG_USE_BLOWFISH 1
#define GPG_USE_AES128 1
#define GPG_USE_AES192 1
#define GPG_USE_AES256 1
#define GPG_USE_TWOFISH 1
#define GPG_USE_CAMELLIA128 1
#define GPG_USE_CAMELLIA192 1
#define GPG_USE_CAMELLIA256 1
#define GPG_USE_MD5 1
#define GPG_USE_RMD160 1
#define GPG_USE_SHA224 1
#define GPG_USE_SHA384 1
#define GPG_USE_SHA512 1
#define PK_UID_CACHE_SIZE 4096
#define ENABLE_CARD_SUPPORT 1
#define USE_DIRMNGR_AUTO_START 1
#define RUN_TESTS 1
#define EXEEXT ""
#define GNUPG_LIBASSUAN_VERSION "2.2.0"
#define HAVE_LIBUSB 1
#define ENCFS "/usr/bin/encfs"
#define FUSERMOUNT "/usr/bin/fusermount"
#define HAVE_LIBUTIL 1
#define SHRED "/usr/bin/shred"
#define HAVE_NPTH 1
#define USE_NPTH 1
#define HTTP_USE_GNUTLS 1
#define USE_DNS_SRV 1
#define USE_DNS_CERT 1
#define BIND_8_COMPAT 1
#define HAVE_LDAP_GET_OPTION 1
#define HAVE_LDAP_SET_OPTION 1
#define HAVE_LDAP_START_TLS_S 1
#define HAVE_LBER 1
#define USE_LDAP 1
#define USE_LDAPWRAPPER 1
#define PRINTABLE_OS_NAME "Darwin"
#define HAVE_ICONV 1
#define ICONV_CONST 
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYCURRENT 1
#define HAVE_ICONV 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_STRCHR 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LOCALE_H 1
#define HAVE_GETOPT_H 1
#define HAVE_UTMP_H 1
#define HAVE_PWD_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_SELECT_H 1
#define TIME_WITH_SYS_TIME 1
#define RETSIGTYPE void
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_SYS_SOCKET_H 1
#define LITTLE_ENDIAN_HOST 1
#define HAVE_USHORT_TYPEDEF 1
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define TIME_WITH_SYS_TIME 1
#define SIZEOF_TIME_T 8
#define HAVE_DECL_GETPAGESIZE 1
#define HAVE_FSEEKO 1
#define HAVE_VPRINTF 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_STRERROR 1
#define HAVE_TCGETATTR 1
#define HAVE_MMAP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_CTERMID 1
#define HAVE_TIMES 1
#define HAVE_GMTIME_R 1
#define HAVE_STRTOULL 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_FCNTL 1
#define HAVE_FTRUNCATE 1
#define HAVE_INET_NTOP 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_ATEXIT 1
#define HAVE_RAISE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_STRFTIME 1
#define HAVE_NL_LANGINFO 1
#define HAVE_SETLOCALE 1
#define HAVE_WAITPID 1
#define HAVE_WAIT4 1
#define HAVE_SIGACTION 1
#define HAVE_SIGPROCMASK 1
#define HAVE_PIPE 1
#define HAVE_GETADDRINFO 1
#define HAVE_TTYNAME 1
#define HAVE_RAND 1
#define HAVE_FTELLO 1
#define HAVE_FSYNC 1
#define HAVE_STAT 1
#define HAVE_LSTAT 1
#define HAVE_STRUCT_SIGACTION 1
#define HAVE_SIGSET_T 1
#define HAVE_SIGNAL_H 1
#define HAVE_STPCPY 1
#define HAVE_STRSEP 1
#define HAVE_STRTOUL 1
#define HAVE_MEMMOVE 1
#define HAVE_STRTOL 1
#define HAVE_ISASCII 1
#define HAVE_TIMEGM 1
#define HAVE_GETRUSAGE 1
#define HAVE_SETRLIMIT 1
#define HAVE_STAT 1
#define HAVE_SETLOCALE 1
#define HAVE_FLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_FUNOPEN 1
#define HAVE_GETPWNAM 1
#define HAVE_GETPWUID 1
#define HAVE_GETENV 1
#define HAVE_INET_PTON 1
#define HAVE_STRPBRK 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ZIP 1
#define HAVE_BZIP2 1
#define BUILD_WITH_GPG 1
#define BUILD_WITH_GPGSM 1
#define BUILD_WITH_AGENT 1
#define BUILD_WITH_SCDAEMON 1
#define BUILD_WITH_DIRMNGR 1
#define BUILD_WITH_G13 1
#define GNUPG_NAME "GnuPG"
#define GPG_NAME "gpg"
#define GPG_DISP_NAME "GnuPG"
#define GPGSM_NAME "gpgsm"
#define GPGSM_DISP_NAME "GPGSM"
#define GPG_AGENT_NAME "gpg-agent"
#define GPG_AGENT_DISP_NAME "GPG Agent"
#define SCDAEMON_NAME "scdaemon"
#define SCDAEMON_DISP_NAME "SCDaemon"
#define DIRMNGR_NAME "dirmngr"
#define DIRMNGR_DISP_NAME "DirMngr"
#define G13_NAME "g13"
#define G13_DISP_NAME "G13"
#define GPGCONF_NAME "gpgconf"
#define GPGCONF_DISP_NAME "GPGConf"
#define GPGTAR_NAME "gpgtar"
#define GPG_AGENT_SOCK_NAME "S.gpg-agent"
#define GPG_AGENT_SSH_SOCK_NAME "S.gpg-agent.ssh"
#define DIRMNGR_INFO_NAME "DIRMNGR_INFO"
#define SCDAEMON_SOCK_NAME "S.scdaemon"
#define DIRMNGR_SOCK_NAME "S.dirmngr"
#define GPGEXT_GPG "gpg"
#define BUILD_REVISION "b1e1959"
#define BUILD_TIMESTAMP "2015-04-11T22:24+0000"

configure: exit 0


More information about the Gnupg-users mailing list