Created
November 8, 2015 19:01
-
-
Save dunn/d903c746e7b2d40b7120 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-11-08 10:52:22 -0800 | |
./prepare | |
--disable-dependency-tracking | |
--disable-warnings | |
--prefix=/usr/local/Cellar/mutt/1.5.24_1 | |
--with-ssl=/usr/local/opt/openssl | |
--with-sasl | |
--with-gss | |
--enable-imap | |
--enable-smtp | |
--enable-pop | |
--enable-hcache | |
--with-tokyocabinet | |
--disable-debug | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
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 build system type... x86_64-apple-darwin15.0.0 | |
checking host system type... x86_64-apple-darwin15.0.0 | |
checking for prefix... /usr/local/Cellar/mutt/1.5.24_1 | |
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 for clang option to accept ISO C99... none needed | |
checking for library containing strerror... none required | |
checking how to run the C preprocessor... clang -E | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking for inline... inline | |
checking for an ANSI C-conforming const... yes | |
checking whether byte ordering is bigendian... 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 _LARGEFILE_SOURCE value needed for large files... no | |
checking size of off_t... 8 | |
checking for dbx... no | |
checking for gdb... no | |
checking for sdb... no | |
checking for inttypes.h... (cached) yes | |
checking for uint32_t... yes | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking for sendmail... /usr/sbin/sendmail | |
checking whether to build with GPGME support... no | |
checking for ispell... no | |
checking for initscr... no | |
checking for waddnwstr in -lncurses... yes | |
checking for initscr in -lncurses... yes | |
checking ncurses/ncurses.h usability... no | |
checking ncurses/ncurses.h presence... no | |
checking for ncurses/ncurses.h... no | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking for start_color declaration... yes | |
checking for typeahead declaration... yes | |
checking for bkgdset declaration... yes | |
checking for curs_set declaration... yes | |
checking for meta declaration... yes | |
checking for use_default_colors declaration... yes | |
checking for resizeterm declaration... yes | |
checking for use_extended_names... yes | |
checking for ANSI C header files... (cached) yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking ioctl.h usability... no | |
checking ioctl.h presence... no | |
checking for ioctl.h... no | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking unix.h usability... no | |
checking unix.h presence... no | |
checking for unix.h... no | |
checking for setrlimit... yes | |
checking for getsid... yes | |
checking for sig_atomic_t in signal.h... yes, non volatile | |
checking whether sys_siglist is declared... yes | |
checking for pid_t... yes | |
checking for ssize_t... yes | |
checking for fgetpos... yes | |
checking for memmove... yes | |
checking for setegid... yes | |
checking for srand48... yes | |
checking for strerror... yes | |
checking for setenv... yes | |
checking for strcasecmp... yes | |
checking for strdup... yes | |
checking for strsep... yes | |
checking for strtok_r... yes | |
checking for wcscasecmp... yes | |
checking for strcasestr... yes | |
checking for mkdtemp... yes | |
checking for getopt... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking whether your system's snprintf is C99 compliant... yes | |
checking whether your system's vsnprintf is C99 compliant... yes | |
checking for va_copy... va_copy | |
checking for ftruncate... yes | |
checking for strftime... yes | |
checking for fchdir... yes | |
checking for regcomp... yes | |
checking whether your system's regexp library is completely broken... no | |
checking where new mail is stored... /var/mail | |
checking if /var/mail is world writable... no | |
checking if /var/mail is group writable... yes | |
checking where to put the documentation... ${datarootdir}/doc/mutt | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for socklen_t... yes | |
checking for gethostent... yes | |
checking for setsockopt... yes | |
checking for getaddrinfo... yes | |
checking for krb5-config... /usr/bin/krb5-config | |
checking GSSAPI implementation... MIT | |
checking for deflate in -lz... yes | |
checking for X509_new in -lcrypto... yes | |
checking for SSL_new in -lssl... yes | |
checking for RAND_status... yes | |
checking for RAND_egd... yes | |
checking for library containing sasl_encode64... -lsasl2 | |
checking whether struct dirent defines d_ino... yes | |
checking tcbdb.h usability... yes | |
checking tcbdb.h presence... yes | |
checking for tcbdb.h... yes | |
checking for tcbdbopen in -ltokyocabinet... yes | |
checking for library containing strerror... (cached) none required | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking nl_types.h usability... yes | |
checking nl_types.h presence... yes | |
checking for nl_types.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for feof_unlocked... yes | |
checking for fgets_unlocked... no | |
checking for getcwd... yes | |
checking for getegid... yes | |
checking for geteuid... yes | |
checking for getgid... yes | |
checking for getuid... yes | |
checking for mempcpy... no | |
checking for munmap... yes | |
checking for putenv... yes | |
checking for setenv... (cached) yes | |
checking for setlocale... yes | |
checking for stpcpy... yes | |
checking for strchr... yes | |
checking for strcasecmp... (cached) yes | |
checking for strdup... (cached) yes | |
checking for strtoul... yes | |
checking for tsearch... yes | |
checking for __argz_count... no | |
checking for __argz_stringify... no | |
checking for __argz_next... no | |
checking for iconv... yes | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for nl_langinfo and CODESET... yes | |
checking for LC_MESSAGES... yes | |
checking whether NLS is requested... yes | |
checking whether included gettext is requested... no | |
checking libintl.h usability... no | |
checking libintl.h presence... no | |
checking for libintl.h... no | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for bison... bison | |
checking version of bison... 2.3, ok | |
checking for catalogs to be installed... de eu ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg ga | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking whether iconv.h defines iconv_t... yes | |
checking whether this iconv is good enough... yes | |
checking whether iconv is non-transcribing... no | |
checking stringprep.h usability... yes | |
checking stringprep.h presence... yes | |
checking for stringprep.h... yes | |
checking idna.h usability... yes | |
checking idna.h presence... yes | |
checking for idna.h... yes | |
checking for library containing stringprep_check_version... -lidn | |
checking for idna_to_unicode_utf8_from_utf8... no | |
checking for idna_to_unicode_8z8z... yes | |
checking for idna_to_ascii_from_utf8... no | |
checking for idna_to_ascii_8z... yes | |
checking for idna_to_ascii_lz... yes | |
checking for idna_to_ascii_from_locale... no | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking for wchar_t... yes | |
checking for wint_t... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking for iswalnum... yes | |
checking for iswalpha... yes | |
checking for iswblank... yes | |
checking for iswcntrl... yes | |
checking for iswdigit... yes | |
checking for iswgraph... yes | |
checking for iswlower... yes | |
checking for iswprint... yes | |
checking for iswpunct... yes | |
checking for iswspace... yes | |
checking for iswupper... yes | |
checking for iswxdigit... yes | |
checking for towupper... yes | |
checking for towlower... yes | |
checking for mbstate_t... yes | |
checking for wchar_t functions... yes | |
checking for nl_langinfo and CODESET... yes | |
checking for nl_langinfo and YESEXPR... yes | |
checking for ospcat... none | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating contrib/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating imap/Makefile | |
config.status: creating intl/Makefile | |
config.status: creating m4/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating hcachever.sh | |
config.status: creating muttbug.sh | |
config.status: creating doc/instdoc.sh | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing default-1 commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
The mutt source code was successfully prepared and configured. | |
Type make && make install to build and install mutt. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lcrypto -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lcrypto -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lsasl2 | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lsasl2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -ltokyocabinet | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -ltokyocabinet -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-11-08 10:52:47 -0800 | |
make | |
./gen_defs ./OPS ./OPS.PGP ./OPS.SMIME ./OPS.CRYPT > keymap_defs.h | |
./patchlist.sh < ./PATCHES > patchlist.c | |
echo 'const char *ReleaseDate = "'`head -n 1 ./ChangeLog | LC_ALL=C cut -d ' ' -f 1`'";' > reldate.h.tmp; \ | |
cmp -s reldate.h.tmp reldate.h || cp reldate.h.tmp reldate.h; \ | |
rm reldate.h.tmp | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o txt2c.o txt2c.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -DMD5UTIL -g -O2 -c -o mutt_md5-md5.o `test -f 'md5.c' || echo './'`md5.c | |
clang -g -O2 -L/usr/local/opt/openssl/lib -o txt2c txt2c.o | |
( \ | |
clang -v || \ | |
clang --version || \ | |
clang -V || \ | |
echo "unknown compiler"; \ | |
) 2>&1 | ./txt2c.sh cc_version >conststrings_c | |
clang -DMD5UTIL -g -O2 -L/usr/local/opt/openssl/lib -o mutt_md5 mutt_md5-md5.o | |
echo "-g -O2" | ./txt2c.sh cc_cflags >>conststrings_c | |
grep ac_cs_config= config.status | \ | |
cut -d= -f2- | \ | |
sed -e 's/^"//' -e 's/"$//' | ./txt2c.sh configure_options >>conststrings_c | |
mv -f conststrings_c conststrings.c | |
( echo '#include "config.h"'; echo '#include "mutt.h"'; ) \ | |
| clang -E -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl - | sh ./hcachever.sh hcversion.h | |
In file included from <stdin>:2: | |
In file included from ./mutt.h:58: | |
In file included from ./rfc822.h:23: | |
./lib.h:45:12: fatal error: 'libintl.h' file not found | |
# include <libintl.h> | |
^ | |
1 error generated. | |
/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 po | |
make[2]: Nothing to be done for `all'. | |
Making all in intl | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 intl-compat.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 bindtextdom.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dcgettext.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dgettext.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 gettext.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 finddomain.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 loadmsgcat.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 localealias.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 textdomain.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 l10nflist.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 explodename.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dcigettext.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dcngettext.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dngettext.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 ngettext.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 plural.c | |
clang -c -DLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DLIBDIR=\"/usr/local/Cellar/mutt/1.5.24_1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 localcharset.c | |
cp ./libgnuintl.h libintl.h | |
/bin/sh ./config.charset 'x86_64-apple-darwin15.0.0' > t-charset.alias | |
mv t-charset.alias charset.alias | |
sed -e '/^#/d' -e 's/@''PACKAGE''@/mutt/g' ref-add.sin > t-ref-add.sed | |
mv t-ref-add.sed ref-add.sed | |
sed -e '/^#/d' -e 's/@''PACKAGE''@/mutt/g' ref-del.sin > t-ref-del.sed | |
mv t-ref-del.sed ref-del.sed | |
rm -f libintl.a | |
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o localcharset.o | |
ranlib libintl.a | |
Making all in doc | |
clang -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DHAVE_CONFIG_H=1 -I. -I.. -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o makedoc.o makedoc.c | |
sed -e 's,@sysconfdir\@,/usr/local/Cellar/mutt/1.5.24_1/etc,g' -e 's,@bindir\@,/usr/local/Cellar/mutt/1.5.24_1/bin,g' -e 's,@docdir\@,/usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt,g' ./mutt.man > mutt.1 | |
sed -e 's,@sysconfdir\@,/usr/local/Cellar/mutt/1.5.24_1/etc,g' -e 's,@bindir\@,/usr/local/Cellar/mutt/1.5.24_1/bin,g' -e 's,@docdir\@,/usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt,g' ./smime_keys.man > smime_keys.1 | |
sed -e 's,@sysconfdir\@,/usr/local/Cellar/mutt/1.5.24_1/etc,g' -e 's,@bindir\@,/usr/local/Cellar/mutt/1.5.24_1/bin,g' -e 's,@docdir\@,/usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt,g' ./pgpewrap.man > pgpewrap.1 | |
sed -e 's,@sysconfdir\@,/usr/local/Cellar/mutt/1.5.24_1/etc,g' -e 's,@bindir\@,/usr/local/Cellar/mutt/1.5.24_1/bin,g' -e 's,@docdir\@,/usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt,g' ./pgpring.man > pgpring.1 | |
clang -g -O2 -L/usr/local/opt/openssl/lib -o makedoc makedoc.o | |
clang -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../init.h | ./makedoc -m | \ | |
cat ./muttrc.man.head - ./muttrc.man.tail\ | |
> muttrc.man | |
( date=`head -n 1 ../ChangeLog | LC_ALL=C cut -d ' ' -f 1` && \ | |
sed -e "s/@VERSION\@/`cat ../VERSION` ($date)/" ./manual.xml.head && \ | |
clang -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../init.h | ./makedoc -s && \ | |
clang -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../functions.h | \ | |
perl ./gen-map-doc ./manual.xml.tail ../OPS* \ | |
) > manual.xml | |
rm -f Muttrc stamp-doc-rc | |
sed -e 's,[@]docdir[@],/usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt,' ./Muttrc.head > Muttrc | |
clang -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C \ | |
../init.h | ./makedoc -c >> Muttrc | |
touch stamp-doc-rc | |
touch stamp-doc-xml | |
xsltproc --nonet -o manual.html ./html.xsl manual.xml | |
xsltproc --nonet ./chunk.xsl manual.xml | |
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl | |
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" | |
compilation error: file ./html.xsl line 3 element import | |
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl | |
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl | |
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl" | |
compilation error: file ./chunk.xsl line 3 element import | |
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl | |
make[2]: [manual.html] Error 5 (ignored) | |
make[2]: [stamp-doc-chunked] Error 5 (ignored) | |
touch stamp-doc-chunked | |
Making all in contrib | |
make[2]: Nothing to be done for `all'. | |
Making all in imap | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o auth.o auth.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o auth_login.o auth_login.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o browse.o browse.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o command.o command.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o imap.o imap.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o message.o message.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o utf7.o utf7.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o util.o util.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o auth_sasl.o auth_sasl.c | |
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o auth_gss.o auth_gss.c | |
rm -f libimap.a | |
ar cru libimap.a auth.o auth_login.o browse.o command.o imap.o message.o utf7.o util.o auth_sasl.o auth_gss.o | |
ranlib libimap.a | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o addrbook.o addrbook.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o alias.o alias.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o attach.o attach.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o base64.o base64.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o browser.o browser.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o buffy.o buffy.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o color.o color.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o crypt.o crypt.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o cryptglue.o cryptglue.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o commands.o commands.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o complete.o complete.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o compose.o compose.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o copy.o copy.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o curs_lib.o curs_lib.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o curs_main.o curs_main.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o date.o date.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o edit.o edit.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o enter.o enter.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o flags.o flags.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o init.o init.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o filter.o filter.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o from.o from.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o getdomain.o getdomain.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o group.o group.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o handler.o handler.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o hash.o hash.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o hdrline.o hdrline.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o headers.o headers.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o help.o help.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o hook.o hook.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o keymap.o keymap.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o main.o main.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mbox.o mbox.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o menu.o menu.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mh.o mh.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mx.o mx.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pager.o pager.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o parse.o parse.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pattern.o pattern.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o postpone.o postpone.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o query.o query.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o recvattach.o recvattach.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o recvcmd.o recvcmd.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc822.o rfc822.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc1524.o rfc1524.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc2047.o rfc2047.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc2231.o rfc2231.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc3676.o rfc3676.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o score.o score.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o send.o send.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o sendlib.o sendlib.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o signal.o signal.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o sort.o sort.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o status.o status.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o system.o system.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o thread.o thread.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o charset.o charset.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o history.o history.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o lib.o lib.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o muttlib.o muttlib.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o editmsg.o editmsg.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mbyte.o mbyte.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o url.o url.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o ascii.o ascii.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o crypt-mod.o crypt-mod.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o safe_asprintf.o safe_asprintf.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o patchlist.o patchlist.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o conststrings.o conststrings.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgp.o pgp.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgpinvoke.o pgpinvoke.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgpkey.o pgpkey.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgplib.o pgplib.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o gnupgparse.o gnupgparse.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgpmicalg.o pgpmicalg.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgppacket.o pgppacket.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o crypt-mod-pgp-classic.o crypt-mod-pgp-classic.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o smime.o smime.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o crypt-mod-smime-classic.o crypt-mod-smime-classic.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o resize.o resize.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pop.o pop.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pop_lib.o pop_lib.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pop_auth.o pop_auth.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o smtp.o smtp.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o bcache.o bcache.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o account.o account.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_socket.o mutt_socket.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_tunnel.o mutt_tunnel.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_ssl.o mutt_ssl.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_sasl.o mutt_sasl.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o hcache.o hcache.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o md5.o md5.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_idna.o mutt_idna.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_dotlock.o mutt_dotlock.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgppubring.o pgppubring.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o extlib.o extlib.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o sha1.o sha1.c | |
clang -DPKGDATADIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/mutt\" -DSYSCONFDIR=\"/usr/local/Cellar/mutt/1.5.24_1/etc\" -DBINDIR=\"/usr/local/Cellar/mutt/1.5.24_1/bin\" -DMUTTLOCALEDIR=\"/usr/local/Cellar/mutt/1.5.24_1/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgpewrap.o pgpewrap.c | |
cp muttbug.sh flea | |
chmod +x flea | |
cp ./smime_keys.pl smime_keys | |
chmod +x smime_keys | |
clang -g -O2 -L/usr/local/opt/openssl/lib -o mutt addrbook.o alias.o attach.o base64.o browser.o buffy.o color.o crypt.o cryptglue.o commands.o complete.o compose.o copy.o curs_lib.o curs_main.o date.o edit.o enter.o flags.o init.o filter.o from.o getdomain.o group.o handler.o hash.o hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o mh.o mx.o pager.o parse.o pattern.o postpone.o query.o recvattach.o recvcmd.o rfc822.o rfc1524.o rfc2047.o rfc2231.o rfc3676.o score.o send.o sendlib.o signal.o sort.o status.o system.o thread.o charset.o history.o lib.o muttlib.o editmsg.o mbyte.o url.o ascii.o crypt-mod.o safe_asprintf.o patchlist.o conststrings.o pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime-classic.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mutt_ssl.o mutt_sasl.o hcache.o md5.o mutt_idna.o -Limap -limap -lncurses -lncurses -dynamic -Wl,-search_paths_first -lkrb5 -lssl -lcrypto -lz -lsasl2 -ltokyocabinet -lidn ./intl/libintl.a -liconv -liconv | |
clang -g -O2 -L/usr/local/opt/openssl/lib -o mutt_dotlock mutt_dotlock.o | |
clang -g -O2 -L/usr/local/opt/openssl/lib -o pgpewrap pgpewrap.o ./intl/libintl.a -liconv | |
clang -g -O2 -L/usr/local/opt/openssl/lib -o pgpring pgppubring.o pgplib.o lib.o extlib.o sha1.o md5.o pgppacket.o ascii.o ./intl/libintl.a -liconv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o txt2c.o txt2c.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o txt2c.o txt2c.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -DMD5UTIL -g -O2 -c -o mutt_md5-md5.o md5.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -DMD5UTIL -c -o mutt_md5-md5.o md5.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -g -O2 -L/usr/local/opt/openssl/lib -o txt2c txt2c.o | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/opt/openssl/lib -o txt2c txt2c.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -DMD5UTIL -g -O2 -L/usr/local/opt/openssl/lib -o mutt_md5 mutt_md5-md5.o | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -DMD5UTIL -L/usr/local/opt/openssl/lib -o mutt_md5 mutt_md5-md5.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl - | |
superenv removed: -I./intl | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 intl-compat.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include intl-compat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dgettext.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include dgettext.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 bindtextdom.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include bindtextdom.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dcgettext.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include dcgettext.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 gettext.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include gettext.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 finddomain.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include finddomain.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 loadmsgcat.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include loadmsgcat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 localealias.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include localealias.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 textdomain.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include textdomain.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 l10nflist.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include l10nflist.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 explodename.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include explodename.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dcigettext.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include dcigettext.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dcngettext.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include dcngettext.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 ngettext.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include ngettext.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 dngettext.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include dngettext.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 plural.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include plural.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 localcharset.c | |
superenv removed: -I../intl -I../intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -DLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLOCALE_ALIAS_PATH="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DLIBDIR="/usr/local/Cellar/mutt/1.5.24_1/lib" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/opt/openssl/include localcharset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I. -I.. -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o makedoc.o makedoc.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I/usr/local/opt/openssl/include -I../intl -c -o makedoc.o makedoc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -g -O2 -L/usr/local/opt/openssl/lib -o makedoc makedoc.o | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/opt/openssl/lib -o makedoc makedoc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../init.h | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../init.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../init.h | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../init.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../init.h | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../init.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -I.. -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../functions.h | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I. -I.. -I/usr/local/Cellar/mutt/1.5.24_1/include -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DHAVE_CONFIG_H=1 -I/usr/local/opt/openssl/include -I../intl -D_MAKEDOC -C ../functions.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o auth.o auth.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o auth.o auth.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o auth_login.o auth_login.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o auth_login.o auth_login.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o browse.o browse.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o browse.o browse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o command.o command.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o command.o command.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o imap.o imap.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o imap.o imap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o message.o message.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o message.o message.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o utf7.o utf7.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o utf7.o utf7.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o util.o util.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o util.o util.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o auth_sasl.o auth_sasl.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o auth_sasl.o auth_sasl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I/usr/local/opt/openssl/include -I../intl -g -O2 -c -o auth_gss.o auth_gss.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/opt/openssl/include -c -o auth_gss.o auth_gss.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o alias.o alias.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o alias.o alias.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o addrbook.o addrbook.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o addrbook.o addrbook.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o base64.o base64.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o base64.o base64.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o attach.o attach.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o attach.o attach.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o browser.o browser.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o browser.o browser.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o buffy.o buffy.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o buffy.o buffy.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o color.o color.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o color.o color.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o crypt.o crypt.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o crypt.o crypt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o cryptglue.o cryptglue.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o cryptglue.o cryptglue.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o commands.o commands.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o commands.o commands.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o complete.o complete.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o complete.o complete.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o compose.o compose.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o compose.o compose.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o copy.o copy.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o copy.o copy.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o curs_lib.o curs_lib.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o curs_lib.o curs_lib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o curs_main.o curs_main.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o curs_main.o curs_main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o date.o date.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o date.o date.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o edit.o edit.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o edit.o edit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o enter.o enter.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o enter.o enter.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o flags.o flags.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o flags.o flags.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o init.o init.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o init.o init.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o filter.o filter.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o filter.o filter.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o from.o from.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o from.o from.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o getdomain.o getdomain.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o getdomain.o getdomain.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o handler.o handler.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o handler.o handler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o group.o group.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o group.o group.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o hash.o hash.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o hash.o hash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o hdrline.o hdrline.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o hdrline.o hdrline.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o headers.o headers.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o headers.o headers.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o help.o help.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o help.o help.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o hook.o hook.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o hook.o hook.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o keymap.o keymap.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o keymap.o keymap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o main.o main.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mbox.o mbox.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mbox.o mbox.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o menu.o menu.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o menu.o menu.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mh.o mh.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mh.o mh.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mx.o mx.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mx.o mx.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pager.o pager.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pager.o pager.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o parse.o parse.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o parse.o parse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pattern.o pattern.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pattern.o pattern.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o postpone.o postpone.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o postpone.o postpone.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o query.o query.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o query.o query.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o recvattach.o recvattach.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o recvattach.o recvattach.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o recvcmd.o recvcmd.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o recvcmd.o recvcmd.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc822.o rfc822.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o rfc822.o rfc822.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc1524.o rfc1524.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o rfc1524.o rfc1524.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc2047.o rfc2047.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o rfc2047.o rfc2047.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc2231.o rfc2231.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o rfc2231.o rfc2231.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o rfc3676.o rfc3676.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o rfc3676.o rfc3676.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o score.o score.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o score.o score.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o send.o send.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o send.o send.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o sendlib.o sendlib.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o sendlib.o sendlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o signal.o signal.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o signal.o signal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o sort.o sort.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o sort.o sort.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o status.o status.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o status.o status.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o system.o system.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o system.o system.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o charset.o charset.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o charset.o charset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o thread.o thread.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o thread.o thread.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o history.o history.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o history.o history.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o muttlib.o muttlib.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o muttlib.o muttlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o lib.o lib.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o lib.o lib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o editmsg.o editmsg.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o editmsg.o editmsg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mbyte.o mbyte.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mbyte.o mbyte.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o url.o url.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o url.o url.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o ascii.o ascii.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o ascii.o ascii.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o crypt-mod.o crypt-mod.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o crypt-mod.o crypt-mod.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o safe_asprintf.o safe_asprintf.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o safe_asprintf.o safe_asprintf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o patchlist.o patchlist.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o patchlist.o patchlist.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o conststrings.o conststrings.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o conststrings.o conststrings.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgp.o pgp.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pgp.o pgp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgpinvoke.o pgpinvoke.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pgpinvoke.o pgpinvoke.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgpkey.o pgpkey.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pgpkey.o pgpkey.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgplib.o pgplib.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pgplib.o pgplib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o gnupgparse.o gnupgparse.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o gnupgparse.o gnupgparse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgpmicalg.o pgpmicalg.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pgpmicalg.o pgpmicalg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgppacket.o pgppacket.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pgppacket.o pgppacket.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o crypt-mod-pgp-classic.o crypt-mod-pgp-classic.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o crypt-mod-pgp-classic.o crypt-mod-pgp-classic.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o smime.o smime.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o smime.o smime.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o crypt-mod-smime-classic.o crypt-mod-smime-classic.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o crypt-mod-smime-classic.o crypt-mod-smime-classic.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o resize.o resize.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o resize.o resize.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pop.o pop.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pop.o pop.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pop_lib.o pop_lib.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pop_lib.o pop_lib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pop_auth.o pop_auth.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pop_auth.o pop_auth.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o smtp.o smtp.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o smtp.o smtp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o bcache.o bcache.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o bcache.o bcache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o account.o account.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o account.o account.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_socket.o mutt_socket.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mutt_socket.o mutt_socket.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_tunnel.o mutt_tunnel.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mutt_tunnel.o mutt_tunnel.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_ssl.o mutt_ssl.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mutt_ssl.o mutt_ssl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_sasl.o mutt_sasl.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mutt_sasl.o mutt_sasl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o hcache.o hcache.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o hcache.o hcache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o md5.o md5.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o md5.o md5.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_idna.o mutt_idna.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mutt_idna.o mutt_idna.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o mutt_dotlock.o mutt_dotlock.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o mutt_dotlock.o mutt_dotlock.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgppubring.o pgppubring.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pgppubring.o pgppubring.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o extlib.o extlib.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o extlib.o extlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o sha1.o sha1.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o sha1.o sha1.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -I./intl -g -O2 -c -o pgpewrap.o pgpewrap.c | |
superenv removed: -I./intl -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DPKGDATADIR="/usr/local/Cellar/mutt/1.5.24_1/share/mutt" -DSYSCONFDIR="/usr/local/Cellar/mutt/1.5.24_1/etc" -DBINDIR="/usr/local/Cellar/mutt/1.5.24_1/bin" -DMUTTLOCALEDIR="/usr/local/Cellar/mutt/1.5.24_1/share/locale" -DHAVE_CONFIG_H=1 -I. -I./imap -Iintl -I/usr/local/opt/openssl/include -c -o pgpewrap.o pgpewrap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -g -O2 -L/usr/local/opt/openssl/lib -o mutt addrbook.o alias.o attach.o base64.o browser.o buffy.o color.o crypt.o cryptglue.o commands.o complete.o compose.o copy.o curs_lib.o curs_main.o date.o edit.o enter.o flags.o init.o filter.o from.o getdomain.o group.o handler.o hash.o hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o mh.o mx.o pager.o parse.o pattern.o postpone.o query.o recvattach.o recvcmd.o rfc822.o rfc1524.o rfc2047.o rfc2231.o rfc3676.o score.o send.o sendlib.o signal.o sort.o status.o system.o thread.o charset.o history.o lib.o muttlib.o editmsg.o mbyte.o url.o ascii.o crypt-mod.o safe_asprintf.o patchlist.o conststrings.o pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime-classic.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mutt_ssl.o mutt_sasl.o hcache.o md5.o mutt_idna.o -Limap -limap -lncurses -lncurses -dynamic -Wl,-search_paths_first -lkrb5 -lssl -lcrypto -lz -lsasl2 -ltokyocabinet -lidn ./intl/libintl.a -liconv -liconv | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/opt/openssl/lib -o mutt addrbook.o alias.o attach.o base64.o browser.o buffy.o color.o crypt.o cryptglue.o commands.o complete.o compose.o copy.o curs_lib.o curs_main.o date.o edit.o enter.o flags.o init.o filter.o from.o getdomain.o group.o handler.o hash.o hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o mh.o mx.o pager.o parse.o pattern.o postpone.o query.o recvattach.o recvcmd.o rfc822.o rfc1524.o rfc2047.o rfc2231.o rfc3676.o score.o send.o sendlib.o signal.o sort.o status.o system.o thread.o charset.o history.o lib.o muttlib.o editmsg.o mbyte.o url.o ascii.o crypt-mod.o safe_asprintf.o patchlist.o conststrings.o pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime-classic.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mutt_ssl.o mutt_sasl.o hcache.o md5.o mutt_idna.o -Limap -limap -lncurses -lncurses -dynamic -Wl,-search_paths_first -lkrb5 -lssl -lcrypto -lz -lsasl2 -ltokyocabinet -lidn ./intl/libintl.a -liconv -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -L/usr/local/opt/openssl/lib -o mutt_dotlock mutt_dotlock.o | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/opt/openssl/lib -o mutt_dotlock mutt_dotlock.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -L/usr/local/opt/openssl/lib -o pgpewrap pgpewrap.o ./intl/libintl.a -liconv | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/opt/openssl/lib -o pgpewrap pgpewrap.o ./intl/libintl.a -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -L/usr/local/opt/openssl/lib -o pgpring pgppubring.o pgplib.o lib.o extlib.o sha1.o md5.o pgppacket.o ascii.o ./intl/libintl.a -liconv | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/opt/openssl/lib -o pgpring pgppubring.o pgplib.o lib.o extlib.o sha1.o md5.o pgppacket.o ascii.o ./intl/libintl.a -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-11-08 10:52:57 -0800 | |
make | |
install | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive | |
Making install in m4 | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in po | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/share | |
installing de.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/de/LC_MESSAGES/mutt.mo | |
installing eu.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/eu/LC_MESSAGES/mutt.mo | |
installing ru.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/ru/LC_MESSAGES/mutt.mo | |
installing it.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/it/LC_MESSAGES/mutt.mo | |
installing es.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/es/LC_MESSAGES/mutt.mo | |
installing uk.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/uk/LC_MESSAGES/mutt.mo | |
installing fr.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/fr/LC_MESSAGES/mutt.mo | |
installing pl.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/pl/LC_MESSAGES/mutt.mo | |
installing nl.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/nl/LC_MESSAGES/mutt.mo | |
installing cs.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/cs/LC_MESSAGES/mutt.mo | |
installing id.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/id/LC_MESSAGES/mutt.mo | |
installing sk.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/sk/LC_MESSAGES/mutt.mo | |
installing ko.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/ko/LC_MESSAGES/mutt.mo | |
installing el.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/el/LC_MESSAGES/mutt.mo | |
installing zh_TW.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/zh_TW/LC_MESSAGES/mutt.mo | |
installing zh_CN.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/zh_CN/LC_MESSAGES/mutt.mo | |
installing pt_BR.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/pt_BR/LC_MESSAGES/mutt.mo | |
installing eo.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/eo/LC_MESSAGES/mutt.mo | |
installing gl.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/gl/LC_MESSAGES/mutt.mo | |
installing sv.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/sv/LC_MESSAGES/mutt.mo | |
installing da.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/da/LC_MESSAGES/mutt.mo | |
installing lt.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/lt/LC_MESSAGES/mutt.mo | |
installing tr.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/tr/LC_MESSAGES/mutt.mo | |
installing ja.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/ja/LC_MESSAGES/mutt.mo | |
installing hu.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/hu/LC_MESSAGES/mutt.mo | |
installing et.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/et/LC_MESSAGES/mutt.mo | |
installing ca.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/ca/LC_MESSAGES/mutt.mo | |
installing bg.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/bg/LC_MESSAGES/mutt.mo | |
installing ga.gmo as /usr/local/Cellar/mutt/1.5.24_1/share/locale/ga/LC_MESSAGES/mutt.mo | |
if test "mutt" = "gettext"; then \ | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/share/gettext/po; \ | |
/usr/bin/install -c -m 644 ./Makefile.in.in \ | |
/usr/local/Cellar/mutt/1.5.24_1/share/gettext/po/Makefile.in.in; \ | |
else \ | |
: ; \ | |
fi | |
Making install in intl | |
if test "mutt" = "gettext" \ | |
&& test 'intl-compat.o' = 'intl-compat.o'; then \ | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/lib /usr/local/Cellar/mutt/1.5.24_1/include; \ | |
/usr/bin/install -c -m 644 libintl.h /usr/local/Cellar/mutt/1.5.24_1/include/libintl.h; \ | |
@LIBTOOL@ --mode=install \ | |
/usr/bin/install -c -m 644 libintl.a /usr/local/Cellar/mutt/1.5.24_1/lib/libintl.a; \ | |
else \ | |
: ; \ | |
fi | |
if test "mutt" = "gettext"; then \ | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/share/gettext/intl; \ | |
/usr/bin/install -c -m 644 VERSION /usr/local/Cellar/mutt/1.5.24_1/share/gettext/intl/VERSION; \ | |
/usr/bin/install -c -m 644 ChangeLog.inst /usr/local/Cellar/mutt/1.5.24_1/share/gettext/intl/ChangeLog; \ | |
dists="COPYING.LIB-2 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gettext.h gettextP.h hash-string.h libgnuintl.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y localcharset.c intl-compat.c"; \ | |
for file in $dists; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/local/Cellar/mutt/1.5.24_1/share/gettext/intl/$file; \ | |
done; \ | |
chmod a+x /usr/local/Cellar/mutt/1.5.24_1/share/gettext/intl/config.charset; \ | |
dists="plural.c"; \ | |
for file in $dists; do \ | |
if test -f $file; then dir=.; else dir=.; fi; \ | |
/usr/bin/install -c -m 644 $dir/$file \ | |
/usr/local/Cellar/mutt/1.5.24_1/share/gettext/intl/$file; \ | |
done; \ | |
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c"; \ | |
for file in $dists; do \ | |
rm -f /usr/local/Cellar/mutt/1.5.24_1/share/gettext/intl/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
if test 'yes' = yes; then \ | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/lib; \ | |
temp=/usr/local/Cellar/mutt/1.5.24_1/lib/t-charset.alias; \ | |
dest=/usr/local/Cellar/mutt/1.5.24_1/lib/charset.alias; \ | |
if test -f /usr/local/Cellar/mutt/1.5.24_1/lib/charset.alias; then \ | |
orig=/usr/local/Cellar/mutt/1.5.24_1/lib/charset.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
else \ | |
if test no = no; then \ | |
orig=charset.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
fi; \ | |
fi; \ | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/share/locale; \ | |
test -f /usr/local/Cellar/mutt/1.5.24_1/share/locale/locale.alias \ | |
&& orig=/usr/local/Cellar/mutt/1.5.24_1/share/locale/locale.alias \ | |
|| orig=./locale.alias; \ | |
temp=/usr/local/Cellar/mutt/1.5.24_1/share/locale/t-locale.alias; \ | |
dest=/usr/local/Cellar/mutt/1.5.24_1/share/locale/locale.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
else \ | |
: ; \ | |
fi | |
Making install in doc | |
make[3]: Nothing to be done for `install-exec-am'. | |
xsltproc --nonet -o manual.html ./html.xsl manual.xml | |
cat instdoc.sh > instdoc | |
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl | |
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" | |
compilation error: file ./html.xsl line 3 element import | |
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl | |
make[3]: [manual.html] Error 5 (ignored) | |
chmod a+x instdoc | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/share/man/man1 | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/share/man/man5 | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/etc | |
./instdoc mutt.1 /usr/local/Cellar/mutt/1.5.24_1/share/man/man1/mutt.1 | |
./instdoc smime_keys.1 /usr/local/Cellar/mutt/1.5.24_1/share/man/man1/smime_keys.1 | |
./instdoc pgpewrap.1 /usr/local/Cellar/mutt/1.5.24_1/share/man/man1/pgpewrap.1 | |
./instdoc pgpring.1 /usr/local/Cellar/mutt/1.5.24_1/share/man/man1/pgpring.1 | |
./instdoc ./muttbug.man /usr/local/Cellar/mutt/1.5.24_1/share/man/man1/flea.1 | |
./instdoc ./muttbug.man /usr/local/Cellar/mutt/1.5.24_1/share/man/man1/muttbug.1 | |
test xmutt_dotlock = x || ./instdoc ./dotlock.man \ | |
/usr/local/Cellar/mutt/1.5.24_1/share/man/man1/mutt_dotlock.1 | |
./instdoc muttrc.man /usr/local/Cellar/mutt/1.5.24_1/share/man/man5/muttrc.5 | |
./instdoc ./mbox.man /usr/local/Cellar/mutt/1.5.24_1/share/man/man5/mbox.5 | |
./instdoc ./mmdf.man /usr/local/Cellar/mutt/1.5.24_1/share/man/man5/mmdf.5 | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt | |
for f in COPYRIGHT GPL INSTALL ChangeLog README NEWS TODO README.SECURITY README.SSL ; do \ | |
/usr/bin/install -c -m 644 ../$f /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt ; \ | |
done | |
for f in PGP-Notes.txt applying-patches.txt devel-notes.txt patch-notes.txt smime-notes.txt ; do \ | |
/usr/bin/install -c -m 644 ./$f /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt ; \ | |
done | |
/usr/bin/install -c -m 644 manual.txt /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt | |
for f in manual.html index.html intro.html gettingstarted.html configuration.html mimesupport.html advancedusage.html optionalfeatures.html security.html tuning.html reference.html miscellany.html ; do \ | |
/usr/bin/install -c -m 644 $f /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt ; \ | |
done | |
/usr/bin/install -c -m 644 Muttrc /usr/local/Cellar/mutt/1.5.24_1/etc/Muttrc.dist | |
if [ -f /usr/local/Cellar/mutt/1.5.24_1/share/mutt/Muttrc ] ; then \ | |
mv /usr/local/Cellar/mutt/1.5.24_1/share/mutt/Muttrc* /usr/local/Cellar/mutt/1.5.24_1/etc ; \ | |
elif [ -f /usr/local/Cellar/mutt/1.5.24_1/share/mutt/../Muttrc ] ; then \ | |
mv /usr/local/Cellar/mutt/1.5.24_1/share/mutt/../Muttrc* /usr/local/Cellar/mutt/1.5.24_1/etc ; \ | |
elif [ ! -f /usr/local/Cellar/mutt/1.5.24_1/etc/Muttrc ] ; then \ | |
/usr/bin/install -c -m 644 Muttrc /usr/local/Cellar/mutt/1.5.24_1/etc ; \ | |
fi | |
Making install in contrib | |
make[3]: Nothing to be done for `install-exec-am'. | |
.././install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt/samples /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt/samples/iconv | |
for f in Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc sample.muttrc sample.mailcap sample.muttrc-tlr colors.default colors.linux smime.rc ca-bundle.crt smime_keys_test.pl mutt_xtitle ; do \ | |
/usr/bin/install -c -m 644 ./$f /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt/samples ; \ | |
done | |
for f in ./iconv/*.rc ; do \ | |
/usr/bin/install -c -m 644 $f /usr/local/Cellar/mutt/1.5.24_1/share/doc/mutt/samples/iconv ; \ | |
done | |
Making install in imap | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
./install-sh -c -d /usr/local/Cellar/mutt/1.5.24_1/etc | |
./install-sh -c -d '/usr/local/Cellar/mutt/1.5.24_1/bin' | |
./install-sh -c -d '/usr/local/Cellar/mutt/1.5.24_1/bin' | |
/usr/bin/install -c -m 644 ./mime.types /usr/local/Cellar/mutt/1.5.24_1/etc/mime.types.dist | |
if [ ! -f /usr/local/Cellar/mutt/1.5.24_1/etc/mime.types ]; then \ | |
/usr/bin/install -c -m 644 ./mime.types /usr/local/Cellar/mutt/1.5.24_1/etc; \ | |
fi | |
mkdir: /usr/local/Cellar/mutt/1.5.24_1/bin: File exists | |
/usr/bin/install -c muttbug flea smime_keys '/usr/local/Cellar/mutt/1.5.24_1/bin' | |
/usr/bin/install -c mutt mutt_dotlock pgpring pgpewrap '/usr/local/Cellar/mutt/1.5.24_1/bin' | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook | |
if test -f /usr/local/Cellar/mutt/1.5.24_1/bin/mutt.dotlock && test -f /usr/local/Cellar/mutt/1.5.24_1/bin/mutt_dotlock ; then \ | |
rm -f /usr/local/Cellar/mutt/1.5.24_1/bin/mutt.dotlock ; \ | |
ln -sf /usr/local/Cellar/mutt/1.5.24_1/bin/mutt_dotlock /usr/local/Cellar/mutt/1.5.24_1/bin/mutt.dotlock ; \ | |
fi | |
if test -f /usr/local/Cellar/mutt/1.5.24_1/bin/mutt_dotlock && test xadmin != x ; then \ | |
chgrp admin /usr/local/Cellar/mutt/1.5.24_1/bin/mutt_dotlock && \ | |
chmod 2755 /usr/local/Cellar/mutt/1.5.24_1/bin/mutt_dotlock || \ | |
{ echo "Can't fix mutt_dotlock's permissions! This is required to lock mailboxes in the mail spool directory." >&2 ; exit 1 ; } \ | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by mutt configure 1.5.24, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --disable-warnings --prefix=/usr/local/Cellar/mutt/1.5.24_1 --with-ssl=/usr/local/opt/openssl --with-sasl --with-gss --enable-imap --enable-smtp --enable-pop --enable-hcache --with-tokyocabinet --disable-debug | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Hell | |
uname -m = x86_64 | |
uname -r = 15.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 310 tasks, 1290 threads, 4 processors | |
Load average: 2.28, Mach factor: 2.03 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/autoconf/bin | |
PATH: /usr/local/opt/automake/bin | |
PATH: /usr/local/opt/openssl/bin | |
PATH: /usr/local/opt/tokyo-cabinet/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2628: checking for a BSD-compatible install | |
configure:2696: result: /usr/bin/install -c | |
configure:2707: checking whether build environment is sane | |
configure:2762: result: yes | |
configure:2913: checking for a thread-safe mkdir -p | |
configure:2952: result: ./install-sh -c -d | |
configure:2959: checking for gawk | |
configure:2989: result: no | |
configure:2959: checking for mawk | |
configure:2989: result: no | |
configure:2959: checking for nawk | |
configure:2989: result: no | |
configure:2959: checking for awk | |
configure:2975: found /usr/bin/awk | |
configure:2986: result: awk | |
configure:2997: checking whether make sets $(MAKE) | |
configure:3019: result: yes | |
configure:3048: checking whether make supports nested variables | |
configure:3065: result: yes | |
configure:3216: checking for style of include used by make | |
configure:3244: result: GNU | |
configure:3315: checking for gcc | |
configure:3342: result: clang | |
configure:3571: checking for C compiler version | |
configure:3580: clang --version >&5 | |
Apple LLVM version 7.0.0 (clang-700.1.76) | |
Target: x86_64-apple-darwin15.0.0 | |
Thread model: posix | |
configure:3591: $? = 0 | |
configure:3580: clang -v >&5 | |
Apple LLVM version 7.0.0 (clang-700.1.76) | |
Target: x86_64-apple-darwin15.0.0 | |
Thread model: posix | |
configure:3591: $? = 0 | |
configure:3580: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3591: $? = 1 | |
configure:3580: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3591: $? = 1 | |
configure:3611: checking whether the C compiler works | |
configure:3633: clang conftest.c >&5 | |
configure:3637: $? = 0 | |
configure:3685: result: yes | |
configure:3688: checking for C compiler default output file name | |
configure:3690: result: a.out | |
configure:3696: checking for suffix of executables | |
configure:3703: clang -o conftest conftest.c >&5 | |
configure:3707: $? = 0 | |
configure:3729: result: | |
configure:3751: checking whether we are cross compiling | |
configure:3759: clang -o conftest conftest.c >&5 | |
configure:3763: $? = 0 | |
configure:3770: ./conftest | |
configure:3774: $? = 0 | |
configure:3789: result: no | |
configure:3794: checking for suffix of object files | |
configure:3816: clang -c conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3841: result: o | |
configure:3845: checking whether we are using the GNU C compiler | |
configure:3864: clang -c conftest.c >&5 | |
configure:3864: $? = 0 | |
configure:3873: result: yes | |
configure:3882: checking whether clang accepts -g | |
configure:3902: clang -c -g conftest.c >&5 | |
configure:3902: $? = 0 | |
configure:3943: result: yes | |
configure:3960: checking for clang option to accept ISO C89 | |
configure:4023: clang -c -g -O2 conftest.c >&5 | |
configure:4023: $? = 0 | |
configure:4036: result: none needed | |
configure:4061: checking whether clang understands -c and -o together | |
configure:4083: clang -c conftest.c -o conftest2.o | |
configure:4086: $? = 0 | |
configure:4083: clang -c conftest.c -o conftest2.o | |
configure:4086: $? = 0 | |
configure:4098: result: yes | |
configure:4117: checking dependency style of clang | |
configure:4228: result: none | |
configure:4249: checking how to run the C preprocessor | |
configure:4280: clang -E conftest.c | |
configure:4280: $? = 0 | |
configure:4294: clang -E conftest.c | |
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4294: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4319: result: clang -E | |
configure:4339: clang -E conftest.c | |
configure:4339: $? = 0 | |
configure:4353: clang -E conftest.c | |
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4353: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4382: checking for grep that handles long lines and -e | |
configure:4440: result: /usr/bin/grep | |
configure:4445: checking for egrep | |
configure:4507: result: /usr/bin/grep -E | |
configure:4512: checking for ANSI C header files | |
configure:4532: clang -c -g -O2 conftest.c >&5 | |
configure:4532: $? = 0 | |
configure:4605: clang -o conftest -g -O2 conftest.c >&5 | |
configure:4605: $? = 0 | |
configure:4605: ./conftest | |
configure:4605: $? = 0 | |
configure:4616: result: yes | |
configure:4629: checking for sys/types.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4629: checking for sys/stat.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4629: checking for stdlib.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4629: checking for string.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4629: checking for memory.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4629: checking for strings.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4629: checking for inttypes.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4629: checking for stdint.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4629: checking for unistd.h | |
configure:4629: clang -c -g -O2 conftest.c >&5 | |
configure:4629: $? = 0 | |
configure:4629: result: yes | |
configure:4642: checking minix/config.h usability | |
configure:4642: clang -c -g -O2 conftest.c >&5 | |
conftest.c:55:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:4642: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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:4642: result: no | |
configure:4642: checking minix/config.h presence | |
configure:4642: clang -E conftest.c | |
conftest.c:22:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:4642: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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:4642: result: no | |
configure:4642: checking for minix/config.h | |
configure:4642: result: no | |
configure:4663: checking whether it is safe to define __EXTENSIONS__ | |
configure:4681: clang -c -g -O2 conftest.c >&5 | |
configure:4681: $? = 0 | |
configure:4688: result: yes | |
configure:4709: checking build system type | |
configure:4723: result: x86_64-apple-darwin15.0.0 | |
configure:4743: checking host system type | |
configure:4756: result: x86_64-apple-darwin15.0.0 | |
configure:4777: checking for prefix | |
configure:4784: result: /usr/local/Cellar/mutt/1.5.24_1 | |
configure:4835: checking for gcc | |
configure:4862: result: clang | |
configure:5091: checking for C compiler version | |
configure:5100: clang --version >&5 | |
Apple LLVM version 7.0.0 (clang-700.1.76) | |
Target: x86_64-apple-darwin15.0.0 | |
Thread model: posix | |
configure:5111: $? = 0 | |
configure:5100: clang -v >&5 | |
Apple LLVM version 7.0.0 (clang-700.1.76) | |
Target: x86_64-apple-darwin15.0.0 | |
Thread model: posix | |
configure:5111: $? = 0 | |
configure:5100: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:5111: $? = 1 | |
configure:5100: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:5111: $? = 1 | |
configure:5115: checking whether we are using the GNU C compiler | |
configure:5143: result: yes | |
configure:5152: checking whether clang accepts -g | |
configure:5213: result: yes | |
configure:5230: checking for clang option to accept ISO C89 | |
configure:5306: result: none needed | |
configure:5331: checking whether clang understands -c and -o together | |
configure:5368: result: yes | |
configure:5387: checking dependency style of clang | |
configure:5498: result: none | |
configure:5513: checking for clang option to accept ISO C99 | |
configure:5662: clang -c -g -O2 conftest.c >&5 | |
configure:5662: $? = 0 | |
configure:5675: result: none needed | |
configure:5690: checking for library containing strerror | |
configure:5721: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:34:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:34:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:5721: $? = 0 | |
configure:5738: result: none required | |
configure:5754: checking how to run the C preprocessor | |
configure:5824: result: clang -E | |
configure:5844: clang -E conftest.c | |
configure:5844: $? = 0 | |
configure:5858: clang -E conftest.c | |
conftest.c:27:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5858: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5886: checking whether make sets $(MAKE) | |
configure:5908: result: yes | |
configure:5962: checking for ranlib | |
configure:5978: found /usr/bin/ranlib | |
configure:5989: result: ranlib | |
configure:6054: checking for ar | |
configure:6070: found /usr/bin/ar | |
configure:6081: result: ar | |
configure:6104: checking for inline | |
configure:6120: clang -c -g -O2 conftest.c >&5 | |
configure:6120: $? = 0 | |
configure:6128: result: inline | |
configure:6146: checking for an ANSI C-conforming const | |
configure:6212: clang -c -g -O2 conftest.c >&5 | |
configure:6212: $? = 0 | |
configure:6219: result: yes | |
configure:6227: checking whether byte ordering is bigendian | |
configure:6242: clang -c -g -O2 conftest.c >&5 | |
configure:6242: $? = 0 | |
configure:6287: clang -c -g -O2 conftest.c >&5 | |
configure:6287: $? = 0 | |
configure:6305: clang -c -g -O2 conftest.c >&5 | |
conftest.c:34:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:6305: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 | |
| /* 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:6433: result: no | |
configure:6459: checking for special C compiler options needed for large files | |
configure:6504: result: no | |
configure:6510: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:6535: clang -c -g -O2 conftest.c >&5 | |
configure:6535: $? = 0 | |
configure:6567: result: no | |
configure:6652: checking for _LARGEFILE_SOURCE value needed for large files | |
configure:6671: clang -o conftest -g -O2 conftest.c >&5 | |
configure:6671: $? = 0 | |
configure:6699: result: no | |
configure:6724: checking size of off_t | |
configure:6729: clang -o conftest -g -O2 conftest.c >&5 | |
configure:6729: $? = 0 | |
configure:6729: ./conftest | |
configure:6729: $? = 0 | |
configure:6743: result: 8 | |
configure:6756: checking for dbx | |
configure:6787: result: no | |
configure:6797: checking for gdb | |
configure:6828: result: no | |
configure:6838: checking for sdb | |
configure:6869: result: no | |
configure:6904: checking for inttypes.h | |
configure:6904: result: yes | |
configure:6914: checking for uint32_t | |
configure:6914: clang -c -g -O2 conftest.c >&5 | |
configure:6914: $? = 0 | |
configure:6914: clang -c -g -O2 conftest.c >&5 | |
conftest.c:66:23: error: expected expression | |
if (sizeof ((uint32_t))) | |
^ | |
1 error generated. | |
configure:6914: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((uint32_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6914: result: yes | |
configure:6925: checking size of short | |
configure:6930: clang -o conftest -g -O2 conftest.c >&5 | |
configure:6930: $? = 0 | |
configure:6930: ./conftest | |
configure:6930: $? = 0 | |
configure:6944: result: 2 | |
configure:6958: checking size of int | |
configure:6963: clang -o conftest -g -O2 conftest.c >&5 | |
configure:6963: $? = 0 | |
configure:6963: ./conftest | |
configure:6963: $? = 0 | |
configure:6977: result: 4 | |
configure:6991: checking size of long | |
configure:6996: clang -o conftest -g -O2 conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: ./conftest | |
configure:6996: $? = 0 | |
configure:7010: result: 8 | |
configure:7024: checking size of long long | |
configure:7029: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7029: $? = 0 | |
configure:7029: ./conftest | |
configure:7029: $? = 0 | |
configure:7043: result: 8 | |
configure:7054: checking for unsigned long long int | |
configure:7102: result: yes | |
configure:7112: checking for long long int | |
configure:7162: result: yes | |
configure:7174: checking for sendmail | |
configure:7193: found /usr/sbin/sendmail | |
configure:7206: result: /usr/sbin/sendmail | |
configure:7222: checking whether to build with GPGME support | |
configure:7515: result: no | |
configure:7584: checking for ispell | |
configure:7615: result: no | |
configure:7810: checking for initscr | |
configure:7810: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_initscr", referenced from: | |
_main in conftest-e42003.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:7810: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| /* end confdefs.h. */ | |
| /* Define initscr to an innocuous variant, in case <limits.h> declares initscr. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define initscr innocuous_initscr | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char initscr (); 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 initscr | |
| | |
| /* 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 initscr (); | |
| /* 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_initscr || defined __stub___initscr | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return initscr (); | |
| ; | |
| return 0; | |
| } | |
configure:7810: result: no | |
configure:7819: checking for waddnwstr in -lncurses | |
configure:7844: clang -o conftest -g -O2 conftest.c -lncurses >&5 | |
configure:7844: $? = 0 | |
configure:7854: result: yes | |
configure:7862: checking for initscr in -lncurses | |
configure:7887: clang -o conftest -g -O2 conftest.c -lncurses >&5 | |
configure:7887: $? = 0 | |
configure:7897: result: yes | |
configure:7918: checking ncurses/ncurses.h usability | |
configure:7918: clang -c -g -O2 conftest.c >&5 | |
conftest.c:73:10: fatal error: 'ncurses/ncurses.h' file not found | |
#include <ncurses/ncurses.h> | |
^ | |
1 error generated. | |
configure:7918: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 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 <ncurses/ncurses.h> | |
configure:7918: result: no | |
configure:7918: checking ncurses/ncurses.h presence | |
configure:7918: clang -E conftest.c | |
conftest.c:40:10: fatal error: 'ncurses/ncurses.h' file not found | |
#include <ncurses/ncurses.h> | |
^ | |
1 error generated. | |
configure:7918: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| /* end confdefs.h. */ | |
| #include <ncurses/ncurses.h> | |
configure:7918: result: no | |
configure:7918: checking for ncurses/ncurses.h | |
configure:7918: result: no | |
configure:7927: checking ncurses.h usability | |
configure:7927: clang -c -g -O2 conftest.c >&5 | |
configure:7927: $? = 0 | |
configure:7927: result: yes | |
configure:7927: checking ncurses.h presence | |
configure:7927: clang -E conftest.c | |
configure:7927: $? = 0 | |
configure:7927: result: yes | |
configure:7927: checking for ncurses.h | |
configure:7927: result: yes | |
configure:8293: checking for start_color declaration | |
configure:8311: clang -c -g -O2 conftest.c >&5 | |
configure:8311: $? = 0 | |
configure:8326: clang -c -g -O2 conftest.c >&5 | |
configure:8326: $? = 0 | |
configure:8342: result: yes | |
configure:8293: checking for typeahead declaration | |
configure:8311: clang -c -g -O2 conftest.c >&5 | |
configure:8311: $? = 0 | |
configure:8326: clang -c -g -O2 conftest.c >&5 | |
configure:8326: $? = 0 | |
configure:8342: result: yes | |
configure:8293: checking for bkgdset declaration | |
configure:8311: clang -c -g -O2 conftest.c >&5 | |
configure:8311: $? = 0 | |
configure:8326: clang -c -g -O2 conftest.c >&5 | |
configure:8326: $? = 0 | |
configure:8342: result: yes | |
configure:8293: checking for curs_set declaration | |
configure:8311: clang -c -g -O2 conftest.c >&5 | |
configure:8311: $? = 0 | |
configure:8326: clang -c -g -O2 conftest.c >&5 | |
configure:8326: $? = 0 | |
configure:8342: result: yes | |
configure:8293: checking for meta declaration | |
configure:8311: clang -c -g -O2 conftest.c >&5 | |
conftest.c:50:12: error: conflicting types for 'meta' | |
extern int meta(); | |
^ | |
/usr/include/curses.h:603:28: note: previous declaration is here | |
extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ | |
^ | |
1 error generated. | |
configure:8311: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| /* end confdefs.h. */ | |
| #include <ncurses.h> | |
| int | |
| main () | |
| { | |
| #ifndef meta | |
| extern int meta(); | |
| #endif | |
| ; | |
| return 0; | |
| } | |
configure:8342: result: yes | |
configure:8293: checking for use_default_colors declaration | |
configure:8311: clang -c -g -O2 conftest.c >&5 | |
configure:8311: $? = 0 | |
configure:8326: clang -c -g -O2 conftest.c >&5 | |
configure:8326: $? = 0 | |
configure:8342: result: yes | |
configure:8293: checking for resizeterm declaration | |
configure:8311: clang -c -g -O2 conftest.c >&5 | |
configure:8311: $? = 0 | |
configure:8326: clang -c -g -O2 conftest.c >&5 | |
configure:8326: $? = 0 | |
configure:8342: result: yes | |
configure:8368: checking for use_extended_names | |
configure:8368: clang -o conftest -g -O2 conftest.c -lncurses >&5 | |
configure:8368: $? = 0 | |
configure:8368: result: yes | |
configure:8382: checking for ANSI C header files | |
configure:8486: result: yes | |
configure:8498: checking stdarg.h usability | |
configure:8498: clang -c -g -O2 conftest.c >&5 | |
configure:8498: $? = 0 | |
configure:8498: result: yes | |
configure:8498: checking stdarg.h presence | |
configure:8498: clang -E conftest.c | |
configure:8498: $? = 0 | |
configure:8498: result: yes | |
configure:8498: checking for stdarg.h | |
configure:8498: result: yes | |
configure:8498: checking sys/ioctl.h usability | |
configure:8498: clang -c -g -O2 conftest.c >&5 | |
configure:8498: $? = 0 | |
configure:8498: result: yes | |
configure:8498: checking sys/ioctl.h presence | |
configure:8498: clang -E conftest.c | |
configure:8498: $? = 0 | |
configure:8498: result: yes | |
configure:8498: checking for sys/ioctl.h | |
configure:8498: result: yes | |
configure:8498: checking ioctl.h usability | |
configure:8498: clang -c -g -O2 conftest.c >&5 | |
conftest.c:86:10: fatal error: 'ioctl.h' file not found | |
#include <ioctl.h> | |
^ | |
1 error generated. | |
configure:8498: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_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 <ioctl.h> | |
configure:8498: result: no | |
configure:8498: checking ioctl.h presence | |
configure:8498: clang -E conftest.c | |
conftest.c:53:10: fatal error: 'ioctl.h' file not found | |
#include <ioctl.h> | |
^ | |
1 error generated. | |
configure:8498: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <ioctl.h> | |
configure:8498: result: no | |
configure:8498: checking for ioctl.h | |
configure:8498: result: no | |
configure:8498: checking sysexits.h usability | |
configure:8498: clang -c -g -O2 conftest.c >&5 | |
configure:8498: $? = 0 | |
configure:8498: result: yes | |
configure:8498: checking sysexits.h presence | |
configure:8498: clang -E conftest.c | |
configure:8498: $? = 0 | |
configure:8498: result: yes | |
configure:8498: checking for sysexits.h | |
configure:8498: result: yes | |
configure:8511: checking sys/time.h usability | |
configure:8511: clang -c -g -O2 conftest.c >&5 | |
configure:8511: $? = 0 | |
configure:8511: result: yes | |
configure:8511: checking sys/time.h presence | |
configure:8511: clang -E conftest.c | |
configure:8511: $? = 0 | |
configure:8511: result: yes | |
configure:8511: checking for sys/time.h | |
configure:8511: result: yes | |
configure:8511: checking sys/resource.h usability | |
configure:8511: clang -c -g -O2 conftest.c >&5 | |
configure:8511: $? = 0 | |
configure:8511: result: yes | |
configure:8511: checking sys/resource.h presence | |
configure:8511: clang -E conftest.c | |
configure:8511: $? = 0 | |
configure:8511: result: yes | |
configure:8511: checking for sys/resource.h | |
configure:8511: result: yes | |
configure:8523: checking unix.h usability | |
configure:8523: clang -c -g -O2 conftest.c >&5 | |
conftest.c:89:10: fatal error: 'unix.h' file not found | |
#include <unix.h> | |
^ | |
1 error generated. | |
configure:8523: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_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 <unix.h> | |
configure:8523: result: no | |
configure:8523: checking unix.h presence | |
configure:8523: clang -E conftest.c | |
conftest.c:56:10: fatal error: 'unix.h' file not found | |
#include <unix.h> | |
^ | |
1 error generated. | |
configure:8523: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <unix.h> | |
configure:8523: result: no | |
configure:8523: checking for unix.h | |
configure:8523: result: no | |
configure:8537: checking for setrlimit | |
configure:8537: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8537: $? = 0 | |
configure:8537: result: yes | |
configure:8537: checking for getsid | |
configure:8537: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8537: $? = 0 | |
configure:8537: result: yes | |
configure:8547: checking for sig_atomic_t in signal.h | |
configure:8573: result: yes, non volatile | |
configure:8609: checking whether sys_siglist is declared | |
configure:8609: clang -c -g -O2 conftest.c >&5 | |
configure:8609: $? = 0 | |
configure:8609: result: yes | |
configure:8628: checking for pid_t | |
configure:8628: clang -c -g -O2 conftest.c >&5 | |
configure:8628: $? = 0 | |
configure:8628: clang -c -g -O2 conftest.c >&5 | |
conftest.c:96:20: error: expected expression | |
if (sizeof ((pid_t))) | |
^ | |
1 error generated. | |
configure:8628: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 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:8628: result: yes | |
configure:8639: checking for ssize_t | |
configure:8639: clang -c -g -O2 conftest.c >&5 | |
configure:8639: $? = 0 | |
configure:8639: clang -c -g -O2 conftest.c >&5 | |
conftest.c:96:22: error: expected expression | |
if (sizeof ((ssize_t))) | |
^ | |
1 error generated. | |
configure:8639: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:8639: result: yes | |
configure:8654: checking for fgetpos | |
configure:8654: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8654: $? = 0 | |
configure:8654: result: yes | |
configure:8654: checking for memmove | |
configure:8654: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:84:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] | |
char memmove (); | |
^ | |
conftest.c:84:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:8654: $? = 0 | |
configure:8654: result: yes | |
configure:8654: checking for setegid | |
configure:8654: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8654: $? = 0 | |
configure:8654: result: yes | |
configure:8654: checking for srand48 | |
configure:8654: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8654: $? = 0 | |
configure:8654: result: yes | |
configure:8654: checking for strerror | |
configure:8654: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:87:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:87:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:8654: $? = 0 | |
configure:8654: result: yes | |
configure:8664: checking for setenv | |
configure:8664: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8664: $? = 0 | |
configure:8664: result: yes | |
configure:8677: checking for strcasecmp | |
configure:8677: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:89:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] | |
char strcasecmp (); | |
^ | |
conftest.c:89:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | |
1 warning generated. | |
configure:8677: $? = 0 | |
configure:8677: result: yes | |
configure:8690: checking for strdup | |
configure:8690: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:90:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] | |
char strdup (); | |
^ | |
conftest.c:90:6: note: 'strdup' is a builtin with type 'char *(const char *)' | |
1 warning generated. | |
configure:8690: $? = 0 | |
configure:8690: result: yes | |
configure:8703: checking for strsep | |
configure:8703: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8703: $? = 0 | |
configure:8703: result: yes | |
configure:8716: checking for strtok_r | |
configure:8716: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8716: $? = 0 | |
configure:8716: result: yes | |
configure:8729: checking for wcscasecmp | |
configure:8729: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8729: $? = 0 | |
configure:8729: result: yes | |
configure:8743: checking for strcasestr | |
configure:8743: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8743: $? = 0 | |
configure:8743: result: yes | |
configure:8756: checking for mkdtemp | |
configure:8756: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8756: $? = 0 | |
configure:8756: result: yes | |
configure:8771: checking for getopt | |
configure:8771: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8771: $? = 0 | |
configure:8771: result: yes | |
configure:8779: checking getopt.h usability | |
configure:8779: clang -c -g -O2 conftest.c >&5 | |
configure:8779: $? = 0 | |
configure:8779: result: yes | |
configure:8779: checking getopt.h presence | |
configure:8779: clang -E conftest.c | |
configure:8779: $? = 0 | |
configure:8779: result: yes | |
configure:8779: checking for getopt.h | |
configure:8779: result: yes | |
configure:8792: checking for snprintf | |
configure:8792: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:97:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] | |
char snprintf (); | |
^ | |
conftest.c:97:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' | |
1 warning generated. | |
configure:8792: $? = 0 | |
configure:8792: result: yes | |
configure:8799: checking for vsnprintf | |
configure:8799: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:97:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration] | |
char vsnprintf (); | |
^ | |
conftest.c:97:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:8799: $? = 0 | |
configure:8799: result: yes | |
configure:8807: checking whether your system's snprintf is C99 compliant | |
configure:8827: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8827: $? = 0 | |
configure:8827: ./conftest | |
configure:8827: $? = 0 | |
configure:8837: result: yes | |
configure:8843: checking whether your system's vsnprintf is C99 compliant | |
configure:8873: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8873: $? = 0 | |
configure:8873: ./conftest | |
configure:8873: $? = 0 | |
configure:8883: result: yes | |
configure:8907: checking for va_copy | |
configure:8920: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8920: $? = 0 | |
configure:8921: result: va_copy | |
configure:8958: checking for ftruncate | |
configure:8958: clang -o conftest -g -O2 conftest.c >&5 | |
configure:8958: $? = 0 | |
configure:8958: result: yes | |
configure:9016: checking for strftime | |
configure:9016: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9016: $? = 0 | |
configure:9016: result: yes | |
configure:9074: checking for fchdir | |
configure:9074: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9074: $? = 0 | |
configure:9074: result: yes | |
configure:9093: checking for regcomp | |
configure:9093: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9093: $? = 0 | |
configure:9093: result: yes | |
configure:9108: checking whether your system's regexp library is completely broken | |
configure:9123: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:83: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:9123: $? = 0 | |
configure:9123: ./conftest | |
configure:9123: $? = 0 | |
configure:9133: result: no | |
configure:9182: checking where new mail is stored | |
configure:9198: result: /var/mail | |
configure:9212: checking if /var/mail is world writable | |
configure:9235: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9235: $? = 0 | |
configure:9235: ./conftest | |
configure:9235: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #include <stdlib.h> | |
| | |
| int main (int argc, char **argv) | |
| { | |
| struct stat s; | |
| | |
| stat ("/var/mail", &s); | |
| if (s.st_mode & S_IWOTH) exit (0); | |
| exit (1); | |
| } | |
configure:9245: result: no | |
configure:9255: checking if /var/mail is group writable | |
configure:9278: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9278: $? = 0 | |
configure:9278: ./conftest | |
configure:9278: $? = 0 | |
configure:9288: result: yes | |
configure:9327: checking where to put the documentation | |
configure:9337: result: ${datarootdir}/doc/mutt | |
configure:9433: checking sys/select.h usability | |
configure:9433: clang -c -g -O2 conftest.c >&5 | |
configure:9433: $? = 0 | |
configure:9433: result: yes | |
configure:9433: checking sys/select.h presence | |
configure:9433: clang -E conftest.c | |
configure:9433: $? = 0 | |
configure:9433: result: yes | |
configure:9433: checking for sys/select.h | |
configure:9433: result: yes | |
configure:9443: checking for socklen_t | |
configure:9452: result: yes | |
configure:9463: checking for gethostent | |
configure:9463: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9463: $? = 0 | |
configure:9463: result: yes | |
configure:9514: checking for setsockopt | |
configure:9514: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9514: $? = 0 | |
configure:9514: result: yes | |
configure:9567: checking for getaddrinfo | |
configure:9567: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9567: $? = 0 | |
configure:9567: result: yes | |
configure:9609: checking for krb5-config | |
configure:9627: found /usr/bin/krb5-config | |
configure:9640: result: /usr/bin/krb5-config | |
configure:9810: checking GSSAPI implementation | |
configure:9812: result: MIT | |
configure:9948: checking for deflate in -lz | |
configure:9973: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lz >&5 | |
configure:9973: $? = 0 | |
configure:9982: result: yes | |
configure:9988: checking for X509_new in -lcrypto | |
configure:10013: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lcrypto -lz >&5 | |
configure:10013: $? = 0 | |
configure:10022: result: yes | |
configure:10028: checking for SSL_new in -lssl | |
configure:10053: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz >&5 | |
configure:10053: $? = 0 | |
configure:10062: result: yes | |
configure:10080: checking for RAND_status | |
configure:10080: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz >&5 | |
configure:10080: $? = 0 | |
configure:10080: result: yes | |
configure:10080: checking for RAND_egd | |
configure:10080: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lz >&5 | |
configure:10080: $? = 0 | |
configure:10080: result: yes | |
configure:10312: checking for library containing sasl_encode64 | |
configure:10343: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_sasl_encode64", referenced from: | |
_main in conftest-89a6e9.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:10343: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 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 sasl_encode64 (); | |
| int | |
| main () | |
| { | |
| return sasl_encode64 (); | |
| ; | |
| return 0; | |
| } | |
configure:10343: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -lsasl2 >&5 | |
configure:10343: $? = 0 | |
configure:10360: result: -lsasl2 | |
configure:10427: checking whether struct dirent defines d_ino | |
configure:10441: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:10441: $? = 0 | |
configure:10451: result: yes | |
configure:10618: checking tcbdb.h usability | |
configure:10618: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:10618: $? = 0 | |
configure:10618: result: yes | |
configure:10618: checking tcbdb.h presence | |
configure:10618: clang -E -I/usr/local/opt/openssl/include conftest.c | |
configure:10618: $? = 0 | |
configure:10618: result: yes | |
configure:10618: checking for tcbdb.h | |
configure:10618: result: yes | |
configure:10620: checking for tcbdbopen in -ltokyocabinet | |
configure:10645: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -ltokyocabinet >&5 | |
configure:10645: $? = 0 | |
configure:10654: result: yes | |
configure:10929: checking for library containing strerror | |
configure:10977: result: none required | |
configure:10985: checking for off_t | |
configure:10985: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:10985: $? = 0 | |
configure:10985: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
conftest.c:138:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:10985: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 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 ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10985: result: yes | |
configure:10996: checking for size_t | |
configure:10996: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:10996: $? = 0 | |
configure:10996: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
conftest.c:138:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:10996: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 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:10996: result: yes | |
configure:11009: checking for working alloca.h | |
configure:11026: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11026: $? = 0 | |
configure:11034: result: yes | |
configure:11042: checking for alloca | |
configure:11079: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11079: $? = 0 | |
configure:11087: result: yes | |
configure:11199: checking for stdlib.h | |
configure:11199: result: yes | |
configure:11199: checking for unistd.h | |
configure:11199: result: yes | |
configure:11199: checking for sys/param.h | |
configure:11199: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:11199: $? = 0 | |
configure:11199: result: yes | |
configure:11219: checking for getpagesize | |
configure:11219: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11219: $? = 0 | |
configure:11219: result: yes | |
configure:11228: checking for working mmap | |
configure:11375: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11375: $? = 0 | |
configure:11375: ./conftest | |
configure:11375: $? = 0 | |
configure:11385: result: yes | |
configure:11395: checking whether we are using the GNU C Library 2.1 or newer | |
conftest.c:110:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^ | |
1 error generated. | |
configure:11422: result: no | |
configure:11433: checking argz.h usability | |
configure:11433: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
conftest.c:142:10: fatal error: 'argz.h' file not found | |
#include <argz.h> | |
^ | |
1 error generated. | |
configure:11433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 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 <argz.h> | |
configure:11433: result: no | |
configure:11433: checking argz.h presence | |
configure:11433: clang -E -I/usr/local/opt/openssl/include conftest.c | |
conftest.c:109:10: fatal error: 'argz.h' file not found | |
#include <argz.h> | |
^ | |
1 error generated. | |
configure:11433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| /* end confdefs.h. */ | |
| #include <argz.h> | |
configure:11433: result: no | |
configure:11433: checking for argz.h | |
configure:11433: result: no | |
configure:11433: checking limits.h usability | |
configure:11433: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:11433: $? = 0 | |
configure:11433: result: yes | |
configure:11433: checking limits.h presence | |
configure:11433: clang -E -I/usr/local/opt/openssl/include conftest.c | |
configure:11433: $? = 0 | |
configure:11433: result: yes | |
configure:11433: checking for limits.h | |
configure:11433: result: yes | |
configure:11433: checking locale.h usability | |
configure:11433: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:11433: $? = 0 | |
configure:11433: result: yes | |
configure:11433: checking locale.h presence | |
configure:11433: clang -E -I/usr/local/opt/openssl/include conftest.c | |
configure:11433: $? = 0 | |
configure:11433: result: yes | |
configure:11433: checking for locale.h | |
configure:11433: result: yes | |
configure:11433: checking nl_types.h usability | |
configure:11433: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:11433: $? = 0 | |
configure:11433: result: yes | |
configure:11433: checking nl_types.h presence | |
configure:11433: clang -E -I/usr/local/opt/openssl/include conftest.c | |
configure:11433: $? = 0 | |
configure:11433: result: yes | |
configure:11433: checking for nl_types.h | |
configure:11433: result: yes | |
configure:11433: checking malloc.h usability | |
configure:11433: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
conftest.c:145:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:11433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <malloc.h> | |
configure:11433: result: no | |
configure:11433: checking malloc.h presence | |
configure:11433: clang -E -I/usr/local/opt/openssl/include conftest.c | |
conftest.c:112:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:11433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <malloc.h> | |
configure:11433: result: no | |
configure:11433: checking for malloc.h | |
configure:11433: result: no | |
configure:11433: checking stddef.h usability | |
configure:11433: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:11433: $? = 0 | |
configure:11433: result: yes | |
configure:11433: checking stddef.h presence | |
configure:11433: clang -E -I/usr/local/opt/openssl/include conftest.c | |
configure:11433: $? = 0 | |
configure:11433: result: yes | |
configure:11433: checking for stddef.h | |
configure:11433: result: yes | |
configure:11433: checking for stdlib.h | |
configure:11433: result: yes | |
configure:11433: checking for string.h | |
configure:11433: result: yes | |
configure:11433: checking for unistd.h | |
configure:11433: result: yes | |
configure:11433: checking for sys/param.h | |
configure:11433: result: yes | |
configure:11448: checking for feof_unlocked | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for fgets_unlocked | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_fgets_unlocked", referenced from: | |
_main in conftest-d248af.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:11448: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| /* end confdefs.h. */ | |
| /* Define fgets_unlocked to an innocuous variant, in case <limits.h> declares fgets_unlocked. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fgets_unlocked innocuous_fgets_unlocked | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fgets_unlocked (); 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 fgets_unlocked | |
| | |
| /* 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 fgets_unlocked (); | |
| /* 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_fgets_unlocked || defined __stub___fgets_unlocked | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fgets_unlocked (); | |
| ; | |
| return 0; | |
| } | |
configure:11448: result: no | |
configure:11448: checking for getcwd | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for getegid | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for geteuid | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for getgid | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for getuid | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for mempcpy | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_mempcpy", referenced from: | |
_main in conftest-a4eca6.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:11448: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| /* end confdefs.h. */ | |
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mempcpy innocuous_mempcpy | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mempcpy (); 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 mempcpy | |
| | |
| /* 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 mempcpy (); | |
| /* 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_mempcpy || defined __stub___mempcpy | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mempcpy (); | |
| ; | |
| return 0; | |
| } | |
configure:11448: result: no | |
configure:11448: checking for munmap | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for putenv | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for setenv | |
configure:11448: result: yes | |
configure:11448: checking for setlocale | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for stpcpy | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
conftest.c:150:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration] | |
char stpcpy (); | |
^ | |
conftest.c:150:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)' | |
1 warning generated. | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for strchr | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
conftest.c:151:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] | |
char strchr (); | |
^ | |
conftest.c:151:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' | |
1 warning generated. | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for strcasecmp | |
configure:11448: result: yes | |
configure:11448: checking for strdup | |
configure:11448: result: yes | |
configure:11448: checking for strtoul | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for tsearch | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11448: $? = 0 | |
configure:11448: result: yes | |
configure:11448: checking for __argz_count | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___argz_count", referenced from: | |
_main in conftest-082c7c.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:11448: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_count innocuous___argz_count | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_count (); 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 __argz_count | |
| | |
| /* 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 __argz_count (); | |
| /* 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___argz_count || defined __stub_____argz_count | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_count (); | |
| ; | |
| return 0; | |
| } | |
configure:11448: result: no | |
configure:11448: checking for __argz_stringify | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___argz_stringify", referenced from: | |
_main in conftest-b7ea63.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:11448: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_stringify innocuous___argz_stringify | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_stringify (); 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 __argz_stringify | |
| | |
| /* 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 __argz_stringify (); | |
| /* 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___argz_stringify || defined __stub_____argz_stringify | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_stringify (); | |
| ; | |
| return 0; | |
| } | |
configure:11448: result: no | |
configure:11448: checking for __argz_next | |
configure:11448: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___argz_next", referenced from: | |
_main in conftest-5be9f5.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:11448: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_next innocuous___argz_next | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_next (); 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 __argz_next | |
| | |
| /* 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 __argz_next (); | |
| /* 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___argz_next || defined __stub_____argz_next | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_next (); | |
| ; | |
| return 0; | |
| } | |
configure:11448: result: no | |
configure:11472: checking for iconv | |
configure:11494: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-e24c2f.o | |
"_iconv_close", referenced from: | |
_main in conftest-e24c2f.o | |
"_iconv_open", referenced from: | |
_main in conftest-e24c2f.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:11494: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* 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:11516: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv >&5 | |
configure:11516: $? = 0 | |
configure:11526: result: yes | |
configure:11532: checking for iconv declaration | |
configure:11561: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:11561: $? = 0 | |
configure:11572: result: | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
configure:11588: checking for nl_langinfo and CODESET | |
configure:11604: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11604: $? = 0 | |
configure:11613: result: yes | |
configure:11622: checking for LC_MESSAGES | |
configure:11638: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:11638: $? = 0 | |
configure:11646: result: yes | |
configure:11654: checking whether NLS is requested | |
configure:11663: result: yes | |
configure:11675: checking whether included gettext is requested | |
configure:11685: result: no | |
configure:11695: checking libintl.h usability | |
configure:11695: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
conftest.c:171:10: fatal error: 'libintl.h' file not found | |
#include <libintl.h> | |
^ | |
1 error generated. | |
configure:11695: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 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 <libintl.h> | |
configure:11695: result: no | |
configure:11695: checking libintl.h presence | |
configure:11695: clang -E -I/usr/local/opt/openssl/include conftest.c | |
conftest.c:138:10: fatal error: 'libintl.h' file not found | |
#include <libintl.h> | |
^ | |
1 error generated. | |
configure:11695: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| /* end confdefs.h. */ | |
| #include <libintl.h> | |
configure:11695: result: no | |
configure:11695: checking for libintl.h | |
configure:11695: result: no | |
configure:11917: checking for msgfmt | |
configure:11947: result: no | |
configure:11953: checking for gmsgfmt | |
configure:11984: result: : | |
configure:11994: checking for xgettext | |
configure:12024: result: no | |
configure:12070: checking for bison | |
configure:12086: found /usr/bin/bison | |
configure:12097: result: bison | |
configure:12111: checking version of bison | |
configure:12120: result: 2.3, ok | |
configure:12159: checking for catalogs to be installed | |
configure:12179: result: de eu ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg ga | |
configure:12200: checking iconv.h usability | |
configure:12200: clang -c -g -O2 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:12200: $? = 0 | |
configure:12200: result: yes | |
configure:12200: checking iconv.h presence | |
configure:12200: clang -E -I/usr/local/opt/openssl/include conftest.c | |
configure:12200: $? = 0 | |
configure:12200: result: yes | |
configure:12200: checking for iconv.h | |
configure:12200: result: yes | |
configure:12205: checking whether iconv.h defines iconv_t | |
configure:12214: result: yes | |
configure:12230: checking whether this iconv is good enough | |
configure:12258: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv >&5 | |
configure:12258: $? = 0 | |
configure:12258: ./conftest | |
configure:12258: $? = 0 | |
configure:12269: result: yes | |
configure:12275: checking whether iconv is non-transcribing | |
configure:12304: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib conftest.c -liconv >&5 | |
conftest.c:153:21: warning: passing 'const char **' to parameter of type 'char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] | |
iconv(cd, &ib, &ibl, &ob, &obl)); | |
^~~ | |
/usr/include/iconv.h:70:30: note: passing argument to parameter here | |
char ** __restrict /*inbuf*/, size_t * __restrict /*inbytesleft*/, | |
^ | |
1 warning generated. | |
configure:12304: $? = 0 | |
configure:12304: ./conftest | |
configure:12304: $? = 0 | |
configure:12315: result: no | |
configure:12377: checking stringprep.h usability | |
configure:12377: clang -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c >&5 | |
configure:12377: $? = 0 | |
configure:12377: result: yes | |
configure:12377: checking stringprep.h presence | |
configure:12377: clang -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
configure:12377: $? = 0 | |
configure:12377: result: yes | |
configure:12377: checking for stringprep.h | |
configure:12377: result: yes | |
configure:12393: checking idna.h usability | |
configure:12393: clang -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c >&5 | |
configure:12393: $? = 0 | |
configure:12393: result: yes | |
configure:12393: checking idna.h presence | |
configure:12393: clang -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
configure:12393: $? = 0 | |
configure:12393: result: yes | |
configure:12393: checking for idna.h | |
configure:12393: result: yes | |
configure:12409: checking for library containing stringprep_check_version | |
configure:12440: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_stringprep_check_version", referenced from: | |
_main in conftest-052f1d.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:12440: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_ICONV_T_DEF 1 | |
| #define ICONV_NONTRANS 0 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_STRINGPREP_H 1 | |
| #define HAVE_IDNA_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char stringprep_check_version (); | |
| int | |
| main () | |
| { | |
| return stringprep_check_version (); | |
| ; | |
| return 0; | |
| } | |
configure:12440: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn >&5 | |
configure:12440: $? = 0 | |
configure:12457: result: -lidn | |
configure:12473: checking for idna_to_unicode_utf8_from_utf8 | |
configure:12473: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv >&5 | |
Undefined symbols for architecture x86_64: | |
"_idna_to_unicode_utf8_from_utf8", referenced from: | |
_main in conftest-88ad2e.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:12473: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_ICONV_T_DEF 1 | |
| #define ICONV_NONTRANS 0 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_STRINGPREP_H 1 | |
| #define HAVE_IDNA_H 1 | |
| #define HAVE_LIBIDN 1 | |
| /* end confdefs.h. */ | |
| /* Define idna_to_unicode_utf8_from_utf8 to an innocuous variant, in case <limits.h> declares idna_to_unicode_utf8_from_utf8. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define idna_to_unicode_utf8_from_utf8 innocuous_idna_to_unicode_utf8_from_utf8 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char idna_to_unicode_utf8_from_utf8 (); 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 idna_to_unicode_utf8_from_utf8 | |
| | |
| /* 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 idna_to_unicode_utf8_from_utf8 (); | |
| /* 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_idna_to_unicode_utf8_from_utf8 || defined __stub___idna_to_unicode_utf8_from_utf8 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return idna_to_unicode_utf8_from_utf8 (); | |
| ; | |
| return 0; | |
| } | |
configure:12473: result: no | |
configure:12473: checking for idna_to_unicode_8z8z | |
configure:12473: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv >&5 | |
configure:12473: $? = 0 | |
configure:12473: result: yes | |
configure:12485: checking for idna_to_ascii_from_utf8 | |
configure:12485: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv >&5 | |
Undefined symbols for architecture x86_64: | |
"_idna_to_ascii_from_utf8", referenced from: | |
_main in conftest-56849f.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:12485: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_ICONV_T_DEF 1 | |
| #define ICONV_NONTRANS 0 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_STRINGPREP_H 1 | |
| #define HAVE_IDNA_H 1 | |
| #define HAVE_LIBIDN 1 | |
| #define HAVE_IDNA_TO_UNICODE_8Z8Z 1 | |
| /* end confdefs.h. */ | |
| /* Define idna_to_ascii_from_utf8 to an innocuous variant, in case <limits.h> declares idna_to_ascii_from_utf8. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define idna_to_ascii_from_utf8 innocuous_idna_to_ascii_from_utf8 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char idna_to_ascii_from_utf8 (); 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 idna_to_ascii_from_utf8 | |
| | |
| /* 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 idna_to_ascii_from_utf8 (); | |
| /* 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_idna_to_ascii_from_utf8 || defined __stub___idna_to_ascii_from_utf8 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return idna_to_ascii_from_utf8 (); | |
| ; | |
| return 0; | |
| } | |
configure:12485: result: no | |
configure:12485: checking for idna_to_ascii_8z | |
configure:12485: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv >&5 | |
configure:12485: $? = 0 | |
configure:12485: result: yes | |
configure:12497: checking for idna_to_ascii_lz | |
configure:12497: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv >&5 | |
configure:12497: $? = 0 | |
configure:12497: result: yes | |
configure:12497: checking for idna_to_ascii_from_locale | |
configure:12497: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c -lidn -liconv >&5 | |
Undefined symbols for architecture x86_64: | |
"_idna_to_ascii_from_locale", referenced from: | |
_main in conftest-17e3fd.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:12497: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mutt" | |
| #define PACKAGE_TARNAME "mutt" | |
| #define PACKAGE_VERSION "1.5.24" | |
| #define PACKAGE_STRING "mutt 1.5.24" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mutt" | |
| #define VERSION "1.5.24" | |
| #define MUTT_VERSION "1.5.24" | |
| #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 HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_C99_INTTYPES 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define SENDMAIL "/usr/sbin/sendmail" | |
| #define CRYPT_BACKEND_CLASSIC_PGP 1 | |
| #define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_START_COLOR 1 | |
| #define HAVE_TYPEAHEAD 1 | |
| #define HAVE_BKGDSET 1 | |
| #define HAVE_CURS_SET 1 | |
| #define HAVE_META 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_RESIZETERM 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_EXTENDED_NAMES 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_GETSID 1 | |
| #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_FGETPOS 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SRAND48 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_STRTOK_R 1 | |
| #define HAVE_WCSCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_REGCOMP 1 | |
| #define MAILPATH "/var/mail" | |
| #define USE_DOTLOCK 1 | |
| #define USE_SETGID 1 | |
| #define DL_STANDALONE 1 | |
| #define USE_POP 1 | |
| #define USE_IMAP 1 | |
| #define USE_SMTP 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define USE_SOCKET 1 | |
| #define USE_GSS 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_RAND_STATUS 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define USE_SSL 1 | |
| #define USE_SSL_OPENSSL 1 | |
| #define USE_SASL 1 | |
| #define USE_FCNTL 1 | |
| #define HAVE_DIRENT_D_INO 1 | |
| #define EXECSHELL "/bin/sh" | |
| #define USE_HCACHE 1 | |
| #define HAVE_TC 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_ICONV_T_DEF 1 | |
| #define ICONV_NONTRANS 0 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_STRINGPREP_H 1 | |
| #define HAVE_IDNA_H 1 | |
| #define HAVE_LIBIDN 1 | |
| #define HAVE_IDNA_TO_UNICODE_8Z8Z 1 | |
| #define HAVE_IDNA_TO_ASCII_8Z 1 | |
| #define HAVE_IDNA_TO_ASCII_LZ 1 | |
| /* end confdefs.h. */ | |
| /* Define idna_to_ascii_from_locale to an innocuous variant, in case <limits.h> declares idna_to_ascii_from_locale. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define idna_to_ascii_from_locale innocuous_idna_to_ascii_from_locale | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char idna_to_ascii_from_locale (); 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 idna_to_ascii_from_locale | |
| | |
| /* 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 idna_to_ascii_from_locale (); | |
| /* 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_idna_to_ascii_from_locale || defined __stub___idna_to_ascii_from_locale | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return idna_to_ascii_from_locale (); | |
| ; | |
| return 0; | |
| } | |
configure:12497: result: no | |
configure:12523: checking wchar.h usability | |
configure:12523: clang -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c >&5 | |
configure:12523: $? = 0 | |
configure:12523: result: yes | |
configure:12523: checking wchar.h presence | |
configure:12523: clang -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
configure:12523: $? = 0 | |
configure:12523: result: yes | |
configure:12523: checking for wchar.h | |
configure:12523: result: yes | |
configure:12534: checking for wchar_t | |
configure:12556: clang -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c >&5 | |
configure:12556: $? = 0 | |
configure:12563: result: yes | |
configure:12572: checking for wint_t | |
configure:12594: clang -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c >&5 | |
configure:12594: $? = 0 | |
configure:12601: result: yes | |
configure:12612: checking wctype.h usability | |
configure:12612: clang -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c >&5 | |
configure:12612: $? = 0 | |
configure:12612: result: yes | |
configure:12612: checking wctype.h presence | |
configure:12612: clang -E -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c | |
configure:12612: $? = 0 | |
configure:12612: result: yes | |
configure:12612: checking for wctype.h | |
configure:12612: result: yes | |
configure:12625: checking for iswalnum | |
configure:12625: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12625: $? = 0 | |
configure:12625: result: yes | |
configure:12625: checking for iswalpha | |
configure:12625: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12625: $? = 0 | |
configure:12625: result: yes | |
configure:12625: checking for iswblank | |
configure:12625: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12625: $? = 0 | |
configure:12625: result: yes | |
configure:12625: checking for iswcntrl | |
configure:12625: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12625: $? = 0 | |
configure:12625: result: yes | |
configure:12625: checking for iswdigit | |
configure:12625: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12625: $? = 0 | |
configure:12625: result: yes | |
configure:12637: checking for iswgraph | |
configure:12637: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12637: $? = 0 | |
configure:12637: result: yes | |
configure:12637: checking for iswlower | |
configure:12637: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12637: $? = 0 | |
configure:12637: result: yes | |
configure:12637: checking for iswprint | |
configure:12637: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12637: $? = 0 | |
configure:12637: result: yes | |
configure:12637: checking for iswpunct | |
configure:12637: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12637: $? = 0 | |
configure:12637: result: yes | |
configure:12637: checking for iswspace | |
configure:12637: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12637: $? = 0 | |
configure:12637: result: yes | |
configure:12637: checking for iswupper | |
configure:12637: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12637: $? = 0 | |
configure:12637: result: yes | |
configure:12649: checking for iswxdigit | |
configure:12649: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12649: $? = 0 | |
configure:12649: result: yes | |
configure:12649: checking for towupper | |
configure:12649: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12649: $? = 0 | |
configure:12649: result: yes | |
configure:12649: checking for towlower | |
configure:12649: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12649: $? = 0 | |
configure:12649: result: yes | |
configure:12659: checking for mbstate_t | |
configure:12681: clang -c -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl conftest.c >&5 | |
configure:12681: $? = 0 | |
configure:12688: result: yes | |
configure:12706: checking for wchar_t functions | |
configure:12733: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12733: $? = 0 | |
configure:12739: result: yes | |
configure:12752: checking for nl_langinfo and CODESET | |
configure:12768: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12768: $? = 0 | |
configure:12776: result: yes | |
configure:12784: checking for nl_langinfo and YESEXPR | |
configure:12800: clang -o conftest -g -O2 -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:12800: $? = 0 | |
configure:12808: result: yes | |
configure:12819: checking for ospcat | |
configure:12850: result: none | |
configure:13006: checking that generated files are newer than configure | |
configure:13012: result: done | |
configure:13060: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by mutt config.status 1.5.24, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Hell | |
config.status:1079: creating Makefile | |
config.status:1079: creating contrib/Makefile | |
config.status:1079: creating doc/Makefile | |
config.status:1079: creating imap/Makefile | |
config.status:1079: creating intl/Makefile | |
config.status:1079: creating m4/Makefile | |
config.status:1079: creating po/Makefile.in | |
config.status:1079: creating hcachever.sh | |
config.status:1079: creating muttbug.sh | |
config.status:1079: creating doc/instdoc.sh | |
config.status:1079: creating config.h | |
config.status:1308: executing depfiles commands | |
config.status:1308: executing default-1 commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin15.0.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_dirent_d_ino=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_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_RAND_egd=yes | |
ac_cv_func_RAND_status=yes | |
ac_cv_func___argz_count=no | |
ac_cv_func___argz_next=no | |
ac_cv_func___argz_stringify=no | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_decl_bkgdset=yes | |
ac_cv_func_decl_curs_set=yes | |
ac_cv_func_decl_meta=yes | |
ac_cv_func_decl_resizeterm=yes | |
ac_cv_func_decl_start_color=yes | |
ac_cv_func_decl_typeahead=yes | |
ac_cv_func_decl_use_default_colors=yes | |
ac_cv_func_fchdir=yes | |
ac_cv_func_feof_unlocked=yes | |
ac_cv_func_fgetpos=yes | |
ac_cv_func_fgets_unlocked=no | |
ac_cv_func_ftruncate=yes | |
ac_cv_func_getaddrinfo=yes | |
ac_cv_func_getcwd=yes | |
ac_cv_func_getegid=yes | |
ac_cv_func_geteuid=yes | |
ac_cv_func_getgid=yes | |
ac_cv_func_gethostent=yes | |
ac_cv_func_getopt=yes | |
ac_cv_func_getpagesize=yes | |
ac_cv_func_getsid=yes | |
ac_cv_func_getuid=yes | |
ac_cv_func_idna_to_ascii_8z=yes | |
ac_cv_func_idna_to_ascii_from_locale=no | |
ac_cv_func_idna_to_ascii_from_utf8=no | |
ac_cv_func_idna_to_ascii_lz=yes | |
ac_cv_func_idna_to_unicode_8z8z=yes | |
ac_cv_func_idna_to_unicode_utf8_from_utf8=no | |
ac_cv_func_initscr=no | |
ac_cv_func_iswalnum=yes | |
ac_cv_func_iswalpha=yes | |
ac_cv_func_iswblank=yes | |
ac_cv_func_iswcntrl=yes | |
ac_cv_func_iswdigit=yes | |
ac_cv_func_iswgraph=yes | |
ac_cv_func_iswlower=yes | |
ac_cv_func_iswprint=yes | |
ac_cv_func_iswpunct=yes | |
ac_cv_func_iswspace=yes | |
ac_cv_func_iswupper=yes | |
ac_cv_func_iswxdigit=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_mempcpy=no | |
ac_cv_func_mkdtemp=yes | |
ac_cv_func_mmap_fixed_mapped=yes | |
ac_cv_func_munmap=yes | |
ac_cv_func_putenv=yes | |
ac_cv_func_regcomp=yes | |
ac_cv_func_setegid=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setlocale=yes | |
ac_cv_func_setrlimit=yes | |
ac_cv_func_setsockopt=yes | |
ac_cv_func_snprintf=yes | |
ac_cv_func_srand48=yes | |
ac_cv_func_stpcpy=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strcasestr=yes | |
ac_cv_func_strchr=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strftime=yes | |
ac_cv_func_strsep=yes | |
ac_cv_func_strtok_r=yes | |
ac_cv_func_strtoul=yes | |
ac_cv_func_towlower=yes | |
ac_cv_func_towupper=yes | |
ac_cv_func_tsearch=yes | |
ac_cv_func_use_extended_names=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_func_wcscasecmp=yes | |
ac_cv_gnu_library_2_1=no | |
ac_cv_have_decl_sys_siglist=yes | |
ac_cv_header_argz_h=no | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_iconv_h=yes | |
ac_cv_header_idna_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_ioctl_h=no | |
ac_cv_header_libintl_h=no | |
ac_cv_header_limits_h=yes | |
ac_cv_header_locale_h=yes | |
ac_cv_header_malloc_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_ncurses_h=yes | |
ac_cv_header_ncurses_ncurses_h=no | |
ac_cv_header_nl_types_h=yes | |
ac_cv_header_stdarg_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_stringprep_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sysexits_h=yes | |
ac_cv_header_tcbdb_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_unix_h=no | |
ac_cv_header_wchar_h=yes | |
ac_cv_header_wctype_h=yes | |
ac_cv_host=x86_64-apple-darwin15.0.0 | |
ac_cv_lib_crypto_X509_new=yes | |
ac_cv_lib_ncurses___initscr=yes | |
ac_cv_lib_ncurses___waddnwstr=yes | |
ac_cv_lib_ssl_SSL_new=yes | |
ac_cv_lib_tokyocabinet_tcbdbopen=yes | |
ac_cv_lib_z_deflate=yes | |
ac_cv_objext=o | |
ac_cv_path_DBX=no | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GDB=no | |
ac_cv_path_GMSGFMT=: | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_ISPELL=no | |
ac_cv_path_KRB5CFGPATH=/usr/bin/krb5-config | |
ac_cv_path_MSGFMT=: | |
ac_cv_path_OSPCAT=none | |
ac_cv_path_SDB=no | |
ac_cv_path_SENDMAIL=/usr/sbin/sendmail | |
ac_cv_path_XGETTEXT=: | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_INTLBISON=bison | |
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_c99= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_search_sasl_encode64=-lsasl2 | |
ac_cv_search_strerror='none required' | |
ac_cv_search_stringprep_check_version=-lidn | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_sizeof_off_t=8 | |
ac_cv_sizeof_short=2 | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_sys_largefile_source=no | |
ac_cv_type_long_long_int=yes | |
ac_cv_type_off_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_sig_atomic_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_type_uint32_t=yes | |
ac_cv_type_unsigned_long_long_int=yes | |
ac_cv_working_alloca_h=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_func_iconv=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= | |
am_cv_val_LC_MESSAGES=yes | |
cf_cv_ncurses_header=ncurses.h | |
mutt_cv_c99_snprintf=yes | |
mutt_cv_c99_vsnprintf=yes | |
mutt_cv_curses=/usr | |
mutt_cv_docdir='${datarootdir}/doc/mutt' | |
mutt_cv_fcntl=yes | |
mutt_cv_func_snprintf=yes | |
mutt_cv_func_vsnprintf=yes | |
mutt_cv_groupwrite=yes | |
mutt_cv_iconv_good=yes | |
mutt_cv_iconv_nontrans=no | |
mutt_cv_langinfo_codeset=yes | |
mutt_cv_langinfo_yesexpr=yes | |
mutt_cv_mailpath=/var/mail | |
mutt_cv_mbstate_t=yes | |
mutt_cv_prefix=/usr/local/Cellar/mutt/1.5.24_1 | |
mutt_cv_regex=no | |
mutt_cv_regex_broken=no | |
mutt_cv_setgid=yes | |
mutt_cv_warnings=no | |
mutt_cv_wc_funcs=yes | |
mutt_cv_wchar_t=yes | |
mutt_cv_wint_t=yes | |
mutt_cv_worldwrite=no | |
nls_cv_force_use_gnu_gettext=no | |
nls_cv_header_intl= | |
nls_cv_header_libgt= | |
nls_cv_use_gnu_gettext=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/mutt20151108-56546-6nwoyv/mutt-1.5.24/missing aclocal-1.15' | |
ALLOCA='' | |
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/mutt20151108-56546-6nwoyv/mutt-1.5.24/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/mutt20151108-56546-6nwoyv/mutt-1.5.24/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/mutt20151108-56546-6nwoyv/mutt-1.5.24/missing automake-1.15' | |
AWK='awk' | |
BUILD_HCACHE_FALSE='#' | |
BUILD_HCACHE_TRUE='' | |
BUILD_IMAP_FALSE='#' | |
BUILD_IMAP_TRUE='' | |
BUILD_INCLUDED_LIBINTL='yes' | |
CATALOGS=' de.gmo eu.gmo ru.gmo it.gmo es.gmo uk.gmo fr.gmo pl.gmo nl.gmo cs.gmo id.gmo sk.gmo ko.gmo el.gmo zh_TW.gmo zh_CN.gmo pt_BR.gmo eo.gmo gl.gmo sv.gmo da.gmo lt.gmo tr.gmo ja.gmo hu.gmo et.gmo ca.gmo bg.gmo ga.gmo' | |
CATOBJEXT='.gmo' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/VERSION' | |
CPP='clang -E' | |
CPPFLAGS=' -I/usr/local/opt/openssl/include -I$(top_srcdir)/intl' | |
CYGPATH_W='echo' | |
DATADIRNAME='share' | |
DBX='no' | |
DEBUGGER='no' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DOTLOCK_GROUP='mail' | |
DOTLOCK_PERMISSION='2755' | |
DOTLOCK_TARGET='mutt_dotlock$(EXEEXT)' | |
DSLROOT='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
GDB='no' | |
GENCAT='gencat' | |
GLIBC21='no' | |
GMOFILES=' de.gmo eu.gmo ru.gmo it.gmo es.gmo uk.gmo fr.gmo pl.gmo nl.gmo cs.gmo id.gmo sk.gmo ko.gmo el.gmo zh_TW.gmo zh_CN.gmo pt_BR.gmo eo.gmo gl.gmo sv.gmo da.gmo lt.gmo tr.gmo ja.gmo hu.gmo et.gmo ca.gmo bg.gmo ga.gmo' | |
GMSGFMT=':' | |
GPGME_CFLAGS='' | |
GPGME_CONFIG='' | |
GPGME_LIBS='' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
INSTOBJEXT='.mo' | |
INTLBISON='bison' | |
INTLLIBS='$(top_builddir)/intl/libintl.a -liconv' | |
INTLOBJS='$(GETTOBJS)' | |
INTL_LIBTOOL_SUFFIX_PREFIX='' | |
ISPELL='no' | |
KRB5CFGPATH='/usr/bin/krb5-config' | |
LDFLAGS=' -L/usr/local/opt/openssl/lib' | |
LIBICONV='-liconv' | |
LIBIMAP='-Limap -limap' | |
LIBIMAPDEPS='$(top_srcdir)/imap/imap.h imap/libimap.a' | |
LIBOBJS='' | |
LIBS='' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/mutt20151108-56546-6nwoyv/mutt-1.5.24/missing makeinfo' | |
MKDIR_P='./install-sh -c -d' | |
MSGFMT=':' | |
MUTTLIBS=' -lncurses -lncurses -dynamic -Wl,-search_paths_first -lkrb5 -lssl -lcrypto -lz -lsasl2 -ltokyocabinet -lidn ' | |
MUTT_LIB_OBJECTS=' pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime-classic.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mutt_ssl.o mutt_sasl.o hcache.o md5.o mutt_idna.o' | |
MUTT_MD5='mutt_md5' | |
OBJEXT='o' | |
OPS='$(srcdir)/OPS $(srcdir)/OPS.PGP $(srcdir)/OPS.SMIME $(srcdir)/OPS.CRYPT ' | |
OSPCAT='none' | |
PACKAGE='mutt' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='mutt' | |
PACKAGE_STRING='mutt 1.5.24' | |
PACKAGE_TARNAME='mutt' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.5.24' | |
PATH_SEPARATOR=':' | |
PGPAUX_TARGET='pgpring$(EXEEXT) pgpewrap$(EXEEXT)' | |
POFILES=' de.po eu.po ru.po it.po es.po uk.po fr.po pl.po nl.po cs.po id.po sk.po ko.po el.po zh_TW.po zh_CN.po pt_BR.po eo.po gl.po sv.po da.po lt.po tr.po ja.po hu.po et.po ca.po bg.po ga.po' | |
POSUB='po' | |
RANLIB='ranlib' | |
SDB='no' | |
SENDMAIL='/usr/sbin/sendmail' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SMIMEAUX_TARGET='smime_keys' | |
STRIP='' | |
USE_GSS_FALSE='#' | |
USE_GSS_TRUE='' | |
USE_INCLUDED_LIBINTL='yes' | |
USE_NLS='yes' | |
USE_SASL_FALSE='#' | |
USE_SASL_TRUE='' | |
USE_SSL_FALSE='#' | |
USE_SSL_TRUE='' | |
VERSION='1.5.24' | |
XGETTEXT=':' | |
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-darwin15.0.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin15.0.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin15.0.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin15.0.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/mutt20151108-56546-6nwoyv/mutt-1.5.24/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/mutt/1.5.24_1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "mutt" | |
#define PACKAGE_TARNAME "mutt" | |
#define PACKAGE_VERSION "1.5.24" | |
#define PACKAGE_STRING "mutt 1.5.24" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define PACKAGE "mutt" | |
#define VERSION "1.5.24" | |
#define MUTT_VERSION "1.5.24" | |
#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 HAVE_FSEEKO 1 | |
#define SIZEOF_OFF_T 8 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_C99_INTTYPES 1 | |
#define SIZEOF_SHORT 2 | |
#define SIZEOF_INT 4 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
#define HAVE_LONG_LONG_INT 1 | |
#define SENDMAIL "/usr/sbin/sendmail" | |
#define CRYPT_BACKEND_CLASSIC_PGP 1 | |
#define CRYPT_BACKEND_CLASSIC_SMIME 1 | |
#define HAVE_NCURSES_H 1 | |
#define HAVE_START_COLOR 1 | |
#define HAVE_TYPEAHEAD 1 | |
#define HAVE_BKGDSET 1 | |
#define HAVE_CURS_SET 1 | |
#define HAVE_META 1 | |
#define HAVE_USE_DEFAULT_COLORS 1 | |
#define HAVE_RESIZETERM 1 | |
#define HAVE_COLOR 1 | |
#define HAVE_USE_EXTENDED_NAMES 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_STDARG_H 1 | |
#define HAVE_SYS_IOCTL_H 1 | |
#define HAVE_SYSEXITS_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SETRLIMIT 1 | |
#define HAVE_GETSID 1 | |
#define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t | |
#define HAVE_DECL_SYS_SIGLIST 1 | |
#define HAVE_FGETPOS 1 | |
#define HAVE_MEMMOVE 1 | |
#define HAVE_SETEGID 1 | |
#define HAVE_SRAND48 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRSEP 1 | |
#define HAVE_STRTOK_R 1 | |
#define HAVE_WCSCASECMP 1 | |
#define HAVE_STRCASESTR 1 | |
#define HAVE_MKDTEMP 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_SNPRINTF 1 | |
#define HAVE_VSNPRINTF 1 | |
#define HAVE_FTRUNCATE 1 | |
#define HAVE_STRFTIME 1 | |
#define HAVE_FCHDIR 1 | |
#define HAVE_REGCOMP 1 | |
#define MAILPATH "/var/mail" | |
#define USE_DOTLOCK 1 | |
#define USE_SETGID 1 | |
#define DL_STANDALONE 1 | |
#define USE_POP 1 | |
#define USE_IMAP 1 | |
#define USE_SMTP 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_GETADDRINFO 1 | |
#define USE_SOCKET 1 | |
#define USE_GSS 1 | |
#define HAVE_LIBSSL 1 | |
#define HAVE_RAND_STATUS 1 | |
#define HAVE_RAND_EGD 1 | |
#define USE_SSL 1 | |
#define USE_SSL_OPENSSL 1 | |
#define USE_SASL 1 | |
#define USE_FCNTL 1 | |
#define HAVE_DIRENT_D_INO 1 | |
#define EXECSHELL "/bin/sh" | |
#define USE_HCACHE 1 | |
#define HAVE_TC 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_GETPAGESIZE 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_NL_TYPES_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_FEOF_UNLOCKED 1 | |
#define HAVE_GETCWD 1 | |
#define HAVE_GETEGID 1 | |
#define HAVE_GETEUID 1 | |
#define HAVE_GETGID 1 | |
#define HAVE_GETUID 1 | |
#define HAVE_MUNMAP 1 | |
#define HAVE_PUTENV 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_SETLOCALE 1 | |
#define HAVE_STPCPY 1 | |
#define HAVE_STRCHR 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRTOUL 1 | |
#define HAVE_TSEARCH 1 | |
#define HAVE_ICONV 1 | |
#define ICONV_CONST | |
#define HAVE_LANGINFO_CODESET 1 | |
#define HAVE_LC_MESSAGES 1 | |
#define ENABLE_NLS 1 | |
#define HAVE_ICONV_H 1 | |
#define HAVE_ICONV_T_DEF 1 | |
#define ICONV_NONTRANS 0 | |
#define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
#define HAVE_STRINGPREP_H 1 | |
#define HAVE_IDNA_H 1 | |
#define HAVE_LIBIDN 1 | |
#define HAVE_IDNA_TO_UNICODE_8Z8Z 1 | |
#define HAVE_IDNA_TO_ASCII_8Z 1 | |
#define HAVE_IDNA_TO_ASCII_LZ 1 | |
#define HAVE_WCHAR_H 1 | |
#define HAVE_WCTYPE_H 1 | |
#define HAVE_ISWALNUM 1 | |
#define HAVE_ISWALPHA 1 | |
#define HAVE_ISWBLANK 1 | |
#define HAVE_ISWCNTRL 1 | |
#define HAVE_ISWDIGIT 1 | |
#define HAVE_ISWGRAPH 1 | |
#define HAVE_ISWLOWER 1 | |
#define HAVE_ISWPRINT 1 | |
#define HAVE_ISWPUNCT 1 | |
#define HAVE_ISWSPACE 1 | |
#define HAVE_ISWUPPER 1 | |
#define HAVE_ISWXDIGIT 1 | |
#define HAVE_TOWUPPER 1 | |
#define HAVE_TOWLOWER 1 | |
#define HAVE_WC_FUNCS 1 | |
#define HAVE_LANGINFO_CODESET 1 | |
#define HAVE_LANGINFO_YESEXPR 1 | |
#define MAKEDOC_FULL 1 | |
configure: exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: a2872462b25afc3bdd48dd27fe912a96170705cf | |
Last commit: 7 days ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.11.1-x86_64 | |
Xcode: 7.1 | |
CLT: 7.1.0.0.1.1444952191 | |
Clang: 7.0 build 700 | |
X11: 2.7.8 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.3/bin/ruby | |
Java: 1.8.0_20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Your Homebrew is outdated. | |
You haven't updated for at least 24 hours. This is a long time in brewland! | |
To update Homebrew, run `brew update`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment