Skip to content

Instantly share code, notes, and snippets.

@rakkesh
Created May 1, 2016 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakkesh/c72b7dfbe75ffed8bd2d5ceecf6d1c95 to your computer and use it in GitHub Desktop.
Save rakkesh/c72b7dfbe75ffed8bd2d5ceecf6d1c95 to your computer and use it in GitHub Desktop.
libvnc on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for libvnc on Mac OS X 10.11.4
Build date: 2016-05-01 09:43:58
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 9378e46ffc2c17df4efc535744279ebfa28bcf30
Last commit: 3 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: fd4fe97197d76ff4f256fa57a647cfdcd22bfba2
Core tap last commit: 2 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.4-x86_64
Xcode: 7.3
CLT: 7.3.0.0.1.1457485338
Clang: 7.3 build 703
X11: 2.7.8 => /opt/X11
System Ruby: 2.0.0-p648
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.7.0_79, 1.6.0_65-b14-468
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: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
jpeg
pcre
perl
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`.
Warning: Some keg-only formula are linked into the Cellar.
Linking a keg-only formula, such as gettext, into the cellar with
`brew link <formula>` will cause other formulae to detect them during
the `./configure` step. This may cause problems when compiling those
other formulae.
Binaries provided by keg-only formulae may override system binaries
with other strange results.
You may wish to `brew unlink` these brews:
jpeg-turbo
2016-05-01 09:43:21 +0400
./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in '.'.
glibtoolize: copying file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: copying file 'm4/libtool.m4'
glibtoolize: copying file 'm4/ltoptions.m4'
glibtoolize: copying file 'm4/ltsugar.m4'
glibtoolize: copying file 'm4/ltversion.m4'
glibtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:16: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
Makefile.am: installing './INSTALL'
client_examples/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
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 whether make supports nested variables... (cached) yes
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 for style of include used by make... GNU
checking dependency style of clang... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-apple-darwin15.4.0
checking host system type... x86_64-apple-darwin15.4.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin15.4.0 file names to x86_64-apple-darwin15.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -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 for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ar... (cached) ar
checking for __b64_ntop... no
checking for __b64_ntop in -lresolv... no
checking thenonexistentheader.h usability... no
checking thenonexistentheader.h presence... no
checking for thenonexistentheader.h... no
checking for crypt... yes
checking for RAND_file_name in -lcrypto... yes
checking for SSL_library_init in -lssl... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateCompress in libjpeg... yes
checking whether JPEG library is libjpeg-turbo... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_create_write_struct in -lpng... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate in -lz... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_mutex_lock in -lpthread... yes
checking for pthread_mutex_lock in -lpthread... (cached) yes
checking for __thread... yes
checking for pkg-config... no
checking for GTK... no
checking for libgcrypt-config... /usr/local/opt/libgcrypt/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.4.0... yes (1.7.0)
checking for GNUTLS... no
checking for getaddrinfo... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for socklen_t... yes
checking for in_addr_t...
checking for working memcmp... yes
checking whether lstat correctly handles trailing slash... no
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for gethostbyname in -lnsl... no
checking for socket in -lsocket... no
checking for ftime... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for memset... yes
checking for mmap... yes
checking for mkfifo... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for shmget in -lcygipc... no
checking ApplicationServices/ApplicationServices.h usability... yes
checking ApplicationServices/ApplicationServices.h presence... yes
checking for ApplicationServices/ApplicationServices.h... yes
checking android/api-level.h usability... no
checking android/api-level.h presence... no
checking for android/api-level.h... no
checking for rpm sources path... NOT-FOUND
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvncserver.pc
config.status: creating libvncclient.pc
config.status: creating libvncserver/Makefile
config.status: creating examples/Makefile
config.status: creating examples/android/Makefile
config.status: creating webclients/Makefile
config.status: creating webclients/java-applet/Makefile
config.status: creating webclients/java-applet/ssl/Makefile
config.status: creating libvncclient/Makefile
config.status: creating client_examples/Makefile
config.status: creating test/Makefile
config.status: creating libvncserver-config
config.status: creating LibVNCServer.spec
config.status: creating rfbconfig.h
config.status: executing rfb/rfbconfig.h commands
config.status: creating rfb/rfbconfig.h - prefix LIBVNCSERVER for rfbconfig.h defines
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing chmod-libvncserver-config commands
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/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/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -g -O2 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -g -O2 -Wall -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -g -O2 -Wall -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lresolv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lcrypto
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lssl -lcrypto
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lssl -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c -lpng -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lpng -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c -lz -lpng -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lz -lpng -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lpthread -lz -lpng -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lpthread -lz -lpng -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lpthread -lz -lpng -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lnsl -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lnsl -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lsocket -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lsocket -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lcygipc -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lcygipc -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
2016-05-01 09:43:43 +0400
./configure
--disable-debug
--disable-dependency-tracking
--disable-silent-rules
--prefix=/usr/local/Cellar/libvnc/0.9.11rc
configure: WARNING: unrecognized options: --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 whether make supports nested variables... (cached) yes
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 for style of include used by make... GNU
checking dependency style of clang... none
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-apple-darwin15.4.0
checking host system type... x86_64-apple-darwin15.4.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin15.4.0 file names to x86_64-apple-darwin15.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -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 for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ar... (cached) ar
checking for __b64_ntop... no
checking for __b64_ntop in -lresolv... no
checking thenonexistentheader.h usability... no
checking thenonexistentheader.h presence... no
checking for thenonexistentheader.h... no
checking for crypt... yes
checking for RAND_file_name in -lcrypto... yes
checking for SSL_library_init in -lssl... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateCompress in libjpeg... yes
checking whether JPEG library is libjpeg-turbo... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_create_write_struct in -lpng... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate in -lz... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_mutex_lock in -lpthread... yes
checking for pthread_mutex_lock in -lpthread... (cached) yes
checking for __thread... yes
checking for pkg-config... no
checking for GTK... no
checking for libgcrypt-config... /usr/local/opt/libgcrypt/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.4.0... yes (1.7.0)
checking for GNUTLS... no
checking for getaddrinfo... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for socklen_t... yes
checking for in_addr_t...
checking for working memcmp... yes
checking whether lstat correctly handles trailing slash... no
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for gethostbyname in -lnsl... no
checking for socket in -lsocket... no
checking for ftime... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for memset... yes
checking for mmap... yes
checking for mkfifo... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for shmget in -lcygipc... no
checking ApplicationServices/ApplicationServices.h usability... yes
checking ApplicationServices/ApplicationServices.h presence... yes
checking for ApplicationServices/ApplicationServices.h... yes
checking android/api-level.h usability... no
checking android/api-level.h presence... no
checking for android/api-level.h... no
checking for rpm sources path... NOT-FOUND
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvncserver.pc
config.status: creating libvncclient.pc
config.status: creating libvncserver/Makefile
config.status: creating examples/Makefile
config.status: creating examples/android/Makefile
config.status: creating webclients/Makefile
config.status: creating webclients/java-applet/Makefile
config.status: creating webclients/java-applet/ssl/Makefile
config.status: creating libvncclient/Makefile
config.status: creating client_examples/Makefile
config.status: creating test/Makefile
config.status: creating libvncserver-config
config.status: creating LibVNCServer.spec
config.status: creating rfbconfig.h
config.status: rfbconfig.h is unchanged
config.status: executing rfb/rfbconfig.h commands
config.status: creating rfb/rfbconfig.h - prefix LIBVNCSERVER for rfbconfig.h defines
config.status: rfb/rfbconfig.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing chmod-libvncserver-config commands
configure: WARNING: unrecognized options: --disable-debug
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -g -O2 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -g -O2 -Wall -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -g -O2 -Wall -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lresolv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lcrypto
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lssl -lcrypto
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lssl -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c -lpng -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lpng -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c -lz -lpng -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lz -lpng -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lpthread -lz -lpng -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lpthread -lz -lpng -ljpeg
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall conftest.c -lpthread -lz -lpng -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lnsl -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lnsl -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lsocket -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lsocket -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lcygipc -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
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/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lcygipc -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include -L/usr/local/opt/jpeg-turbo/lib -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 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/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 -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -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/jpeg-turbo/include -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/jpeg-turbo/include -I/usr/local/opt/openssl/include
2016-05-01 09:43:56 +0400
make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in libvncserver
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c -o main.lo main.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c -o rfbserver.lo rfbserver.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c -o rfbregion.lo rfbregion.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c -o auth.lo auth.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c rfbregion.c -fno-common -DPIC -o .libs/rfbregion.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c main.c -fno-common -DPIC -o .libs/main.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c auth.c -fno-common -DPIC -o .libs/auth.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c rfbserver.c -fno-common -DPIC -o .libs/rfbserver.o
In file included from auth.c:30:
In file included from ../rfb/rfb.h:44:
../rfb/rfbproto.h:85:11: fatal error: 'endian.h' file not found
# include <endian.h>
^
In file included from main.c:16:
In file included from ../rfb/rfb.h:44:
../rfb/rfbproto.h:85:11: fatal error: 'endian.h' file not found
In file included from rfbregion.c:8:
In file included from ../rfb/rfb.h:44:
# include <endian.h>
^
../rfb/rfbproto.h:85:11: fatal error: 'endian.h' file not found
# include <endian.h>
^
In file included from rfbserver.c:37:
In file included from ../rfb/rfb.h:44:
../rfb/rfbproto.h:85:11: fatal error: 'endian.h' file not found
# include <endian.h>
^
1 error generated.
make[2]: *** [auth.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [rfbregion.lo] Error 1
1 error generated.
make[2]: *** [main.lo] Error 1
1 error generated.
make[2]: *** [rfbserver.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 9378e46ffc2c17df4efc535744279ebfa28bcf30
Last commit: 3 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: fd4fe97197d76ff4f256fa57a647cfdcd22bfba2
Core tap last commit: 2 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.4-x86_64
Xcode: 7.3
CLT: 7.3.0.0.1.1457485338
GCC-4.2: build 0
Clang: 7.3 build 703
X11: 2.7.8 => /opt/X11
System Ruby: 2.0.0-p648
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.7.0_79, 1.6.0_65-b14-468
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/jpeg-turbo:/usr/local/opt/openssl:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/sdl/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/libtool/bin:/usr/local/opt/jpeg-turbo/bin:/usr/local/opt/libpng/bin:/usr/local/opt/openssl/bin:/usr/local/opt/libtasn1/bin:/usr/local/opt/nettle/bin:/usr/local/opt/gnutls/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libgcrypt/bin:/usr/local/opt/sdl/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c auth.c -fno-common -DPIC -o .libs/auth.o
superenv removed: -g -O2 -Wall
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/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../common -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c auth.c -fno-common -DPIC -o .libs/auth.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c rfbregion.c -fno-common -DPIC -o .libs/rfbregion.o
superenv removed: -g -O2 -Wall
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/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../common -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c rfbregion.c -fno-common -DPIC -o .libs/rfbregion.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c main.c -fno-common -DPIC -o .libs/main.o
superenv removed: -g -O2 -Wall
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/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../common -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c main.c -fno-common -DPIC -o .libs/main.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c rfbserver.c -fno-common -DPIC -o .libs/rfbserver.o
superenv removed: -g -O2 -Wall
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/jpeg-turbo/include -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../common -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include -c rfbserver.c -fno-common -DPIC -o .libs/rfbserver.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/openssl/include
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by LibVNCServer configure 0.9.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local/Cellar/libvnc/0.9.11rc
## --------- ##
## Platform. ##
## --------- ##
hostname = MBAR.local
uname -m = x86_64
uname -r = 15.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/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.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/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: 8.00 gigabytes
Default processor set: 234 tasks, 919 threads, 4 processors
Load average: 2.03, Mach factor: 1.96
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/automake/bin
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/jpeg-turbo/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/openssl/bin
PATH: /usr/local/opt/libtasn1/bin
PATH: /usr/local/opt/nettle/bin
PATH: /usr/local/opt/gnutls/bin
PATH: /usr/local/opt/libgpg-error/bin
PATH: /usr/local/opt/libgcrypt/bin
PATH: /usr/local/opt/sdl/bin
PATH: /usr/local/opt/git/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2432: checking for a BSD-compatible install
configure:2500: result: /usr/bin/install -c
configure:2511: checking whether build environment is sane
configure:2566: result: yes
configure:2717: checking for a thread-safe mkdir -p
configure:2756: result: ./install-sh -c -d
configure:2763: checking for gawk
configure:2793: result: no
configure:2763: checking for mawk
configure:2793: result: no
configure:2763: checking for nawk
configure:2793: result: no
configure:2763: checking for awk
configure:2779: found /usr/bin/awk
configure:2790: result: awk
configure:2801: checking whether make sets $(MAKE)
configure:2823: result: yes
configure:2852: checking whether make supports nested variables
configure:2869: result: yes
configure:3006: checking whether make supports nested variables
configure:3023: result: yes
configure:3102: checking for gcc
configure:3129: result: clang
configure:3358: checking for C compiler version
configure:3367: clang --version >&5
Apple LLVM version 7.3.0 (clang-703.0.29)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3378: $? = 0
configure:3367: clang -v >&5
Apple LLVM version 7.3.0 (clang-703.0.29)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3378: $? = 0
configure:3367: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3378: $? = 1
configure:3367: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3378: $? = 1
configure:3398: checking whether the C compiler works
configure:3420: clang conftest.c >&5
configure:3424: $? = 0
configure:3472: result: yes
configure:3475: checking for C compiler default output file name
configure:3477: result: a.out
configure:3483: checking for suffix of executables
configure:3490: clang -o conftest conftest.c >&5
configure:3494: $? = 0
configure:3516: result:
configure:3538: checking whether we are cross compiling
configure:3546: clang -o conftest conftest.c >&5
configure:3550: $? = 0
configure:3557: ./conftest
configure:3561: $? = 0
configure:3576: result: no
configure:3581: checking for suffix of object files
configure:3603: clang -c conftest.c >&5
configure:3607: $? = 0
configure:3628: result: o
configure:3632: checking whether we are using the GNU C compiler
configure:3651: clang -c conftest.c >&5
configure:3651: $? = 0
configure:3660: result: yes
configure:3669: checking whether clang accepts -g
configure:3689: clang -c -g conftest.c >&5
configure:3689: $? = 0
configure:3730: result: yes
configure:3747: checking for clang option to accept ISO C89
configure:3810: clang -c -g -O2 conftest.c >&5
configure:3810: $? = 0
configure:3823: result: none needed
configure:3848: checking whether clang understands -c and -o together
configure:3870: clang -c conftest.c -o conftest2.o
configure:3873: $? = 0
configure:3870: clang -c conftest.c -o conftest2.o
configure:3873: $? = 0
configure:3885: result: yes
configure:3913: checking for style of include used by make
configure:3941: result: GNU
configure:3967: checking dependency style of clang
configure:4078: result: none
configure:4100: checking whether make sets $(MAKE)
configure:4122: result: yes
configure:4135: checking build system type
configure:4149: result: x86_64-apple-darwin15.4.0
configure:4169: checking host system type
configure:4182: result: x86_64-apple-darwin15.4.0
configure:4551: checking how to print strings
configure:4578: result: printf
configure:4599: checking for a sed that does not truncate output
configure:4663: result: /usr/local/Library/ENV/4.3/sed
configure:4681: checking for grep that handles long lines and -e
configure:4739: result: /usr/bin/grep
configure:4744: checking for egrep
configure:4806: result: /usr/bin/grep -E
configure:4811: checking for fgrep
configure:4873: result: /usr/bin/grep -F
configure:4908: checking for ld used by clang
configure:4975: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:4982: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:4997: result: no
configure:5009: checking for BSD- or MS-compatible name lister (nm)
configure:5063: result: /usr/bin/nm -B
configure:5193: checking the name lister (/usr/bin/nm -B) interface
configure:5200: clang -c -g -O2 -Wall conftest.c >&5
configure:5203: /usr/bin/nm -B "conftest.o"
configure:5206: output
00000000000001f8 S _some_variable
configure:5213: result: BSD nm
configure:5216: checking whether ln -s works
configure:5220: result: yes
configure:5228: checking the maximum length of command line arguments
configure:5359: result: 196608
configure:5407: checking how to convert x86_64-apple-darwin15.4.0 file names to x86_64-apple-darwin15.4.0 format
configure:5447: result: func_convert_file_noop
configure:5454: checking how to convert x86_64-apple-darwin15.4.0 file names to toolchain format
configure:5474: result: func_convert_file_noop
configure:5481: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5488: result: -r
configure:5562: checking for objdump
configure:5589: result: objdump
configure:5618: checking how to recognize dependent libraries
configure:5818: result: pass_all
configure:5903: checking for dlltool
configure:5930: result: dlltool
configure:5960: checking how to associate runtime and link libraries
configure:5987: result: printf %s\n
configure:6048: checking for ar
configure:6064: found /usr/bin/ar
configure:6075: result: ar
configure:6112: checking for archiver @FILE support
configure:6129: clang -c -g -O2 -Wall conftest.c >&5
configure:6129: $? = 0
configure:6132: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6135: $? = 1
configure:6155: result: no
configure:6213: checking for strip
configure:6229: found /usr/bin/strip
configure:6240: result: strip
configure:6312: checking for ranlib
configure:6328: found /usr/bin/ranlib
configure:6339: result: ranlib
configure:6441: checking command to parse /usr/bin/nm -B output from clang object
configure:6594: clang -c -g -O2 -Wall conftest.c >&5
configure:6597: $? = 0
configure:6601: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6604: $? = 0
cannot find nm_test_var in conftest.nm
configure:6594: clang -c -g -O2 -Wall conftest.c >&5
configure:6597: $? = 0
configure:6601: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6604: $? = 0
configure:6670: clang -o conftest -g -O2 -Wall conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:6673: $? = 0
configure:6711: result: ok
configure:6758: checking for sysroot
configure:6788: result: no
configure:6795: checking for a working dd
configure:6833: result: /bin/dd
configure:6837: checking how to truncate binary pipes
configure:6852: result: /bin/dd bs=4096 count=1
configure:7181: checking for mt
configure:7211: result: no
configure:7231: checking if : is a manifest tool
configure:7237: : '-?'
configure:7245: result: no
configure:7301: checking for dsymutil
configure:7317: found /usr/bin/dsymutil
configure:7328: result: dsymutil
configure:7393: checking for nmedit
configure:7409: found /usr/bin/nmedit
configure:7420: result: nmedit
configure:7485: checking for lipo
configure:7501: found /usr/bin/lipo
configure:7512: result: lipo
configure:7577: checking for otool
configure:7593: found /usr/bin/otool
configure:7604: result: otool
configure:7669: checking for otool64
configure:7699: result: no
configure:7744: checking for -single_module linker flag
clang -g -O2 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7777: result: yes
configure:7780: checking for -exported_symbols_list linker flag
configure:7800: clang -o conftest -g -O2 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7800: $? = 0
configure:7810: result: yes
configure:7813: checking for -force_load linker flag
clang -g -O2 -Wall -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7845: result: yes
configure:7922: checking how to run the C preprocessor
configure:7953: clang -E conftest.c
configure:7953: $? = 0
configure:7967: clang -E conftest.c
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7967: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7992: result: clang -E
configure:8012: clang -E conftest.c
configure:8012: $? = 0
configure:8026: clang -E conftest.c
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:8026: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8055: checking for ANSI C header files
configure:8075: clang -c -g -O2 -Wall conftest.c >&5
configure:8075: $? = 0
configure:8148: clang -o conftest -g -O2 -Wall conftest.c >&5
configure:8148: $? = 0
configure:8148: ./conftest
configure:8148: $? = 0
configure:8159: result: yes
configure:8172: checking for sys/types.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8172: checking for sys/stat.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8172: checking for stdlib.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8172: checking for string.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8172: checking for memory.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8172: checking for strings.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8172: checking for inttypes.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8172: checking for stdint.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8172: checking for unistd.h
configure:8172: clang -c -g -O2 -Wall conftest.c >&5
configure:8172: $? = 0
configure:8172: result: yes
configure:8186: checking for dlfcn.h
configure:8186: clang -c -g -O2 -Wall conftest.c >&5
configure:8186: $? = 0
configure:8186: result: yes
configure:8440: checking for objdir
configure:8455: result: .libs
configure:8719: checking if clang supports -fno-rtti -fno-exceptions
configure:8737: clang -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5
configure:8741: $? = 0
configure:8754: result: yes
configure:9112: checking for clang option to produce PIC
configure:9119: result: -fno-common -DPIC
configure:9127: checking if clang PIC flag -fno-common -DPIC works
configure:9145: clang -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c >&5
configure:9149: $? = 0
configure:9162: result: yes
configure:9191: checking if clang static flag -static works
configure:9219: result: no
configure:9234: checking if clang supports -c -o file.o
configure:9255: clang -c -g -O2 -Wall -o out/conftest2.o conftest.c >&5
configure:9259: $? = 0
configure:9281: result: yes
configure:9289: checking if clang supports -c -o file.o
configure:9336: result: yes
configure:9369: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:10628: result: yes
configure:10868: checking dynamic linker characteristics
configure:11686: result: darwin15.4.0 dyld
configure:11808: checking how to hardcode library paths into programs
configure:11833: result: immediate
configure:12381: checking whether stripping libraries is possible
configure:12395: result: yes
configure:12421: checking if libtool supports shared libraries
configure:12423: result: yes
configure:12426: checking whether to build shared libraries
configure:12451: result: yes
configure:12454: checking whether to build static libraries
configure:12458: result: yes
configure:12539: checking for ar
configure:12567: result: ar
configure:12603: checking for __b64_ntop
configure:12603: clang -o conftest -g -O2 -Wall conftest.c >&5
Undefined symbols for architecture x86_64:
"___b64_ntop", referenced from:
_main in conftest-07218b.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:12603: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define __b64_ntop to an innocuous variant, in case <limits.h> declares __b64_ntop.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __b64_ntop innocuous___b64_ntop
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __b64_ntop (); 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 __b64_ntop
|
| /* 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 __b64_ntop ();
| /* 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___b64_ntop || defined __stub_____b64_ntop
| choke me
| #endif
|
| int
| main ()
| {
| return __b64_ntop ();
| ;
| return 0;
| }
configure:12603: result: no
configure:12611: checking for __b64_ntop in -lresolv
configure:12636: clang -o conftest -g -O2 -Wall conftest.c -lresolv >&5
Undefined symbols for architecture x86_64:
"___b64_ntop", referenced from:
_main in conftest-e2b6f6.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:12636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* 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 __b64_ntop ();
| int
| main ()
| {
| return __b64_ntop ();
| ;
| return 0;
| }
configure:12645: result: no
configure:12755: checking thenonexistentheader.h usability
configure:12755: clang -c -g -O2 -Wall conftest.c >&5
conftest.c:60:10: fatal error: 'thenonexistentheader.h' file not found
#include <thenonexistentheader.h>
^
1 error generated.
configure:12755: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 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 <thenonexistentheader.h>
configure:12755: result: no
configure:12755: checking thenonexistentheader.h presence
configure:12755: clang -E conftest.c
conftest.c:27:10: fatal error: 'thenonexistentheader.h' file not found
#include <thenonexistentheader.h>
^
1 error generated.
configure:12755: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| /* end confdefs.h. */
| #include <thenonexistentheader.h>
configure:12755: result: no
configure:12755: checking for thenonexistentheader.h
configure:12755: result: no
configure:12785: checking for crypt
configure:12785: clang -o conftest -g -O2 -Wall conftest.c >&5
configure:12785: $? = 0
configure:12785: result: yes
configure:12872: checking for RAND_file_name in -lcrypto
configure:12897: clang -o conftest -g -O2 -Wall conftest.c -lcrypto >&5
configure:12897: $? = 0
configure:12906: result: yes
configure:12924: checking for SSL_library_init in -lssl
configure:12949: clang -o conftest -g -O2 -Wall conftest.c -lssl -lcrypto >&5
configure:12949: $? = 0
configure:12958: result: yes
configure:13063: checking jpeglib.h usability
configure:13063: clang -c -g -O2 -Wall conftest.c >&5
configure:13063: $? = 0
configure:13063: result: yes
configure:13063: checking jpeglib.h presence
configure:13063: clang -E conftest.c
configure:13063: $? = 0
configure:13063: result: yes
configure:13063: checking for jpeglib.h
configure:13063: result: yes
configure:13069: checking for jpeg_CreateCompress in libjpeg
configure:13090: clang -o conftest -g -O2 -Wall conftest.c -ljpeg >&5
configure:13090: $? = 0
configure:13091: result: yes
configure:13136: checking whether JPEG library is libjpeg-turbo
configure:13167: clang -o conftest -g -O2 -Wall conftest.c -ljpeg >&5
configure:13167: $? = 0
configure:13167: ./conftest
configure:13167: $? = 0
configure:13168: result: yes
configure:13260: checking png.h usability
configure:13260: clang -c -g -O2 -Wall conftest.c >&5
configure:13260: $? = 0
configure:13260: result: yes
configure:13260: checking png.h presence
configure:13260: clang -E conftest.c
configure:13260: $? = 0
configure:13260: result: yes
configure:13260: checking for png.h
configure:13260: result: yes
configure:13267: checking for png_create_write_struct in -lpng
configure:13292: clang -o conftest -g -O2 -Wall conftest.c -lpng -ljpeg >&5
configure:13292: $? = 0
configure:13301: result: yes
configure:13374: checking zlib.h usability
configure:13374: clang -c -g -O2 -Wall conftest.c >&5
configure:13374: $? = 0
configure:13374: result: yes
configure:13374: checking zlib.h presence
configure:13374: clang -E conftest.c
configure:13374: $? = 0
configure:13374: result: yes
configure:13374: checking for zlib.h
configure:13374: result: yes
configure:13381: checking for deflate in -lz
configure:13406: clang -o conftest -g -O2 -Wall conftest.c -lz -lpng -ljpeg >&5
configure:13406: $? = 0
configure:13415: result: yes
configure:13466: checking pthread.h usability
configure:13466: clang -c -g -O2 -Wall conftest.c >&5
configure:13466: $? = 0
configure:13466: result: yes
configure:13466: checking pthread.h presence
configure:13466: clang -E conftest.c
configure:13466: $? = 0
configure:13466: result: yes
configure:13466: checking for pthread.h
configure:13466: result: yes
configure:13473: checking for pthread_mutex_lock in -lpthread
configure:13498: clang -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg >&5
configure:13498: $? = 0
configure:13507: result: yes
configure:13518: checking for pthread_mutex_lock in -lpthread
configure:13552: result: yes
configure:13569: checking for __thread
configure:13582: clang -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg >&5
conftest.c:38:21: warning: unused variable 'p' [-Wunused-variable]
static __thread int p = 0
^
1 warning generated.
configure:13582: $? = 0
configure:13586: result: yes
configure:13744: checking for pkg-config
configure:13777: result: no
configure:13812: checking for GTK
configure:13871: result: no
configure:13981: checking for libgcrypt-config
configure:13999: found /usr/local/opt/libgcrypt/bin/libgcrypt-config
configure:14011: result: /usr/local/opt/libgcrypt/bin/libgcrypt-config
configure:14042: checking for LIBGCRYPT - version >= 1.4.0
configure:14076: result: yes (1.7.0)
configure:14156: checking for GNUTLS
configure:14215: result: no
configure:14273: checking for getaddrinfo
configure:14273: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:14273: $? = 0
configure:14273: result: yes
configure:14356: checking for ANSI C header files
configure:14460: result: yes
configure:14471: checking arpa/inet.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking arpa/inet.h presence
configure:14471: clang -E conftest.c
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking for arpa/inet.h
configure:14471: result: yes
configure:14471: checking endian.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:73:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
configure:14471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_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 <endian.h>
configure:14471: result: no
configure:14471: checking endian.h presence
configure:14471: clang -E conftest.c
conftest.c:40:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
configure:14471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
| #include <endian.h>
configure:14471: result: no
configure:14471: checking for endian.h
configure:14471: result: no
configure:14471: checking fcntl.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking fcntl.h presence
configure:14471: clang -E conftest.c
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking for fcntl.h
configure:14471: result: yes
configure:14471: checking netdb.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking netdb.h presence
configure:14471: clang -E conftest.c
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking for netdb.h
configure:14471: result: yes
configure:14471: checking netinet/in.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking netinet/in.h presence
configure:14471: clang -E conftest.c
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking for netinet/in.h
configure:14471: result: yes
configure:14471: checking for stdlib.h
configure:14471: result: yes
configure:14471: checking for stdint.h
configure:14471: result: yes
configure:14471: checking for string.h
configure:14471: result: yes
configure:14471: checking sys/endian.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:79:10: fatal error: 'sys/endian.h' file not found
#include <sys/endian.h>
^
1 error generated.
configure:14471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/endian.h>
configure:14471: result: no
configure:14471: checking sys/endian.h presence
configure:14471: clang -E conftest.c
conftest.c:46:10: fatal error: 'sys/endian.h' file not found
#include <sys/endian.h>
^
1 error generated.
configure:14471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <sys/endian.h>
configure:14471: result: no
configure:14471: checking for sys/endian.h
configure:14471: result: no
configure:14471: checking sys/socket.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking sys/socket.h presence
configure:14471: clang -E conftest.c
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking for sys/socket.h
configure:14471: result: yes
configure:14471: checking sys/time.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking sys/time.h presence
configure:14471: clang -E conftest.c
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking for sys/time.h
configure:14471: result: yes
configure:14471: checking sys/timeb.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking sys/timeb.h presence
configure:14471: clang -E conftest.c
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking for sys/timeb.h
configure:14471: result: yes
configure:14471: checking syslog.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking syslog.h presence
configure:14471: clang -E conftest.c
configure:14471: $? = 0
configure:14471: result: yes
configure:14471: checking for syslog.h
configure:14471: result: yes
configure:14471: checking for unistd.h
configure:14471: result: yes
configure:14471: checking ws2tcpip.h usability
configure:14471: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:84:10: fatal error: 'ws2tcpip.h' file not found
#include <ws2tcpip.h>
^
1 error generated.
configure:14471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_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 <ws2tcpip.h>
configure:14471: result: no
configure:14471: checking ws2tcpip.h presence
configure:14471: clang -E conftest.c
conftest.c:51:10: fatal error: 'ws2tcpip.h' file not found
#include <ws2tcpip.h>
^
1 error generated.
configure:14471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <ws2tcpip.h>
configure:14471: result: no
configure:14471: checking for ws2tcpip.h
configure:14471: result: no
configure:14483: checking for an ANSI C-conforming const
configure:14549: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14549: $? = 0
configure:14556: result: yes
configure:14564: checking for inline
configure:14580: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:53:21: warning: unused function 'static_foo' [-Wunused-function]
static inline foo_t static_foo () {return 0; }
^
1 warning generated.
configure:14580: $? = 0
configure:14588: result: inline
configure:14606: checking for size_t
configure:14606: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14606: $? = 0
configure:14606: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:87:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:14606: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:14606: result: yes
configure:14617: checking whether time.h and sys/time.h may both be included
configure:14637: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14637: $? = 0
configure:14644: result: yes
configure:14652: checking for sys/wait.h that is POSIX.1 compatible
configure:14678: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:14678: $? = 0
configure:14685: result: yes
configure:14693: checking for socklen_t
configure:14711: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:58:11: warning: unused variable 'len' [-Wunused-variable]
socklen_t len = 42; return 0;
^
1 warning generated.
configure:14711: $? = 0
configure:14719: result: yes
configure:14727: checking for in_addr_t
configure:14745: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:58:11: warning: unused variable 'foo' [-Wunused-variable]
in_addr_t foo; return 0;
^
1 warning generated.
configure:14745: $? = 0
configure:14753: result:
configure:14761: checking for working memcmp
configure:14804: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:14804: $? = 0
configure:14804: ./conftest
configure:14804: $? = 0
configure:14814: result: yes
configure:14823: checking whether lstat correctly handles trailing slash
configure:14849: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:14849: $? = 0
configure:14849: ./conftest
configure:14849: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_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 ()
| {
| struct stat sbuf;
| /* Linux will dereference the symlink and fail, as required by POSIX.
| That is better in the sense that it means we will not
| have to compile and use the lstat wrapper. */
| return lstat ("conftest.sym/", &sbuf) == 0;
| ;
| return 0;
| }
configure:14866: result: no
configure:14885: checking whether stat accepts an empty string
configure:14905: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:14905: $? = 0
configure:14905: ./conftest
configure:14905: $? = 0
configure:14915: result: no
configure:14933: checking for strftime
configure:14933: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:14933: $? = 0
configure:14933: result: yes
configure:14988: checking for vprintf
configure:14988: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:77:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
char vprintf ();
^
conftest.c:77:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
1 warning generated.
configure:14988: $? = 0
configure:14988: result: yes
configure:14994: checking for _doprnt
configure:14994: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
Undefined symbols for architecture x86_64:
"__doprnt", referenced from:
_main in conftest-45d519.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:14994: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:14994: result: no
configure:15005: checking for pid_t
configure:15005: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:15005: $? = 0
configure:15005: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:91:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:15005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:15005: result: yes
configure:15018: checking vfork.h usability
configure:15018: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:88:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:15018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:15018: result: no
configure:15018: checking vfork.h presence
configure:15018: clang -E conftest.c
conftest.c:55:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:15018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:15018: result: no
configure:15018: checking for vfork.h
configure:15018: result: no
configure:15031: checking for fork
configure:15031: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15031: $? = 0
configure:15031: result: yes
configure:15031: checking for vfork
configure:15031: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:79:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
char vfork ();
^
conftest.c:79:6: note: 'vfork' is a builtin with type 'int (void)'
1 warning generated.
configure:15031: $? = 0
configure:15031: result: yes
configure:15041: checking for working fork
configure:15063: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15063: $? = 0
configure:15063: ./conftest
configure:15063: $? = 0
configure:15073: result: yes
configure:15094: checking for working vfork
configure:15204: result: yes
configure:15229: checking for gethostbyname in -lnsl
configure:15254: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lnsl -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15254: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 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 gethostbyname ();
| int
| main ()
| {
| return gethostbyname ();
| ;
| return 0;
| }
configure:15263: result: no
configure:15274: checking for socket in -lsocket
configure:15299: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lsocket -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 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 socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:15308: result: no
configure:15329: checking for ftime
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for gethostbyname
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for gethostname
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for gettimeofday
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for inet_ntoa
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for memmove
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:87:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:87:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for memset
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:88:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:88:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for mmap
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for mkfifo
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for select
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for socket
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for strchr
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:93:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
^
conftest.c:93:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for strcspn
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:94:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
char strcspn ();
^
conftest.c:94:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
1 warning generated.
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for strdup
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:95:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:95:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for strerror
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:96:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:96:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for strstr
configure:15329: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
conftest.c:97:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
char strstr ();
^
conftest.c:97:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:15329: $? = 0
configure:15329: result: yes
configure:15340: checking for shmget in -lcygipc
configure:15365: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c -lcygipc -lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error >&5
ld: library not found for -lcygipc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15365: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MKFIFO 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 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 shmget ();
| int
| main ()
| {
| return shmget ();
| ;
| return 0;
| }
configure:15374: result: no
configure:15405: checking ApplicationServices/ApplicationServices.h usability
configure:15405: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
configure:15405: $? = 0
configure:15405: result: yes
configure:15405: checking ApplicationServices/ApplicationServices.h presence
configure:15405: clang -E conftest.c
configure:15405: $? = 0
configure:15405: result: yes
configure:15405: checking for ApplicationServices/ApplicationServices.h
configure:15405: result: yes
configure:15421: checking android/api-level.h usability
configure:15421: clang -c -g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include conftest.c >&5
conftest.c:108:10: fatal error: 'android/api-level.h' file not found
#include <android/api-level.h>
^
1 error generated.
configure:15421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MKFIFO 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 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 <android/api-level.h>
configure:15421: result: no
configure:15421: checking android/api-level.h presence
configure:15421: clang -E conftest.c
conftest.c:75:10: fatal error: 'android/api-level.h' file not found
#include <android/api-level.h>
^
1 error generated.
configure:15421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibVNCServer"
| #define PACKAGE_TARNAME "libvncserver"
| #define PACKAGE_VERSION "0.9.10"
| #define PACKAGE_STRING "LibVNCServer 0.9.10"
| #define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
| #define PACKAGE_URL ""
| #define PACKAGE "libvncserver"
| #define VERSION "0.9.10"
| #define VERSION_MAJOR 0
| #define VERSION_MINOR 9
| #define VERSION_PATCHLEVEL 10
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ALLOW24BPP 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_TLS 1
| #define WITH_TIGHTVNC_FILETRANSFER 1
| #define WITH_CLIENT_GCRYPT 1
| #define IPv6 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_FTIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MKFIFO 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| /* end confdefs.h. */
| #include <android/api-level.h>
configure:15421: result: no
configure:15421: checking for android/api-level.h
configure:15421: result: no
configure:15583: checking that generated files are newer than configure
configure:15589: result: done
configure:15684: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LibVNCServer config.status 0.9.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on MBAR.local
config.status:1205: creating Makefile
config.status:1205: creating libvncserver.pc
config.status:1205: creating libvncclient.pc
config.status:1205: creating libvncserver/Makefile
config.status:1205: creating examples/Makefile
config.status:1205: creating examples/android/Makefile
config.status:1205: creating webclients/Makefile
config.status:1205: creating webclients/java-applet/Makefile
config.status:1205: creating webclients/java-applet/ssl/Makefile
config.status:1205: creating libvncclient/Makefile
config.status:1205: creating client_examples/Makefile
config.status:1205: creating test/Makefile
config.status:1205: creating libvncserver-config
config.status:1205: creating LibVNCServer.spec
config.status:1205: creating rfbconfig.h
config.status:1386: rfbconfig.h is unchanged
config.status:1434: executing rfb/rfbconfig.h commands
config.status:1472: creating rfb/rfbconfig.h - prefix LIBVNCSERVER for rfbconfig.h defines
config.status:1494: rfb/rfbconfig.h is unchanged
config.status:1434: executing depfiles commands
config.status:1434: executing libtool commands
config.status:1434: executing chmod-libvncserver-config commands
configure:17934: WARNING: unrecognized options: --disable-debug
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_ax_type_socklen_t=yes
ac_cv_build=x86_64-apple-darwin15.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_JPEG_LDFLAGS_set=
ac_cv_env_JPEG_LDFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/sdl/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___b64_ntop=no
ac_cv_func__doprnt=no
ac_cv_func_crypt=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_ftime=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_lstat_dereferences_slashed_symlink=no
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mmap=yes
ac_cv_func_select=yes
ac_cv_func_socket=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strchr=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strstr=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_header_ApplicationServices_ApplicationServices_h=yes
ac_cv_header_android_api_level_h=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_png_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_endian_h=no
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_thenonexistentheader_h=no
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_ws2tcpip_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-apple-darwin15.4.0
ac_cv_lib_crypto_RAND_file_name=yes
ac_cv_lib_cygipc_shmget=no
ac_cv_lib_nsl_gethostbyname=no
ac_cv_lib_png_png_create_write_struct=yes
ac_cv_lib_pthread_pthread_mutex_lock=yes
ac_cv_lib_resolv___b64_ntop=no
ac_cv_lib_socket_socket=no
ac_cv_lib_ssl_SSL_library_init=yes
ac_cv_lib_z_deflate=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_ac_pt_LIBGCRYPT_CONFIG=/usr/local/opt/libgcrypt/bin/libgcrypt-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/libvnc-20160501-8238-spcfy5/missing aclocal-1.15'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ANDROID_FALSE=''
ANDROID_TRUE='#'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/libvnc-20160501-8238-spcfy5/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/libvnc-20160501-8238-spcfy5/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/libvnc-20160501-8238-spcfy5/missing automake-1.15'
AWK='awk'
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Wall -I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include '
CPP='clang -E'
CPPFLAGS=''
CRYPT_LIBS=''
CYGIPC_FALSE=''
CYGIPC_TRUE='#'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GNUTLS_CFLAGS=''
GNUTLS_LIBS=''
GREP='/usr/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
HAVE_GNUTLS_FALSE=''
HAVE_GNUTLS_TRUE='#'
HAVE_LIBGTK_FALSE=''
HAVE_LIBGTK_TRUE='#'
HAVE_LIBJPEG_FALSE='#'
HAVE_LIBJPEG_TRUE=''
HAVE_LIBPNG_FALSE='#'
HAVE_LIBPNG_TRUE=''
HAVE_LIBPTHREAD_FALSE='#'
HAVE_LIBPTHREAD_TRUE=''
HAVE_LIBSDL_FALSE='#'
HAVE_LIBSDL_TRUE=''
HAVE_LIBSSL_FALSE='#'
HAVE_LIBSSL_TRUE=''
HAVE_LIBZ_FALSE='#'
HAVE_LIBZ_TRUE=''
HAVE_MP3LAME_FALSE=''
HAVE_MP3LAME_TRUE='#'
HAVE_RPM_FALSE=''
HAVE_RPM_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JPEG_LDFLAGS=''
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LIBGCRYPT_CFLAGS='-I/usr/local/Cellar/libgcrypt/1.7.0/include -I/usr/local/Cellar/libgpg-error/1.21/include'
LIBGCRYPT_CONFIG='/usr/local/opt/libgcrypt/bin/libgcrypt-config'
LIBGCRYPT_LIBS='-L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error'
LIBOBJS=' ${LIBOBJDIR}lstat$U.o'
LIBS='-lpthread -lz -lpng -ljpeg -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LINUX_FALSE=''
LINUX_TRUE='#'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo'
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /private/tmp/libvnc-20160501-8238-spcfy5/missing makeinfo'
MANIFEST_TOOL=':'
MINGW_FALSE=''
MINGW_TRUE='#'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OSX_FALSE='#'
OSX_TRUE=''
OTOOL64=':'
OTOOL='otool'
PACKAGE='libvncserver'
PACKAGE_BUGREPORT='https://github.com/LibVNC/libvncserver'
PACKAGE_NAME='LibVNCServer'
PACKAGE_STRING='LibVNCServer 0.9.10'
PACKAGE_TARNAME='libvncserver'
PACKAGE_URL=''
PACKAGE_VERSION='0.9.10'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11'
PKG_CONFIG_PATH='/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/sdl/lib/pkgconfig'
RANLIB='ranlib'
RPMSOURCEDIR='NOT-FOUND'
SDL_CFLAGS='-I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE'
SDL_LIBS='-L/usr/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
SSL_LIBS='-lssl -lcrypto'
STRIP='strip'
VERSION='0.9.10'
WITH_FFMPEG_FALSE=''
WITH_FFMPEG_TRUE='#'
WITH_TIGHTVNC_FILETRANSFER_FALSE='#'
WITH_TIGHTVNC_FILETRANSFER_TRUE=''
WITH_WEBSOCKETS_FALSE=''
WITH_WEBSOCKETS_TRUE='#'
WSOCKLIB=''
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin15.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin15.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin15.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin15.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/libvnc-20160501-8238-spcfy5/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/libvnc/0.9.11rc'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
with_ffmpeg=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "LibVNCServer"
#define PACKAGE_TARNAME "libvncserver"
#define PACKAGE_VERSION "0.9.10"
#define PACKAGE_STRING "LibVNCServer 0.9.10"
#define PACKAGE_BUGREPORT "https://github.com/LibVNC/libvncserver"
#define PACKAGE_URL ""
#define PACKAGE "libvncserver"
#define VERSION "0.9.10"
#define VERSION_MAJOR 0
#define VERSION_MINOR 9
#define VERSION_PATCHLEVEL 10
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define ALLOW24BPP 1
#define HAVE_CRYPT 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBZ 1
#define HAVE_LIBPTHREAD 1
#define HAVE_TLS 1
#define WITH_TIGHTVNC_FILETRANSFER 1
#define WITH_CLIENT_GCRYPT 1
#define IPv6 1
#define STDC_HEADERS 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_UNISTD_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_STRFTIME 1
#define HAVE_VPRINTF 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_FTIME 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INET_NTOA 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MMAP 1
#define HAVE_MKFIFO 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STRCHR 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRSTR 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment