Skip to content

Instantly share code, notes, and snippets.

@cormacrelf
Created January 30, 2012 08:16
Show Gist options
  • Save cormacrelf/1703308 to your computer and use it in GitHub Desktop.
Save cormacrelf/1703308 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tmux configure 1.6, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tmux/1.6 --sysconfdir=/usr/local/etc
## --------- ##
## Platform. ##
## --------- ##
hostname = Orson.local
uname -m = x86_64
uname -r = 11.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 4.00 gigabytes
Default processor set: 105 tasks, 429 threads, 4 processors
Load average: 1.55, Mach factor: 2.95
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: .
PATH: bin
PATH: /Users/Cormac/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /Users/cormac/.sfs
PATH: /Users/cormac/.dotfiles/bin
PATH: /Users/cormac/.rbenv/shims
PATH: /Users/Cormac/.rbenv/shims
PATH: /Users/Cormac/.rbenv/bin
PATH: /Users/cormac/.rbenv/shims
PATH: /Users/cormac/.rbenv/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2263: checking for a BSD-compatible install
configure:2331: result: /usr/bin/install -c
configure:2342: checking whether build environment is sane
configure:2379: result: yes
configure:2506: checking for a thread-safe mkdir -p
configure:2545: result: etc/install-sh -c -d
configure:2558: checking for gawk
configure:2588: result: no
configure:2558: checking for mawk
configure:2588: result: no
configure:2558: checking for nawk
configure:2588: result: no
configure:2558: checking for awk
configure:2574: found /usr/bin/awk
configure:2585: result: awk
configure:2596: checking whether make sets $(MAKE)
configure:2618: result: yes
configure:2703: checking build system type
configure:2717: result: x86_64-apple-darwin11.2.0
configure:2737: checking host system type
configure:2750: result: x86_64-apple-darwin11.2.0
configure:2825: checking for gcc
configure:2852: result: /usr/bin/llvm-gcc
configure:3081: checking for C compiler version
configure:3090: /usr/bin/llvm-gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3101: $? = 0
configure:3090: /usr/bin/llvm-gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
configure:3101: $? = 0
configure:3090: /usr/bin/llvm-gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3101: $? = 1
configure:3090: /usr/bin/llvm-gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:3101: $? = 1
configure:3121: checking whether the C compiler works
configure:3143: /usr/bin/llvm-gcc -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c >&5
configure:3147: $? = 0
configure:3196: result: yes
configure:3199: checking for C compiler default output file name
configure:3201: result: a.out
configure:3207: checking for suffix of executables
configure:3214: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c >&5
configure:3218: $? = 0
configure:3240: result:
configure:3262: checking whether we are cross compiling
configure:3270: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c >&5
configure:3274: $? = 0
configure:3281: ./conftest
configure:3285: $? = 0
configure:3300: result: no
configure:3305: checking for suffix of object files
configure:3327: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:3331: $? = 0
configure:3352: result: o
configure:3356: checking whether we are using the GNU C compiler
configure:3375: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:3375: $? = 0
configure:3384: result: yes
configure:3393: checking whether /usr/bin/llvm-gcc accepts -g
configure:3413: /usr/bin/llvm-gcc -c -g conftest.c >&5
configure:3413: $? = 0
configure:3454: result: yes
configure:3471: checking for /usr/bin/llvm-gcc option to accept ISO C89
configure:3535: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:3535: $? = 0
configure:3548: result: none needed
configure:3579: checking for style of include used by make
configure:3607: result: GNU
configure:3632: checking dependency style of /usr/bin/llvm-gcc
configure:3742: result: none
configure:3758: checking whether /usr/bin/llvm-gcc and cc understand -c and -o together
configure:3789: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5
configure:3793: $? = 0
configure:3799: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5
configure:3803: $? = 0
configure:3814: cc -c conftest.c >&5
configure:3818: $? = 0
configure:3826: cc -c conftest.c -o conftest2.o >&5
configure:3830: $? = 0
configure:3836: cc -c conftest.c -o conftest2.o >&5
configure:3840: $? = 0
configure:3858: result: yes
configure:3892: checking how to run the C preprocessor
configure:3923: /usr/bin/llvm-gcc -E conftest.c
configure:3923: $? = 0
configure:3937: /usr/bin/llvm-gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3937: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3962: result: /usr/bin/llvm-gcc -E
configure:3982: /usr/bin/llvm-gcc -E conftest.c
configure:3982: $? = 0
configure:3996: /usr/bin/llvm-gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3996: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4025: checking for grep that handles long lines and -e
configure:4083: result: /usr/bin/grep
configure:4088: checking for egrep
configure:4150: result: /usr/bin/grep -E
configure:4155: checking for ANSI C header files
configure:4175: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4175: $? = 0
configure:4248: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c >&5
configure:4248: $? = 0
configure:4248: ./conftest
configure:4248: $? = 0
configure:4259: result: yes
configure:4272: checking for sys/types.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4272: checking for sys/stat.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4272: checking for stdlib.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4272: checking for string.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4272: checking for memory.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4272: checking for strings.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4272: checking for inttypes.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4272: checking for stdint.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4272: checking for unistd.h
configure:4272: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4272: $? = 0
configure:4272: result: yes
configure:4306: checking bitstring.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking bitstring.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for bitstring.h
configure:4306: result: yes
configure:4306: checking curses.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking curses.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for curses.h
configure:4306: result: yes
configure:4306: checking dirent.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking dirent.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for dirent.h
configure:4306: result: yes
configure:4306: checking fcntl.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking fcntl.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for fcntl.h
configure:4306: result: yes
configure:4306: checking for inttypes.h
configure:4306: result: yes
configure:4306: checking libutil.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
conftest.c:59:21: error: libutil.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:4306: result: no
configure:4306: checking libutil.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
conftest.c:26:21: error: libutil.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <libutil.h>
configure:4306: result: no
configure:4306: checking for libutil.h
configure:4306: result: no
configure:4306: checking ncurses.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking ncurses.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for ncurses.h
configure:4306: result: yes
configure:4306: checking ndir.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
conftest.c:60:18: error: ndir.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_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 <ndir.h>
configure:4306: result: no
configure:4306: checking ndir.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
conftest.c:27:18: error: ndir.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
| #include <ndir.h>
configure:4306: result: no
configure:4306: checking for ndir.h
configure:4306: result: no
configure:4306: checking paths.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking paths.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for paths.h
configure:4306: result: yes
configure:4306: checking pty.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
conftest.c:61:17: error: pty.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_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:4306: result: no
configure:4306: checking pty.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
conftest.c:28:17: error: pty.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <pty.h>
configure:4306: result: no
configure:4306: checking for pty.h
configure:4306: result: no
configure:4306: checking for stdint.h
configure:4306: result: yes
configure:4306: checking sys/dir.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking sys/dir.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for sys/dir.h
configure:4306: result: yes
configure:4306: checking sys/ndir.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
conftest.c:63:22: error: sys/ndir.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ndir.h>
configure:4306: result: no
configure:4306: checking sys/ndir.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
conftest.c:30:22: error: sys/ndir.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| /* end confdefs.h. */
| #include <sys/ndir.h>
configure:4306: result: no
configure:4306: checking for sys/ndir.h
configure:4306: result: no
configure:4306: checking sys/tree.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
conftest.c:63:22: error: sys/tree.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/tree.h>
configure:4306: result: no
configure:4306: checking sys/tree.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
conftest.c:30:22: error: sys/tree.h: No such file or directory
configure:4306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| /* end confdefs.h. */
| #include <sys/tree.h>
configure:4306: result: no
configure:4306: checking for sys/tree.h
configure:4306: result: no
configure:4306: checking term.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking term.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for term.h
configure:4306: result: yes
configure:4306: checking util.h usability
configure:4306: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking util.h presence
configure:4306: /usr/bin/llvm-gcc -E conftest.c
configure:4306: $? = 0
configure:4306: result: yes
configure:4306: checking for util.h
configure:4306: result: yes
configure:4352: checking for gcc that whines about -I
configure:4379: result: yes
configure:4410: checking for glibc
conftest.c:33:24: error: features.h: No such file or directory
configure:4438: result: no
configure:4442: checking for library containing clock_gettime
configure:4473: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in ccsJXFXX.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:4473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:4473: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c -lrt >&5
ld: library not found for -lrt
collect2: ld returned 1 exit status
configure:4473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:4490: result: no
configure:4549: checking for pkg-config
configure:4567: found /usr/local/bin/pkg-config
configure:4579: result: /usr/local/bin/pkg-config
configure:4604: checking pkg-config is at least version 0.9.0
configure:4607: result: yes
configure:4618: checking for LIBEVENT
configure:4626: $PKG_CONFIG --exists --print-errors "libevent"
Package libevent was not found in the pkg-config search path.
Perhaps you should add the directory containing `libevent.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libevent' found
configure:4629: $? = 1
configure:4644: $PKG_CONFIG --exists --print-errors "libevent"
Package libevent was not found in the pkg-config search path.
Perhaps you should add the directory containing `libevent.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libevent' found
configure:4647: $? = 1
No package 'libevent' found
configure:4675: result: no
configure:4678: checking for library containing event_init
configure:4709: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c >&5
Undefined symbols for architecture x86_64:
"_event_init", referenced from:
_main in ccmTIA68.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:4709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char event_init ();
| int
| main ()
| {
| return event_init ();
| ;
| return 0;
| }
configure:4709: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c -levent >&5
ld: library not found for -levent
collect2: ld returned 1 exit status
configure:4709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char event_init ();
| int
| main ()
| {
| return event_init ();
| ;
| return 0;
| }
configure:4709: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c -levent-1.4 >&5
ld: library not found for -levent-1.4
collect2: ld returned 1 exit status
configure:4709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char event_init ();
| int
| main ()
| {
| return event_init ();
| ;
| return 0;
| }
configure:4709: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -lresolv conftest.c -levent2 >&5
ld: library not found for -levent2
collect2: ld returned 1 exit status
configure:4709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tmux"
| #define PACKAGE_TARNAME "tmux"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "tmux 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tmux"
| #define VERSION "1.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BITSTRING_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char event_init ();
| int
| main ()
| {
| return event_init ();
| ;
| return 0;
| }
configure:4726: result: no
configure:4814: error: "libevent not found"
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/llvm-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -w -pipe -march=core2 -msse4'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-lresolv
ac_cv_env_LIBEVENT_CFLAGS_set=
ac_cv_env_LIBEVENT_CFLAGS_value=
ac_cv_env_LIBEVENT_LIBS_set=
ac_cv_env_LIBEVENT_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
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_header_bitstring_h=yes
ac_cv_header_curses_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_ndir_h=no
ac_cv_header_paths_h=yes
ac_cv_header_pty_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_ndir_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_tree_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_term_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_host=x86_64-apple-darwin11.2.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/llvm-gcc -E'
ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc
ac_cv_prog_cc__usr_bin_llvm_gcc_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=no
ac_cv_search_event_init=no
am_cv_CC_dependencies_compiler_type=none
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-tmux-1.6-3qX2/tmux-1.6/etc/missing --run aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/homebrew-tmux-1.6-3qX2/tmux-1.6/etc/missing --run tar'
AUTOCONF='${SHELL} /private/tmp/homebrew-tmux-1.6-3qX2/tmux-1.6/etc/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-tmux-1.6-3qX2/tmux-1.6/etc/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-tmux-1.6-3qX2/tmux-1.6/etc/missing --run automake-1.10'
AWK='awk'
CC='/usr/bin/llvm-gcc'
CCDEPMODE='depmode=none'
CFLAGS='-O3 -w -pipe -march=core2 -msse4'
CPP='/usr/bin/llvm-gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
IS_AIX_FALSE=''
IS_AIX_TRUE=''
IS_DARWIN_FALSE=''
IS_DARWIN_TRUE=''
IS_DEBUG_FALSE=''
IS_DEBUG_TRUE='#'
IS_DRAGONFLY_FALSE=''
IS_DRAGONFLY_TRUE=''
IS_FREEBSD_FALSE=''
IS_FREEBSD_TRUE=''
IS_GCC4_FALSE='#'
IS_GCC4_TRUE=''
IS_GCC_FALSE='#'
IS_GCC_TRUE=''
IS_GLIBC_FALSE=''
IS_GLIBC_TRUE='#'
IS_HPUX_FALSE=''
IS_HPUX_TRUE=''
IS_LINUX_FALSE=''
IS_LINUX_TRUE=''
IS_NETBSD_FALSE=''
IS_NETBSD_TRUE=''
IS_OPENBSD_FALSE=''
IS_OPENBSD_TRUE=''
IS_SUNCC_FALSE=''
IS_SUNCC_TRUE='#'
IS_SUNOS_FALSE=''
IS_SUNOS_TRUE=''
IS_UNKNOWN_FALSE=''
IS_UNKNOWN_TRUE=''
LDFLAGS='-lresolv'
LIBEVENT_CFLAGS=''
LIBEVENT_LIBS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/homebrew-tmux-1.6-3qX2/tmux-1.6/etc/missing --run makeinfo'
MKDIR_P='etc/install-sh -c -d'
NO_ASPRINTF_FALSE=''
NO_ASPRINTF_TRUE=''
NO_B64_NTOP_FALSE=''
NO_B64_NTOP_TRUE=''
NO_CLOSEFROM_FALSE=''
NO_CLOSEFROM_TRUE=''
NO_DAEMON_FALSE=''
NO_DAEMON_TRUE=''
NO_FGETLN_FALSE=''
NO_FGETLN_TRUE=''
NO_FORKPTY_FALSE=''
NO_FORKPTY_TRUE=''
NO_GETOPT_FALSE=''
NO_GETOPT_TRUE=''
NO_IMSG_FALSE=''
NO_IMSG_TRUE=''
NO_SETENV_FALSE=''
NO_SETENV_TRUE=''
NO_STRCASESTR_FALSE=''
NO_STRCASESTR_TRUE=''
NO_STRLCAT_FALSE=''
NO_STRLCAT_TRUE=''
NO_STRLCPY_FALSE=''
NO_STRLCPY_TRUE=''
NO_STRSEP_FALSE=''
NO_STRSEP_TRUE=''
NO_STRTONUM_FALSE=''
NO_STRTONUM_TRUE=''
NO_VIS_FALSE=''
NO_VIS_TRUE=''
OBJEXT='o'
PACKAGE='tmux'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='tmux'
PACKAGE_STRING='tmux 1.6'
PACKAGE_TARNAME='tmux'
PACKAGE_URL=''
PACKAGE_VERSION='1.6'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PLATFORM=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.6'
XOPEN_DEFINES=''
ac_ct_CC='/usr/bin/llvm-gcc'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin11.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin11.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /private/tmp/homebrew-tmux-1.6-3qX2/tmux-1.6/etc/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/etc/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/tmux/1.6'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/usr/local/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "tmux"
#define PACKAGE_TARNAME "tmux"
#define PACKAGE_VERSION "1.6"
#define PACKAGE_STRING "tmux 1.6"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "tmux"
#define VERSION "1.6"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_BITSTRING_H 1
#define HAVE_CURSES_H 1
#define HAVE_DIRENT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_NCURSES_H 1
#define HAVE_PATHS_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_DIR_H 1
#define HAVE_TERM_H 1
#define HAVE_UTIL_H 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment