Created
December 10, 2015 01:44
-
-
Save dunn/f31132ac595454a80f2b to your computer and use it in GitHub Desktop.
kbtin (homebrew/boneyard/kbtin) on OS X 10.11.2 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for homebrew/boneyard/kbtin on OS X 10.11.2 | |
Build date: 2015-12-09 17:43:14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: a0de14af427a99797d0b7c9c9d6d5ba1e6e37737 | |
Last commit: 4 hours 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.2-x86_64 | |
Xcode: 7.1.1 | |
CLT: 7.2.0.0.1.1447826929 | |
Clang: 7.0 build 700 | |
X11: 2.7.8 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.3/bin/ruby | |
Java: 1.8.0_66, 1.8.0_20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: You have external commands with conflicting names. | |
Found command `brew-cask` in following places: | |
/usr/local/bin/brew-cask | |
/usr/local/Library/Taps/caskroom/homebrew-cask/cmd/brew-cask.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Formula: kbtin | |
Tap: homebrew/boneyard | |
Path: /usr/local/Library/Taps/homebrew/homebrew-boneyard/kbtin.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-12-09 17:43:02 -0800 | |
./configure | |
--disable-debug | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/kbtin/1.0.16 | |
configure: WARNING: unrecognized options: --disable-debug | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
/private/tmp/kbtin20151209-72296-154vh18/kbtin-1.0.16/missing: Unknown `--is-lightweight' option | |
Try `/private/tmp/kbtin20151209-72296-154vh18/kbtin-1.0.16/missing --help' for more information | |
configure: WARNING: 'missing' script is too old or missing | |
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 gawk... (cached) awk | |
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 ln -s works... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking how to run the C preprocessor... clang -E | |
checking for ANSI C header files... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for stdint-types....... "(putting them into _stdint.h)" | |
checking for uintptr_t... yes | |
checking for uint64_t... yes | |
... seen our uintptr_t in stdint.h (uint64_t too) | |
creating _stdint.h : __STDINT_H | |
checking for int_least32_t... yes | |
checking for int_fast32_t... yes | |
..adding include stdint.h | |
... seen good stdint.h inttypes | |
... seen good uint64_t | |
... DONE _stdint.h | |
checking whether termios.h defines TIOCGWINSZ... 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 strings.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for unistd.h... (cached) yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether byte ordering is bigendian... no | |
checking whether clang needs -traditional... no | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for library containing forkpty... none required | |
checking for memcpy... yes | |
checking for getpt... no | |
checking for ptsname... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for _getpty... no | |
checking for grantpt... yes | |
checking for forkpty... yes | |
checking for regcomp... yes | |
checking for getaddrinfo... yes | |
checking for wcwidth... yes | |
checking for posix_openpt... yes | |
checking for strlcpy... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for gzread in -lz... yes | |
checking gnutls/gnutls.h usability... yes | |
checking gnutls/gnutls.h presence... yes | |
checking for gnutls/gnutls.h... yes | |
checking for gnutls_global_init in -lgnutls... yes | |
checking for pkg-config... no | |
checking for GLIB - version >= 2.10.0... no | |
*** A new enough version of pkg-config was not found. | |
*** See http://www.freedesktop.org/software/pkgconfig/ | |
checking build system type... x86_64-apple-darwin15.2.0 | |
checking host system type... x86_64-apple-darwin15.2.0 | |
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 shared library run path origin... done | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking ptyranges... pqrstuvw,0123456789abcdef | |
checking for /dev/ptmx... yes | |
checking for gethostbyname... yes | |
checking for socket... yes | |
checking for putmsg in -lstr... no | |
checking if wchar_t can hold any Unicode char... yes | |
checking for SCO's intellectual property... not found | |
checking for AI_ADDRCONFIG... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/atlocal | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing tests/atconfig commands | |
configure: WARNING: unrecognized options: --disable-debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -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 | |
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 | |
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 | |
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 | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c -lgnutls | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lgnutls -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lstr | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lstr -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-12-09 17:43:11 -0800 | |
make | |
./make_commands <./commands | |
./prof_init . action.c alias.c antisub.c files.c glob.c help.c highlight.c history.c ivars.c llist.c main.c misc.c net.c parse.c path.c session.c substitute.c ticks.c utils.c variables.c events.c user.c run.c colors.c routes.c bind.c telnet.c crc.c hash.c regexp.c prof.c hooks.c unicode.c user_pipe.c user_tty.c wcwidth.c chinese.c print.c ssl.c | |
PROTO protos/action.h | |
PROTO protos/alias.h | |
PROTO protos/antisub.h | |
PROTO protos/files.h | |
PROTO protos/glob.h | |
PROTO protos/help.h | |
PROTO protos/highlight.h | |
PROTO protos/history.h | |
PROTO protos/ivars.h | |
PROTO protos/llist.h | |
PROTO protos/main.h | |
PROTO protos/misc.h | |
PROTO protos/net.h | |
PROTO protos/parse.h | |
PROTO protos/path.h | |
PROTO protos/session.h | |
PROTO protos/substitute.h | |
PROTO protos/ticks.h | |
PROTO protos/utils.h | |
PROTO protos/variables.h | |
PROTO protos/events.h | |
PROTO protos/user.h | |
PROTO protos/run.h | |
PROTO protos/colors.h | |
PROTO protos/routes.h | |
PROTO protos/bind.h | |
PROTO protos/telnet.h | |
PROTO protos/crc.h | |
PROTO protos/hash.h | |
PROTO protos/regexp.h | |
PROTO protos/prof.h | |
PROTO protos/hooks.h | |
PROTO protos/unicode.h | |
PROTO protos/user_pipe.h | |
PROTO protos/user_tty.h | |
PROTO protos/wcwidth.h | |
PROTO protos/chinese.h | |
PROTO protos/print.h | |
PROTO protos/ssl.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in . | |
CC action.o | |
CC alias.o | |
CC antisub.o | |
CC files.o | |
In file included from action.c:15: | |
./protos/utils.h:4:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t n); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from action.c:15: | |
./protos/utils.h:4:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./protos/utils.h:4:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from files.c:19: | |
./protos/utils.h:4:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t n); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from files.c:19: | |
./protos/utils.h:4:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./protos/utils.h:4:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from action.cIn file included from files.c:19: | |
./protos/utils.h:4:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t n); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./protos/utils.h:4:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
:15: | |
./protos/utils.h:4:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t n); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./protos/utils.h:4:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
3 errors generated. | |
make[2]: *** [action.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
3 errors generated. | |
make[2]: *** [files.o] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: a0de14af427a99797d0b7c9c9d6d5ba1e6e37737 | |
Last commit: 4 hours 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.2-x86_64 | |
Xcode: 7.1.1 | |
CLT: 7.2.0.0.1.1447826929 | |
GCC-4.2: build 0 | |
Clang: 7.0 build 700 | |
X11: 2.7.8 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
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.8.0_66, 1.8.0_20 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11 | |
HOMEBREW_VERBOSE: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/xz/bin:/usr/local/opt/libtasn1/bin:/usr/local/opt/nettle/bin:/usr/local/opt/p11-kit/bin:/usr/local/opt/gnutls/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -DHAVE_CONFIG_H -I. -DDATA_PATH="/usr/local/Cellar/kbtin/1.0.16/share/kbtin" -Wall -g -O2 -c -o antisub.o antisub.c | |
superenv removed: -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -DDATA_PATH="/usr/local/Cellar/kbtin/1.0.16/share/kbtin" -c -o antisub.o antisub.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -DDATA_PATH="/usr/local/Cellar/kbtin/1.0.16/share/kbtin" -Wall -g -O2 -c -o files.o files.c | |
superenv removed: -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -DDATA_PATH="/usr/local/Cellar/kbtin/1.0.16/share/kbtin" -c -o files.o files.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -DDATA_PATH="/usr/local/Cellar/kbtin/1.0.16/share/kbtin" -Wall -g -O2 -c -o action.o action.c | |
superenv removed: -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -DDATA_PATH="/usr/local/Cellar/kbtin/1.0.16/share/kbtin" -c -o action.o action.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -DDATA_PATH="/usr/local/Cellar/kbtin/1.0.16/share/kbtin" -Wall -g -O2 -c -o alias.o alias.c | |
superenv removed: -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -DDATA_PATH="/usr/local/Cellar/kbtin/1.0.16/share/kbtin" -c -o alias.o alias.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by KBtin configure 1.0.16, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/kbtin/1.0.16 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = snow | |
uname -m = x86_64 | |
uname -r = 15.2.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/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.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 298 tasks, 1166 threads, 4 processors | |
Load average: 2.49, Mach factor: 1.60 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/xz/bin | |
PATH: /usr/local/opt/libtasn1/bin | |
PATH: /usr/local/opt/nettle/bin | |
PATH: /usr/local/opt/p11-kit/bin | |
PATH: /usr/local/opt/gnutls/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2305: checking for a BSD-compatible install | |
configure:2373: result: /usr/bin/install -c | |
configure:2384: checking whether build environment is sane | |
configure:2439: result: yes | |
configure:2477: WARNING: 'missing' script is too old or missing | |
configure:2590: checking for a thread-safe mkdir -p | |
configure:2629: result: ./install-sh -c -d | |
configure:2636: checking for gawk | |
configure:2666: result: no | |
configure:2636: checking for mawk | |
configure:2666: result: no | |
configure:2636: checking for nawk | |
configure:2666: result: no | |
configure:2636: checking for awk | |
configure:2652: found /usr/bin/awk | |
configure:2663: result: awk | |
configure:2674: checking whether make sets $(MAKE) | |
configure:2696: result: yes | |
configure:2725: checking whether make supports nested variables | |
configure:2742: result: yes | |
configure:2883: checking whether make supports nested variables | |
configure:2900: result: yes | |
configure:2917: checking for gawk | |
configure:2944: result: awk | |
configure:3003: checking for gcc | |
configure:3030: result: clang | |
configure:3259: checking for C compiler version | |
configure:3268: clang --version >&5 | |
Apple LLVM version 7.0.0 (clang-700.1.76) | |
Target: x86_64-apple-darwin15.2.0 | |
Thread model: posix | |
configure:3279: $? = 0 | |
configure:3268: clang -v >&5 | |
Apple LLVM version 7.0.0 (clang-700.1.76) | |
Target: x86_64-apple-darwin15.2.0 | |
Thread model: posix | |
configure:3279: $? = 0 | |
configure:3268: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3279: $? = 1 | |
configure:3268: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3279: $? = 1 | |
configure:3299: checking whether the C compiler works | |
configure:3321: clang conftest.c >&5 | |
configure:3325: $? = 0 | |
configure:3373: result: yes | |
configure:3376: checking for C compiler default output file name | |
configure:3378: result: a.out | |
configure:3384: checking for suffix of executables | |
configure:3391: clang -o conftest conftest.c >&5 | |
configure:3395: $? = 0 | |
configure:3417: result: | |
configure:3439: checking whether we are cross compiling | |
configure:3447: clang -o conftest conftest.c >&5 | |
configure:3451: $? = 0 | |
configure:3458: ./conftest | |
configure:3462: $? = 0 | |
configure:3477: result: no | |
configure:3482: checking for suffix of object files | |
configure:3504: clang -c conftest.c >&5 | |
configure:3508: $? = 0 | |
configure:3529: result: o | |
configure:3533: checking whether we are using the GNU C compiler | |
configure:3552: clang -c conftest.c >&5 | |
configure:3552: $? = 0 | |
configure:3561: result: yes | |
configure:3570: checking whether clang accepts -g | |
configure:3590: clang -c -g conftest.c >&5 | |
configure:3590: $? = 0 | |
configure:3631: result: yes | |
configure:3648: checking for clang option to accept ISO C89 | |
configure:3711: clang -c -g -O2 conftest.c >&5 | |
configure:3711: $? = 0 | |
configure:3724: result: none needed | |
configure:3749: checking whether clang understands -c and -o together | |
configure:3771: clang -c conftest.c -o conftest2.o | |
configure:3774: $? = 0 | |
configure:3771: clang -c conftest.c -o conftest2.o | |
configure:3774: $? = 0 | |
configure:3786: result: yes | |
configure:3814: checking for style of include used by make | |
configure:3842: result: GNU | |
configure:3868: checking dependency style of clang | |
configure:3979: result: none | |
configure:3995: checking whether ln -s works | |
configure:3999: result: yes | |
configure:4006: checking for grep that handles long lines and -e | |
configure:4064: result: /usr/bin/grep | |
configure:4069: checking for egrep | |
configure:4131: result: /usr/bin/grep -E | |
configure:4151: checking how to run the C preprocessor | |
configure:4182: clang -E conftest.c | |
configure:4182: $? = 0 | |
configure:4196: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4196: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4221: result: clang -E | |
configure:4241: clang -E conftest.c | |
configure:4241: $? = 0 | |
configure:4255: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4255: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4284: checking for ANSI C header files | |
configure:4304: clang -c -g -O2 conftest.c >&5 | |
configure:4304: $? = 0 | |
configure:4377: clang -o conftest -g -O2 conftest.c >&5 | |
configure:4377: $? = 0 | |
configure:4377: ./conftest | |
configure:4377: $? = 0 | |
configure:4388: result: yes | |
configure:4396: checking for sys/wait.h that is POSIX.1 compatible | |
configure:4422: clang -c -g -O2 conftest.c >&5 | |
configure:4422: $? = 0 | |
configure:4429: result: yes | |
configure:4438: checking for stdint-types.... | |
configure:4448: result: "(putting them into _stdint.h)" | |
configure:4461: checking for uintptr_t | |
configure:4461: clang -c -g -O2 conftest.c >&5 | |
configure:4461: $? = 0 | |
configure:4461: clang -c -g -O2 conftest.c >&5 | |
conftest.c:18:24: error: expected expression | |
if (sizeof ((uintptr_t))) | |
^ | |
1 error generated. | |
configure:4461: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdint.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((uintptr_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:4461: result: yes | |
configure:4469: checking for uint64_t | |
configure:4469: clang -c -g -O2 conftest.c >&5 | |
configure:4469: $? = 0 | |
configure:4469: clang -c -g -O2 conftest.c >&5 | |
conftest.c:18:23: error: expected expression | |
if (sizeof ((uint64_t))) | |
^ | |
1 error generated. | |
configure:4469: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| /* end confdefs.h. */ | |
| #include<stdint.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((uint64_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:4469: result: yes | |
configure:4477: result: ... seen our uintptr_t in stdint.h (uint64_t too) | |
configure:4742: result: creating _stdint.h : __STDINT_H | |
configure:4769: checking for int_least32_t | |
configure:4769: clang -c -g -O2 conftest.c >&5 | |
configure:4769: $? = 0 | |
configure:4769: clang -c -g -O2 conftest.c >&5 | |
conftest.c:18:28: error: expected expression | |
if (sizeof ((int_least32_t))) | |
^ | |
1 error generated. | |
configure:4769: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdint.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((int_least32_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:4769: result: yes | |
configure:4775: checking for int_fast32_t | |
configure:4775: clang -c -g -O2 conftest.c >&5 | |
configure:4775: $? = 0 | |
configure:4775: clang -c -g -O2 conftest.c >&5 | |
conftest.c:18:27: error: expected expression | |
if (sizeof ((int_fast32_t))) | |
^ | |
1 error generated. | |
configure:4775: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| /* end confdefs.h. */ | |
| #include<stdint.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((int_fast32_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:4775: result: yes | |
configure:4788: result: ..adding include stdint.h | |
configure:4798: result: ... seen good stdint.h inttypes | |
configure:4934: result: ... seen good uint64_t | |
configure:5154: result: ... DONE _stdint.h | |
configure:5163: checking whether termios.h defines TIOCGWINSZ | |
configure:5186: result: yes | |
configure:5228: checking for sys/types.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5228: checking for sys/stat.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5228: checking for stdlib.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5228: checking for string.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5228: checking for memory.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5228: checking for strings.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5228: checking for inttypes.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5228: checking for stdint.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5228: checking for unistd.h | |
configure:5228: clang -c -g -O2 conftest.c >&5 | |
configure:5228: $? = 0 | |
configure:5228: result: yes | |
configure:5243: checking for strings.h | |
configure:5243: result: yes | |
configure:5243: checking for string.h | |
configure:5243: result: yes | |
configure:5243: checking sys/time.h usability | |
configure:5243: clang -c -g -O2 conftest.c >&5 | |
configure:5243: $? = 0 | |
configure:5243: result: yes | |
configure:5243: checking sys/time.h presence | |
configure:5243: clang -E conftest.c | |
configure:5243: $? = 0 | |
configure:5243: result: yes | |
configure:5243: checking for sys/time.h | |
configure:5243: result: yes | |
configure:5243: checking termios.h usability | |
configure:5243: clang -c -g -O2 conftest.c >&5 | |
configure:5243: $? = 0 | |
configure:5243: result: yes | |
configure:5243: checking termios.h presence | |
configure:5243: clang -E conftest.c | |
configure:5243: $? = 0 | |
configure:5243: result: yes | |
configure:5243: checking for termios.h | |
configure:5243: result: yes | |
configure:5243: checking for unistd.h | |
configure:5243: result: yes | |
configure:5243: checking stropts.h usability | |
configure:5243: clang -c -g -O2 conftest.c >&5 | |
conftest.c:60:10: fatal error: 'stropts.h' file not found | |
#include <stropts.h> | |
^ | |
1 error generated. | |
configure:5243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_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 <stropts.h> | |
configure:5243: result: no | |
configure:5243: checking stropts.h presence | |
configure:5243: clang -E conftest.c | |
conftest.c:27:10: fatal error: 'stropts.h' file not found | |
#include <stropts.h> | |
^ | |
1 error generated. | |
configure:5243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stropts.h> | |
configure:5243: result: no | |
configure:5243: checking for stropts.h | |
configure:5243: result: no | |
configure:5243: checking pty.h usability | |
configure:5243: clang -c -g -O2 conftest.c >&5 | |
conftest.c:60:10: fatal error: 'pty.h' file not found | |
#include <pty.h> | |
^ | |
1 error generated. | |
configure:5243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_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 <pty.h> | |
configure:5243: result: no | |
configure:5243: checking pty.h presence | |
configure:5243: clang -E conftest.c | |
conftest.c:27:10: fatal error: 'pty.h' file not found | |
#include <pty.h> | |
^ | |
1 error generated. | |
configure:5243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <pty.h> | |
configure:5243: result: no | |
configure:5243: checking for pty.h | |
configure:5243: result: no | |
configure:5243: checking libutil.h usability | |
configure:5243: clang -c -g -O2 conftest.c >&5 | |
conftest.c:60:10: fatal error: 'libutil.h' file not found | |
#include <libutil.h> | |
^ | |
1 error generated. | |
configure:5243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_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 <libutil.h> | |
configure:5243: result: no | |
configure:5243: checking libutil.h presence | |
configure:5243: clang -E conftest.c | |
conftest.c:27:10: fatal error: 'libutil.h' file not found | |
#include <libutil.h> | |
^ | |
1 error generated. | |
configure:5243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <libutil.h> | |
configure:5243: result: no | |
configure:5243: checking for libutil.h | |
configure:5243: result: no | |
configure:5255: checking for an ANSI C-conforming const | |
configure:5321: clang -c -g -O2 conftest.c >&5 | |
configure:5321: $? = 0 | |
configure:5328: result: yes | |
configure:5336: checking for inline | |
configure:5352: clang -c -g -O2 conftest.c >&5 | |
configure:5352: $? = 0 | |
configure:5360: result: inline | |
configure:5378: checking whether time.h and sys/time.h may both be included | |
configure:5398: clang -c -g -O2 conftest.c >&5 | |
configure:5398: $? = 0 | |
configure:5405: result: yes | |
configure:5413: checking whether byte ordering is bigendian | |
configure:5428: clang -c -g -O2 conftest.c >&5 | |
configure:5428: $? = 0 | |
configure:5473: clang -c -g -O2 conftest.c >&5 | |
configure:5473: $? = 0 | |
configure:5491: clang -c -g -O2 conftest.c >&5 | |
conftest.c:35:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:5491: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:5619: result: no | |
configure:5640: checking whether clang needs -traditional | |
conftest.c:28:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^ | |
1 error generated. | |
configure:5674: result: no | |
configure:5683: checking for vprintf | |
configure:5683: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:51:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration] | |
char vprintf (); | |
^ | |
conftest.c:51:6: note: 'vprintf' is a builtin with type 'int (const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:5683: $? = 0 | |
configure:5683: result: yes | |
configure:5689: checking for _doprnt | |
configure:5689: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__doprnt", referenced from: | |
_main in conftest-e835d3.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:5689: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 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:5689: result: no | |
configure:5700: checking for library containing forkpty | |
configure:5731: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5731: $? = 0 | |
configure:5748: result: none required | |
configure:5759: checking for memcpy | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:52:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration] | |
char memcpy (); | |
^ | |
conftest.c:52:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for getpt | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_getpt", referenced from: | |
_main in conftest-fecf08.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:5759: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_MEMCPY 1 | |
| /* end confdefs.h. */ | |
| /* Define getpt to an innocuous variant, in case <limits.h> declares getpt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getpt innocuous_getpt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpt (); 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 getpt | |
| | |
| /* 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 getpt (); | |
| /* 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_getpt || defined __stub___getpt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getpt (); | |
| ; | |
| return 0; | |
| } | |
configure:5759: result: no | |
configure:5759: checking for ptsname | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for snprintf | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:54:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] | |
char snprintf (); | |
^ | |
conftest.c:54:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' | |
1 warning generated. | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for vsnprintf | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:55:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration] | |
char vsnprintf (); | |
^ | |
conftest.c:55:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for _getpty | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__getpty", referenced from: | |
_main in conftest-0eaa7c.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:5759: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_PTSNAME 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _getpty innocuous__getpty | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _getpty (); 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 _getpty | |
| | |
| /* 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 _getpty (); | |
| /* 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__getpty || defined __stub____getpty | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _getpty (); | |
| ; | |
| return 0; | |
| } | |
configure:5759: result: no | |
configure:5759: checking for grantpt | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for forkpty | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for regcomp | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for getaddrinfo | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for wcwidth | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5759: checking for posix_openpt | |
configure:5759: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5759: $? = 0 | |
configure:5759: result: yes | |
configure:5769: checking for strlcpy | |
configure:5782: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5782: $? = 0 | |
configure:5787: result: yes | |
configure:5805: checking zlib.h usability | |
configure:5805: clang -c -g -O2 conftest.c >&5 | |
configure:5805: $? = 0 | |
configure:5805: result: yes | |
configure:5805: checking zlib.h presence | |
configure:5805: clang -E conftest.c | |
configure:5805: $? = 0 | |
configure:5805: result: yes | |
configure:5805: checking for zlib.h | |
configure:5805: result: yes | |
configure:5813: checking for gzread in -lz | |
configure:5838: clang -o conftest -g -O2 conftest.c -lz >&5 | |
configure:5838: $? = 0 | |
configure:5847: result: yes | |
configure:5884: checking gnutls/gnutls.h usability | |
configure:5884: clang -c -g -O2 conftest.c >&5 | |
configure:5884: $? = 0 | |
configure:5884: result: yes | |
configure:5884: checking gnutls/gnutls.h presence | |
configure:5884: clang -E conftest.c | |
configure:5884: $? = 0 | |
configure:5884: result: yes | |
configure:5884: checking for gnutls/gnutls.h | |
configure:5884: result: yes | |
configure:5892: checking for gnutls_global_init in -lgnutls | |
configure:5917: clang -o conftest -g -O2 conftest.c -lgnutls >&5 | |
configure:5917: $? = 0 | |
configure:5926: result: yes | |
configure:6038: checking for pkg-config | |
configure:6071: result: no | |
configure:6113: checking for GLIB - version >= 2.10.0 | |
configure:6245: result: no | |
configure:6313: checking build system type | |
configure:6327: result: x86_64-apple-darwin15.2.0 | |
configure:6347: checking host system type | |
configure:6360: result: x86_64-apple-darwin15.2.0 | |
configure:6421: checking for ld used by clang | |
configure:6488: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:6495: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:6510: result: no | |
configure:6517: checking for shared library run path origin | |
configure:6530: result: done | |
configure:7108: checking for iconv | |
configure:7132: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-f99f75.o | |
"_iconv_close", referenced from: | |
_main in conftest-f99f75.o | |
"_iconv_open", referenced from: | |
_main in conftest-f99f75.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:7132: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_PTSNAME 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GRANTPT 1 | |
| #define HAVE_FORKPTY 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_POSIX_OPENPT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_GNUTLS 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdlib.h> | |
| #include <iconv.h> | |
| | |
| int | |
| main () | |
| { | |
| iconv_t cd = iconv_open("",""); | |
| iconv(cd,NULL,NULL,NULL,NULL); | |
| iconv_close(cd); | |
| ; | |
| return 0; | |
| } | |
configure:7156: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:7156: $? = 0 | |
configure:7166: result: yes | |
configure:7169: checking for working iconv | |
configure:7298: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:7298: $? = 0 | |
configure:7298: ./conftest | |
configure:7298: $? = 0 | |
configure:7310: result: yes | |
configure:7325: checking how to link with libiconv | |
configure:7327: result: -liconv | |
configure:7338: checking for iconv declaration | |
configure:7367: clang -c -g -O2 conftest.c >&5 | |
configure:7367: $? = 0 | |
configure:7378: result: | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
configure:7399: checking ptyranges | |
configure:7434: result: pqrstuvw,0123456789abcdef | |
configure:7442: checking for /dev/ptmx | |
configure:7449: result: yes | |
configure:7459: checking for gethostbyname | |
configure:7459: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7459: $? = 0 | |
configure:7459: result: yes | |
configure:7648: checking for socket | |
configure:7648: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7648: $? = 0 | |
configure:7648: result: yes | |
configure:7741: checking for putmsg in -lstr | |
configure:7766: clang -o conftest -g -O2 conftest.c -lstr >&5 | |
ld: library not found for -lstr | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7766: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "KBtin" | |
| #define PACKAGE_TARNAME "kbtin" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "KBtin 1.0.16" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "kbtin" | |
| #define VERSION "1.0.16" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_PTSNAME 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GRANTPT 1 | |
| #define HAVE_FORKPTY 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_POSIX_OPENPT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_GNUTLS 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define HAVE_DEV_PTMX 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 putmsg (); | |
| int | |
| main () | |
| { | |
| return putmsg (); | |
| ; | |
| return 0; | |
| } | |
configure:7775: result: no | |
configure:7788: checking if wchar_t can hold any Unicode char | |
configure:7796: clang -c -g -O2 conftest.c >&5 | |
configure:7796: $? = 0 | |
configure:7801: result: yes | |
configure:7811: checking for SCO's intellectual property | |
configure:7817: result: not found | |
configure:7822: checking for AI_ADDRCONFIG | |
configure:7837: clang -c -g -O2 conftest.c >&5 | |
configure:7837: $? = 0 | |
configure:7840: result: yes | |
configure:7977: checking that generated files are newer than configure | |
configure:7983: result: done | |
configure:8007: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by KBtin config.status 1.0.16, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on snow | |
config.status:908: creating Makefile | |
config.status:908: creating tests/Makefile | |
config.status:908: creating tests/atlocal | |
config.status:908: creating config.h | |
config.status:1137: executing depfiles commands | |
config.status:1137: executing tests/atconfig commands | |
configure:9346: WARNING: unrecognized options: --disable-debug | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin15.2.0 | |
ac_cv_c_bigendian=no | |
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_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/gnutls/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__doprnt=no | |
ac_cv_func__getpty=no | |
ac_cv_func_forkpty=yes | |
ac_cv_func_getaddrinfo=yes | |
ac_cv_func_gethostbyname=yes | |
ac_cv_func_getpt=no | |
ac_cv_func_grantpt=yes | |
ac_cv_func_memcpy=yes | |
ac_cv_func_posix_openpt=yes | |
ac_cv_func_ptsname=yes | |
ac_cv_func_regcomp=yes | |
ac_cv_func_snprintf=yes | |
ac_cv_func_socket=yes | |
ac_cv_func_vprintf=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_func_wcwidth=yes | |
ac_cv_header_gnutls_gnutls_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libutil_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_pty_h=no | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint=stdint.h | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdint_o=no-file | |
ac_cv_header_stdint_test=no | |
ac_cv_header_stdint_u=no-file | |
ac_cv_header_stdint_x=stdint.h | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_stropts_h=no | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_termios_h=yes | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_zlib_h=yes | |
ac_cv_host=x86_64-apple-darwin15.2.0 | |
ac_cv_lib_gnutls_gnutls_global_init=yes | |
ac_cv_lib_str_putmsg=no | |
ac_cv_lib_z_gzread=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_gcc_traditional=no | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_forkpty='none required' | |
ac_cv_sizeof_X=:::: | |
ac_cv_sizeof_x=: | |
ac_cv_sys_tiocgwinsz_in_termios_h=yes | |
ac_cv_type_int_fast32_t=yes | |
ac_cv_type_int_least32_t=yes | |
ac_cv_type_uint64_t=yes | |
ac_cv_type_uintptr_t=yes | |
acl_cv_hardcode_direct=no | |
acl_cv_hardcode_libdir_flag_spec= | |
acl_cv_hardcode_libdir_separator= | |
acl_cv_hardcode_minus_L=no | |
acl_cv_libext=a | |
acl_cv_libname_spec='lib$name' | |
acl_cv_library_names_spec='$libname$shrext' | |
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
acl_cv_prog_gnu_ld=no | |
acl_cv_rpath=done | |
acl_cv_shlibext=dylib | |
acl_cv_wl=-Wl, | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_func_iconv=yes | |
am_cv_func_iconv_works=yes | |
am_cv_lib_iconv=yes | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | |
am_cv_proto_iconv_arg1= | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='aclocal-1.15' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AUTOCONF='autoconf' | |
AUTOHEADER='autoheader' | |
AUTOM4TE='autom4te' | |
AUTOMAKE='automake-1.15' | |
AWK='awk' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='clang -E' | |
CPPFLAGS='' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
GLIB_CFLAGS='' | |
GLIB_COMPILE_RESOURCES='' | |
GLIB_GENMARSHAL='' | |
GLIB_LIBS='' | |
GLIB_MKENUMS='' | |
GNUTLS_LIBS='-lgnutls' | |
GOBJECT_QUERY='' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LDFLAGS='' | |
LIBICONV='-liconv' | |
LIBOBJS='' | |
LIBS='' | |
LN_S='ln -s' | |
LTLIBICONV='-liconv' | |
LTLIBOBJS='' | |
MAKEINFO='makeinfo' | |
MKDIR_P='./install-sh -c -d' | |
OBJEXT='o' | |
PACKAGE='kbtin' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='KBtin' | |
PACKAGE_STRING='KBtin 1.0.16' | |
PACKAGE_TARNAME='kbtin' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.0.16' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='no' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11' | |
PKG_CONFIG_PATH='/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='' | |
VERSION='1.0.16' | |
ZLIB_LIBS='-lz' | |
ac_ct_CC='clang' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin15.2.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin15.2.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin15.2.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin15.2.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/kbtin20151209-72296-154vh18/kbtin-1.0.16/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/kbtin/1.0.16' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
runstatedir='${localstatedir}/run' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "KBtin" | |
#define PACKAGE_TARNAME "kbtin" | |
#define PACKAGE_VERSION "1.0.16" | |
#define PACKAGE_STRING "KBtin 1.0.16" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define PACKAGE "kbtin" | |
#define VERSION "1.0.16" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_WAIT_H 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_STRINGS_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_TERMIOS_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define HAVE_VPRINTF 1 | |
#define HAVE_MEMCPY 1 | |
#define HAVE_PTSNAME 1 | |
#define HAVE_SNPRINTF 1 | |
#define HAVE_VSNPRINTF 1 | |
#define HAVE_GRANTPT 1 | |
#define HAVE_FORKPTY 1 | |
#define HAVE_REGCOMP 1 | |
#define HAVE_GETADDRINFO 1 | |
#define HAVE_WCWIDTH 1 | |
#define HAVE_POSIX_OPENPT 1 | |
#define HAVE_STRLCPY 1 | |
#define HAVE_ZLIB 1 | |
#define HAVE_GNUTLS 1 | |
#define HAVE_ICONV 1 | |
#define ICONV_CONST | |
#define PTYRANGE0 "pqrstuvw" | |
#define PTYRANGE1 "0123456789abcdef" | |
#define HAVE_DEV_PTMX 1 | |
#define WCHAR_IS_UCS4 1 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment