dtach/config.log

1017 lines
30 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by dtach configure 0.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ifh-taifun
uname -m = x86_64
uname -r = 4.19.0-14-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.171-2 (2021-01-30)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/stumpf/.local/opt/rust/cargo//bin
PATH: /home/stumpf/perl5/bin
PATH: /home/stumpf/git/ucftools//python/ucf/tools
PATH: /home/stumpf/git/ucftools//python
PATH: /home/stumpf/git/ucftools//bash
PATH: /home/stumpf/Projects/MOAT/pp_fd//python/monsoon-data-center/
PATH: /opt/openmpi/openmpi-4.0.1-GNU8/bin/
PATH: /home/stumpf/.local/opt/ParaView-5.7.0-osmesa-MPI-Linux-Python3.7-64bit/bin
PATH: /home/stumpf/.local/opt/pip3-ifh-taifun//bin/
PATH: /home/stumpf/.local/opt/bazel-3.7.2
PATH: /home/stumpf/.local/bin/
PATH: /home/stumpf/scripts/
PATH: /home/stumpf/Projects/MOAT/pp_fd/bash/
PATH: /home/stumpf/.local/opt/hdf5-1.10.5/install/bin/
PATH: /home/stumpf/.local/opt/cmake-3.15.4-Linux-x86_64/bin/
PATH: /home/stumpf/.local/opt/ffmpeg-4.3.1-amd64-static
PATH: /home/stumpf/invariant_solutions/channelflow-2.0/install/bin
PATH: /home/stumpf/.local/opt/tmux/install-ifh-taifun/bin
PATH: /opt/intel/v2019_u5/bin/
PATH: /opt/pbspro/default/bin/
PATH: /home/stumpf/.local/opt/julia-1.4.1/bin/
PATH: /home/stumpf/.local/opt/viu/target/release/
PATH: /home/stumpf/.autojump/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /opt/pbspro/june2020/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2190: checking for gcc
configure:2206: found /usr/bin/gcc
configure:2217: result: gcc
configure:2446: checking for C compiler version
configure:2455: gcc --version >&5
gcc (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 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:2466: $? = 0
configure:2455: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6)
configure:2466: $? = 0
configure:2455: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2466: $? = 1
configure:2455: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2466: $? = 1
configure:2486: checking whether the C compiler works
configure:2508: gcc conftest.c >&5
configure:2512: $? = 0
configure:2560: result: yes
configure:2563: checking for C compiler default output file name
configure:2565: result: a.out
configure:2571: checking for suffix of executables
configure:2578: gcc -o conftest conftest.c >&5
configure:2582: $? = 0
configure:2604: result:
configure:2626: checking whether we are cross compiling
configure:2634: gcc -o conftest conftest.c >&5
configure:2638: $? = 0
configure:2645: ./conftest
configure:2649: $? = 0
configure:2637: result: no
configure:2642: checking for suffix of object files
configure:2664: gcc -c conftest.c >&5
configure:2668: $? = 0
configure:2689: result: o
configure:2693: checking whether we are using the GNU C compiler
configure:2712: gcc -c conftest.c >&5
configure:2712: $? = 0
configure:2721: result: yes
configure:2730: checking whether gcc accepts -g
configure:2750: gcc -c -g conftest.c >&5
configure:2750: $? = 0
configure:2791: result: yes
configure:2808: checking for gcc option to accept ISO C89
configure:2871: gcc -c -g -O2 conftest.c >&5
configure:2871: $? = 0
configure:2884: result: none needed
configure:2910: checking how to run the C preprocessor
configure:2941: gcc -E conftest.c
configure:2941: $? = 0
configure:2955: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:2955: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2980: result: gcc -E
configure:3000: gcc -E conftest.c
configure:3000: $? = 0
configure:3014: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3043: checking for grep that handles long lines and -e
configure:3101: result: /usr/bin/grep
configure:3106: checking for egrep
configure:3168: result: /usr/bin/grep -E
configure:3174: checking whether gcc needs -traditional
configure:3208: result: no
configure:3221: checking for openpty in -lutil
configure:3246: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3246: $? = 0
configure:3255: result: yes
configure:3266: checking for socket in -lsocket
configure:3291: gcc -o conftest -g -O2 -W -Wall conftest.c -lsocket -lutil >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:3291: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_LIBUTIL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:3300: result: no
configure:3313: checking for ANSI C header files
configure:3333: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3333: $? = 0
configure:3406: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3406: $? = 0
configure:3406: ./conftest
configure:3406: $? = 0
configure:3417: result: yes
configure:3430: checking for sys/types.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3430: checking for sys/stat.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3430: checking for stdlib.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3430: checking for string.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3430: checking for memory.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3430: checking for strings.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3430: checking for inttypes.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3430: checking for stdint.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3430: checking for unistd.h
configure:3430: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3430: $? = 0
configure:3430: result: yes
configure:3445: checking fcntl.h usability
configure:3445: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3445: $? = 0
configure:3445: result: yes
configure:3445: checking fcntl.h presence
configure:3445: gcc -E conftest.c
configure:3445: $? = 0
configure:3445: result: yes
configure:3445: checking for fcntl.h
configure:3445: result: yes
configure:3445: checking sys/select.h usability
configure:3445: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3445: $? = 0
configure:3445: result: yes
configure:3445: checking sys/select.h presence
configure:3445: gcc -E conftest.c
configure:3445: $? = 0
configure:3445: result: yes
configure:3445: checking for sys/select.h
configure:3445: result: yes
configure:3445: checking sys/socket.h usability
configure:3445: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3445: $? = 0
configure:3445: result: yes
configure:3445: checking sys/socket.h presence
configure:3445: gcc -E conftest.c
configure:3445: $? = 0
configure:3445: result: yes
configure:3445: checking for sys/socket.h
configure:3445: result: yes
configure:3445: checking sys/time.h usability
configure:3445: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3445: $? = 0
configure:3445: result: yes
configure:3445: checking sys/time.h presence
configure:3445: gcc -E conftest.c
configure:3445: $? = 0
configure:3445: result: yes
configure:3445: checking for sys/time.h
configure:3445: result: yes
configure:3458: checking sys/ioctl.h usability
configure:3458: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3458: $? = 0
configure:3458: result: yes
configure:3458: checking sys/ioctl.h presence
configure:3458: gcc -E conftest.c
configure:3458: $? = 0
configure:3458: result: yes
configure:3458: checking for sys/ioctl.h
configure:3458: result: yes
configure:3458: checking sys/resource.h usability
configure:3458: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3458: $? = 0
configure:3458: result: yes
configure:3458: checking sys/resource.h presence
configure:3458: gcc -E conftest.c
configure:3458: $? = 0
configure:3458: result: yes
configure:3458: checking for sys/resource.h
configure:3458: result: yes
configure:3458: checking pty.h usability
configure:3458: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3458: $? = 0
configure:3458: result: yes
configure:3458: checking pty.h presence
configure:3458: gcc -E conftest.c
configure:3458: $? = 0
configure:3458: result: yes
configure:3458: checking for pty.h
configure:3458: result: yes
configure:3458: checking termios.h usability
configure:3458: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3458: $? = 0
configure:3458: result: yes
configure:3458: checking termios.h presence
configure:3458: gcc -E conftest.c
configure:3458: $? = 0
configure:3458: result: yes
configure:3458: checking for termios.h
configure:3458: result: yes
configure:3458: checking util.h usability
configure:3458: gcc -c -g -O2 -W -Wall conftest.c >&5
conftest.c:61:10: fatal error: util.h: No such file or directory
#include <util.h>
^~~~~~~~
compilation terminated.
configure:3458: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_LIBUTIL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:3458: result: no
configure:3458: checking util.h presence
configure:3458: gcc -E conftest.c
conftest.c:28:10: fatal error: util.h: No such file or directory
#include <util.h>
^~~~~~~~
compilation terminated.
configure:3458: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_LIBUTIL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <util.h>
configure:3458: result: no
configure:3458: checking for util.h
configure:3458: result: no
configure:3471: checking libutil.h usability
configure:3471: gcc -c -g -O2 -W -Wall conftest.c >&5
conftest.c:61:10: fatal error: libutil.h: No such file or directory
#include <libutil.h>
^~~~~~~~~~~
compilation terminated.
configure:3471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_LIBUTIL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:3471: result: no
configure:3471: checking libutil.h presence
configure:3471: gcc -E conftest.c
conftest.c:28:10: fatal error: libutil.h: No such file or directory
#include <libutil.h>
^~~~~~~~~~~
compilation terminated.
configure:3471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_LIBUTIL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <libutil.h>
configure:3471: result: no
configure:3471: checking for libutil.h
configure:3471: result: no
configure:3471: checking stropts.h usability
configure:3471: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3471: $? = 0
configure:3471: result: yes
configure:3471: checking stropts.h presence
configure:3471: gcc -E conftest.c
configure:3471: $? = 0
configure:3471: result: yes
configure:3471: checking for stropts.h
configure:3471: result: yes
configure:3481: checking whether time.h and sys/time.h may both be included
configure:3501: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3501: $? = 0
configure:3508: result: yes
configure:3518: checking for an ANSI C-conforming const
configure:3584: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3584: $? = 0
configure:3591: result: yes
configure:3599: checking for pid_t
configure:3599: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3599: $? = 0
configure:3599: gcc -c -g -O2 -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_LIBUTIL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STROPTS_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:3599: result: yes
configure:3610: checking for ssize_t
configure:3610: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:3610: $? = 0
configure:3610: gcc -c -g -O2 -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:3610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_LIBUTIL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STROPTS_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:3610: result: yes
configure:3623: checking return type of signal handlers
configure:3641: gcc -c -g -O2 -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:10: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
~^~~~~~~~~~~~~~~~~~
configure:3641: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "dtach 0.9"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define PACKAGE_URL ""
| #define HAVE_LIBUTIL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STROPTS_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:3648: result: void
configure:3659: checking for atexit
configure:3659: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for dup2
configure:3659: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3659: $? = 0
configure:3659: result: yes
configure:3659: checking for memset
configure:3659: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
conftest.c:56:6: warning: conflicting types for built-in function 'memset' [-Wbuiltin-declaration-mismatch]
char memset ();
^~~~~~
configure:3659: $? = 0
configure:3659: result: yes
configure:3671: checking for select
configure:3671: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3671: $? = 0
configure:3671: result: yes
configure:3671: checking for socket
configure:3671: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3671: $? = 0
configure:3671: result: yes
configure:3671: checking for strerror
configure:3671: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3671: $? = 0
configure:3671: result: yes
configure:3683: checking for openpty
configure:3683: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3683: $? = 0
configure:3683: result: yes
configure:3683: checking for forkpty
configure:3683: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3683: $? = 0
configure:3683: result: yes
configure:3683: checking for ptsname
configure:3683: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3683: $? = 0
configure:3683: result: yes
configure:3683: checking for grantpt
configure:3683: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3683: $? = 0
configure:3683: result: yes
configure:3683: checking for unlockpt
configure:3683: gcc -o conftest -g -O2 -W -Wall conftest.c -lutil >&5
configure:3683: $? = 0
configure:3683: result: yes
configure:3801: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by dtach config.status 0.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ifh-taifun
config.status:816: creating Makefile
config.status:816: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_atexit=yes
ac_cv_func_dup2=yes
ac_cv_func_forkpty=yes
ac_cv_func_grantpt=yes
ac_cv_func_memset=yes
ac_cv_func_openpty=yes
ac_cv_func_ptsname=yes
ac_cv_func_select=yes
ac_cv_func_socket=yes
ac_cv_func_strerror=yes
ac_cv_func_unlockpt=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_memory_h=yes
ac_cv_header_pty_h=yes
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_ioctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_lib_socket_socket=no
ac_cv_lib_util_openpty=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_ssize_t=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2 -W -Wall'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS='-lutil '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='crigler@users.sourceforge.net'
PACKAGE_NAME='dtach'
PACKAGE_STRING='dtach 0.9'
PACKAGE_TARNAME='dtach'
PACKAGE_URL=''
PACKAGE_VERSION='0.9'
PATH_SEPARATOR=':'
SHELL='/bin/bash'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "dtach"
#define PACKAGE_TARNAME "dtach"
#define PACKAGE_VERSION "0.9"
#define PACKAGE_STRING "dtach 0.9"
#define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
#define PACKAGE_URL ""
#define HAVE_LIBUTIL 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_PTY_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_STROPTS_H 1
#define TIME_WITH_SYS_TIME 1
#define RETSIGTYPE void
#define HAVE_ATEXIT 1
#define HAVE_DUP2 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STRERROR 1
#define HAVE_OPENPTY 1
#define HAVE_FORKPTY 1
#define HAVE_PTSNAME 1
#define HAVE_GRANTPT 1
#define HAVE_UNLOCKPT 1
configure: exit 0