Build of tcsh with android toolchain

The build took 00h 00m 59s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
52,716 ansic
3,825 sh
1,132 csh
669 lisp
441 makefile
56 perl
21 python
58,860 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: tcsh 6.19.00-3 (Tue Apr 4 20:53:33 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking cached host tuple... ok
# Tcsh will use configuration file `android'.
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking whether arm-linux-androideabi-gcc needs -traditional... no
# checking for gencat... /usr/sbin/gencat
# checking for library containing crypt... no
# checking for library containing getspnam... no
# checking for library containing tgetent... no
# checking for library containing gethostbyname... none required
# checking for library containing connect... none required
# checking for library containing catgets... no
# checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for iconv... no, consider installing GNU libiconv
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking auth.h usability... no
# checking auth.h presence... no
# checking for auth.h... no
# checking crypt.h usability... no
# checking crypt.h presence... no
# checking for crypt.h... no
# checking features.h usability... yes
# checking features.h presence... yes
# checking for features.h... yes
# checking for inttypes.h... (cached) yes
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking shadow.h usability... no
# checking shadow.h presence... no
# checking for shadow.h... no
# checking for stdint.h... (cached) yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking utmpx.h usability... no
# checking utmpx.h presence... no
# checking for utmpx.h... no
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking size of wchar_t... 4
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking whether stat file-mode macros are broken... no
# checking for ANSI C header files... (cached) yes
# checking for long long... yes
# checking for uid_t in sys/types.h... yes
# checking type of array argument to getgroups... gid_t
# checking for mode_t... yes
# checking for size_t... yes
# checking for uid_t in sys/types.h... (cached) yes
# checking for uint32_t... yes
# checking for ssize_t... yes
# checking for socklen_t... yes
# checking for struct dirent.d_ino... yes
# checking for struct utmp.ut_host... yes
# checking for struct utmp.ut_user... yes
# checking for struct utmp.ut_tv... yes
# checking for struct utmp.ut_xtime... no
# checking for struct utmpx.ut_host... no
# checking for struct utmpx.ut_user... no
# checking for struct utmpx.ut_tv... no
# checking for struct utmpx.ut_xtime... no
# checking for struct sockaddr_storage.ss_family... yes
# checking for an ANSI C-conforming const... yes
# checking for working volatile... yes
# checking whether crypt is declared... no
# checking whether environ is declared... yes
# checking whether gethostname is declared... yes
# checking whether getpgrp is declared... yes
# checking for setlocale... yes
# checking for catgets... no
# checking for dup2... yes
# checking for getauthid... no
# checking for getcwd... yes
# checking for gethostname... yes
# checking for getpwent... no
# checking for getutent... yes
# checking for getutxent... no
# checking for mallinfo... yes
# checking for memmove... yes
# checking for memset... yes
# checking for mkstemp... yes
# checking for nice... yes
# checking for nl_langinfo... no
# checking for sbrk... yes
# checking for setpgid... yes
# checking for setpriority... yes
# checking for strerror... yes
# checking for strstr... yes
# checking for sysconf... yes
# checking for wcwidth... yes
# checking whether getpgrp requires zero arguments... yes
# checking whether mbrtowc and mbstate_t are properly declared... yes
# checking for working strcoll... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating nls/Makefile
# config.status: creating config.h
# config.status: executing ./atconfig commands
# grep 'ERR_' ./sh.err.c | grep '^#define' >> sh.err.h.tmp
# grep '[FV]_' ./ed.defns.c | grep '^#define' >> ed.defns.h.tmp
# ed.defns.h recreated.
# sh.err.h recreated.
# arm-linux-androideabi-gcc -E -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -D_h_tc_const\
# ./tc.const.c | \
# sed -n -e 's/^\(Char STR[a-zA-Z0-9_]*\) *\[ *\].*/extern \1[];/p' | \
# sort >> tc.const.h.tmp
# tc.const.h recreated.
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.dir.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.dol.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.err.c
# sh.c: In function 'main':
# sh.c:489:8: warning: call to 'ttyname' declared with attribute warning: ttyname is not thread-safe; use ttyname_r instead [enabled by default]
# if ((ttyn = ttyname(SHIN)) != NULL) {
# ^
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.exec.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.char.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.exp.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.file.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.func.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.glob.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.hist.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.init.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.lex.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.misc.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.parse.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.print.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.proc.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.sem.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.set.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.time.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' glob.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' dotlock.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' mi.termios.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ma.setp.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' vms.termcap.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.help.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.init.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.parse.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.spell.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.comp.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.color.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.chared.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.refresh.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.screen.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.init.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.inputl.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.defns.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.xmap.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.term.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.alloc.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.bind.c
# arm-linux-androideabi-gcc -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.const.c
# rm -f gethost
# cc -o gethost -I. -I. ./gethost.c
# tc.alloc.c:458:8: error: conflicting types for 'malloc_usable_size'
# size_t malloc_usable_size(M_U_S_CONST void *);
# ^
# In file included from /sysroot/sysroot/usr/include/string.h:33:0,
# from /sysroot/sysroot/usr/include/signal.h:35,
# from sh.h:39,
# from tc.alloc.c:41:
# /sysroot/sysroot/usr/include/malloc.h:36:15: note: previous declaration of 'malloc_usable_size' was here
# extern size_t malloc_usable_size(const void* p);
# ^
# tc.alloc.c:460:1: error: conflicting types for 'malloc_usable_size'
# malloc_usable_size(M_U_S_CONST void *ptr)
# ^
# In file included from /sysroot/sysroot/usr/include/string.h:33:0,
# from /sysroot/sysroot/usr/include/signal.h:35,
# from sh.h:39,
# from tc.alloc.c:41:
# /sysroot/sysroot/usr/include/malloc.h:36:15: note: previous declaration of 'malloc_usable_size' was here
# extern size_t malloc_usable_size(const void* p);
# ^
# make: *** [Makefile:465: tc.alloc.o] Error 1
# make: *** Waiting for unfinished jobs....
# In file included from ./gethost.c:33:0:
# ./sh.h:38:20: fatal error: stddef.h: No such file or directory
# #include
# ^
# compilation terminated.
# make: *** [Makefile:452: gethost] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/tcsh/src/tcsh-6.19.00/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by tcsh configure 6.19.00, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0357cc41cab8
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /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: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2575: checking for a BSD-compatible install
# configure:2643: result: /usr/bin/install -c
# configure:2658: checking build system type
# configure:2672: result: x86_64-unknown-linux-gnu
# configure:2692: checking host system type
# configure:2705: result: arm-unknown-linux-androideabi
# configure:2726: checking cached host tuple
# configure:2734: result: ok
# configure:2998: checking for arm-linux-androideabi-gcc
# configure:3025: result: arm-linux-androideabi-gcc
# configure:3294: checking for C compiler version
# configure:3303: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# 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:3314: $? = 0
# configure:3303: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:3314: $? = 0
# configure:3303: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:3314: $? = 1
# configure:3303: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:3314: $? = 1
# configure:3334: checking whether the C compiler works
# configure:3356: arm-linux-androideabi-gcc conftest.c >&5
# configure:3360: $? = 0
# configure:3408: result: yes
# configure:3411: checking for C compiler default output file name
# configure:3413: result: a.out
# configure:3419: checking for suffix of executables
# configure:3426: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3430: $? = 0
# configure:3452: result:
# configure:3474: checking whether we are cross compiling
# configure:3512: result: yes
# configure:3517: checking for suffix of object files
# configure:3539: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3543: $? = 0
# configure:3564: result: o
# configure:3568: checking whether we are using the GNU C compiler
# configure:3587: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3587: $? = 0
# configure:3596: result: yes
# configure:3605: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3625: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3625: $? = 0
# configure:3666: result: yes
# configure:3683: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3746: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3746: $? = 0
# configure:3759: result: none needed
# configure:3784: checking how to run the C preprocessor
# configure:3815: arm-linux-androideabi-gcc -E conftest.c
# configure:3815: $? = 0
# configure:3829: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3829: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3854: result: arm-linux-androideabi-gcc -E
# configure:3874: arm-linux-androideabi-gcc -E conftest.c
# configure:3874: $? = 0
# configure:3888: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3888: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3918: checking for grep that handles long lines and -e
# configure:3976: result: /usr/sbin/grep
# configure:3981: checking for egrep
# configure:4043: result: /usr/sbin/grep -E
# configure:4049: checking whether arm-linux-androideabi-gcc needs -traditional
# configure:4083: result: no
# configure:4093: checking for gencat
# configure:4111: found /usr/sbin/gencat
# configure:4123: result: /usr/sbin/gencat
# configure:4144: checking for library containing crypt
# configure:4175: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccsQOGTP.o:conftest.c:function main: error: undefined reference to 'crypt'
# collect2: error: ld returned 1 exit status
# configure:4175: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:4175: arm-linux-androideabi-gcc -o conftest conftest.c -lcrypt >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypt
# /tmp/ccALOa2R.o:conftest.c:function main: error: undefined reference to 'crypt'
# collect2: error: ld returned 1 exit status
# configure:4175: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:4192: result: no
# configure:4200: checking for library containing getspnam
# configure:4231: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccu9PDwX.o:conftest.c:function main: error: undefined reference to 'getspnam'
# collect2: error: ld returned 1 exit status
# configure:4231: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 getspnam ();
# | int
# | main ()
# | {
# | return getspnam ();
# | ;
# | return 0;
# | }
# configure:4231: arm-linux-androideabi-gcc -o conftest conftest.c -lsec >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsec
# /tmp/cccBrBo3.o:conftest.c:function main: error: undefined reference to 'getspnam'
# collect2: error: ld returned 1 exit status
# configure:4231: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 getspnam ();
# | int
# | main ()
# | {
# | return getspnam ();
# | ;
# | return 0;
# | }
# configure:4248: result: no
# configure:4256: checking for library containing tgetent
# configure:4287: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccCuEkw7.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:4287: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4287: arm-linux-androideabi-gcc -o conftest conftest.c -ltermlib >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ltermlib
# /tmp/cc0X0Uva.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:4287: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4287: arm-linux-androideabi-gcc -o conftest conftest.c -ltermcap >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ltermcap
# /tmp/ccScYXSg.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:4287: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4287: arm-linux-androideabi-gcc -o conftest conftest.c -lcurses >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcurses
# /tmp/ccef5oAk.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:4287: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4287: arm-linux-androideabi-gcc -o conftest conftest.c -lncurses >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lncurses
# /tmp/ccUHEaLo.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:4287: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4304: result: no
# configure:4312: checking for library containing gethostbyname
# configure:4343: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:4343: $? = 0
# configure:4360: result: none required
# configure:4368: checking for library containing connect
# configure:4399: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:4399: $? = 0
# configure:4416: result: none required
# configure:4424: checking for library containing catgets
# configure:4455: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccWJiGcS.o:conftest.c:function main: error: undefined reference to 'catgets'
# collect2: error: ld returned 1 exit status
# configure:4455: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 catgets ();
# | int
# | main ()
# | {
# | return catgets ();
# | ;
# | return 0;
# | }
# configure:4455: arm-linux-androideabi-gcc -o conftest conftest.c -lcatgets >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcatgets
# /tmp/cc6R95iU.o:conftest.c:function main: error: undefined reference to 'catgets'
# collect2: error: ld returned 1 exit status
# configure:4455: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* 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 catgets ();
# | int
# | main ()
# | {
# | return catgets ();
# | ;
# | return 0;
# | }
# configure:4472: result: no
# configure:4521: checking for ld used by arm-linux-androideabi-gcc
# configure:4588: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:4595: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:4610: result: yes
# configure:4617: checking for shared library run path origin
# configure:4630: result: done
# configure:5208: checking for iconv
# configure:5232: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:11:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5232: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# | ;
# | return 0;
# | }
# configure:5256: arm-linux-androideabi-gcc -o conftest conftest.c -liconv >&5
# conftest.c:11:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5256: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# | ;
# | return 0;
# | }
# configure:5266: result: no, consider installing GNU libiconv
# configure:5490: checking for ANSI C header files
# configure:5510: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5510: $? = 0
# configure:5594: result: yes
# configure:5607: checking for sys/types.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for sys/stat.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for stdlib.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for string.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for memory.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for strings.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for inttypes.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for stdint.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for unistd.h
# configure:5607: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5622: checking auth.h usability
# configure:5622: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:52:18: fatal error: auth.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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:5622: result: no
# configure:5622: checking auth.h presence
# configure:5622: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:19:18: fatal error: auth.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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:5622: result: no
# configure:5622: checking for auth.h
# configure:5622: result: no
# configure:5622: checking crypt.h usability
# configure:5622: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:52:19: fatal error: crypt.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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:5622: result: no
# configure:5622: checking crypt.h presence
# configure:5622: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:19:19: fatal error: crypt.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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:5622: result: no
# configure:5622: checking for crypt.h
# configure:5622: result: no
# configure:5622: checking features.h usability
# configure:5622: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking features.h presence
# configure:5622: arm-linux-androideabi-gcc -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for features.h
# configure:5622: result: yes
# configure:5622: checking for inttypes.h
# configure:5622: result: yes
# configure:5622: checking paths.h usability
# configure:5622: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking paths.h presence
# configure:5622: arm-linux-androideabi-gcc -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for paths.h
# configure:5622: result: yes
# configure:5622: checking shadow.h usability
# configure:5622: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:55:20: fatal error: shadow.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_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:5622: result: no
# configure:5622: checking shadow.h presence
# configure:5622: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:22:20: fatal error: shadow.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:5622: result: no
# configure:5622: checking for shadow.h
# configure:5622: result: no
# configure:5622: checking for stdint.h
# configure:5622: result: yes
# configure:5622: checking utmp.h usability
# configure:5622: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking utmp.h presence
# configure:5622: arm-linux-androideabi-gcc -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for utmp.h
# configure:5622: result: yes
# configure:5622: checking utmpx.h usability
# configure:5622: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:57:19: fatal error: utmpx.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_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:5622: result: no
# configure:5622: checking utmpx.h presence
# configure:5622: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:24:19: fatal error: utmpx.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | /* end confdefs.h. */
# | #include
# configure:5622: result: no
# configure:5622: checking for utmpx.h
# configure:5622: result: no
# configure:5634: checking wchar.h usability
# configure:5634: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5634: $? = 0
# configure:5634: result: yes
# configure:5634: checking wchar.h presence
# configure:5634: arm-linux-androideabi-gcc -E conftest.c
# configure:5634: $? = 0
# configure:5634: result: yes
# configure:5634: checking for wchar.h
# configure:5634: result: yes
# configure:5643: checking size of wchar_t
# configure:5648: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5648: $? = 0
# configure:5648: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:31:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 0)];
# ^
# configure:5648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5648: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:31:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 1)];
# ^
# configure:5648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5648: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:31:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 3)];
# ^
# configure:5648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5648: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5648: $? = 0
# configure:5648: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5648: $? = 0
# configure:5648: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5648: $? = 0
# configure:5664: result: 4
# configure:5676: checking wctype.h usability
# configure:5676: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5676: $? = 0
# configure:5676: result: yes
# configure:5676: checking wctype.h presence
# configure:5676: arm-linux-androideabi-gcc -E conftest.c
# configure:5676: $? = 0
# configure:5676: result: yes
# configure:5676: checking for wctype.h
# configure:5676: result: yes
# configure:5693: checking for dirent.h that defines DIR
# configure:5712: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5712: $? = 0
# configure:5720: result: yes
# configure:5733: checking for library containing opendir
# configure:5764: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5764: $? = 0
# configure:5781: result: none required
# configure:5848: checking whether stat file-mode macros are broken
# configure:5875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5875: $? = 0
# configure:5882: result: no
# configure:5890: checking for ANSI C header files
# configure:5994: result: yes
# configure:6003: checking for long long
# configure:6003: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6003: $? = 0
# configure:6003: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:65:24: error: expected expression before ')' token
# if (sizeof ((long long)))
# ^
# configure:6003: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 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
# | int
# | main ()
# | {
# | if (sizeof ((long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6003: result: yes
# configure:6013: checking for uid_t in sys/types.h
# configure:6032: result: yes
# configure:6043: checking type of array argument to getgroups
# configure:6102: result: gid_t
# configure:6110: checking for mode_t
# configure:6110: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6110: $? = 0
# configure:6110: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:67:21: error: expected expression before ')' token
# if (sizeof ((mode_t)))
# ^
# configure:6110: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | /* 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
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6110: result: yes
# configure:6121: checking for size_t
# configure:6121: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6121: $? = 0
# configure:6121: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:67:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:6121: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | /* 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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6121: result: yes
# configure:6132: checking for uid_t in sys/types.h
# configure:6151: result: yes
# configure:6162: checking for uint32_t
# configure:6162: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6162: $? = 0
# configure:6162: result: yes
# configure:6179: checking for ssize_t
# configure:6179: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6179: $? = 0
# configure:6179: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:38:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# configure:6179: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | /* end confdefs.h. */
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6179: result: yes
# configure:6195: checking for socklen_t
# configure:6195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6195: $? = 0
# configure:6195: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:39:24: error: expected expression before ')' token
# if (sizeof ((socklen_t)))
# ^
# configure:6195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6195: result: yes
# configure:6211: checking for struct dirent.d_ino
# configure:6211: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6211: $? = 0
# configure:6211: result: yes
# configure:6231: checking for struct utmp.ut_host
# configure:6231: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6231: $? = 0
# configure:6231: result: yes
# configure:6247: checking for struct utmp.ut_user
# configure:6247: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6247: $? = 0
# configure:6247: result: yes
# configure:6263: checking for struct utmp.ut_tv
# configure:6263: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:5: error: used struct type value where scalar is required
# if (ac_aggr.ut_tv)
# ^
# configure:6263: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmp ac_aggr;
# | if (ac_aggr.ut_tv)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6263: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6263: $? = 0
# configure:6263: result: yes
# configure:6279: checking for struct utmp.ut_xtime
# configure:6279: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:47:12: error: 'struct utmp' has no member named 'ut_xtime'
# if (ac_aggr.ut_xtime)
# ^
# configure:6279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmp ac_aggr;
# | if (ac_aggr.ut_xtime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6279: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:47:19: error: 'struct utmp' has no member named 'ut_xtime'
# if (sizeof ac_aggr.ut_xtime)
# ^
# configure:6279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmp ac_aggr;
# | if (sizeof ac_aggr.ut_xtime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6279: result: no
# configure:6295: checking for struct utmpx.ut_host
# configure:6295: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:21: error: storage size of 'ac_aggr' isn't known
# static struct utmpx ac_aggr;
# ^
# configure:6295: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_host)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6295: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:21: error: storage size of 'ac_aggr' isn't known
# static struct utmpx ac_aggr;
# ^
# configure:6295: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (sizeof ac_aggr.ut_host)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6295: result: no
# configure:6311: checking for struct utmpx.ut_user
# configure:6311: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:21: error: storage size of 'ac_aggr' isn't known
# static struct utmpx ac_aggr;
# ^
# configure:6311: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_user)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6311: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:21: error: storage size of 'ac_aggr' isn't known
# static struct utmpx ac_aggr;
# ^
# configure:6311: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (sizeof ac_aggr.ut_user)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6311: result: no
# configure:6327: checking for struct utmpx.ut_tv
# configure:6327: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:21: error: storage size of 'ac_aggr' isn't known
# static struct utmpx ac_aggr;
# ^
# configure:6327: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_tv)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6327: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:21: error: storage size of 'ac_aggr' isn't known
# static struct utmpx ac_aggr;
# ^
# configure:6327: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (sizeof ac_aggr.ut_tv)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6327: result: no
# configure:6343: checking for struct utmpx.ut_xtime
# configure:6343: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:21: error: storage size of 'ac_aggr' isn't known
# static struct utmpx ac_aggr;
# ^
# configure:6343: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_xtime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6343: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:21: error: storage size of 'ac_aggr' isn't known
# static struct utmpx ac_aggr;
# ^
# configure:6343: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (sizeof ac_aggr.ut_xtime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6343: result: no
# configure:6360: checking for struct sockaddr_storage.ss_family
# configure:6360: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6360: $? = 0
# configure:6360: result: yes
# configure:6373: checking for an ANSI C-conforming const
# configure:6439: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6439: $? = 0
# configure:6446: result: yes
# configure:6454: checking for working volatile
# configure:6473: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6473: $? = 0
# configure:6480: result: yes
# configure:6489: checking whether crypt is declared
# configure:6489: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:82:10: error: 'crypt' undeclared (first use in this function)
# (void) crypt;
# ^
# conftest.c:82:10: note: each undeclared identifier is reported only once for each function it appears in
# configure:6489: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include "config_p.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
# | #ifdef HAVE_CRYPT_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | #ifndef crypt
# | #ifdef __cplusplus
# | (void) crypt;
# | #else
# | (void) crypt;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:6489: result: no
# configure:6505: checking whether environ is declared
# configure:6505: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6505: $? = 0
# configure:6505: result: yes
# configure:6521: checking whether gethostname is declared
# configure:6521: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6521: $? = 0
# configure:6521: result: yes
# configure:6537: checking whether getpgrp is declared
# configure:6537: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6537: $? = 0
# configure:6537: result: yes
# configure:6554: checking for setlocale
# configure:6554: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6554: $? = 0
# configure:6554: result: yes
# configure:6561: checking for catgets
# configure:6561: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccuf69bT.o:conftest.c:function main: error: undefined reference to 'catgets'
# collect2: error: ld returned 1 exit status
# configure:6561: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 0
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | /* end confdefs.h. */
# | /* Define catgets to an innocuous variant, in case declares catgets.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define catgets innocuous_catgets
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char catgets (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef catgets
# |
# | /* 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 catgets ();
# | /* 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_catgets || defined __stub___catgets
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return catgets ();
# | ;
# | return 0;
# | }
# configure:6561: result: no
# configure:6571: checking for dup2
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for getauthid
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccQvk9y6.o:conftest.c:function main: error: undefined reference to 'getauthid'
# collect2: error: ld returned 1 exit status
# configure:6571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 0
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | #define HAVE_DUP2 1
# | /* end confdefs.h. */
# | /* Define getauthid to an innocuous variant, in case declares getauthid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getauthid innocuous_getauthid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getauthid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getauthid
# |
# | /* 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 getauthid ();
# | /* 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_getauthid || defined __stub___getauthid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getauthid ();
# | ;
# | return 0;
# | }
# configure:6571: result: no
# configure:6571: checking for getcwd
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for gethostname
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for getpwent
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccYEUhCY.o:conftest.c:function main: error: undefined reference to 'getpwent'
# collect2: error: ld returned 1 exit status
# configure:6571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 0
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETHOSTNAME 1
# | /* end confdefs.h. */
# | /* Define getpwent to an innocuous variant, in case declares getpwent.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpwent innocuous_getpwent
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpwent (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpwent
# |
# | /* 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 getpwent ();
# | /* 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_getpwent || defined __stub___getpwent
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getpwent ();
# | ;
# | return 0;
# | }
# configure:6571: result: no
# configure:6571: checking for getutent
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for getutxent
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/cc8yxUK8.o:conftest.c:function main: error: undefined reference to 'getutxent'
# collect2: error: ld returned 1 exit status
# configure:6571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 0
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETUTENT 1
# | /* end confdefs.h. */
# | /* Define getutxent to an innocuous variant, in case declares getutxent.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getutxent innocuous_getutxent
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getutxent (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getutxent
# |
# | /* 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 getutxent ();
# | /* 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_getutxent || defined __stub___getutxent
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getutxent ();
# | ;
# | return 0;
# | }
# configure:6571: result: no
# configure:6571: checking for mallinfo
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for memmove
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:68:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
# char memmove ();
# ^
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for memset
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:69:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for mkstemp
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for nice
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for nl_langinfo
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/cceBtrJv.o:conftest.c:function main: error: undefined reference to 'nl_langinfo'
# collect2: error: ld returned 1 exit status
# configure:6571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 0
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_MALLINFO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NICE 1
# | /* end confdefs.h. */
# | /* Define nl_langinfo to an innocuous variant, in case declares nl_langinfo.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define nl_langinfo innocuous_nl_langinfo
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char nl_langinfo (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef nl_langinfo
# |
# | /* 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 nl_langinfo ();
# | /* 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_nl_langinfo || defined __stub___nl_langinfo
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return nl_langinfo ();
# | ;
# | return 0;
# | }
# configure:6571: result: no
# configure:6571: checking for sbrk
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for setpgid
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for setpriority
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for strerror
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for strstr
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:76:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
# char strstr ();
# ^
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for sysconf
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for wcwidth
# configure:6571: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6580: checking whether getpgrp requires zero arguments
# configure:6597: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:92:1: error: too many arguments to function 'getpgrp'
# getpgrp (0);
# ^
# In file included from conftest.c:87:0:
# /sysroot/sysroot/usr/include/unistd.h:61:15: note: declared here
# extern pid_t getpgrp(void);
# ^
# configure:6597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #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 HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 0
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_MALLINFO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NICE 1
# | #define HAVE_SBRK 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_WCWIDTH 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
# | int
# | main ()
# | {
# | getpgrp (0);
# | ;
# | return 0;
# | }
# configure:6605: result: yes
# configure:6614: checking whether mbrtowc and mbstate_t are properly declared
# configure:6634: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6634: $? = 0
# configure:6642: result: yes
# configure:6694: checking for working strcoll
# configure:6725: result: no
# configure:6950: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by tcsh config.status 6.19.00, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0357cc41cab8
#
# config.status:869: creating Makefile
# config.status:869: creating nls/Makefile
# config.status:869: creating config.h
# config.status:1058: executing ./atconfig commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_volatile=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# 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-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_catgets=no
# ac_cv_func_dup2=yes
# ac_cv_func_getauthid=no
# ac_cv_func_getcwd=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getpgrp_void=yes
# ac_cv_func_getpwent=no
# ac_cv_func_getutent=yes
# ac_cv_func_getutxent=no
# ac_cv_func_mallinfo=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_nice=yes
# ac_cv_func_nl_langinfo=no
# ac_cv_func_sbrk=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_setpgrp_void=yes
# ac_cv_func_setpriority=yes
# ac_cv_func_strcoll_works=no
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_wcwidth=yes
# ac_cv_have_decl_crypt=no
# ac_cv_have_decl_environ=yes
# ac_cv_have_decl_gethostname=yes
# ac_cv_have_decl_getpgrp=yes
# ac_cv_header_auth_h=no
# ac_cv_header_crypt_h=no
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_features_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_paths_h=yes
# ac_cv_header_shadow_h=no
# ac_cv_header_stat_broken=no
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_header_utmpx_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_host_system_type=arm-unknown-linux-androideabi
# ac_cv_member_struct_dirent_d_ino=yes
# ac_cv_member_struct_sockaddr_storage_ss_family=yes
# ac_cv_member_struct_utmp_ut_host=yes
# ac_cv_member_struct_utmp_ut_tv=yes
# ac_cv_member_struct_utmp_ut_user=yes
# ac_cv_member_struct_utmp_ut_xtime=no
# ac_cv_member_struct_utmpx_ut_host=no
# ac_cv_member_struct_utmpx_ut_tv=no
# ac_cv_member_struct_utmpx_ut_user=no
# ac_cv_member_struct_utmpx_ut_xtime=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GENCAT=/usr/sbin/gencat
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_search_catgets=no
# ac_cv_search_connect='none required'
# ac_cv_search_crypt=no
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_getspnam=no
# ac_cv_search_opendir='none required'
# ac_cv_search_tgetent=no
# ac_cv_sizeof_wchar_t=4
# ac_cv_type_getgroups=gid_t
# ac_cv_type_long_long=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_uid_t=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_func_iconv='no, consider installing GNU libiconv'
# am_cv_lib_iconv=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# BUILD_CATALOGS=''
# CC='arm-linux-androideabi-gcc'
# CC_FOR_GETHOST='cc'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DFLAGS=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GENCAT='/usr/sbin/gencat'
# GREP='/usr/sbin/grep'
# HESDEF=''
# HESLIB=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBICONV=''
# LIBOBJS=''
# LIBS=''
# LTLIBICONV=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='http://bugs.gw.com/'
# PACKAGE_NAME='tcsh'
# PACKAGE_STRING='tcsh 6.19.00'
# PACKAGE_TARNAME='tcsh'
# PACKAGE_URL=''
# PACKAGE_VERSION='6.19.00'
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# ac_ct_CC=''
# bindir='/usr/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# 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'
# 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 "tcsh"
# #define PACKAGE_TARNAME "tcsh"
# #define PACKAGE_VERSION "6.19.00"
# #define PACKAGE_STRING "tcsh 6.19.00"
# #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# #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 HAVE_FEATURES_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UTMP_H 1
# #define HAVE_WCHAR_H 1
# #define SIZEOF_WCHAR_T 4
# #define HAVE_WCTYPE_H 1
# #define HAVE_DIRENT_H 1
# #define STDC_HEADERS 1
# #define HAVE_LONG_LONG 1
# #define GETGROUPS_T gid_t
# #define HAVE_STRUCT_DIRENT_D_INO 1
# #define HAVE_STRUCT_UTMP_UT_HOST 1
# #define HAVE_STRUCT_UTMP_UT_USER 1
# #define HAVE_STRUCT_UTMP_UT_TV 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# #define HAVE_DECL_CRYPT 0
# #define HAVE_DECL_ENVIRON 1
# #define HAVE_DECL_GETHOSTNAME 1
# #define HAVE_DECL_GETPGRP 1
# #define HAVE_DUP2 1
# #define HAVE_GETCWD 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_GETUTENT 1
# #define HAVE_MALLINFO 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_MKSTEMP 1
# #define HAVE_NICE 1
# #define HAVE_SBRK 1
# #define HAVE_SETPGID 1
# #define HAVE_SETPRIORITY 1
# #define HAVE_STRERROR 1
# #define HAVE_STRSTR 1
# #define HAVE_SYSCONF 1
# #define HAVE_WCWIDTH 1
# #define GETPGRP_VOID 1
# #define HAVE_MBRTOWC 1
# #define NLS 1
#
# configure: exit 0