Build of joe with android toolchain

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

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

SLOCLanguage
37,998 ansic
4,284 sh
3,756 makefile
26 csh
46,064 total

The process tree of the build process is here.

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: joe 4.0-2 (Tue Apr 4 21:17:50 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking target system type... arm-unknown-linux-androideabi
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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 whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# 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 ln -s works... yes
# checking for library containing openpty... no
# checking for library containing login_tty... no
# checking for library containing tgetflag... no
# checking for library containing snprintf... none required
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... unknown
# checking for _LARGE_FILES value needed for large files... unknown
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking POSIX termios... yes
# checking whether termios.h defines TIOCGWINSZ... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking sgtty.h usability... yes
# checking sgtty.h presence... yes
# checking for sgtty.h... yes
# checking stdlib.h usability... yes
# checking stdlib.h presence... yes
# checking for stdlib.h... yes
# checking string.h usability... yes
# checking string.h presence... yes
# checking for string.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking unistd.h usability... yes
# checking unistd.h presence... yes
# checking for unistd.h... yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking sys/dirent.h usability... no
# checking sys/dirent.h presence... no
# checking for sys/dirent.h... no
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking pty.h usability... no
# checking pty.h presence... no
# checking for pty.h... no
# checking libutil.h usability... no
# checking libutil.h presence... no
# checking for libutil.h... no
# checking sys/types.h usability... yes
# checking sys/types.h presence... yes
# checking for sys/types.h... yes
# checking sys/stat.h usability... yes
# checking sys/stat.h presence... yes
# checking for sys/stat.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking curses.h usability... no
# checking curses.h presence... no
# checking for curses.h... no
# checking term.h usability... no
# checking term.h presence... no
# checking for term.h... no
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking sys/utime.h usability... yes
# checking sys/utime.h presence... yes
# checking for sys/utime.h... yes
# checking selinux/selinux.h usability... no
# checking selinux/selinux.h presence... no
# checking for selinux/selinux.h... no
# checking selinux/context.h usability... no
# checking selinux/context.h presence... no
# checking for selinux/context.h... no
# checking for function prototypes... yes
# checking for an ANSI C-conforming const... yes
# configure: WARNING: cross compiling so assuming defaults for most 32 bit machines
# checking for long long... yes
# checking size of char... 1
# checking size of short... 2
# checking size of int... 4
# checking size of long... 4
# checking size of long long... 8
# checking size of void *... 4
# checking for sighandler_t... yes
# checking whether arm-linux-androideabi-gcc needs -traditional... no
# checking whether lstat correctly handles trailing slash... no
# checking whether lstat accepts an empty string... yes
# checking whether setpgrp() takes no arguments... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for off_t... yes
# checking size of off_t... 4
# checking for ssize_t... yes
# checking return type of signal handlers... void
# checking whether stat accepts an empty string... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... cross
# configure: WARNING: result yes guessed because of cross compilation
# checking for working vfork... (cached) yes
# checking for getcwd... yes
# checking for getwd... no
# checking for isblank... yes
# checking whether isblank() works correctly with side effect expressions... no
# checking for alarm... yes
# checking for mkdir... yes
# checking for mkstemp... yes
# checking for putenv... yes
# checking for setlocale... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for utime... yes
# checking for setpgid... yes
# checking for setitimer... yes
# checking for sigaction... yes
# checking for sigvec... no
# checking for siginterrupt... yes
# checking for sigprocmask... yes
# checking for library containing sin... -lm
# checking for library containing cos... none required
# checking for library containing tan... none required
# checking for library containing exp... none required
# checking for library containing sqrt... none required
# checking for library containing cbrt... none required
# checking for library containing log... none required
# checking for library containing log10... none required
# checking for library containing asin... none required
# checking for library containing acos... none required
# checking for library containing atan... none required
# checking for library containing sinh... none required
# checking for library containing cosh... none required
# checking for library containing tanh... none required
# checking for library containing asinh... none required
# checking for library containing acosh... none required
# checking for library containing atanh... none required
# checking for library containing floor... none required
# checking for library containing ceil... none required
# checking for library containing fabs... none required
# checking for library containing erf... none required
# checking for library containing erfc... none required
# checking for library containing j0... none required
# checking for library containing j1... none required
# checking for library containing y0... none required
# checking for library containing y1... none required
# checking whether sighandlers must be reinstalled... yes
# checking for aspell... ispell
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating joe/Makefile
# config.status: creating rc/Makefile
# config.status: creating man/Makefile
# config.status: creating man/ru/Makefile
# config.status: creating syntax/Makefile
# config.status: creating po/Makefile
# config.status: creating charmaps/klingon
# config.status: creating syntax/4gl.jsf
# config.status: creating syntax/ada.jsf
# config.status: creating syntax/ant.jsf
# config.status: creating syntax/asm.jsf
# config.status: creating syntax/awk.jsf
# config.status: creating syntax/batch.jsf
# config.status: creating syntax/c.jsf
# config.status: creating syntax/cobol.jsf
# config.status: creating syntax/comment_todo.jsf
# config.status: creating syntax/conf.jsf
# config.status: creating syntax/csharp.jsf
# config.status: creating syntax/csh.jsf
# config.status: creating syntax/css.jsf
# config.status: creating syntax/debian.jsf
# config.status: creating syntax/diff.jsf
# config.status: creating syntax/elixir.jsf
# config.status: creating syntax/erb.jsf
# config.status: creating syntax/erlang.jsf
# config.status: creating syntax/fortran.jsf
# config.status: creating syntax/git-commit.jsf
# config.status: creating syntax/go.jsf
# config.status: creating syntax/haml.jsf
# config.status: creating syntax/haskell.jsf
# config.status: creating syntax/html.jsf
# config.status: creating syntax/htmlerb.jsf
# config.status: creating syntax/ini.jsf
# config.status: creating syntax/iptables.jsf
# config.status: creating syntax/java.jsf
# config.status: creating syntax/joerc.jsf
# config.status: creating syntax/js.jsf
# config.status: creating syntax/jsf_check.jsf
# config.status: creating syntax/jsf.jsf
# config.status: creating syntax/json.jsf
# config.status: creating syntax/lisp.jsf
# config.status: creating syntax/lua.jsf
# config.status: creating syntax/m4.jsf
# config.status: creating syntax/mail.jsf
# config.status: creating syntax/mason.jsf
# config.status: creating syntax/matlab.jsf
# config.status: creating syntax/md.jsf
# config.status: creating syntax/ocaml.jsf
# config.status: creating syntax/pascal.jsf
# config.status: creating syntax/perl.jsf
# config.status: creating syntax/php.jsf
# config.status: creating syntax/powershell.jsf
# config.status: creating syntax/prolog.jsf
# config.status: creating syntax/properties.jsf
# config.status: creating syntax/ps.jsf
# config.status: creating syntax/puppet.jsf
# config.status: creating syntax/python.jsf
# config.status: creating syntax/rexx.jsf
# config.status: creating syntax/ruby.jsf
# config.status: creating syntax/sed.jsf
# config.status: creating syntax/sh.jsf
# config.status: creating syntax/sieve.jsf
# config.status: creating syntax/skill.jsf
# config.status: creating syntax/sml.jsf
# config.status: creating syntax/spec.jsf
# config.status: creating syntax/sql.jsf
# config.status: creating syntax/tcl.jsf
# config.status: creating syntax/tex.jsf
# config.status: creating syntax/troff.jsf
# config.status: creating syntax/typescript.jsf
# config.status: creating syntax/verilog.jsf
# config.status: creating syntax/vhdl.jsf
# config.status: creating syntax/whitespace.jsf
# config.status: creating syntax/xml.jsf
# config.status: creating syntax/yaml.jsf
# config.status: creating syntax/filename.jsf
# config.status: creating joe/autoconf.h
# config.status: executing depfiles commands
# Making all in man
# make[1]: Entering directory '/tmp/joe/src/joe-4.0/man'
# Making all in ru
# make[2]: Entering directory '/tmp/joe/src/joe-4.0/man/ru'
# sed 's,@JOERC\@,/etc/joe,; s,@JOEDOC\@,/usr/share/doc/joe,; s,@JOEDATA\@,/usr/share/joe,; s,@SPELL\@,ispell,; s,@BINDIR\@,/usr/bin,' ./joe.1.in > joe.1
# make[2]: Leaving directory '/tmp/joe/src/joe-4.0/man/ru'
# make[2]: Entering directory '/tmp/joe/src/joe-4.0/man'
# sed 's,@JOERC\@,/etc/joe,; s,@JOEDOC\@,/usr/share/doc/joe,; s,@JOEDATA\@,/usr/share/joe,; s,@SPELL\@,ispell,; s,@BINDIR\@,/usr/bin,' ./joe.1.in > joe.1
# make[2]: Leaving directory '/tmp/joe/src/joe-4.0/man'
# make[1]: Leaving directory '/tmp/joe/src/joe-4.0/man'
# Making all in rc
# make[1]: Entering directory '/tmp/joe/src/joe-4.0/rc'
# sed 's,@JOERC\@,/etc/joe,; s,@JOEDOC\@,/usr/share/doc/joe,; s,@JOEDATA\@,/usr/share/joe,; s,@SPELL\@,ispell,' ./joerc.in > joerc
# sed 's,@JOERC\@,/etc/joe,; s,@JOEDOC\@,/usr/share/doc/joe,; s,@JOEDATA\@,/usr/share/joe,; s,@SPELL\@,ispell,' ./jicerc.ru.in > jicerc.ru
# sed 's,@JOERC\@,/etc/joe,; s,@JOEDOC\@,/usr/share/doc/joe,; s,@JOEDATA\@,/usr/share/joe,; s,@SPELL\@,ispell,' ./jmacsrc.in > jmacsrc
# sed 's,@JOERC\@,/etc/joe,; s,@JOEDOC\@,/usr/share/doc/joe,; s,@JOEDATA\@,/usr/share/joe,; s,@SPELL\@,ispell,' ./jstarrc.in > jstarrc
# sed 's,@JOERC\@,/etc/joe,; s,@JOEDOC\@,/usr/share/doc/joe,; s,@JOEDATA\@,/usr/share/joe,; s,@SPELL\@,ispell,' ./rjoerc.in > rjoerc
# sed 's,@JOERC\@,/etc/joe,; s,@JOEDOC\@,/usr/share/doc/joe,; s,@JOEDATA\@,/usr/share/joe,; s,@SPELL\@,ispell,' ./jpicorc.in > jpicorc
# make[1]: Leaving directory '/tmp/joe/src/joe-4.0/rc'
# Making all in po
# make[1]: Entering directory '/tmp/joe/src/joe-4.0/po'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/joe/src/joe-4.0/po'
# Making all in syntax
# make[1]: Entering directory '/tmp/joe/src/joe-4.0/syntax'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/joe/src/joe-4.0/syntax'
# Making all in joe
# make[1]: Entering directory '/tmp/joe/src/joe-4.0/joe'
# make all-am
# make[2]: Entering directory '/tmp/joe/src/joe-4.0/joe'
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -DJOERC="\"/etc/joe/\"" -DJOEDATA="\"/usr/share/joe/\"" -MT b.o -MD -MP -MF .deps/b.Tpo -c -o b.o b.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -DJOERC="\"/etc/joe/\"" -DJOEDATA="\"/usr/share/joe/\"" -MT blocks.o -MD -MP -MF .deps/blocks.Tpo -c -o blocks.o blocks.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -DJOERC="\"/etc/joe/\"" -DJOEDATA="\"/usr/share/joe/\"" -MT bw.o -MD -MP -MF .deps/bw.Tpo -c -o bw.o bw.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -DJOERC="\"/etc/joe/\"" -DJOEDATA="\"/usr/share/joe/\"" -MT cmd.o -MD -MP -MF .deps/cmd.Tpo -c -o cmd.o cmd.c
# In file included from types.h:9:0,
# from b.c:8:
# b.c:22:12: error: conflicting types for '__errno'
# extern int errno;
# ^
# /sysroot/sysroot/usr/include/errno.h:44:22: note: previous declaration of '__errno' was here
# extern volatile int* __errno(void) __pure2;
# ^
# mv -f .deps/cmd.Tpo .deps/cmd.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -DJOERC="\"/etc/joe/\"" -DJOEDATA="\"/usr/share/joe/\"" -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
# mv -f .deps/blocks.Tpo .deps/blocks.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -DJOERC="\"/etc/joe/\"" -DJOEDATA="\"/usr/share/joe/\"" -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
# make[2]: *** [Makefile:467: b.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# mv -f .deps/hash.Tpo .deps/hash.Po
# mv -f .deps/help.Tpo .deps/help.Po
# mv -f .deps/bw.Tpo .deps/bw.Po
# make[2]: Leaving directory '/tmp/joe/src/joe-4.0/joe'
# make[1]: *** [Makefile:304: all] Error 2
# make[1]: Leaving directory '/tmp/joe/src/joe-4.0/joe'
# make: *** [Makefile:429: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/joe/src/joe-4.0/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 joe configure 4.0, 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 --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 2bf014ed9c45
# 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:2440: checking build system type
# configure:2454: result: x86_64-unknown-linux-gnu
# configure:2474: checking host system type
# configure:2487: result: arm-unknown-linux-androideabi
# configure:2507: checking target system type
# configure:2520: result: arm-unknown-linux-androideabi
# configure:2564: checking for a BSD-compatible install
# configure:2632: result: /usr/bin/install -c
# configure:2643: checking whether build environment is sane
# configure:2698: result: yes
# configure:2757: checking for arm-linux-androideabi-strip
# configure:2773: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2784: result: arm-linux-androideabi-strip
# configure:2849: checking for a thread-safe mkdir -p
# configure:2888: result: /usr/sbin/mkdir -p
# configure:2895: checking for gawk
# configure:2911: found /usr/sbin/gawk
# configure:2922: result: gawk
# configure:2933: checking whether make sets $(MAKE)
# configure:2955: result: yes
# configure:2984: checking whether make supports nested variables
# configure:3001: result: yes
# configure:3127: checking whether to enable maintainer-specific portions of Makefiles
# configure:3136: result: no
# configure:3161: checking for arm-linux-androideabi-gcc
# configure:3188: result: arm-linux-androideabi-gcc
# configure:3457: checking for C compiler version
# configure:3466: 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:3477: $? = 0
# configure:3466: 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:3477: $? = 0
# configure:3466: 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:3477: $? = 1
# configure:3466: 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:3477: $? = 1
# configure:3497: checking whether the C compiler works
# configure:3519: arm-linux-androideabi-gcc conftest.c >&5
# configure:3523: $? = 0
# configure:3571: result: yes
# configure:3574: checking for C compiler default output file name
# configure:3576: result: a.out
# configure:3582: checking for suffix of executables
# configure:3589: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3593: $? = 0
# configure:3615: result:
# configure:3637: checking whether we are cross compiling
# configure:3675: result: yes
# configure:3680: checking for suffix of object files
# configure:3702: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3706: $? = 0
# configure:3727: result: o
# configure:3731: checking whether we are using the GNU C compiler
# configure:3750: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3750: $? = 0
# configure:3759: result: yes
# configure:3768: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3788: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3788: $? = 0
# configure:3829: result: yes
# configure:3846: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3909: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3909: $? = 0
# configure:3922: result: none needed
# configure:3947: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3969: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3972: $? = 0
# configure:3969: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3972: $? = 0
# configure:3984: result: yes
# configure:4012: checking for style of include used by make
# configure:4040: result: GNU
# configure:4066: checking dependency style of arm-linux-androideabi-gcc
# configure:4177: result: gcc3
# configure:4197: checking how to run the C preprocessor
# configure:4228: arm-linux-androideabi-gcc -E conftest.c
# configure:4228: $? = 0
# configure:4242: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* end confdefs.h. */
# | #include
# configure:4267: result: arm-linux-androideabi-gcc -E
# configure:4287: arm-linux-androideabi-gcc -E conftest.c
# configure:4287: $? = 0
# configure:4301: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4301: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* end confdefs.h. */
# | #include
# configure:4329: checking for grep that handles long lines and -e
# configure:4387: result: /usr/sbin/grep
# configure:4392: checking for egrep
# configure:4454: result: /usr/sbin/grep -E
# configure:4460: checking whether ln -s works
# configure:4464: result: yes
# configure:4508: checking for library containing openpty
# configure:4539: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccUwJKfc.o:conftest.c:function main: error: undefined reference to 'openpty'
# collect2: error: ld returned 1 exit status
# configure:4539: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* 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 openpty ();
# | int
# | main ()
# | {
# | return openpty ();
# | ;
# | return 0;
# | }
# configure:4539: arm-linux-androideabi-gcc -o conftest conftest.c -lutil >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lutil
# /tmp/ccmYEoPh.o:conftest.c:function main: error: undefined reference to 'openpty'
# collect2: error: ld returned 1 exit status
# configure:4539: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* 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 openpty ();
# | int
# | main ()
# | {
# | return openpty ();
# | ;
# | return 0;
# | }
# configure:4556: result: no
# configure:4568: checking for library containing login_tty
# configure:4599: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/cc2yG2hm.o:conftest.c:function main: error: undefined reference to 'login_tty'
# collect2: error: ld returned 1 exit status
# configure:4599: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* 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 login_tty ();
# | int
# | main ()
# | {
# | return login_tty ();
# | ;
# | return 0;
# | }
# configure:4599: arm-linux-androideabi-gcc -o conftest conftest.c -lutil >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lutil
# /tmp/ccOe6ANq.o:conftest.c:function main: error: undefined reference to 'login_tty'
# collect2: error: ld returned 1 exit status
# configure:4599: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* 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 login_tty ();
# | int
# | main ()
# | {
# | return login_tty ();
# | ;
# | return 0;
# | }
# configure:4616: result: no
# configure:4628: checking for library containing tgetflag
# configure:4659: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccCgfH5b.o:conftest.c:function main: error: undefined reference to 'tgetflag'
# collect2: error: ld returned 1 exit status
# configure:4659: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* 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 tgetflag ();
# | int
# | main ()
# | {
# | return tgetflag ();
# | ;
# | return 0;
# | }
# configure:4659: 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/ccWLHVkh.o:conftest.c:function main: error: undefined reference to 'tgetflag'
# collect2: error: ld returned 1 exit status
# configure:4659: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* 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 tgetflag ();
# | int
# | main ()
# | {
# | return tgetflag ();
# | ;
# | return 0;
# | }
# configure:4659: 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/ccieouSm.o:conftest.c:function main: error: undefined reference to 'tgetflag'
# collect2: error: ld returned 1 exit status
# configure:4659: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* 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 tgetflag ();
# | int
# | main ()
# | {
# | return tgetflag ();
# | ;
# | return 0;
# | }
# configure:4659: 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/ccguOI3r.o:conftest.c:function main: error: undefined reference to 'tgetflag'
# collect2: error: ld returned 1 exit status
# configure:4659: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | /* 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 tgetflag ();
# | int
# | main ()
# | {
# | return tgetflag ();
# | ;
# | return 0;
# | }
# configure:4676: result: no
# configure:4688: checking for library containing snprintf
# configure:4719: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:18:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
# char snprintf ();
# ^
# configure:4719: $? = 0
# configure:4736: result: none required
# configure:4757: checking for special C compiler options needed for large files
# configure:4802: result: no
# configure:4808: checking for _FILE_OFFSET_BITS value needed for large files
# configure:4833: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:18:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:4833: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:4857: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:19:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:4857: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | #define _FILE_OFFSET_BITS 64
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:4865: result: unknown
# configure:4877: checking for _LARGE_FILES value needed for large files
# configure:4902: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:18:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:4902: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:4926: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:19:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:4926: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | #define _LARGE_FILES 1
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:4934: result: unknown
# configure:4953: checking for dirent.h that defines DIR
# configure:4972: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4972: $? = 0
# configure:4980: result: yes
# configure:4993: checking for library containing opendir
# configure:5024: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5024: $? = 0
# configure:5041: result: none required
# configure:5108: checking POSIX termios
# configure:5128: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5128: $? = 0
# configure:5136: result: yes
# configure:5293: checking whether termios.h defines TIOCGWINSZ
# configure:5316: result: yes
# configure:5356: checking errno.h usability
# configure:5356: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking errno.h presence
# configure:5356: arm-linux-androideabi-gcc -E conftest.c
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking for errno.h
# configure:5356: result: yes
# configure:5356: checking fcntl.h usability
# configure:5356: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking fcntl.h presence
# configure:5356: arm-linux-androideabi-gcc -E conftest.c
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking for fcntl.h
# configure:5356: result: yes
# configure:5356: checking locale.h usability
# configure:5356: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking locale.h presence
# configure:5356: arm-linux-androideabi-gcc -E conftest.c
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking for locale.h
# configure:5356: result: yes
# configure:5356: checking sgtty.h usability
# configure:5356: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking sgtty.h presence
# configure:5356: arm-linux-androideabi-gcc -E conftest.c
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking for sgtty.h
# configure:5356: result: yes
# configure:5356: checking stdlib.h usability
# configure:5356: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking stdlib.h presence
# configure:5356: arm-linux-androideabi-gcc -E conftest.c
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking for stdlib.h
# configure:5356: result: yes
# configure:5356: checking string.h usability
# configure:5356: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking string.h presence
# configure:5356: arm-linux-androideabi-gcc -E conftest.c
# configure:5356: $? = 0
# configure:5356: result: yes
# configure:5356: checking for string.h
# configure:5356: result: yes
# configure:5369: checking sys/ioctl.h usability
# configure:5369: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking sys/ioctl.h presence
# configure:5369: arm-linux-androideabi-gcc -E conftest.c
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking for sys/ioctl.h
# configure:5369: result: yes
# configure:5369: checking sys/param.h usability
# configure:5369: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking sys/param.h presence
# configure:5369: arm-linux-androideabi-gcc -E conftest.c
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking for sys/param.h
# configure:5369: result: yes
# configure:5369: checking sys/time.h usability
# configure:5369: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking sys/time.h presence
# configure:5369: arm-linux-androideabi-gcc -E conftest.c
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking for sys/time.h
# configure:5369: result: yes
# configure:5369: checking unistd.h usability
# configure:5369: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking unistd.h presence
# configure:5369: arm-linux-androideabi-gcc -E conftest.c
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking for unistd.h
# configure:5369: result: yes
# configure:5369: checking utime.h usability
# configure:5369: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking utime.h presence
# configure:5369: arm-linux-androideabi-gcc -E conftest.c
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking for utime.h
# configure:5369: result: yes
# configure:5382: checking sys/dirent.h usability
# configure:5382: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:58:24: fatal error: sys/dirent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_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:5382: result: no
# configure:5382: checking sys/dirent.h presence
# configure:5382: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:25:24: fatal error: sys/dirent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:5382: result: no
# configure:5382: checking for sys/dirent.h
# configure:5382: result: no
# configure:5382: checking time.h usability
# configure:5382: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5382: $? = 0
# configure:5382: result: yes
# configure:5382: checking time.h presence
# configure:5382: arm-linux-androideabi-gcc -E conftest.c
# configure:5382: $? = 0
# configure:5382: result: yes
# configure:5382: checking for time.h
# configure:5382: result: yes
# configure:5382: checking pwd.h usability
# configure:5382: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5382: $? = 0
# configure:5382: result: yes
# configure:5382: checking pwd.h presence
# configure:5382: arm-linux-androideabi-gcc -E conftest.c
# configure:5382: $? = 0
# configure:5382: result: yes
# configure:5382: checking for pwd.h
# configure:5382: result: yes
# configure:5382: checking paths.h usability
# configure:5382: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5382: $? = 0
# configure:5382: result: yes
# configure:5382: checking paths.h presence
# configure:5382: arm-linux-androideabi-gcc -E conftest.c
# configure:5382: $? = 0
# configure:5382: result: yes
# configure:5382: checking for paths.h
# configure:5382: result: yes
# configure:5382: checking pty.h usability
# configure:5382: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:61:17: fatal error: pty.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_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:5382: result: no
# configure:5382: checking pty.h presence
# configure:5382: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:28:17: fatal error: pty.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:5382: result: no
# configure:5382: checking for pty.h
# configure:5382: result: no
# configure:5382: checking libutil.h usability
# configure:5382: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:61:21: fatal error: libutil.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_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:5382: result: no
# configure:5382: checking libutil.h presence
# configure:5382: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:28:21: fatal error: libutil.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:5382: result: no
# configure:5382: checking for libutil.h
# configure:5382: result: no
# configure:5395: checking sys/types.h usability
# configure:5395: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking sys/types.h presence
# configure:5395: arm-linux-androideabi-gcc -E conftest.c
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking for sys/types.h
# configure:5395: result: yes
# configure:5395: checking sys/stat.h usability
# configure:5395: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking sys/stat.h presence
# configure:5395: arm-linux-androideabi-gcc -E conftest.c
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking for sys/stat.h
# configure:5395: result: yes
# configure:5395: checking sys/wait.h usability
# configure:5395: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking sys/wait.h presence
# configure:5395: arm-linux-androideabi-gcc -E conftest.c
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking for sys/wait.h
# configure:5395: result: yes
# configure:5395: checking limits.h usability
# configure:5395: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking limits.h presence
# configure:5395: arm-linux-androideabi-gcc -E conftest.c
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking for limits.h
# configure:5395: result: yes
# configure:5395: checking signal.h usability
# configure:5395: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking signal.h presence
# configure:5395: arm-linux-androideabi-gcc -E conftest.c
# configure:5395: $? = 0
# configure:5395: result: yes
# configure:5395: checking for signal.h
# configure:5395: result: yes
# configure:5408: checking curses.h usability
# configure:5408: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:66:20: fatal error: curses.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5408: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_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:5408: result: no
# configure:5408: checking curses.h presence
# configure:5408: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:33:20: fatal error: curses.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5408: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | /* end confdefs.h. */
# | #include
# configure:5408: result: no
# configure:5408: checking for curses.h
# configure:5408: result: no
# configure:5408: checking term.h usability
# configure:5408: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:66:18: fatal error: term.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5408: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_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:5408: result: no
# configure:5408: checking term.h presence
# configure:5408: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:33:18: fatal error: term.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5408: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | /* end confdefs.h. */
# | #include
# configure:5408: result: no
# configure:5408: checking for term.h
# configure:5408: result: no
# configure:5408: checking utmp.h usability
# configure:5408: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5408: $? = 0
# configure:5408: result: yes
# configure:5408: checking utmp.h presence
# configure:5408: arm-linux-androideabi-gcc -E conftest.c
# configure:5408: $? = 0
# configure:5408: result: yes
# configure:5408: checking for utmp.h
# configure:5408: result: yes
# configure:5408: checking sys/utime.h usability
# configure:5408: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5408: $? = 0
# configure:5408: result: yes
# configure:5408: checking sys/utime.h presence
# configure:5408: arm-linux-androideabi-gcc -E conftest.c
# configure:5408: $? = 0
# configure:5408: result: yes
# configure:5408: checking for sys/utime.h
# configure:5408: result: yes
# configure:5422: checking selinux/selinux.h usability
# configure:5422: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:68:29: fatal error: selinux/selinux.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5422: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_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:5422: result: no
# configure:5422: checking selinux/selinux.h presence
# configure:5422: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:35:29: fatal error: selinux/selinux.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5422: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:5422: result: no
# configure:5422: checking for selinux/selinux.h
# configure:5422: result: no
# configure:5422: checking selinux/context.h usability
# configure:5422: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:68:29: fatal error: selinux/context.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5422: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_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:5422: result: no
# configure:5422: checking selinux/context.h presence
# configure:5422: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:35:29: fatal error: selinux/context.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5422: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:5422: result: no
# configure:5422: checking for selinux/context.h
# configure:5422: result: no
# configure:5440: checking for function prototypes
# configure:5443: result: yes
# configure:5456: checking for an ANSI C-conforming const
# configure:5522: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5522: $? = 0
# configure:5529: result: yes
# configure:5538: WARNING: cross compiling so assuming defaults for most 32 bit machines
# configure:5541: checking for long long
# configure:5541: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5541: $? = 0
# configure:5541: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:73:24: error: expected expression before ')' token
# if (sizeof ((long long)))
# ^
# configure:5541: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 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:5541: result: yes
# configure:5555: checking size of char
# configure:5560: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5560: $? = 0
# configure:5560: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
# ^
# configure:5560: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5560: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5560: $? = 0
# configure:5574: result: 1
# configure:5588: checking size of short
# configure:5593: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5593: $? = 0
# configure:5593: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
# ^
# configure:5593: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5593: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
# ^
# configure:5593: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5593: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5593: $? = 0
# configure:5593: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5593: $? = 0
# configure:5607: result: 2
# configure:5621: checking size of int
# configure:5626: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5626: $? = 0
# configure:5626: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:76:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
# ^
# configure:5626: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5626: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:76:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
# ^
# configure:5626: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5626: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:76:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
# ^
# configure:5626: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5626: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5626: $? = 0
# configure:5626: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5626: $? = 0
# configure:5626: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5626: $? = 0
# configure:5640: result: 4
# configure:5654: checking size of long
# configure:5659: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5659: $? = 0
# configure:5659: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:77:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
# ^
# configure:5659: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5659: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:77:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
# ^
# configure:5659: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5659: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:77:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
# ^
# configure:5659: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5659: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5659: $? = 0
# configure:5659: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5659: $? = 0
# configure:5659: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5659: $? = 0
# configure:5673: result: 4
# configure:5687: checking size of long long
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5692: $? = 0
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:78:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
# ^
# configure:5692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:78:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
# ^
# configure:5692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:78:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
# ^
# configure:5692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:78:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
# ^
# configure:5692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5692: $? = 0
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5692: $? = 0
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5692: $? = 0
# configure:5692: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5692: $? = 0
# configure:5706: result: 8
# configure:5720: checking size of void *
# configure:5725: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:79:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
# ^
# configure:5725: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5725: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:79:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
# ^
# configure:5725: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5725: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:79:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
# ^
# configure:5725: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | /* 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5725: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5725: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5725: $? = 0
# configure:5739: result: 4
# configure:5749: checking for sighandler_t
# configure:5749: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5749: $? = 0
# configure:5749: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:52:27: error: expected expression before ')' token
# if (sizeof ((sighandler_t)))
# ^
# configure:5749: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | /* end confdefs.h. */
# | /* if you have signal.h header, include it */
# | #ifdef HAVE_SIGNAL_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((sighandler_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5749: result: yes
# configure:5763: checking whether arm-linux-androideabi-gcc needs -traditional
# configure:5797: result: no
# configure:5804: checking whether lstat correctly handles trailing slash
# configure:5847: result: no
# configure:5866: checking whether lstat accepts an empty string
# configure:5896: result: yes
# configure:5912: checking whether setpgrp() takes no arguments
# configure:5942: result: yes
# configure:5950: checking for pid_t
# configure:5950: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5950: $? = 0
# configure:5950: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:83:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:5950: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 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 ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5950: result: yes
# configure:5961: checking for size_t
# configure:5961: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5961: $? = 0
# configure:5961: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:83:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:5961: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 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 ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5961: result: yes
# configure:5972: checking for off_t
# configure:5972: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5972: $? = 0
# configure:5972: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:83:20: error: expected expression before ')' token
# if (sizeof ((off_t)))
# ^
# configure:5972: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5972: result: yes
# configure:5987: checking size of off_t
# configure:5992: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5992: $? = 0
# configure:5992: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:83:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# ^
# configure:5992: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5992: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:83:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# ^
# configure:5992: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5992: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:83:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# ^
# configure:5992: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5992: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5992: $? = 0
# configure:5992: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5992: $? = 0
# configure:5992: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5992: $? = 0
# configure:6006: result: 4
# configure:6016: checking for ssize_t
# configure:6016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6016: $? = 0
# configure:6016: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:84:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# configure:6016: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 1
# | #define SIZEOF_OFF_T 4
# | /* 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 ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6016: result: yes
# configure:6027: checking return type of signal handlers
# configure:6045: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:54:1: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ^
# configure:6045: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 1
# | #define SIZEOF_OFF_T 4
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:6052: result: void
# configure:6060: checking whether stat accepts an empty string
# configure:6090: result: yes
# configure:6108: checking vfork.h usability
# configure:6108: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:83:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6108: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 1
# | #define SIZEOF_OFF_T 4
# | #define RETSIGTYPE void
# | #define HAVE_STAT_EMPTY_STRING_BUG 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:6108: result: no
# configure:6108: checking vfork.h presence
# configure:6108: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:50:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6108: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 1
# | #define SIZEOF_OFF_T 4
# | #define RETSIGTYPE void
# | #define HAVE_STAT_EMPTY_STRING_BUG 1
# | /* end confdefs.h. */
# | #include
# configure:6108: result: no
# configure:6108: checking for vfork.h
# configure:6108: result: no
# configure:6121: checking for fork
# configure:6121: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:73:6: warning: conflicting types for built-in function 'fork' [enabled by default]
# char fork ();
# ^
# configure:6121: $? = 0
# configure:6121: result: yes
# configure:6121: checking for vfork
# configure:6121: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6121: $? = 0
# configure:6121: result: yes
# configure:6131: checking for working fork
# configure:6163: result: cross
# configure:6179: WARNING: result yes guessed because of cross compilation
# configure:6184: checking for working vfork
# configure:6294: result: yes
# configure:6322: checking for getcwd
# configure:6322: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6322: $? = 0
# configure:6322: result: yes
# configure:6322: checking for getwd
# configure:6322: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccAAN1aN.o:conftest.c:function main: error: undefined reference to 'getwd'
# collect2: error: ld returned 1 exit status
# configure:6322: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 1
# | #define SIZEOF_OFF_T 4
# | #define RETSIGTYPE void
# | #define HAVE_STAT_EMPTY_STRING_BUG 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_GETCWD 1
# | /* end confdefs.h. */
# | /* Define getwd to an innocuous variant, in case declares getwd.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getwd innocuous_getwd
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getwd (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getwd
# |
# | /* 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 getwd ();
# | /* 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_getwd || defined __stub___getwd
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getwd ();
# | ;
# | return 0;
# | }
# configure:6322: result: no
# configure:6338: checking for isblank
# configure:6338: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:78:6: warning: conflicting types for built-in function 'isblank' [enabled by default]
# char isblank ();
# ^
# configure:6338: $? = 0
# configure:6338: result: yes
# configure:6348: checking whether isblank() works correctly with side effect expressions
# configure:6378: result: no
# configure:6390: checking for alarm
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6390: checking for mkdir
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6390: checking for mkstemp
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6390: checking for putenv
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6390: checking for setlocale
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6390: checking for strchr
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:84:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
# char strchr ();
# ^
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6390: checking for strdup
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:85:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
# char strdup ();
# ^
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6390: checking for utime
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6390: checking for setpgid
# configure:6390: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6390: $? = 0
# configure:6390: result: yes
# configure:6402: checking for setitimer
# configure:6402: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6402: $? = 0
# configure:6402: result: yes
# configure:6402: checking for sigaction
# configure:6402: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6402: $? = 0
# configure:6402: result: yes
# configure:6402: checking for sigvec
# configure:6402: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/cckLD5eE.o:conftest.c:function main: error: undefined reference to 'sigvec'
# collect2: error: ld returned 1 exit status
# configure:6402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 1
# | #define SIZEOF_OFF_T 4
# | #define RETSIGTYPE void
# | #define HAVE_STAT_EMPTY_STRING_BUG 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ALARM 1
# | #define HAVE_MKDIR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_UTIME 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGACTION 1
# | /* end confdefs.h. */
# | /* Define sigvec to an innocuous variant, in case declares sigvec.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sigvec innocuous_sigvec
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sigvec (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sigvec
# |
# | /* 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 sigvec ();
# | /* 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_sigvec || defined __stub___sigvec
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sigvec ();
# | ;
# | return 0;
# | }
# configure:6402: result: no
# configure:6402: checking for siginterrupt
# configure:6402: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6402: $? = 0
# configure:6402: result: yes
# configure:6402: checking for sigprocmask
# configure:6402: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6402: $? = 0
# configure:6402: result: yes
# configure:6413: checking for library containing sin
# configure:6444: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:76:6: warning: conflicting types for built-in function 'sin' [enabled by default]
# char sin ();
# ^
# /tmp/cc4pesMj.o:conftest.c:function main: error: undefined reference to 'sin'
# collect2: error: ld returned 1 exit status
# configure:6444: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "joe"
# | #define PACKAGE_TARNAME "joe"
# | #define PACKAGE_VERSION "4.0"
# | #define PACKAGE_STRING "joe 4.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "joe"
# | #define VERSION "4.0"
# | #define HAVE_SNPRINTF 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_POSIX_TERMIOS 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_VOID_P 4
# | #define HAVE_SIGHANDLER_T 1
# | #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# | #define SETPGRP_VOID 1
# | #define SIZEOF_OFF_T 4
# | #define RETSIGTYPE void
# | #define HAVE_STAT_EMPTY_STRING_BUG 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ALARM 1
# | #define HAVE_MKDIR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_UTIME 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGPROCMASK 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sin ();
# | int
# | main ()
# | {
# | return sin ();
# | ;
# | return 0;
# | }
# configure:6444: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:76:6: warning: conflicting types for built-in function 'sin' [enabled by default]
# char sin ();
# ^
# configure:6444: $? = 0
# configure:6461: result: -lm
# configure:6473: checking for library containing cos
# configure:6504: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:77:6: warning: conflicting types for built-in function 'cos' [enabled by default]
# char cos ();
# ^
# configure:6504: $? = 0
# configure:6521: result: none required
# configure:6533: checking for library containing tan
# configure:6564: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:78:6: warning: conflicting types for built-in function 'tan' [enabled by default]
# char tan ();
# ^
# configure:6564: $? = 0
# configure:6581: result: none required
# configure:6593: checking for library containing exp
# configure:6624: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:79:6: warning: conflicting types for built-in function 'exp' [enabled by default]
# char exp ();
# ^
# configure:6624: $? = 0
# configure:6641: result: none required
# configure:6653: checking for library containing sqrt
# configure:6684: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:80:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
# char sqrt ();
# ^
# configure:6684: $? = 0
# configure:6701: result: none required
# configure:6713: checking for library containing cbrt
# configure:6744: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:81:6: warning: conflicting types for built-in function 'cbrt' [enabled by default]
# char cbrt ();
# ^
# configure:6744: $? = 0
# configure:6761: result: none required
# configure:6773: checking for library containing log
# configure:6804: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:82:6: warning: conflicting types for built-in function 'log' [enabled by default]
# char log ();
# ^
# configure:6804: $? = 0
# configure:6821: result: none required
# configure:6833: checking for library containing log10
# configure:6864: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:83:6: warning: conflicting types for built-in function 'log10' [enabled by default]
# char log10 ();
# ^
# configure:6864: $? = 0
# configure:6881: result: none required
# configure:6893: checking for library containing asin
# configure:6924: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:84:6: warning: conflicting types for built-in function 'asin' [enabled by default]
# char asin ();
# ^
# configure:6924: $? = 0
# configure:6941: result: none required
# configure:6953: checking for library containing acos
# configure:6984: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:85:6: warning: conflicting types for built-in function 'acos' [enabled by default]
# char acos ();
# ^
# configure:6984: $? = 0
# configure:7001: result: none required
# configure:7013: checking for library containing atan
# configure:7044: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:86:6: warning: conflicting types for built-in function 'atan' [enabled by default]
# char atan ();
# ^
# configure:7044: $? = 0
# configure:7061: result: none required
# configure:7073: checking for library containing sinh
# configure:7104: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:87:6: warning: conflicting types for built-in function 'sinh' [enabled by default]
# char sinh ();
# ^
# configure:7104: $? = 0
# configure:7121: result: none required
# configure:7133: checking for library containing cosh
# configure:7164: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:88:6: warning: conflicting types for built-in function 'cosh' [enabled by default]
# char cosh ();
# ^
# configure:7164: $? = 0
# configure:7181: result: none required
# configure:7193: checking for library containing tanh
# configure:7224: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:89:6: warning: conflicting types for built-in function 'tanh' [enabled by default]
# char tanh ();
# ^
# configure:7224: $? = 0
# configure:7241: result: none required
# configure:7253: checking for library containing asinh
# configure:7284: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:90:6: warning: conflicting types for built-in function 'asinh' [enabled by default]
# char asinh ();
# ^
# configure:7284: $? = 0
# configure:7301: result: none required
# configure:7313: checking for library containing acosh
# configure:7344: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:91:6: warning: conflicting types for built-in function 'acosh' [enabled by default]
# char acosh ();
# ^
# configure:7344: $? = 0
# configure:7361: result: none required
# configure:7373: checking for library containing atanh
# configure:7404: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:92:6: warning: conflicting types for built-in function 'atanh' [enabled by default]
# char atanh ();
# ^
# configure:7404: $? = 0
# configure:7421: result: none required
# configure:7433: checking for library containing floor
# configure:7464: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:93:6: warning: conflicting types for built-in function 'floor' [enabled by default]
# char floor ();
# ^
# configure:7464: $? = 0
# configure:7481: result: none required
# configure:7493: checking for library containing ceil
# configure:7524: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:94:6: warning: conflicting types for built-in function 'ceil' [enabled by default]
# char ceil ();
# ^
# configure:7524: $? = 0
# configure:7541: result: none required
# configure:7553: checking for library containing fabs
# configure:7584: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:95:6: warning: conflicting types for built-in function 'fabs' [enabled by default]
# char fabs ();
# ^
# configure:7584: $? = 0
# configure:7601: result: none required
# configure:7613: checking for library containing erf
# configure:7644: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:96:6: warning: conflicting types for built-in function 'erf' [enabled by default]
# char erf ();
# ^
# configure:7644: $? = 0
# configure:7661: result: none required
# configure:7673: checking for library containing erfc
# configure:7704: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:97:6: warning: conflicting types for built-in function 'erfc' [enabled by default]
# char erfc ();
# ^
# configure:7704: $? = 0
# configure:7721: result: none required
# configure:7733: checking for library containing j0
# configure:7764: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:98:6: warning: conflicting types for built-in function 'j0' [enabled by default]
# char j0 ();
# ^
# configure:7764: $? = 0
# configure:7781: result: none required
# configure:7793: checking for library containing j1
# configure:7824: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:99:6: warning: conflicting types for built-in function 'j1' [enabled by default]
# char j1 ();
# ^
# configure:7824: $? = 0
# configure:7841: result: none required
# configure:7853: checking for library containing y0
# configure:7884: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:100:6: warning: conflicting types for built-in function 'y0' [enabled by default]
# char y0 ();
# ^
# configure:7884: $? = 0
# configure:7901: result: none required
# configure:7913: checking for library containing y1
# configure:7944: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:101:6: warning: conflicting types for built-in function 'y1' [enabled by default]
# char y1 ();
# ^
# configure:7944: $? = 0
# configure:7961: result: none required
# configure:7974: checking whether sighandlers must be reinstalled
# configure:8042: result: yes
# configure:8065: checking for aspell
# configure:8093: result: ispell
# configure:8212: checking that generated files are newer than configure
# configure:8218: result: done
# configure:8245: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by joe config.status 4.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 2bf014ed9c45
#
# config.status:1020: creating Makefile
# config.status:1020: creating joe/Makefile
# config.status:1020: creating rc/Makefile
# config.status:1020: creating man/Makefile
# config.status:1020: creating man/ru/Makefile
# config.status:1020: creating syntax/Makefile
# config.status:1020: creating po/Makefile
# config.status:1020: creating charmaps/klingon
# config.status:1020: creating syntax/4gl.jsf
# config.status:1020: creating syntax/ada.jsf
# config.status:1020: creating syntax/ant.jsf
# config.status:1020: creating syntax/asm.jsf
# config.status:1020: creating syntax/awk.jsf
# config.status:1020: creating syntax/batch.jsf
# config.status:1020: creating syntax/c.jsf
# config.status:1020: creating syntax/cobol.jsf
# config.status:1020: creating syntax/comment_todo.jsf
# config.status:1020: creating syntax/conf.jsf
# config.status:1020: creating syntax/csharp.jsf
# config.status:1020: creating syntax/csh.jsf
# config.status:1020: creating syntax/css.jsf
# config.status:1020: creating syntax/debian.jsf
# config.status:1020: creating syntax/diff.jsf
# config.status:1020: creating syntax/elixir.jsf
# config.status:1020: creating syntax/erb.jsf
# config.status:1020: creating syntax/erlang.jsf
# config.status:1020: creating syntax/fortran.jsf
# config.status:1020: creating syntax/git-commit.jsf
# config.status:1020: creating syntax/go.jsf
# config.status:1020: creating syntax/haml.jsf
# config.status:1020: creating syntax/haskell.jsf
# config.status:1020: creating syntax/html.jsf
# config.status:1020: creating syntax/htmlerb.jsf
# config.status:1020: creating syntax/ini.jsf
# config.status:1020: creating syntax/iptables.jsf
# config.status:1020: creating syntax/java.jsf
# config.status:1020: creating syntax/joerc.jsf
# config.status:1020: creating syntax/js.jsf
# config.status:1020: creating syntax/jsf_check.jsf
# config.status:1020: creating syntax/jsf.jsf
# config.status:1020: creating syntax/json.jsf
# config.status:1020: creating syntax/lisp.jsf
# config.status:1020: creating syntax/lua.jsf
# config.status:1020: creating syntax/m4.jsf
# config.status:1020: creating syntax/mail.jsf
# config.status:1020: creating syntax/mason.jsf
# config.status:1020: creating syntax/matlab.jsf
# config.status:1020: creating syntax/md.jsf
# config.status:1020: creating syntax/ocaml.jsf
# config.status:1020: creating syntax/pascal.jsf
# config.status:1020: creating syntax/perl.jsf
# config.status:1020: creating syntax/php.jsf
# config.status:1020: creating syntax/powershell.jsf
# config.status:1020: creating syntax/prolog.jsf
# config.status:1020: creating syntax/properties.jsf
# config.status:1020: creating syntax/ps.jsf
# config.status:1020: creating syntax/puppet.jsf
# config.status:1020: creating syntax/python.jsf
# config.status:1020: creating syntax/rexx.jsf
# config.status:1020: creating syntax/ruby.jsf
# config.status:1020: creating syntax/sed.jsf
# config.status:1020: creating syntax/sh.jsf
# config.status:1020: creating syntax/sieve.jsf
# config.status:1020: creating syntax/skill.jsf
# config.status:1020: creating syntax/sml.jsf
# config.status:1020: creating syntax/spec.jsf
# config.status:1020: creating syntax/sql.jsf
# config.status:1020: creating syntax/tcl.jsf
# config.status:1020: creating syntax/tex.jsf
# config.status:1020: creating syntax/troff.jsf
# config.status:1020: creating syntax/typescript.jsf
# config.status:1020: creating syntax/verilog.jsf
# config.status:1020: creating syntax/vhdl.jsf
# config.status:1020: creating syntax/whitespace.jsf
# config.status:1020: creating syntax/xml.jsf
# config.status:1020: creating syntax/yaml.jsf
# config.status:1020: creating syntax/filename.jsf
# config.status:1020: creating joe/autoconf.h
# config.status:1249: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=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_alarm=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getwd=no
# ac_cv_func_isblank=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=no
# ac_cv_func_lstat_empty_string_bug=yes
# ac_cv_func_mkdir=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_putenv=yes
# ac_cv_func_setitimer=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_siginterrupt=yes
# ac_cv_func_sigprocmask=yes
# ac_cv_func_sigvec=no
# ac_cv_func_stat_empty_string_bug=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_utime=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_header_curses_h=no
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_libutil_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_paths_h=yes
# ac_cv_header_pty_h=no
# ac_cv_header_pwd_h=yes
# ac_cv_header_selinux_context_h=no
# ac_cv_header_selinux_selinux_h=no
# ac_cv_header_sgtty_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_sys_dirent_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_utime_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_term_h=no
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_SPELL=ispell
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_acos='none required'
# ac_cv_search_acosh='none required'
# ac_cv_search_asin='none required'
# ac_cv_search_asinh='none required'
# ac_cv_search_atan='none required'
# ac_cv_search_atanh='none required'
# ac_cv_search_cbrt='none required'
# ac_cv_search_ceil='none required'
# ac_cv_search_cos='none required'
# ac_cv_search_cosh='none required'
# ac_cv_search_erf='none required'
# ac_cv_search_erfc='none required'
# ac_cv_search_exp='none required'
# ac_cv_search_fabs='none required'
# ac_cv_search_floor='none required'
# ac_cv_search_j0='none required'
# ac_cv_search_j1='none required'
# ac_cv_search_log10='none required'
# ac_cv_search_log='none required'
# ac_cv_search_login_tty=no
# ac_cv_search_opendir='none required'
# ac_cv_search_openpty=no
# ac_cv_search_sin=-lm
# ac_cv_search_sinh='none required'
# ac_cv_search_snprintf='none required'
# ac_cv_search_sqrt='none required'
# ac_cv_search_tan='none required'
# ac_cv_search_tanh='none required'
# ac_cv_search_tgetflag=no
# ac_cv_search_y0='none required'
# ac_cv_search_y1='none required'
# ac_cv_sizeof_char=1
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=4
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_off_t=4
# ac_cv_sizeof_short=2
# ac_cv_sizeof_void_p=4
# ac_cv_sys_file_offset_bits=unknown
# ac_cv_sys_large_files=unknown
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_posix_termios=yes
# ac_cv_sys_tiocgwinsz_in_termios_h=yes
# ac_cv_target=arm-unknown-linux-androideabi
# ac_cv_type_long_long=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_sighandler_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# joe_cv_isblank=no
# joe_cv_reinstall_sighandlers=yes
# joe_cv_setpgrp_void=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/joe/src/joe-4.0/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/joe/src/joe-4.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/joe/src/joe-4.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/joe/src/joe-4.0/missing automake-1.14'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o'
# LIBS='-lm '
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/joe/src/joe-4.0/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='joe'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='joe'
# PACKAGE_STRING='joe 4.0'
# PACKAGE_TARNAME='joe'
# PACKAGE_URL=''
# PACKAGE_VERSION='4.0'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# SPELL='ispell'
# STRIP='arm-linux-androideabi-strip'
# VERSION='4.0'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/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'
# install_sh='${SHELL} /tmp/joe/src/joe-4.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='$(MKDIR_P)'
# 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='arm-unknown-linux-androideabi'
# target_alias=''
# target_cpu='arm'
# target_os='linux-androideabi'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "joe"
# #define PACKAGE_TARNAME "joe"
# #define PACKAGE_VERSION "4.0"
# #define PACKAGE_STRING "joe 4.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "joe"
# #define VERSION "4.0"
# #define HAVE_SNPRINTF 1
# #define HAVE_DIRENT_H 1
# #define HAVE_POSIX_TERMIOS 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_SGTTY_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_PWD_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_UTMP_H 1
# #define HAVE_SYS_UTIME_H 1
# #define PROTOTYPES 1
# #define __PROTOTYPES 1
# #define HAVE_LONG_LONG 1
# #define SIZEOF_CHAR 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 4
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_VOID_P 4
# #define HAVE_SIGHANDLER_T 1
# #define HAVE_LSTAT_EMPTY_STRING_BUG 1
# #define SETPGRP_VOID 1
# #define SIZEOF_OFF_T 4
# #define RETSIGTYPE void
# #define HAVE_STAT_EMPTY_STRING_BUG 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_GETCWD 1
# #define HAVE_ISBLANK 1
# #define HAVE_ALARM 1
# #define HAVE_MKDIR 1
# #define HAVE_MKSTEMP 1
# #define HAVE_PUTENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_UTIME 1
# #define HAVE_SETPGID 1
# #define HAVE_SETITIMER 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGINTERRUPT 1
# #define HAVE_SIGPROCMASK 1
# #define HAVE_SIN 1
# #define HAVE_COS 1
# #define HAVE_TAN 1
# #define HAVE_EXP 1
# #define HAVE_SQRT 1
# #define HAVE_CBRT 1
# #define HAVE_LOG 1
# #define HAVE_LOG10 1
# #define HAVE_ASIN 1
# #define HAVE_ACOS 1
# #define HAVE_ATAN 1
# #define HAVE_SINH 1
# #define HAVE_COSH 1
# #define HAVE_TANH 1
# #define HAVE_ASINH 1
# #define HAVE_ACOSH 1
# #define HAVE_ATANH 1
# #define HAVE_FLOOR 1
# #define HAVE_CEIL 1
# #define HAVE_FABS 1
# #define HAVE_ERF 1
# #define HAVE_ERFC 1
# #define HAVE_J0 1
# #define HAVE_J1 1
# #define HAVE_Y0 1
# #define HAVE_Y1 1
# #define NEED_TO_REINSTALL_SIGNAL 1
#
# configure: exit 0