Skip to content

Instantly share code, notes, and snippets.

@shenqi
Created August 1, 2012 04:06
Show Gist options
  • Save shenqi/3223541 to your computer and use it in GitHub Desktop.
Save shenqi/3223541 to your computer and use it in GitHub Desktop.
config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/screen/4.00.03 --mandir=/usr/local/Cellar/screen/4.00.03/share/man --infodir=/usr/local/Cellar/screen/4.00.03/share/info --enable-colors256
## --------- ##
## Platform. ##
## --------- ##
hostname = tarorow-no-MacBook.local
uname -m = x86_64
uname -r = 12.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~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
hostinfo = Mach kernel version:
Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 109 tasks, 499 threads, 2 processors
Load average: 0.85, Mach factor: 1.17
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1470: checking for gcc
configure:1496: result: /usr/bin/clang
configure:1740: checking for C compiler version
configure:1743: /usr/bin/clang --version </dev/null >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:1746: $? = 0
configure:1748: /usr/bin/clang -v </dev/null >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:1751: $? = 0
configure:1753: /usr/bin/clang -V </dev/null >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:1756: $? = 1
configure:1780: checking for C compiler default output
configure:1783: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:1786: $? = 0
configure:1832: result: a.out
configure:1837: checking whether the C compiler works
configure:1843: ./a.out
configure:1846: $? = 0
configure:1863: result: yes
configure:1870: checking whether we are cross compiling
configure:1872: result: no
configure:1875: checking for suffix of executables
configure:1877: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:1880: $? = 0
configure:1905: result:
configure:1911: checking for suffix of object files
configure:1933: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:1936: $? = 0
configure:1958: result: o
configure:1962: checking whether we are using the GNU C compiler
configure:1987: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:1990: $? = 0
configure:1993: test -s conftest.o
configure:1996: $? = 0
configure:2009: result: yes
configure:2015: checking whether /usr/bin/clang accepts -g
configure:2037: /usr/bin/clang -c -g -isystem /usr/local/include conftest.c >&5
configure:2040: $? = 0
configure:2043: test -s conftest.o
configure:2046: $? = 0
configure:2057: result: yes
configure:2074: checking for /usr/bin/clang option to accept ANSI C
configure:2135: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:2138: $? = 0
configure:2141: test -s conftest.o
configure:2144: $? = 0
configure:2162: result: none needed
configure:2180: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2183: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2297: checking how to run the C preprocessor
configure:2333: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:2339: $? = 0
configure:2371: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:2370:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:2377: $? = 1
configure: failed program was:
| #line 2362 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2415: result: /usr/bin/clang -E
configure:2440: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:2446: $? = 0
configure:2478: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:2477:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:2484: $? = 1
configure: failed program was:
| #line 2469 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2528: checking for egrep
configure:2538: result: grep -E
configure:2544: checking whether /usr/bin/clang needs -traditional
configure:2578:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:2588: result: no
configure:2595: checking for library containing strerror
configure:2626: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:2629: $? = 0
configure:2632: test -s conftest
configure:2635: $? = 0
configure:2694: result: none required
configure:2719: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:2722: $? = 0
configure:2724: ./conftest
configure:2727: $? = 0
configure:2768: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:2771: $? = 0
configure:2773: ./conftest
configure:2776: $? = 0
configure:2821: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"___something_strange_", referenced from:
_main in conftest-PJsYke.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:2824: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 2805 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| main()
| {
| int __something_strange_();
| __something_strange_(0);
| }
|
configure:2847: checking for gawk
configure:2876: result: no
configure:2847: checking for mawk
configure:2876: result: no
configure:2847: checking for nawk
configure:2876: result: no
configure:2847: checking for awk
configure:2863: found /usr/bin/awk
configure:2873: result: awk
configure:2921: checking for a BSD-compatible install
configure:2975: result: /usr/bin/install -c
configure:2988: checking for buggy tools...
configure:2995: checking if a system-wide socket dir should be used
configure:3006: result: yes
configure:3008: checking for the socket dir
configure:3017: result: (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
configure:3043: checking for MIPS...
configure:3173: checking for Ultrix...
configure:3240: checking for butterfly...
configure:3265: checking for POSIX.1...
configure:3294: checking for System V...
configure:3315: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3318: $? = 0
configure:3321: test -s conftest.o
configure:3324: $? = 0
configure:3338: checking for sequent/ptx...
configure:3361: checking SVR4...
configure:3363: checking for ANSI C header files
configure:3389: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3392: $? = 0
configure:3395: test -s conftest.o
configure:3398: $? = 0
configure:3490: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lelf >&5
ld: library not found for -lelf
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3493: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 3458 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 1
| /* end confdefs.h. */
| #include <ctype.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') || ('j' <= (c) && (c) <= 'r') || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
|
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
| int i;
| for (i = 0; i < 256; i++)
| if (XOR (islower (i), ISLOWER (i))
| || toupper (i) != TOUPPER (i))
| exit(2);
| exit (0);
| }
configure:3513: result: no
configure:3537: checking for sys/types.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3537: checking for sys/stat.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3537: checking for stdlib.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3537: checking for string.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3537: checking for memory.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3537: checking for strings.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3537: checking for inttypes.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3537: checking for stdint.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3537: checking for unistd.h
configure:3554: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:3557: $? = 0
configure:3560: test -s conftest.o
configure:3563: $? = 0
configure:3574: result: yes
configure:3604: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lelf >&5
ld: library not found for -lelf
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3607: $? = 1
configure: failed program was:
| #line 3586 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <utmpx.h>
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3905: checking for Solaris 2.x...
configure:3928: checking BSD job jontrol...
configure:3960: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:3963: $? = 0
configure:3966: test -s conftest
configure:3969: $? = 0
configure:3985: checking setreuid...
configure:4010: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4013: $? = 0
configure:4016: test -s conftest
configure:4019: $? = 0
configure:4031: checking seteuid...
configure:4056: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4059: $? = 0
configure:4062: test -s conftest
configure:4065: $? = 0
configure:4079: checking select...
configure:4098: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4101: $? = 0
configure:4104: test -s conftest
configure:4107: $? = 0
configure:4159: checking fifos...
configure:4242: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4245: $? = 0
configure:4247: ./conftest
configure:4250: $? = 0
configure:4268: checking for broken fifo implementation...
configure:4331: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4334: $? = 0
configure:4336: ./conftest
configure:4339: $? = 0
configure:4361: checking sockets...
configure:4430: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4433: $? = 0
configure:4435: ./conftest
configure:4438: $? = 0
configure:4456: checking socket implementation...
configure:4500: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4503: $? = 0
configure:4505: ./conftest
configure:4508: $? = 0
configure:4569: checking select return value...
configure:4686: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:4689: $? = 0
configure:4691: ./conftest
configure:4694: $? = 0
configure:4713: checking for tgetent...
configure:4732: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_tgetent", referenced from:
_main in conftest-aDWY6l.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:4735: $? = 1
configure: failed program was:
| #line 4715 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| tgetent((char *)0, (char *)0);
| ;
| return 0;
| }
configure:4750: checking libcurses...
configure:4775: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:4778: $? = 0
configure:4781: test -s conftest
configure:4784: $? = 0
configure:4934: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:4937: $? = 0
configure:4939: ./conftest
./configure: line 4940: 30016 Segmentation fault: 11 ./conftest$ac_exeext
configure:4942: $? = 139
configure: program exited with status 139
configure: failed program was:
| #line 4920 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| /* end confdefs.h. */
|
| main()
| {
| exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
| }
configure:4960: checking ospeed...
configure:4979: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:4982: $? = 0
configure:4985: test -s conftest
configure:4988: $? = 0
configure:5002: checking for /dev/ptc...
configure:5011: checking for SVR4 ptys...
configure:5032: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:5035: $? = 0
configure:5038: test -s conftest
configure:5041: $? = 0
configure:5060: checking for getpt
configure:5110: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
Undefined symbols for architecture x86_64:
"_getpt", referenced from:
_main in conftest-45jBUb.o
_f in conftest-45jBUb.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:5113: $? = 1
configure: failed program was:
| #line 5065 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| /* end confdefs.h. */
| /* 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
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| 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
| #else
| char (*f) () = getpt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getpt;
| ;
| return 0;
| }
configure:5130: result: no
configure:5290: checking for ptyranges...
configure:5354: checking default tty permissions/group...
configure:5402: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:5405: $? = 0
configure:5407: ./conftest
configure:5410: $? = 0
configure:5563: checking getutent...
configure:5598: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:5601: $? = 0
configure:5604: test -s conftest
configure:5607: $? = 0
configure:5675: checking ut_host...
configure:5703: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:5706: $? = 0
configure:5709: test -s conftest.o
configure:5712: $? = 0
configure:5734: checking utempter.h usability
configure:5747: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:5801:10: fatal error: 'utempter.h' file not found
#include <utempter.h>
^
1 error generated.
configure:5750: $? = 1
configure: failed program was:
| #line 5736 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define PTYRANGE0 "pqrstuvw"
| #define PTYRANGE1 "0123456789abcdef"
| #define PTYMODE 0620
| #define PTYGROUP 4
| #define GETUTENT 1
| #define UTHOST 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <utempter.h>
configure:5766: result: no
configure:5770: checking utempter.h presence
configure:5781: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:5803:10: fatal error: 'utempter.h' file not found
#include <utempter.h>
^
1 error generated.
configure:5787: $? = 1
configure: failed program was:
| #line 5772 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define PTYRANGE0 "pqrstuvw"
| #define PTYRANGE1 "0123456789abcdef"
| #define PTYMODE 0620
| #define PTYGROUP 4
| #define GETUTENT 1
| #define UTHOST 1
| /* end confdefs.h. */
| #include <utempter.h>
configure:5806: result: no
configure:5842: checking for utempter.h
configure:5849: result: no
configure:5868: checking for libutil(s)...
configure:5873: checking getloadavg...
configure:5892: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:5895: $? = 0
configure:5898: test -s conftest
configure:5901: $? = 0
configure:6562: checking for crypt and sec libraries...
configure:6567: checking crypt...
configure:6586: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses -lcrypt >&5
ld: library not found for -lcrypt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6589: $? = 1
configure: failed program was:
| #line 6569 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define PTYRANGE0 "pqrstuvw"
| #define PTYRANGE1 "0123456789abcdef"
| #define PTYMODE 0620
| #define PTYGROUP 4
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6609: checking IRIX sun library...
configure:6628: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses -lsun >&5
ld: library not found for -lsun
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6631: $? = 1
configure: failed program was:
| #line 6611 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define PTYRANGE0 "pqrstuvw"
| #define PTYRANGE1 "0123456789abcdef"
| #define PTYMODE 0620
| #define PTYGROUP 4
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6648: checking syslog...
configure:6667: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:6670: $? = 0
configure:6673: test -s conftest
configure:6676: $? = 0
configure:6751: checking wait union...
configure:6778: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:6781: $? = 0
configure:6784: test -s conftest.o
configure:6787: $? = 0
configure:6801: checking for termio or termios...
configure:6812: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:6841:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:6818: $? = 1
configure: failed program was:
| #line 6803 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define PTYRANGE0 "pqrstuvw"
| #define PTYRANGE1 "0123456789abcdef"
| #define PTYMODE 0620
| #define PTYGROUP 4
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| #define BSDWAIT 1
| /* end confdefs.h. */
| #include <termio.h>
configure:6847: /usr/bin/clang -E -isystem /usr/local/include conftest.c
configure:6853: $? = 0
configure:6881: checking getspnam...
configure:6900: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:6922:10: fatal error: 'shadow.h' file not found
#include <shadow.h>
^
1 error generated.
configure:6903: $? = 1
configure: failed program was:
| #line 6883 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define PTYRANGE0 "pqrstuvw"
| #define PTYRANGE1 "0123456789abcdef"
| #define PTYMODE 0620
| #define PTYGROUP 4
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| #define BSDWAIT 1
| #define TERMIO 1
| /* end confdefs.h. */
| #include <shadow.h>
| int
| main ()
| {
| getspnam("x");
| ;
| return 0;
| }
configure:6922: checking getttyent...
configure:6941: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:6944: $? = 0
configure:6947: test -s conftest
configure:6950: $? = 0
configure:6963: checking fdwalk...
configure:6982: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
Undefined symbols for architecture x86_64:
"_fdwalk", referenced from:
_main in conftest-tNKPhY.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:6985: $? = 1
configure: failed program was:
| #line 6965 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define PTYRANGE0 "pqrstuvw"
| #define PTYRANGE1 "0123456789abcdef"
| #define PTYMODE 0620
| #define PTYGROUP 4
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| #define BSDWAIT 1
| #define TERMIO 1
| #define GETTTYENT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| int
| main ()
| {
| fdwalk(NULL, NULL);
| ;
| return 0;
| }
configure:7004: checking whether memcpy/memmove/bcopy handles overlapping arguments...
configure:7035: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7038: $? = 0
configure:7040: ./conftest
configure:7043: $? = 0
configure:7088: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7091: $? = 0
configure:7093: ./conftest
configure:7096: $? = 0
configure:7142: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7145: $? = 0
configure:7147: ./conftest
configure:7150: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 7119 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
| #define POSIX 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 BSDJOBS 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEUID 1
| #define NAMEDPIPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define PTYRANGE0 "pqrstuvw"
| #define PTYRANGE1 "0123456789abcdef"
| #define PTYMODE 0620
| #define PTYGROUP 4
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| #define BSDWAIT 1
| #define TERMIO 1
| #define GETTTYENT 1
| #define USEBCOPY 1
| #define USEMEMMOVE 1
| /* end confdefs.h. */
|
| #define bcopy(s,d,l) memcpy(d,s,l)
| main() {
| char buf[10];
| strcpy(buf, "abcdefghi");
| bcopy(buf, buf + 2, 3);
| if (strncmp(buf, "ababcf", 6))
| exit(1);
| strcpy(buf, "abcdefghi");
| bcopy(buf + 2, buf, 3);
| if (strncmp(buf, "cdedef", 6))
| exit(1);
| exit(0); /* libc version works properly. */
| }
configure:7165: checking long file names
configure:7171: result: yes
configure:7183: checking for vsprintf
configure:7202: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7205: $? = 0
configure:7208: test -s conftest
configure:7211: $? = 0
configure:7213: result: yes
configure:7235: checking for dirent.h that defines DIR
configure:7260: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:7263: $? = 0
configure:7266: test -s conftest.o
configure:7269: $? = 0
configure:7280: result: yes
configure:7293: checking for library containing opendir
configure:7324: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7327: $? = 0
configure:7330: test -s conftest
configure:7333: $? = 0
configure:7392: result: none required
configure:7509: checking for setenv
configure:7528: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7531: $? = 0
configure:7534: test -s conftest
configure:7537: $? = 0
configure:7539: result: yes
configure:7596: checking for nl_langinfo(CODESET)
configure:7617: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7620: $? = 0
configure:7623: test -s conftest
configure:7626: $? = 0
configure:7628: result: yes
configure:7642: checking for library containing gethostname
configure:7673: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7676: $? = 0
configure:7679: test -s conftest
configure:7682: $? = 0
configure:7741: result: none required
configure:7763: checking for rename
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for fchmod
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for fchown
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for strerror
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for lstat
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for _exit
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for utimes
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for vsnprintf
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for getcwd
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for setlocale
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7763: checking for strftime
configure:7813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7970: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c -lcurses >&5
configure:7973: $? = 0
configure:7975: ./conftest
configure:7978: $? = 0
configure:7998: checking for the global screenrc file
configure:8010: result: "/usr/local/Cellar/screen/4.00.03/etc/screenrc"
configure:8018: checking for the utf8-encodings location
configure:8024: result: "/usr/local/Cellar/screen/4.00.03/share/screen/utf8encodings"
configure:8124: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on tarorow-no-MacBook.local
config.status:627: creating Makefile
config.status:627: creating doc/Makefile
config.status:731: creating config.h
config.status:1034: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-isystem /usr/local/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
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_exeext=
ac_cv_func__exit=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchown=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpt=no
ac_cv_func_lstat=yes
ac_cv_func_rename=yes
ac_cv_func_setlocale=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_utimes=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=no
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utempter_h=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/clang -E'
ac_cv_prog_ac_ct_CC=/usr/bin/clang
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gcc_traditional=no
ac_cv_search_gethostname='none required'
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK='awk'
CC='/usr/bin/clang'
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
CPP='/usr/bin/clang -E'
CPPFLAGS='-isystem /usr/local/include'
DEFS='-DHAVE_CONFIG_H'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS='-L/usr/local/lib'
LIBOBJS=''
LIBS='-lcurses '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
VERSION='4.0.3'
WRITEPATH=''
XTERMPATH=''
ac_ct_CC='/usr/bin/clang'
ac_prefix_program=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='/usr/local/Cellar/screen/4.00.03/share/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/local/Cellar/screen/4.00.03/share/man'
oldincludedir='/usr/include'
prefix='/usr/local/Cellar/screen/4.00.03'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define BSDJOBS 1
#define BSDWAIT 1
#define COLORS256 1
#define ETCSCREENRC "/usr/local/Cellar/screen/4.00.03/etc/screenrc"
#define GETTTYENT 1
#define GETUTENT 1
#define HAVE_DIRENT_H 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_GETCWD 1
#define HAVE_INTTYPES_H 1
#define HAVE_LSTAT 1
#define HAVE_MEMORY_H 1
#define HAVE_NL_LANGINFO 1
#define HAVE_RENAME 1
#define HAVE_SETEUID 1
#define HAVE_SETLOCALE 1
#define HAVE_SETREUID 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SVR4_PTYS 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIMES 1
#define HAVE_VSNPRINTF 1
#define HAVE__EXIT 1
#define LOADAV 1
#define LOADAV_GETLOADAVG 1
#define LOADAV_NUM 3
#define LOADAV_SCALE 1
#define LOADAV_TYPE double
#define NAMEDPIPE 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define POSIX 1
#define PTYGROUP 4
#define PTYMODE 0620
#define PTYRANGE0 "pqrstuvw"
#define PTYRANGE1 "0123456789abcdef"
#define SCREENENCODINGS "/usr/local/Cellar/screen/4.00.03/share/screen/utf8encodings"
#define SIGVOID 1
#define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
#define TERMINFO 1
#define TERMIO 1
#define USEBCOPY 1
#define USEMEMMOVE 1
#define USESETENV 1
#define USEVARARGS 1
#define UTHOST 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment