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.69. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-socket-dir=/run/screen --with-sys-screenrc=/etc/screenrc --with-pty-mode=0620 --with-pty-group=5 --enable-rxvt_osc --enable-telnet --enable-colors256 --enable-pam ## --------- ## ## Platform. ## ## --------- ## hostname = maelstrom uname -m = x86_64 uname -r = 3.13.10-hardened uname -s = Linux uname -v = #3 SMP PREEMPT Tue Apr 22 15:43:29 CEST 2014 /usr/bin/uname -p = Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 PATH: /usr/x86_64-pc-linux-gnu/powerpc-unknown-linux-gnu/gcc-bin/4.7.3 PATH: /usr/games/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2020: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2321: checking for x86_64-pc-linux-gnu-gcc configure:2337: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:2348: result: x86_64-pc-linux-gnu-gcc configure:2617: checking for C compiler version configure:2626: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo Hardened 4.8.2 p1.3r1, pie-0.5.8r1) 4.8.2 Copyright (C) 2013 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:2637: $? = 0 configure:2626: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-languages=c,c++,objc --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.8.2 p1.3r1, pie-0.5.8r1' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libquadmath --enable-lto --with-cloog --disable-isl-version-check Thread model: posix gcc version 4.8.2 (Gentoo Hardened 4.8.2 p1.3r1, pie-0.5.8r1) configure:2637: $? = 0 configure:2626: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:2637: $? = 1 configure:2626: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:2637: $? = 1 configure:2657: checking whether the C compiler works configure:2679: x86_64-pc-linux-gnu-gcc -DNONETHACK conftest.c >&5 configure:2683: $? = 0 configure:2731: result: yes configure:2734: checking for C compiler default output file name configure:2736: result: a.out configure:2742: checking for suffix of executables configure:2749: x86_64-pc-linux-gnu-gcc -o conftest -DNONETHACK conftest.c >&5 configure:2753: $? = 0 configure:2775: result: configure:2797: checking whether we are cross compiling configure:2805: x86_64-pc-linux-gnu-gcc -o conftest -DNONETHACK conftest.c >&5 configure:2809: $? = 0 configure:2816: ./conftest configure:2820: $? = 0 configure:2835: result: no configure:2840: checking for suffix of object files configure:2862: x86_64-pc-linux-gnu-gcc -c -DNONETHACK conftest.c >&5 configure:2866: $? = 0 configure:2887: result: o configure:2891: checking whether we are using the GNU C compiler configure:2910: x86_64-pc-linux-gnu-gcc -c -DNONETHACK conftest.c >&5 configure:2910: $? = 0 configure:2919: result: yes configure:2928: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:2948: x86_64-pc-linux-gnu-gcc -c -g -DNONETHACK conftest.c >&5 configure:2948: $? = 0 configure:2989: result: yes configure:3006: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3069: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3069: $? = 0 configure:3082: result: none needed configure:3107: checking how to run the C preprocessor configure:3138: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c configure:3138: $? = 0 configure:3152: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3152: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3177: result: x86_64-pc-linux-gnu-gcc -E configure:3197: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c configure:3197: $? = 0 configure:3211: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3211: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3241: checking for grep that handles long lines and -e configure:3299: result: /bin/grep configure:3304: checking for egrep configure:3366: result: /bin/grep -E configure:3372: checking whether x86_64-pc-linux-gnu-gcc needs -traditional configure:3406: result: no configure:3413: checking for library containing strerror configure:3444: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c >&5 configure:3444: $? = 0 configure:3461: result: none required configure:3469: checking for ANSI C header files configure:3489: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3489: $? = 0 configure:3562: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c >&5 configure:3562: $? = 0 configure:3562: ./conftest configure:3562: $? = 0 configure:3573: result: yes configure:3586: checking for sys/types.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3586: checking for sys/stat.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3586: checking for stdlib.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3586: checking for string.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3586: checking for memory.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3586: checking for strings.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3586: checking for inttypes.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3586: checking for stdint.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3586: checking for unistd.h configure:3586: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3586: $? = 0 configure:3586: result: yes configure:3599: checking minix/config.h usability configure:3599: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 conftest.c:52:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:3599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:3599: result: no configure:3599: checking minix/config.h presence configure:3599: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c conftest.c:19:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:3599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:3599: result: no configure:3599: checking for minix/config.h configure:3599: result: no configure:3620: checking whether it is safe to define __EXTENSIONS__ configure:3638: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:3638: $? = 0 configure:3645: result: yes configure:3670: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c >&5 conftest.c: In function 'main': conftest.c:24:8: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] main(){exit(0);} ^ configure:3670: $? = 0 configure:3670: ./conftest configure:3670: $? = 0 configure:3700: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c >&5 conftest.c: In function 'main': conftest.c:24:8: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] main(){exit(0);} ^ configure:3700: $? = 0 configure:3700: ./conftest configure:3700: $? = 0 configure:3732: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c >&5 /tmp/cc4aXCAV.o: In function `main': /home/amade/workdir/gnu/screen/src/conftest.c:28: undefined reference to `__something_strange_' collect2: error: ld returned 1 exit status configure:3732: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | main() | { | int __something_strange_(); | __something_strange_(0); | } | configure:3744: checking for gawk configure:3760: found /usr/bin/gawk configure:3771: result: gawk configure:3826: checking for a BSD-compatible install configure:3894: result: /usr/bin/install -c configure:3907: checking for buggy tools... configure:3914: checking if a system-wide socket dir should be used configure:3924: result: yes configure:3926: checking for the socket dir configure:3940: result: "/run/screen" configure:3963: checking for MIPS... configure:4034: checking for Ultrix... configure:4076: checking for butterfly... configure:4096: checking for POSIX.1... configure:4118: checking for System V... configure:4133: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:4133: $? = 0 configure:4141: checking for sequent/ptx... configure:4159: checking SVR4... configure:4173: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c -lelf >&5 configure:4173: $? = 0 configure:4174: checking dwarf.h usability configure:4174: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:4174: $? = 0 configure:4174: result: yes configure:4174: checking dwarf.h presence configure:4174: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c configure:4174: $? = 0 configure:4174: result: yes configure:4174: checking for dwarf.h configure:4174: result: yes configure:4200: checking stropts.h usability configure:4200: x86_64-pc-linux-gnu-gcc -c -g -O2 -DNONETHACK conftest.c >&5 configure:4200: $? = 0 configure:4200: result: yes configure:4200: checking stropts.h presence configure:4200: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c configure:4200: $? = 0 configure:4200: result: yes configure:4200: checking for stropts.h configure:4200: result: yes configure:4200: checking for string.h configure:4200: result: yes configure:4200: checking for strings.h configure:4200: result: yes configure:4211: checking for Solaris 2.x... configure:4229: checking BSD job jontrol... configure:4255: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c -lelf >&5 configure:4255: $? = 0 configure:4266: checking setresuid... configure:4281: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c -lelf >&5 configure:4281: $? = 0 configure:4287: checking setreuid... configure:4302: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c -lelf >&5 configure:4302: $? = 0 configure:4308: checking seteuid... configure:4327: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c -lelf >&5 /tmp/ccPuftCc.o: In function `main': /home/amade/workdir/gnu/screen/src/conftest.c:40: undefined reference to `seteuid_is_broken' collect2: error: ld returned 1 exit status configure:4327: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SOCKDIR "/run/screen" | #define POSIX 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define HAVE_STROPTS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define BSDJOBS 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | /* end confdefs.h. */ | | int | main () | { | | #if defined(linux) || defined(NeXT) || defined(_AUX_SOURCE) || defined(AUX) || defined(ultrix) || (defined(sun) && defined(SVR4)) || defined(ISC) || defined(sony_news) | seteuid_is_broken(0); | #else | seteuid(0); | #endif | | ; | return 0; | } configure:4334: checking execvpe... configure:4349: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -DNONETHACK conftest.c -lelf >&5 configure:4349: $? = 0 configure:4358: checking select... configure:4371: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lelf >&5 configure:4371: $? = 0 configure:4400: checking fifos... configure:4476: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lelf >&5 conftest.c: In function 'main': conftest.c:68:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ configure:4476: $? = 0 configure:4476: ./conftest configure:4476: $? = 0 configure:4490: checking for broken fifo implementation... configure:4544: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lelf >&5 conftest.c: In function 'main': conftest.c:66:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ configure:4544: $? = 0 configure:4544: ./conftest configure:4544: $? = 0 configure:4560: checking sockets... configure:4622: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lelf >&5 conftest.c: In function 'main': conftest.c:59:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ configure:4622: $? = 0 configure:4622: ./conftest configure:4622: $? = 0 configure:4636: checking socket implementation... configure:4680: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lelf >&5 conftest.c: In function 'main': conftest.c:56:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(0); ^ configure:4680: $? = 0 configure:4680: ./conftest configure:4680: $? = 0 configure:4725: checking select return value... configure:4830: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lelf >&5 conftest.c: In function 'main': conftest.c:97:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ configure:4830: $? = 0 configure:4830: ./conftest configure:4830: $? = 0 configure:4843: checking for tgetent... configure:4856: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lelf >&5 /tmp/ccXtNUYb.o: In function `main': /home/amade/workdir/gnu/screen/src/conftest.c:39: undefined reference to `tgetent' collect2: error: ld returned 1 exit status configure:4856: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SOCKDIR "/run/screen" | #define POSIX 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define HAVE_STROPTS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define BSDJOBS 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_EXECVPE 1 | /* end confdefs.h. */ | | int | main () | { | tgetent((char *)0, (char *)0); | ; | return 0; | } configure:4861: checking libcurses... configure:4880: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf >&5 configure:4880: $? = 0 configure:5025: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf >&5 conftest.c: In function 'main': conftest.c:38:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); ^ configure:5025: $? = 0 configure:5025: ./conftest ./configure: line 1649: 4977 Segmentation fault ./conftest$ac_exeext configure:5025: $? = 139 configure: program exited with status 139 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SOCKDIR "/run/screen" | #define POSIX 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define HAVE_STROPTS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define BSDJOBS 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_EXECVPE 1 | /* end confdefs.h. */ | | main() | { | exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); | } configure:5037: checking ospeed... configure:5050: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf >&5 configure:5050: $? = 0 configure:5059: checking for /dev/ptc... configure:5066: checking for SVR4 ptys... configure:5081: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf >&5 configure:5081: $? = 0 configure:5092: checking for getpt configure:5092: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf >&5 configure:5092: $? = 0 configure:5092: result: yes configure:5158: checking for ptyranges... configure:5409: checking getutent... configure:5434: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf >&5 configure:5434: $? = 0 configure:5477: checking ut_host... configure:5499: x86_64-pc-linux-gnu-gcc -c -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c >&5 configure:5499: $? = 0 configure:5504: checking utempter.h usability configure:5504: x86_64-pc-linux-gnu-gcc -c -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c >&5 configure:5504: $? = 0 configure:5504: result: yes configure:5504: checking utempter.h presence configure:5504: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c configure:5504: $? = 0 configure:5504: result: yes configure:5504: checking for utempter.h configure:5504: result: yes configure:5518: checking for libutil(s)... configure:5523: checking getloadavg... configure:5536: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil >&5 configure:5536: $? = 0 configure:5919: checking for crypt and sec libraries... configure:5924: checking crypt... configure:5937: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:5937: $? = 0 configure:5948: checking IRIX sun library... configure:5961: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt -lsun >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsun collect2: error: ld returned 1 exit status configure:5961: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SOCKDIR "/run/screen" | #define POSIX 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define HAVE_STROPTS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define BSDJOBS 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_EXECVPE 1 | #define TERMINFO 1 | #define HAVE_SVR4_PTYS 1 | #define HAVE_GETPT 1 | #define PTYMODE 0620 | #define PTYGROUP 5 | #define GETUTENT 1 | #define UTHOST 1 | #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:5969: checking syslog... configure:5982: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:5982: $? = 0 configure:6029: checking wait union... configure:6050: x86_64-pc-linux-gnu-gcc -c -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c >&5 configure:6050: $? = 0 configure:6057: checking for termio or termios... configure:6063: x86_64-pc-linux-gnu-gcc -E -DNONETHACK conftest.c configure:6063: $? = 0 configure:6083: checking getspnam... configure:6096: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6096: $? = 0 configure:6103: checking getttyent... configure:6116: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6116: $? = 0 configure:6123: checking fdwalk... configure:6136: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 /tmp/ccicpWvU.o: In function `main': /home/amade/workdir/gnu/screen/src/conftest.c:57: undefined reference to `fdwalk' collect2: error: ld returned 1 exit status configure:6136: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SOCKDIR "/run/screen" | #define POSIX 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define HAVE_STROPTS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define BSDJOBS 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_EXECVPE 1 | #define TERMINFO 1 | #define HAVE_SVR4_PTYS 1 | #define HAVE_GETPT 1 | #define PTYMODE 0620 | #define PTYGROUP 5 | #define GETUTENT 1 | #define UTHOST 1 | #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 BSDWAIT 1 | #define TERMIO 1 | #define SHADOWPW 1 | #define GETTTYENT 1 | /* end confdefs.h. */ | #include | int | main () | { | fdwalk(NULL, NULL); | ; | return 0; | } configure:6143: checking whether memcpy/memmove/bcopy handles overlapping arguments... configure:6167: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 conftest.c: In function 'main': conftest.c:56:3: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] strcpy(buf, "abcdefghi"); ^ conftest.c:57:3: warning: incompatible implicit declaration of built-in function 'bcopy' [enabled by default] bcopy(buf, buf + 2, 3); ^ conftest.c:59:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ configure:6167: $? = 0 configure:6167: ./conftest configure:6167: $? = 0 configure:6199: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 conftest.c: In function 'main': conftest.c:58:3: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] strcpy(buf, "abcdefghi"); ^ conftest.c:55:22: warning: incompatible implicit declaration of built-in function 'memmove' [enabled by default] #define bcopy(s,d,l) memmove(d,s,l) ^ conftest.c:59:3: note: in expansion of macro 'bcopy' bcopy(buf, buf + 2, 3); ^ conftest.c:61:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ configure:6199: $? = 0 configure:6199: ./conftest configure:6199: $? = 0 configure:6232: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 conftest.c: In function 'main': conftest.c:59:3: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] strcpy(buf, "abcdefghi"); ^ conftest.c:56:22: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default] #define bcopy(s,d,l) memcpy(d,s,l) ^ conftest.c:60:3: note: in expansion of macro 'bcopy' bcopy(buf, buf + 2, 3); ^ conftest.c:62:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ configure:6232: $? = 0 configure:6232: ./conftest configure:6232: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SOCKDIR "/run/screen" | #define POSIX 1 | #define SVR4 1 | #define BUGGYGETLOGIN 1 | #define HAVE_STROPTS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define BSDJOBS 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETREUID 1 | #define HAVE_EXECVPE 1 | #define TERMINFO 1 | #define HAVE_SVR4_PTYS 1 | #define HAVE_GETPT 1 | #define PTYMODE 0620 | #define PTYGROUP 5 | #define GETUTENT 1 | #define UTHOST 1 | #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 BSDWAIT 1 | #define TERMIO 1 | #define SHADOWPW 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:6241: checking for long file names configure:6273: result: yes configure:6282: checking for vsprintf configure:6295: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6295: $? = 0 configure:6296: result: yes configure:6309: checking for dirent.h that defines DIR configure:6328: x86_64-pc-linux-gnu-gcc -c -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c >&5 configure:6328: $? = 0 configure:6336: result: yes configure:6349: checking for library containing opendir configure:6380: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6380: $? = 0 configure:6397: result: none required configure:6465: checking for setenv configure:6481: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6481: $? = 0 configure:6544: checking for nl_langinfo(CODESET) configure:6559: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6559: $? = 0 configure:6560: result: yes configure:6570: checking for library containing gethostname configure:6601: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6601: $? = 0 configure:6618: result: none required configure:6630: checking for rename configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for fchmod configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for fchown configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for strerror configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for lstat configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for _exit configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 conftest.c:89:6: warning: conflicting types for built-in function '_exit' [enabled by default] char _exit (); ^ configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for utimes configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for vsnprintf configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 conftest.c:91:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] char vsnprintf (); ^ configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for getcwd configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for setlocale configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 configure:6630: $? = 0 configure:6630: result: yes configure:6630: checking for strftime configure:6630: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt >&5 conftest.c:94:6: warning: conflicting types for built-in function 'strftime' [enabled by default] char strftime (); ^ configure:6630: $? = 0 configure:6630: result: yes configure:6646: checking for PAM support configure:6665: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt -lpam >&5 configure:6665: $? = 0 configure:6666: result: yes configure:6731: x86_64-pc-linux-gnu-gcc -o conftest -g -O2 -D_GNU_SOURCE -DNONETHACK conftest.c -lcurses -lelf -lutempter -lutil -lcrypt -lpam >&5 conftest.c: In function 'main': conftest.c:76:8: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] main(){exit(0);} ^ configure:6731: $? = 0 configure:6731: ./conftest configure:6731: $? = 0 configure:6742: checking for the global screenrc file configure:6870: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on maelstrom config.status:872: creating Makefile config.status:872: creating doc/Makefile config.status:872: creating config.h config.status:1047: config.h is unchanged config.status:1061: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-DNONETHACK ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func__exit=yes ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_getcwd=yes ac_cv_func_getpt=yes 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_dwarf_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_stropts_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=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_safe_to_define___extensions__=yes ac_cv_search_gethostname='none required' ac_cv_search_opendir='none required' ac_cv_search_strerror='none required' ac_cv_sys_long_file_names=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='x86_64-pc-linux-gnu-gcc' CFLAGS='-g -O2 -D_GNU_SOURCE' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='-DNONETHACK' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ETCSCREENRC='/etc/screenrc' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='-lcurses -lelf -lutempter -lutil -lcrypt -lpam' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' VERSION='4.2.0' WRITEPATH='' XTERMPATH='' ac_ct_CC='' ac_prefix_program='' bindir='${exec_prefix}/bin' build_alias='x86_64-pc-linux-gnu' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='x86_64-pc-linux-gnu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define SOCKDIR "/run/screen" #define POSIX 1 #define SVR4 1 #define BUGGYGETLOGIN 1 #define HAVE_STROPTS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define BSDJOBS 1 #define HAVE_SETRESUID 1 #define HAVE_SETREUID 1 #define HAVE_EXECVPE 1 #define TERMINFO 1 #define HAVE_SVR4_PTYS 1 #define HAVE_GETPT 1 #define PTYMODE 0620 #define PTYGROUP 5 #define GETUTENT 1 #define UTHOST 1 #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 BSDWAIT 1 #define TERMIO 1 #define SHADOWPW 1 #define GETTTYENT 1 #define USEBCOPY 1 #define USEMEMMOVE 1 #define HAVE_LONG_FILE_NAMES 1 #define USEVARARGS 1 #define HAVE_DIRENT_H 1 #define USESETENV 1 #define HAVE_SETENV_3 1 #define HAVE_NL_LANGINFO 1 #define HAVE_RENAME 1 #define HAVE_FCHMOD 1 #define HAVE_FCHOWN 1 #define HAVE_STRERROR 1 #define HAVE_LSTAT 1 #define HAVE__EXIT 1 #define HAVE_UTIMES 1 #define HAVE_VSNPRINTF 1 #define HAVE_GETCWD 1 #define HAVE_SETLOCALE 1 #define HAVE_STRFTIME 1 #define USE_PAM 1 #define BUILTIN_TELNET 1 #define COLORS256 1 #define RXVT_OSC 1 configure: exit 0