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 i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /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 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 135 tasks, 190 threads, 4 processors Load average: 1.70, Mach factor: 2.29 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1432: checking for i386-unknown-gnu-gcc configure:1458: result: cc configure:1740: checking for C compiler version configure:1743: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:1746: $? = 0 configure:1748: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1751: $? = 0 configure:1753: cc -V &5 cc: `-V' option must have argument configure:1756: $? = 1 configure:1780: checking for C compiler default output configure:1783: cc -fno-common 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: cc -o conftest -fno-common conftest.c >&5 configure:1880: $? = 0 configure:1905: result: configure:1911: checking for suffix of object files configure:1933: cc -c -fno-common conftest.c >&5 configure:1936: $? = 0 configure:1958: result: configure:1962: checking whether we are using the GNU C compiler configure:1987: cc -c -fno-common conftest.c >&5 configure:1990: $? = 0 configure:1993: test -s conftest. configure:1996: $? = 1 configure: failed program was: | #line 1967 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2009: result: no configure:2015: checking whether cc accepts -g configure:2037: cc -c -g conftest.c >&5 configure:2040: $? = 0 configure:2043: test -s conftest. configure:2046: $? = 1 configure: failed program was: | #line 2020 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2057: result: no configure:2074: checking for cc option to accept ANSI C configure:2135: cc -c -fno-common conftest.c >&5 configure:2138: $? = 0 configure:2141: test -s conftest. configure:2144: $? = 1 configure: failed program was: | #line 2081 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2135: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2138: $? = 0 configure:2141: test -s conftest. configure:2144: $? = 1 configure: failed program was: | #line 2081 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2135: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2138: $? = 1 configure: failed program was: | #line 2081 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2135: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2138: $? = 1 configure: failed program was: | #line 2081 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2135: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2138: $? = 1 configure: failed program was: | #line 2081 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2135: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2138: $? = 0 configure:2141: test -s conftest. configure:2144: $? = 1 configure: failed program was: | #line 2081 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2162: result: none needed configure:2180: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2183: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2297: checking how to run the C preprocessor configure:2333: cc -E conftest.c configure:2339: $? = 0 configure:2371: cc -E conftest.c configure:2370:28: ac_nonexistent.h: No such file or directory 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 configure:2415: result: cc -E configure:2440: cc -E conftest.c configure:2446: $? = 0 configure:2478: cc -E conftest.c configure:2477:28: ac_nonexistent.h: No such file or directory 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 configure:2528: checking for egrep configure:2538: result: grep -E configure:2595: checking for library containing strerror configure:2626: cc -o conftest -fno-common conftest.c >&5 configure:2629: $? = 0 configure:2632: test -s conftest configure:2635: $? = 0 configure:2694: result: none required configure:2719: cc -o conftest -fno-common conftest.c >&5 configure:2722: $? = 0 configure:2724: ./conftest configure:2727: $? = 0 configure:2768: cc -o conftest -fno-common conftest.c >&5 configure:2771: $? = 0 configure:2773: ./conftest configure:2776: $? = 0 configure:2821: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: ___something_strange_ 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:2863: found /usr/local/bin/gawk configure:2873: result: gawk configure:2921: checking for a BSD-compatible install configure:2975: result: /usr/bin/install -c -o root -g wheel 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: cc -c -fno-common conftest.c >&5 configure:3318: $? = 0 configure:3321: test -s conftest. configure:3324: $? = 1 configure: failed program was: | #line 3296 "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 | #include | #include | int | main () | { | int x = SIGCHLD | FNDELAY; | ; | return 0; | } configure:3338: checking for sequent/ptx... configure:3361: checking SVR4... configure:3363: checking for ANSI C header files configure:3389: cc -c -fno-common conftest.c >&5 configure:3392: $? = 0 configure:3395: test -s conftest. configure:3398: $? = 1 configure: failed program was: | #line 3368 "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 SYSV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3510: result: no configure:3534: checking for sys/types.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3534: checking for sys/stat.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3534: checking for stdlib.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3534: checking for string.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3534: checking for memory.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3534: checking for strings.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3534: checking for inttypes.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3534: checking for stdint.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3534: checking for unistd.h configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3539 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3571: result: no configure:3601: cc -o conftest -fno-common conftest.c -lelf >&5 configure:3604: $? = 0 configure:3607: test -s conftest configure:3610: $? = 0 configure:3622: checking dwarf.h usability configure:3635: cc -c -fno-common conftest.c >&5 configure:3638: $? = 0 configure:3641: test -s conftest. configure:3644: $? = 1 configure: failed program was: | #line 3624 "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 SYSV 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3654: result: no configure:3658: checking dwarf.h presence configure:3669: cc -E conftest.c configure:3675: $? = 0 configure:3694: result: yes configure:3714: WARNING: dwarf.h: present but cannot be compiled configure:3716: WARNING: dwarf.h: check for missing prerequisite headers? configure:3718: WARNING: dwarf.h: proceeding with the preprocessor's result configure:3730: checking for dwarf.h configure:3737: result: yes configure:3902: checking for Solaris 2.x... configure:3925: checking BSD job jontrol... configure:3957: cc -o conftest -fno-common conftest.c -lelf >&5 configure:3960: $? = 0 configure:3963: test -s conftest configure:3966: $? = 0 configure:3982: checking setreuid... configure:4007: cc -o conftest -fno-common conftest.c -lelf >&5 configure:4010: $? = 0 configure:4013: test -s conftest configure:4016: $? = 0 configure:4028: checking seteuid... configure:4053: cc -o conftest -fno-common conftest.c -lelf >&5 configure:4056: $? = 0 configure:4059: test -s conftest configure:4062: $? = 0 configure:4076: checking select... configure:4095: cc -o conftest -fno-common conftest.c -lelf >&5 configure:4098: $? = 0 configure:4101: test -s conftest configure:4104: $? = 0 configure:4156: checking fifos... configure:4239: cc -o conftest -fno-common conftest.c -lelf >&5 configure:4242: $? = 0 configure:4244: ./conftest configure:4247: $? = 0 configure:4265: checking for broken fifo implementation... configure:4328: cc -o conftest -fno-common conftest.c -lelf >&5 configure:4331: $? = 0 configure:4333: ./conftest configure:4336: $? = 0 configure:4358: checking sockets... configure:4427: cc -o conftest -fno-common conftest.c -lelf >&5 configure: In function `main': configure:4422: warning: passing arg 2 of `accept' from incompatible pointer type configure:4430: $? = 0 configure:4432: ./conftest configure:4435: $? = 0 configure:4453: checking socket implementation... configure:4497: cc -o conftest -fno-common conftest.c -lelf >&5 configure:4500: $? = 0 configure:4502: ./conftest configure:4505: $? = 0 configure:4566: checking select return value... configure:4683: cc -o conftest -fno-common conftest.c -lelf >&5 configure:4686: $? = 0 configure:4688: ./conftest configure:4691: $? = 0 configure:4710: checking for tgetent... configure:4729: cc -o conftest -fno-common conftest.c -lelf >&5 ld: Undefined symbols: _tgetent configure:4732: $? = 1 configure: failed program was: | #line 4712 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 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:4747: checking libtermcap... configure:4766: cc -o conftest -fno-common conftest.c -ltermcap -lelf >&5 configure:4769: $? = 0 configure:4772: test -s conftest configure:4775: $? = 0 configure:4888: cc -o conftest -fno-common conftest.c -ltermcap -lelf >&5 configure:4891: $? = 0 configure:4893: ./conftest configure:4896: $? = 0 configure:4914: checking ospeed... configure:4933: cc -o conftest -fno-common conftest.c -ltermcap -lelf >&5 configure:4936: $? = 0 configure:4939: test -s conftest configure:4942: $? = 0 configure:4956: checking for /dev/ptc... configure:4965: checking for SVR4 ptys... configure:5014: checking for getpt configure:5064: cc -o conftest -fno-common conftest.c -ltermcap -lelf >&5 ld: Undefined symbols: _getpt configure:5067: $? = 1 configure: failed program was: | #line 5019 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #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:5084: result: no configure:5100: checking for openpty configure:5150: cc -o conftest -fno-common conftest.c -ltermcap -lelf >&5 configure:5153: $? = 0 configure:5156: test -s conftest configure:5159: $? = 0 configure:5170: result: yes configure:5244: checking for ptyranges... configure:5305: checking default tty permissions/group... configure:5353: cc -o conftest -fno-common conftest.c -ltermcap -lelf >&5 configure:5356: $? = 0 configure:5358: ./conftest configure:5361: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 5315 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | /* end confdefs.h. */ | | #include | #include | #include | main() | { | struct stat sb; | char *x,*ttyname(); | int om, m; | FILE *fp; | | if (!(x = ttyname(0))) exit(1); | if (stat(x, &sb)) exit(1); | om = sb.st_mode; | if (om & 002) exit(0); | m = system("mesg y"); | if (m == -1 || m == 127) exit(1); | if (stat(x, &sb)) exit(1); | m = sb.st_mode; | if (chmod(x, om)) exit(1); | if (m & 002) exit(0); | if (sb.st_gid == getgid()) exit(1); | if (!(fp=fopen("conftest_grp", "w"))) | exit(1); | fprintf(fp, "%d\n", sb.st_gid); | fclose(fp); | exit(0); | } | configure:5392: checking for write configure:5410: found /usr/local/bin/write configure:5422: result: /usr/local/bin/write configure:5431: checking for xterm configure:5449: found /usr/X11R6/bin/xterm configure:5461: result: /usr/X11R6/bin/xterm configure:5514: checking getutent... configure:5545: cc -o conftest -fno-common conftest.c -ltermcap -lelf >&5 ld: Undefined symbols: _getutent _pututline configure:5548: $? = 1 configure: failed program was: | #line 5516 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | /* end confdefs.h. */ | | #include /* to get time_t on SCO */ | #include | #if defined(SVR4) && !defined(DGUX) | #include | #define utmp utmpx | #else | #include | #endif | #ifdef __hpux | #define pututline _pututline | #endif | | int | main () | { | int x = DEAD_PROCESS; pututline((struct utmp *)0); getutent(); | ; | return 0; | } configure:5566: checking getutent with -lgen... configure:5597: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lgen >&5 ld: can't locate file for: -lgen configure:5600: $? = 1 configure: failed program was: | #line 5568 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | /* end confdefs.h. */ | | #include | #include | #if defined(SVR4) && !defined(DGUX) | #include | #define utmp utmpx | #else | #include | #endif | #ifdef __hpux | #define pututline _pututline | #endif | | int | main () | { | int x = DEAD_PROCESS; pututline((struct utmp *)0); getutent(); | ; | return 0; | } configure:5622: checking ut_host... configure:5650: cc -c -fno-common conftest.c >&5 configure:5653: $? = 0 configure:5656: test -s conftest. configure:5659: $? = 1 configure: failed program was: | #line 5624 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | /* end confdefs.h. */ | | #include | #include | #if defined(SVR4) && !defined(DGUX) | #include | #define utmp utmpx | #else | #include | #endif | | int | main () | { | struct utmp u; u.ut_host[0] = 0; | ; | return 0; | } configure:5681: checking utempter.h usability configure:5694: cc -c -fno-common conftest.c >&5 configure:5697: $? = 0 configure:5700: test -s conftest. configure:5703: $? = 1 configure: failed program was: | #line 5683 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5713: result: no configure:5717: checking utempter.h presence configure:5728: cc -E conftest.c configure:5734: $? = 0 configure:5753: result: yes configure:5773: WARNING: utempter.h: present but cannot be compiled configure:5775: WARNING: utempter.h: check for missing prerequisite headers? configure:5777: WARNING: utempter.h: proceeding with the preprocessor's result configure:5789: checking for utempter.h configure:5796: result: yes configure:5815: checking for libutil(s)... configure:5820: checking getloadavg... configure:5839: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter >&5 configure:5842: $? = 0 configure:5845: test -s conftest configure:5848: $? = 0 configure:6509: checking for crypt and sec libraries... configure:6514: checking crypt... configure:6533: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:6536: $? = 0 configure:6539: test -s conftest configure:6542: $? = 0 configure:6556: checking IRIX sun library... configure:6575: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt -lsun >&5 ld: can't locate file for: -lsun configure:6578: $? = 1 configure: failed program was: | #line 6558 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 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:6595: checking syslog... configure:6614: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:6617: $? = 0 configure:6620: test -s conftest configure:6623: $? = 0 configure:6698: checking wait union... configure:6725: cc -c -fno-common conftest.c >&5 configure:6728: $? = 0 configure:6731: test -s conftest. configure:6734: $? = 1 configure: failed program was: | #line 6700 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 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. */ | #include | #include | | int | main () | { | | union wait x; | int y; | #ifdef WEXITSTATUS | y = WEXITSTATUS(x); | #endif | | ; | return 0; | } configure:6748: checking for termio or termios... configure:6759: cc -E conftest.c configure:6779:20: termio.h: No such file or directory configure:6765: $? = 1 configure: failed program was: | #line 6750 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 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. */ | #include configure:6794: cc -E conftest.c configure:6800: $? = 0 configure:6828: checking getspnam... configure:6847: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:6860:20: shadow.h: No such file or directory configure:6850: $? = 1 configure: failed program was: | #line 6830 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 1 | #define LOADAV_GETLOADAVG 1 | #define LOADAV 1 | #define LOADAV_TYPE double | #define LOADAV_NUM 3 | #define LOADAV_SCALE 1 | #define SIGVOID 1 | #define TERMIO 1 | /* end confdefs.h. */ | #include | int | main () | { | getspnam("x"); | ; | return 0; | } configure:6869: checking getttyent... configure:6888: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:6891: $? = 0 configure:6894: test -s conftest configure:6897: $? = 0 configure:6910: checking fdwalk... configure:6929: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 ld: Undefined symbols: _fdwalk configure:6932: $? = 1 configure: failed program was: | #line 6912 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 1 | #define LOADAV_GETLOADAVG 1 | #define LOADAV 1 | #define LOADAV_TYPE double | #define LOADAV_NUM 3 | #define LOADAV_SCALE 1 | #define SIGVOID 1 | #define TERMIO 1 | #define GETTTYENT 1 | /* end confdefs.h. */ | #include | int | main () | { | fdwalk(NULL, NULL); | ; | return 0; | } configure:6951: checking whether memcpy/memmove/bcopy handles overlapping arguments... configure:6982: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:6985: $? = 0 configure:6987: ./conftest configure:6990: $? = 0 configure:7035: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7038: $? = 0 configure:7040: ./conftest configure:7043: $? = 0 configure:7089: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7092: $? = 0 configure:7094: ./conftest configure:7097: $? = 0 configure:7112: checking long file names configure:7118: result: yes configure:7130: checking for vsprintf configure:7149: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7152: $? = 0 configure:7155: test -s conftest configure:7158: $? = 0 configure:7160: result: yes configure:7182: checking for dirent.h that defines DIR configure:7207: cc -c -fno-common conftest.c >&5 configure:7210: $? = 0 configure:7213: test -s conftest. configure:7216: $? = 1 configure: failed program was: | #line 7187 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 1 | #define LOADAV_GETLOADAVG 1 | #define LOADAV 1 | #define LOADAV_TYPE double | #define LOADAV_NUM 3 | #define LOADAV_SCALE 1 | #define SIGVOID 1 | #define TERMIO 1 | #define GETTTYENT 1 | #define USEBCOPY 1 | #define USEMEMMOVE 1 | #define USEMEMCPY 1 | #define USEVARARGS 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:7227: result: no configure:7182: checking for sys/ndir.h that defines DIR configure:7207: cc -c -fno-common conftest.c >&5 configure:7223:22: sys/ndir.h: No such file or directory configure: In function `main': configure:7228: error: `DIR' undeclared (first use in this function) configure:7228: error: (Each undeclared identifier is reported only once configure:7228: error: for each function it appears in.) configure:7228: error: parse error before ')' token configure:7210: $? = 1 configure: failed program was: | #line 7187 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 1 | #define LOADAV_GETLOADAVG 1 | #define LOADAV 1 | #define LOADAV_TYPE double | #define LOADAV_NUM 3 | #define LOADAV_SCALE 1 | #define SIGVOID 1 | #define TERMIO 1 | #define GETTTYENT 1 | #define USEBCOPY 1 | #define USEMEMMOVE 1 | #define USEMEMCPY 1 | #define USEVARARGS 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:7227: result: no configure:7182: checking for sys/dir.h that defines DIR configure:7207: cc -c -fno-common conftest.c >&5 configure:7210: $? = 0 configure:7213: test -s conftest. configure:7216: $? = 1 configure: failed program was: | #line 7187 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 1 | #define LOADAV_GETLOADAVG 1 | #define LOADAV 1 | #define LOADAV_TYPE double | #define LOADAV_NUM 3 | #define LOADAV_SCALE 1 | #define SIGVOID 1 | #define TERMIO 1 | #define GETTTYENT 1 | #define USEBCOPY 1 | #define USEMEMMOVE 1 | #define USEMEMCPY 1 | #define USEVARARGS 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:7227: result: no configure:7182: checking for ndir.h that defines DIR configure:7207: cc -c -fno-common conftest.c >&5 configure:7223:18: ndir.h: No such file or directory configure: In function `main': configure:7228: error: `DIR' undeclared (first use in this function) configure:7228: error: (Each undeclared identifier is reported only once configure:7228: error: for each function it appears in.) configure:7228: error: parse error before ')' token configure:7210: $? = 1 configure: failed program was: | #line 7187 "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 SYSV 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define BSDJOBS 1 | #define HAVE_SETREUID 1 | #define HAVE_SETEUID 1 | #define NAMEDPIPE 1 | #define HAVE_OPENPTY 1 | #define PTYRANGE0 "pqrsPQRS" | #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" | #define PTYMODE 0620 | #define PTYGROUP 0 | #define HAVE_UTEMPTER 1 | #define LOADAV_GETLOADAVG 1 | #define LOADAV 1 | #define LOADAV_TYPE double | #define LOADAV_NUM 3 | #define LOADAV_SCALE 1 | #define SIGVOID 1 | #define TERMIO 1 | #define GETTTYENT 1 | #define USEBCOPY 1 | #define USEMEMMOVE 1 | #define USEMEMCPY 1 | #define USEVARARGS 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:7227: result: no configure:7347: checking for library containing opendir configure:7378: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7381: $? = 0 configure:7384: test -s conftest configure:7387: $? = 0 configure:7446: result: none required configure:7456: checking for setenv configure:7475: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7478: $? = 0 configure:7481: test -s conftest configure:7484: $? = 0 configure:7486: result: yes configure:7543: checking for nl_langinfo(CODESET) configure:7564: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7567: $? = 0 configure:7570: test -s conftest configure:7573: $? = 0 configure:7575: result: yes configure:7589: checking for library containing gethostname configure:7620: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7623: $? = 0 configure:7626: test -s conftest configure:7629: $? = 0 configure:7688: result: none required configure:7710: checking for rename configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for fchmod configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for fchown configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for strerror configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for lstat configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for _exit configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for utimes configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for vsnprintf configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7775: warning: conflicting types for built-in function `vsnprintf' configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for getcwd configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for setlocale configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7710: checking for strftime configure:7760: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7763: $? = 0 configure:7766: test -s conftest configure:7769: $? = 0 configure:7780: result: yes configure:7917: cc -o conftest -fno-common conftest.c -ltermcap -lelf -lutempter -lcrypt >&5 configure:7920: $? = 0 configure:7922: ./conftest configure:7925: $? = 0 configure:7945: checking for the global screenrc file configure:7957: result: "/usr/local/etc/screenrc" configure:7965: checking for the utf8-encodings location configure:7971: result: "/share/screen/utf8encodings" configure:8071: 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 darwintel config.status:627: creating Makefile config.status:627: creating doc/Makefile config.status:731: creating config.h config.status:1014: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common 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_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu 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_openpty=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=no ac_cv_header_dirent_ndir_h=no ac_cv_header_dirent_sys_dir_h=no ac_cv_header_dirent_sys_ndir_h=no ac_cv_header_dwarf_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_header_utempter_h=yes ac_cv_objext= ac_cv_path_WRITEPATH=/usr/local/bin/write ac_cv_path_XTERMPATH=/usr/X11R6/bin/xterm ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_search_gethostname='none required' ac_cv_search_opendir='none required' ac_cv_search_strerror='none required' lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='-ltermcap -lelf -lutempter -lcrypt' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' VERSION='4.0.3' WRITEPATH='/usr/local/bin/write' XTERMPATH='' ac_ct_CC='' ac_prefix_program='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define BSDJOBS 1 #define BUGGYGETLOGIN 1 #define ETCSCREENRC "/usr/local/etc/screenrc" #define GETTTYENT 1 #define HAVE_FCHMOD 1 #define HAVE_FCHOWN 1 #define HAVE_GETCWD 1 #define HAVE_LSTAT 1 #define HAVE_NL_LANGINFO 1 #define HAVE_OPENPTY 1 #define HAVE_RENAME 1 #define HAVE_SETEUID 1 #define HAVE_SETLOCALE 1 #define HAVE_SETREUID 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_UTEMPTER 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 0 #define PTYMODE 0620 #define PTYRANGE0 "pqrsPQRS" #define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" #define SCREENENCODINGS "/share/screen/utf8encodings" #define SIGVOID 1 #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") #define SVR4 1 #define SYSV 1 #define TERMIO 1 #define USEBCOPY 1 #define USEMEMCPY 1 #define USEMEMMOVE 1 #define USESETENV 1 #define USEVARARGS 1 configure: exit 0