Build of swig with android toolchain

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

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

SLOCLanguage
57,901 cpp
37,628 ansic
11,026 java
8,544 python
7,193 makefile
6,999 cs
5,649 yacc
5,183 sh
4,680 ruby
3,461 perl
1,880 php
1,827 lisp
1,068 tcl
747 ml
153,786 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: swig 3.0.10-1 (Tue Apr 4 21:55:41 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 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 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 whether we are using the GNU C++ compiler... yes
# checking whether arm-linux-androideabi-g++ accepts -g... yes
# checking dependency style of arm-linux-androideabi-g++... gcc3
# checking maximum warning verbosity option... -Wall -W -ansi -pedantic for C++ -Wall -W -ansi -pedantic for C
# 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 for ANSI C header files... yes
# checking for popen... yes
# checking whether to enable PCRE support... yes
# checking whether to use local PCRE... no
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for pcre-config... /usr/sbin/pcre-config
# checking whether to enable ccache-swig... yes
#
# Checking packages required for SWIG developers.
# Note : None of the following packages are required for users to compile and install SWIG from the distributed tarball
#
# checking for bison... bison -y
#
# Checking for installed target languages and other information in order to compile and run
# the examples and test-suite invoked by 'make check'.
# Note : None of the following packages are required for users to compile and install SWIG from the distributed tarball
#
# checking for boostlib >= 1.20.0... configure: We could not detect the boost libraries (version 1.20 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation.
# configure: ISYSTEM: -isystem
# checking SO... .so
# checking LDSHARED... gcc -shared
# checking CXXSHARED... gcc -shared
# checking TRYLINKINGWITHCXX... CXXSHARED= arm-linux-androideabi-g++ -shared
# checking CCSHARED... -fpic
# checking RPATH... -Xlinker -rpath $(exec_prefix)/lib -Xlinker -rpath .
# checking LINKFORSHARED... -Xlinker -export-dynamic
# checking PLATCFLAGS...
# checking whether to enable C++11 testing... no
# checking for dlopen in -ldl... no
# checking for shl_load in -ldld... no
# checking for library containing t_open... no
# checking for library containing gethostbyname... no
# checking for library containing socket... no
# checking for swill_init in -lswill... no
# checking for main in -lieee... no
# checking for crypt in -lcrypt... no
# checking for pkg-config... pkg-config
# checking for Tcl configuration... no
# checking for Tcl header files... not found
# checking for Tcl library... not found
# checking for python... python
# checking for python major version number... 2
# checking for Python os.name... posix
# checking for Python prefix... /sysroot
# checking for Python exec-prefix... /sysroot
# checking for Python version... python2.7
# checking for Python lib dir... lib
# checking for Python header files... -I/sysroot/include/python2.7 -I/sysroot/lib/python2.7/config
# checking for Python library directory... /sysroot/lib/python2.7/config
# checking for Python library... -lpython2.7
# checking for python3... python3
# checking for python3-config... python3-config
# checking for python3 major version number... 3
# checking for Python 3.x os.name... posix
# checking for Python 3.x prefix... /usr
# checking for Python 3.x exec-prefix... /usr
# checking for Python 3.x version... python3.5
# checking for Python 3.x lib dir... lib
# checking for Python 3.x header files... -I/usr/include/python3.5m -I/usr/include/python3.5m
# checking for Python 3.x library directory... Not found
# checking for Python 3.x library... -lpython3.5
# checking for pep8... no
# checking for perl... perl
# checking for Perl5 header files... /usr/lib/perl5/core_perl/CORE
# checking for Perl5 library... perl
# checking for Perl5 ccflags... -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -isystem /usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
# checking for Perl5 ccdlflags... -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE
# checking for Perl5 cccdlflags... -fPIC
# checking for Perl5 ldflags... -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib
# checking for Perl5 Test::More module... found
# checking for octave... no
# checking for scilab... no
# checking for java JDK... no (JAVA_HOME is not defined)
# checking for java... java
# checking for javac... javac
# checking for java include file jni.h... -I"/usr/lib/jvm/java-7-openjdk/include"
# checking for java include file jni_md.h... -I"/usr/lib/jvm/java-7-openjdk/include/linux"
# checking for nodejs... no
# checking for node... no
# checking for JavaScriptCore/JavaScript.h... not found
# checking for JavaScriptCore/Webkit library... not found
# checking for V8 Javascript v8.h... not found
# checking for V8 Javascript library... not found
# checking for gcj... no
# checking for gcjh... no
# checking for android... no
# checking for adb... no
# checking for ant... no
# checking for ndk-build... no
# checking for guile-config... /usr/sbin/guile-config
# checking for guile bindir...
# checking for guile... /usr/sbin/guile
# checking for guile version... 2.0
# checking for guile version >= 1.8... yes
# checking for guile compile flags... -pthread -I/usr/include/guile/2.0
# checking for guile link flags... -lguile-2.0 -lgc
# checking for mzscheme... no
# checking for mzc... no
# checking for ruby... ruby
# checking for Ruby header files... -I/usr/include/ruby-2.3.0 -I/usr/include/ruby-2.3.0/x86_64-linux
# checking for Ruby library... -lruby in /usr/lib
# checking for php5... no
# checking for php... no
# checking for PHP header files... could not find -config or obtain PHP version from it
# checking for Ocaml DL load generator... checking for ocamldlgen... no
# checking for Ocaml package tool... checking for ocamlfind... no
# checking for Ocaml compiler... checking for ocamlc... ocamlc
# checking for Ocaml toplevel creator... checking for ocamlmktop... ocamlmktop
# checking for Ocaml Pre-Processor-Pretty-Printer... checking for camlp4... no
# checking for pike... no
# checking for pike7.8... no
# checking for pike7.6... no
# checking for pike7.4... no
# checking for pike7.2... no
# checking for chicken... no
# checking for csc... no
# checking for csi... no
# checking for mono-csc... no
# checking for gmcs... no
# checking for mcs... mcs
# checking for mono... mono
# checking for lua5.4... no
# checking for lua5.3... no
# checking for lua5.2... no
# checking for lua5.1... no
# checking for lua... no
# checking for alisp... no
# checking for clisp... no
# checking for R... /usr/sbin/R
# checking for go... no
# checking for gccgo... no
# checking for dmd... no
# checking for ldmd... no
# checking for gdmd... no
# checking for dmd... no
# checking for gdmd... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating swig.spec
# config.status: creating Examples/Makefile
# config.status: creating Examples/d/example.mk
# config.status: creating Examples/xml/Makefile
# config.status: creating Examples/test-suite/errors/Makefile
# config.status: creating Examples/test-suite/chicken/Makefile
# config.status: creating Examples/test-suite/csharp/Makefile
# config.status: creating Examples/test-suite/d/Makefile
# config.status: creating Examples/test-suite/guile/Makefile
# config.status: creating Examples/test-suite/java/Makefile
# config.status: creating Examples/test-suite/javascript/Makefile
# config.status: creating Examples/test-suite/mzscheme/Makefile
# config.status: creating Examples/test-suite/ocaml/Makefile
# config.status: creating Examples/test-suite/octave/Makefile
# config.status: creating Examples/test-suite/perl5/Makefile
# config.status: creating Examples/test-suite/php/Makefile
# config.status: creating Examples/test-suite/pike/Makefile
# config.status: creating Examples/test-suite/python/Makefile
# config.status: creating Examples/test-suite/ruby/Makefile
# config.status: creating Examples/test-suite/scilab/Makefile
# config.status: creating Examples/test-suite/tcl/Makefile
# config.status: creating Examples/test-suite/lua/Makefile
# config.status: creating Examples/test-suite/allegrocl/Makefile
# config.status: creating Examples/test-suite/clisp/Makefile
# config.status: creating Examples/test-suite/cffi/Makefile
# config.status: creating Examples/test-suite/uffi/Makefile
# config.status: creating Examples/test-suite/r/Makefile
# config.status: creating Examples/test-suite/go/Makefile
# config.status: creating Source/Makefile
# config.status: creating Tools/javascript/Makefile
# config.status: creating preinst-swig
# config.status: creating CCache/ccache_swig_config.h
# config.status: creating Source/Include/swigconfig.h
# config.status: executing depfiles commands
# config.status: executing Examples commands
# === configuring in CCache (/tmp/swig/src/swig-3.0.10/CCache)
# configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=.
# configure: Configuring ccache
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking whether time.h and sys/time.h may both be included... yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking for strings.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for realpath... yes
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking for vasprintf... yes
# checking for asprintf... yes
# checking for mkstemp... yes
# checking for gethostname... yes
# checking for getpwuid... yes
# checking for utimes... yes
# checking for compar_fn_t in stdlib.h... no
# checking for C99 vsnprintf... cross
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for gzdopen in -lz... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
#
# The SWIG test-suite and examples are configured for the following languages:
# csharp guile java ocaml perl5 python r ruby
#
# test -z "1" || (cd CCache && make)
# make[1]: Entering directory '/tmp/swig/src/swig-3.0.10/CCache'
# arm-linux-androideabi-gcc -Wall -W -I. -c -o ccache.o ccache.c
# arm-linux-androideabi-gcc -Wall -W -I. -c -o mdfour.o mdfour.c
# arm-linux-androideabi-gcc -Wall -W -I. -c -o hash.o hash.c
# make[1]: Entering directory '/tmp/swig/src/swig-3.0.10/Source'
# make all-am
# make[2]: Entering directory '/tmp/swig/src/swig-3.0.10/Source'
# arm-linux-androideabi-gcc -Wall -W -I. -c -o execute.o execute.c
# depbase=`echo CParse/cscanner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT CParse/cscanner.o -MD -MP -MF $depbase.Tpo -c -o CParse/cscanner.o CParse/cscanner.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo CParse/parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT CParse/parser.o -MD -MP -MF $depbase.Tpo -c -o CParse/parser.o CParse/parser.c &&\
# mv -f $depbase.Tpo $depbase.Po
# arm-linux-androideabi-gcc -Wall -W -I. -c -o util.o util.c
# arm-linux-androideabi-gcc -Wall -W -I. -c -o args.o args.c
# depbase=`echo CParse/templ.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT CParse/templ.o -MD -MP -MF $depbase.Tpo -c -o CParse/templ.o CParse/templ.c &&\
# mv -f $depbase.Tpo $depbase.Po
# arm-linux-androideabi-gcc -Wall -W -I. -c -o stats.o stats.c
# arm-linux-androideabi-gcc -Wall -W -I. -c -o cleanup.o cleanup.c
# depbase=`echo CParse/util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT CParse/util.o -MD -MP -MF $depbase.Tpo -c -o CParse/util.o CParse/util.c &&\
# mv -f $depbase.Tpo $depbase.Po
# arm-linux-androideabi-gcc -Wall -W -I. -c -o snprintf.o snprintf.c
# depbase=`echo DOH/base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT DOH/base.o -MD -MP -MF $depbase.Tpo -c -o DOH/base.o DOH/base.c &&\
# mv -f $depbase.Tpo $depbase.Po
# arm-linux-androideabi-gcc -Wall -W -I. -c -o unify.o unify.c
# depbase=`echo DOH/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT DOH/file.o -MD -MP -MF $depbase.Tpo -c -o DOH/file.o DOH/file.c &&\
# mv -f $depbase.Tpo $depbase.Po
# arm-linux-androideabi-gcc -Wall -W -I. -o ccache-swig ccache.o mdfour.o hash.o execute.o util.o args.o stats.o cleanup.o snprintf.o unify.o -lz
# make[1]: Leaving directory '/tmp/swig/src/swig-3.0.10/CCache'
# depbase=`echo DOH/fio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT DOH/fio.o -MD -MP -MF $depbase.Tpo -c -o DOH/fio.o DOH/fio.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo DOH/hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT DOH/hash.o -MD -MP -MF $depbase.Tpo -c -o DOH/hash.o DOH/hash.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo DOH/list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT DOH/list.o -MD -MP -MF $depbase.Tpo -c -o DOH/list.o DOH/list.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo DOH/memory.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT DOH/memory.o -MD -MP -MF $depbase.Tpo -c -o DOH/memory.o DOH/memory.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo DOH/string.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT DOH/string.o -MD -MP -MF $depbase.Tpo -c -o DOH/string.o DOH/string.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo DOH/void.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT DOH/void.o -MD -MP -MF $depbase.Tpo -c -o DOH/void.o DOH/void.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/allegrocl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/allegrocl.o -MD -MP -MF $depbase.Tpo -c -o Modules/allegrocl.o Modules/allegrocl.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/allocate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/allocate.o -MD -MP -MF $depbase.Tpo -c -o Modules/allocate.o Modules/allocate.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/browser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/browser.o -MD -MP -MF $depbase.Tpo -c -o Modules/browser.o Modules/browser.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/cffi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/cffi.o -MD -MP -MF $depbase.Tpo -c -o Modules/cffi.o Modules/cffi.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/chicken.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/chicken.o -MD -MP -MF $depbase.Tpo -c -o Modules/chicken.o Modules/chicken.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/clisp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/clisp.o -MD -MP -MF $depbase.Tpo -c -o Modules/clisp.o Modules/clisp.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/contract.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/contract.o -MD -MP -MF $depbase.Tpo -c -o Modules/contract.o Modules/contract.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/csharp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/csharp.o -MD -MP -MF $depbase.Tpo -c -o Modules/csharp.o Modules/csharp.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/d.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/d.o -MD -MP -MF $depbase.Tpo -c -o Modules/d.o Modules/d.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/directors.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/directors.o -MD -MP -MF $depbase.Tpo -c -o Modules/directors.o Modules/directors.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/emit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/emit.o -MD -MP -MF $depbase.Tpo -c -o Modules/emit.o Modules/emit.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/go.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/go.o -MD -MP -MF $depbase.Tpo -c -o Modules/go.o Modules/go.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/guile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/guile.o -MD -MP -MF $depbase.Tpo -c -o Modules/guile.o Modules/guile.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/interface.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/interface.o -MD -MP -MF $depbase.Tpo -c -o Modules/interface.o Modules/interface.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/java.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/java.o -MD -MP -MF $depbase.Tpo -c -o Modules/java.o Modules/java.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/javascript.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/javascript.o -MD -MP -MF $depbase.Tpo -c -o Modules/javascript.o Modules/javascript.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/lang.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/lang.o -MD -MP -MF $depbase.Tpo -c -o Modules/lang.o Modules/lang.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/lua.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/lua.o -MD -MP -MF $depbase.Tpo -c -o Modules/lua.o Modules/lua.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/main.o -MD -MP -MF $depbase.Tpo -c -o Modules/main.o Modules/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/modula3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/modula3.o -MD -MP -MF $depbase.Tpo -c -o Modules/modula3.o Modules/modula3.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/module.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/module.o -MD -MP -MF $depbase.Tpo -c -o Modules/module.o Modules/module.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/mzscheme.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/mzscheme.o -MD -MP -MF $depbase.Tpo -c -o Modules/mzscheme.o Modules/mzscheme.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/nested.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/nested.o -MD -MP -MF $depbase.Tpo -c -o Modules/nested.o Modules/nested.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/ocaml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/ocaml.o -MD -MP -MF $depbase.Tpo -c -o Modules/ocaml.o Modules/ocaml.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/octave.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/octave.o -MD -MP -MF $depbase.Tpo -c -o Modules/octave.o Modules/octave.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/overload.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/overload.o -MD -MP -MF $depbase.Tpo -c -o Modules/overload.o Modules/overload.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/perl5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/perl5.o -MD -MP -MF $depbase.Tpo -c -o Modules/perl5.o Modules/perl5.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/php.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/php.o -MD -MP -MF $depbase.Tpo -c -o Modules/php.o Modules/php.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/pike.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/pike.o -MD -MP -MF $depbase.Tpo -c -o Modules/pike.o Modules/pike.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/python.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/python.o -MD -MP -MF $depbase.Tpo -c -o Modules/python.o Modules/python.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/r.o -MD -MP -MF $depbase.Tpo -c -o Modules/r.o Modules/r.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/ruby.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/ruby.o -MD -MP -MF $depbase.Tpo -c -o Modules/ruby.o Modules/ruby.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/s-exp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/s-exp.o -MD -MP -MF $depbase.Tpo -c -o Modules/s-exp.o Modules/s-exp.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/scilab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/scilab.o -MD -MP -MF $depbase.Tpo -c -o Modules/scilab.o Modules/scilab.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/swigmain.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/swigmain.o -MD -MP -MF $depbase.Tpo -c -o Modules/swigmain.o Modules/swigmain.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/tcl8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/tcl8.o -MD -MP -MF $depbase.Tpo -c -o Modules/tcl8.o Modules/tcl8.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/typepass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/typepass.o -MD -MP -MF $depbase.Tpo -c -o Modules/typepass.o Modules/typepass.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/uffi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/uffi.o -MD -MP -MF $depbase.Tpo -c -o Modules/uffi.o Modules/uffi.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/utils.o -MD -MP -MF $depbase.Tpo -c -o Modules/utils.o Modules/utils.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Modules/xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Modules/xml.o -MD -MP -MF $depbase.Tpo -c -o Modules/xml.o Modules/xml.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Preprocessor/cpp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Preprocessor/cpp.o -MD -MP -MF $depbase.Tpo -c -o Preprocessor/cpp.o Preprocessor/cpp.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Preprocessor/expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Preprocessor/expr.o -MD -MP -MF $depbase.Tpo -c -o Preprocessor/expr.o Preprocessor/expr.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/cwrap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/cwrap.o -MD -MP -MF $depbase.Tpo -c -o Swig/cwrap.o Swig/cwrap.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/deprecate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/deprecate.o -MD -MP -MF $depbase.Tpo -c -o Swig/deprecate.o Swig/deprecate.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/error.o -MD -MP -MF $depbase.Tpo -c -o Swig/error.o Swig/error.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/extend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/extend.o -MD -MP -MF $depbase.Tpo -c -o Swig/extend.o Swig/extend.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/fragment.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/fragment.o -MD -MP -MF $depbase.Tpo -c -o Swig/fragment.o Swig/fragment.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/getopt.o -MD -MP -MF $depbase.Tpo -c -o Swig/getopt.o Swig/getopt.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/include.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/include.o -MD -MP -MF $depbase.Tpo -c -o Swig/include.o Swig/include.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/misc.o -MD -MP -MF $depbase.Tpo -c -o Swig/misc.o Swig/misc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Swig/naming.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -Wall -W -ansi -pedantic -MT Swig/naming.o -MD -MP -MF $depbase.Tpo -c -o Swig/naming.o Swig/naming.c &&\
# mv -f $depbase.Tpo $depbase.Po
# Swig/misc.c:1272:18: fatal error: pcre.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[2]: *** [Makefile:955: Swig/misc.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# Swig/naming.c:1083:18: fatal error: pcre.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[2]: *** [Makefile:955: Swig/naming.o] Error 1
# make[2]: Leaving directory '/tmp/swig/src/swig-3.0.10/Source'
# make[1]: *** [Makefile:619: all] Error 2
# make[1]: Leaving directory '/tmp/swig/src/swig-3.0.10/Source'
# make: *** [Makefile:37: source] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/swig/src/swig-3.0.10/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 swig configure 3.0.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0ccc8fef6b43
# 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:2824: checking build system type
# configure:2838: result: x86_64-unknown-linux-gnu
# configure:2858: checking host system type
# configure:2871: result: arm-unknown-linux-androideabi
# configure:2907: checking for a BSD-compatible install
# configure:2975: result: /usr/bin/install -c
# configure:2986: checking whether build environment is sane
# configure:3041: result: yes
# configure:3100: checking for arm-linux-androideabi-strip
# configure:3116: found /sysroot/bin/arm-linux-androideabi-strip
# configure:3127: result: arm-linux-androideabi-strip
# configure:3192: checking for a thread-safe mkdir -p
# configure:3231: result: /usr/sbin/mkdir -p
# configure:3238: checking for gawk
# configure:3254: found /usr/sbin/gawk
# configure:3265: result: gawk
# configure:3276: checking whether make sets $(MAKE)
# configure:3298: result: yes
# configure:3327: checking whether make supports nested variables
# configure:3344: result: yes
# configure:3481: checking for arm-linux-androideabi-gcc
# configure:3508: result: arm-linux-androideabi-gcc
# configure:3777: checking for C compiler version
# configure:3786: 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:3797: $? = 0
# configure:3786: 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:3797: $? = 0
# configure:3786: 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:3797: $? = 1
# configure:3786: 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:3797: $? = 1
# configure:3817: checking whether the C compiler works
# configure:3839: arm-linux-androideabi-gcc conftest.c >&5
# configure:3843: $? = 0
# configure:3891: result: yes
# configure:3894: checking for C compiler default output file name
# configure:3896: result: a.out
# configure:3902: checking for suffix of executables
# configure:3909: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3913: $? = 0
# configure:3935: result:
# configure:3957: checking whether we are cross compiling
# configure:3995: result: yes
# configure:4000: checking for suffix of object files
# configure:4022: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4026: $? = 0
# configure:4047: result: o
# configure:4051: checking whether we are using the GNU C compiler
# configure:4070: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4070: $? = 0
# configure:4079: result: yes
# configure:4088: checking whether arm-linux-androideabi-gcc accepts -g
# configure:4108: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:4108: $? = 0
# configure:4149: result: yes
# configure:4166: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:4229: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4229: $? = 0
# configure:4242: result: none needed
# configure:4267: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:4289: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4292: $? = 0
# configure:4289: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4292: $? = 0
# configure:4304: result: yes
# configure:4332: checking for style of include used by make
# configure:4360: result: GNU
# configure:4386: checking dependency style of arm-linux-androideabi-gcc
# configure:4497: result: gcc3
# configure:4624: checking for C++ compiler version
# configure:4633: arm-linux-androideabi-g++ --version >&5
# arm-linux-androideabi-g++ (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:4644: $? = 0
# configure:4633: arm-linux-androideabi-g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-g++
# 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:4644: $? = 0
# configure:4633: arm-linux-androideabi-g++ -V >&5
# arm-linux-androideabi-g++: error: unrecognized command line option '-V'
# arm-linux-androideabi-g++: fatal error: no input files
# compilation terminated.
# configure:4644: $? = 1
# configure:4633: arm-linux-androideabi-g++ -qversion >&5
# arm-linux-androideabi-g++: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-g++: fatal error: no input files
# compilation terminated.
# configure:4644: $? = 1
# configure:4648: checking whether we are using the GNU C++ compiler
# configure:4667: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:4667: $? = 0
# configure:4676: result: yes
# configure:4685: checking whether arm-linux-androideabi-g++ accepts -g
# configure:4705: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:4705: $? = 0
# configure:4746: result: yes
# configure:4771: checking dependency style of arm-linux-androideabi-g++
# configure:4882: result: gcc3
# configure:4902: checking maximum warning verbosity option
# configure:4940: result: -Wall -W -ansi -pedantic for C++ -Wall -W -ansi -pedantic for C
# configure:4963: checking how to run the C preprocessor
# configure:4994: arm-linux-androideabi-gcc -E conftest.c
# configure:4994: $? = 0
# configure:5008: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5008: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | /* end confdefs.h. */
# | #include
# configure:5033: result: arm-linux-androideabi-gcc -E
# configure:5053: arm-linux-androideabi-gcc -E conftest.c
# configure:5053: $? = 0
# configure:5067: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5067: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | /* end confdefs.h. */
# | #include
# configure:5096: checking for grep that handles long lines and -e
# configure:5154: result: /usr/sbin/grep
# configure:5159: checking for egrep
# configure:5221: result: /usr/sbin/grep -E
# configure:5226: checking for ANSI C header files
# configure:5246: arm-linux-androideabi-gcc -c -Wall -W -ansi -pedantic conftest.c >&5
# configure:5246: $? = 0
# configure:5330: result: yes
# configure:5349: checking for popen
# configure:5349: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c >&5
# configure:5349: $? = 0
# configure:5349: result: yes
# configure:5373: checking whether to enable PCRE support
# configure:5375: result: yes
# configure:5379: checking whether to use local PCRE
# configure:5388: result: no
# configure:5391: checking for a sed that does not truncate output
# configure:5455: result: /usr/sbin/sed
# configure:5525: checking for pcre-config
# configure:5543: found /usr/sbin/pcre-config
# configure:5555: result: /usr/sbin/pcre-config
# configure:5725: checking whether to enable ccache-swig
# configure:5727: result: yes
# configure:5749: checking for bison
# configure:5765: found /usr/sbin/bison
# configure:5776: result: bison -y
# configure:5844: checking for boostlib >= 1.20.0
# configure:5927: arm-linux-androideabi-g++ -c -Wall -W -ansi -pedantic conftest.cpp >&5
# conftest.cpp:17:33: fatal error: boost/version.hpp: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | #if BOOST_VERSION >= 102000
# | // Everything is okay
# | #else
# | # error Boost version is too old
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:6042: arm-linux-androideabi-g++ -c -Wall -W -ansi -pedantic conftest.cpp >&5
# conftest.cpp:17:37: fatal error: boost/version.hpp: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6042: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | #if BOOST_VERSION >= 102000
# | // Everything is okay
# | #else
# | # error Boost version is too old
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:6061: We could not detect the boost libraries (version 1.20 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation.
# configure:6092: ISYSTEM: -isystem
# configure:6097: checking SO
# configure:6108: result: .so
# configure:6115: checking LDSHARED
# configure:6164: result: gcc -shared
# configure:6170: checking CXXSHARED
# configure:6176: result: gcc -shared
# configure:6180: checking TRYLINKINGWITHCXX
# configure:6205: result: CXXSHARED= arm-linux-androideabi-g++ -shared
# configure:6209: checking CCSHARED
# configure:6230: result: -fpic
# configure:6234: checking RPATH
# configure:6245: result: -Xlinker -rpath $(exec_prefix)/lib -Xlinker -rpath .
# configure:6251: checking LINKFORSHARED
# configure:6265: result: -Xlinker -export-dynamic
# configure:6269: checking PLATCFLAGS
# configure:6279: result:
# configure:6290: checking whether to enable C++11 testing
# configure:6292: result: no
# configure:6489: checking for dlopen in -ldl
# configure:6514: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -ldl -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# collect2: error: ld returned 1 exit status
# configure:6514: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 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 dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:6523: result: no
# configure:6534: checking for shl_load in -ldld
# configure:6559: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -ldld -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ldld
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# /tmp/ccEGBOPl.o:conftest.c:function main: error: undefined reference to 'shl_load'
# collect2: error: ld returned 1 exit status
# configure:6559: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 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 shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:6568: result: no
# configure:6580: checking for library containing t_open
# configure:6611: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# /tmp/cc0bDtVr.o:conftest.c:function main: error: undefined reference to 't_open'
# collect2: error: ld returned 1 exit status
# configure:6611: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 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 t_open ();
# | int
# | main ()
# | {
# | return t_open ();
# | ;
# | return 0;
# | }
# configure:6611: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -lnsl -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lnsl
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# /tmp/ccEBff3y.o:conftest.c:function main: error: undefined reference to 't_open'
# collect2: error: ld returned 1 exit status
# configure:6611: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 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 t_open ();
# | int
# | main ()
# | {
# | return t_open ();
# | ;
# | return 0;
# | }
# configure:6628: result: no
# configure:6636: checking for library containing gethostbyname
# configure:6667: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# collect2: error: ld returned 1 exit status
# configure:6667: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 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 gethostbyname ();
# | int
# | main ()
# | {
# | return gethostbyname ();
# | ;
# | return 0;
# | }
# configure:6667: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -linet -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -linet
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# collect2: error: ld returned 1 exit status
# configure:6667: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 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 gethostbyname ();
# | int
# | main ()
# | {
# | return gethostbyname ();
# | ;
# | return 0;
# | }
# configure:6684: result: no
# configure:6692: checking for library containing socket
# configure:6723: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# collect2: error: ld returned 1 exit status
# configure:6723: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:6723: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -lsocket -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsocket
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# collect2: error: ld returned 1 exit status
# configure:6723: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:6740: result: no
# configure:6749: checking for swill_init in -lswill
# configure:6774: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -lswill -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lswill
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# /tmp/ccsUWcHm.o:conftest.c:function main: error: undefined reference to 'swill_init'
# collect2: error: ld returned 1 exit status
# configure:6774: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 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 swill_init ();
# | int
# | main ()
# | {
# | return swill_init ();
# | ;
# | return 0;
# | }
# configure:6783: result: no
# configure:6805: checking for main in -lieee
# configure:6824: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -lieee -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lieee
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# collect2: error: ld returned 1 exit status
# configure:6824: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:6833: result: no
# configure:6839: checking for crypt in -lcrypt
# configure:6864: arm-linux-androideabi-gcc -o conftest -Wall -W -ansi -pedantic conftest.c -lcrypt -lpcre >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypt
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpcre
# /tmp/cc4k5nEg.o:conftest.c:function main: error: undefined reference to 'crypt'
# collect2: error: ld returned 1 exit status
# configure:6864: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 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 crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:6873: result: no
# configure:6915: checking for pkg-config
# configure:6931: found /usr/sbin/pkg-config
# configure:6942: result: pkg-config
# configure:7003: checking for Tcl configuration
# configure:7026: result: no
# configure:7052: checking for Tcl header files
# configure:7059: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:16:17: fatal error: tcl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7059: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "swig"
# | #define PACKAGE_TARNAME "swig"
# | #define PACKAGE_VERSION "3.0.10"
# | #define PACKAGE_STRING "swig 3.0.10"
# | #define PACKAGE_BUGREPORT "http://www.swig.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "swig"
# | #define VERSION "3.0.10"
# | #define SWIG_CXX "arm-linux-androideabi-g++"
# | #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# | #define STDC_HEADERS 1
# | #define HAVE_POPEN 1
# | #define HAVE_PCRE 1
# | /* end confdefs.h. */
# | #include
# configure:7077: result: not found
# configure:7085: checking for Tcl library
# configure:7098: result: not found
# configure:7160: checking for python
# configure:7176: found /sysroot/bin/python
# configure:7187: result: python
# configure:7204: checking for python major version number
# configure:7207: result: 2
# configure:7212: checking for Python os.name
# configure:7215: result: posix
# configure:7221: checking for Python prefix
# configure:7224: result: /sysroot
# configure:7226: checking for Python exec-prefix
# configure:7229: result: /sysroot
# configure:7260: checking for Python version
# configure:7266: result: python2.7
# configure:7271: checking for Python lib dir
# configure:7278: result: lib
# configure:7283: checking for Python header files
# configure:7293: result: -I/sysroot/include/python2.7 -I/sysroot/lib/python2.7/config
# configure:7297: checking for Python library directory
# configure:7314: result: /sysroot/lib/python2.7/config
# configure:7317: checking for Python library
# configure:7323: result: -lpython2.7
# configure:7379: checking for python3
# configure:7395: found /usr/sbin/python3
# configure:7406: result: python3
# configure:7422: checking for python3-config
# configure:7438: found /usr/sbin/python3-config
# configure:7449: result: python3-config
# configure:7513: checking for python3 major version number
# configure:7516: result: 3
# configure:7524: checking for Python 3.x os.name
# configure:7527: result: posix
# configure:7577: checking for Python 3.x prefix
# configure:7580: result: /usr
# configure:7582: checking for Python 3.x exec-prefix
# configure:7585: result: /usr
# configure:7591: checking for Python 3.x version
# configure:7597: result: python3.5
# configure:7602: checking for Python 3.x lib dir
# configure:7609: result: lib
# configure:7614: checking for Python 3.x header files
# configure:7617: result: -I/usr/include/python3.5m -I/usr/include/python3.5m
# configure:7621: checking for Python 3.x library directory
# configure:7631: result: Not found
# configure:7640: checking for Python 3.x library
# configure:7646: result: -lpython3.5
# configure:7669: checking for pep8
# configure:7699: result: no
# configure:7738: checking for perl
# configure:7754: found /usr/sbin/perl
# configure:7765: result: perl
# configure:7783: checking for Perl5 header files
# configure:7792: result: /usr/lib/perl5/core_perl/CORE
# configure:7804: checking for Perl5 library
# configure:7811: result: perl
# configure:7814: checking for Perl5 ccflags
# configure:7821: result: -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -isystem /usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
# configure:7824: checking for Perl5 ccdlflags
# configure:7831: result: -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE
# configure:7834: checking for Perl5 cccdlflags
# configure:7841: result: -fPIC
# configure:7844: checking for Perl5 ldflags
# configure:7851: result: -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib
# configure:7854: checking for Perl5 Test::More module
# configure:7861: result: found
# configure:7916: checking for octave
# configure:7949: result: no
# configure:8108: checking for scilab
# configure:8138: result: no
# configure:8278: checking for java JDK
# configure:8312: result: no (JAVA_HOME is not defined)
# configure:8324: checking for java
# configure:8340: found /usr/sbin/java
# configure:8351: result: java
# configure:8375: checking for javac
# configure:8391: found /usr/sbin/javac
# configure:8402: result: javac
# configure:8418: checking for java include file jni.h
# configure:8462: result: -I"/usr/lib/jvm/java-7-openjdk/include"
# configure:8465: checking for java include file jni_md.h
# configure:8473: result: -I"/usr/lib/jvm/java-7-openjdk/include/linux"
# configure:8598: checking for nodejs
# configure:8628: result: no
# configure:8598: checking for node
# configure:8628: result: no
# configure:8691: checking for JavaScriptCore/JavaScript.h
# configure:8731: result: not found
# configure:8746: checking for JavaScriptCore/Webkit library
# configure:8753: result: not found
# configure:8769: checking for V8 Javascript v8.h
# configure:8802: result: not found
# configure:8810: checking for V8 Javascript library
# configure:8831: result: not found
# configure:8902: checking for gcj
# configure:8932: result: no
# configure:8949: checking for gcjh
# configure:8979: result: no
# configure:9043: checking for android
# configure:9073: result: no
# configure:9090: checking for adb
# configure:9120: result: no
# configure:9137: checking for ant
# configure:9167: result: no
# configure:9184: checking for ndk-build
# configure:9214: result: no
# configure:9280: checking for guile-config
# configure:9298: found /usr/sbin/guile-config
# configure:9310: result: /usr/sbin/guile-config
# configure:9321: checking for guile bindir
# configure:9324: result:
# configure:9331: checking for guile
# configure:9349: found /usr/sbin/guile
# configure:9361: result: /usr/sbin/guile
# configure:9373: checking for guile version
# configure:9376: result: 2.0
# configure:9378: checking for guile version >= 1.8
# configure:9381: result: yes
# configure:9389: checking for guile compile flags
# configure:9392: result: -pthread -I/usr/include/guile/2.0
# configure:9397: checking for guile link flags
# configure:9400: result: -lguile-2.0 -lgc
# configure:9440: checking for mzscheme
# configure:9473: result: no
# configure:9485: checking for mzc
# configure:9518: result: no
# configure:9577: checking for ruby
# configure:9593: found /usr/sbin/ruby
# configure:9604: result: ruby
# configure:9619: checking for Ruby header files
# configure:9642: result: -I/usr/include/ruby-2.3.0 -I/usr/include/ruby-2.3.0/x86_64-linux
# configure:9653: checking for Ruby library
# configure:9702: result: -lruby in /usr/lib
# configure:9762: checking for php5
# configure:9792: result: no
# configure:9762: checking for php
# configure:9792: result: no
# configure:9804: checking for PHP header files
# configure:9825: result: could not find -config or obtain PHP version from it
# configure:9894: checking for Ocaml DL load generator
# configure:9901: checking for ocamldlgen
# configure:9931: result: no
# configure:9941: checking for Ocaml package tool
# configure:9948: checking for ocamlfind
# configure:9978: result: no
# configure:9988: checking for Ocaml compiler
# configure:9995: checking for ocamlc
# configure:10011: found /usr/sbin/ocamlc
# configure:10022: result: ocamlc
# configure:10035: checking for Ocaml toplevel creator
# configure:10042: checking for ocamlmktop
# configure:10058: found /usr/sbin/ocamlmktop
# configure:10069: result: ocamlmktop
# configure:10082: checking for Ocaml Pre-Processor-Pretty-Printer
# configure:10089: checking for camlp4
# configure:10119: result: no
# configure:10164: checking for pike
# configure:10194: result: no
# configure:10164: checking for pike7.8
# configure:10194: result: no
# configure:10164: checking for pike7.6
# configure:10194: result: no
# configure:10164: checking for pike7.4
# configure:10194: result: no
# configure:10164: checking for pike7.2
# configure:10194: result: no
# configure:10333: checking for chicken
# configure:10363: result: no
# configure:10389: checking for csc
# configure:10419: result: no
# configure:10456: checking for csi
# configure:10486: result: no
# configure:10722: checking for mono-csc
# configure:10752: result: no
# configure:10722: checking for gmcs
# configure:10752: result: no
# configure:10722: checking for mcs
# configure:10738: found /usr/sbin/mcs
# configure:10749: result: mcs
# configure:10833: checking for mono
# configure:10849: found /usr/sbin/mono
# configure:10860: result: mono
# configure:10981: checking for lua5.4
# configure:11014: result: no
# configure:10981: checking for lua5.3
# configure:11014: result: no
# configure:10981: checking for lua5.2
# configure:11014: result: no
# configure:10981: checking for lua5.1
# configure:11014: result: no
# configure:10981: checking for lua
# configure:11014: result: no
# configure:11260: checking for alisp
# configure:11293: result: no
# configure:11329: checking for clisp
# configure:11362: result: no
# configure:11398: checking for R
# configure:11416: found /usr/sbin/R
# configure:11428: result: /usr/sbin/R
# configure:11475: checking for go
# configure:11505: result: no
# configure:11581: checking for gccgo
# configure:11611: result: no
# configure:11740: checking for dmd
# configure:11770: result: no
# configure:11740: checking for ldmd
# configure:11770: result: no
# configure:11740: checking for gdmd
# configure:11770: result: no
# configure:11825: checking for dmd
# configure:11855: result: no
# configure:11825: checking for gdmd
# configure:11855: result: no
# configure:12340: checking that generated files are newer than configure
# configure:12346: result: done
# configure:12373: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by swig config.status 3.0.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0ccc8fef6b43
#
# config.status:1086: creating Makefile
# config.status:1086: creating swig.spec
# config.status:1086: creating Examples/Makefile
# config.status:1086: creating Examples/d/example.mk
# config.status:1086: creating Examples/xml/Makefile
# config.status:1086: creating Examples/test-suite/errors/Makefile
# config.status:1086: creating Examples/test-suite/chicken/Makefile
# config.status:1086: creating Examples/test-suite/csharp/Makefile
# config.status:1086: creating Examples/test-suite/d/Makefile
# config.status:1086: creating Examples/test-suite/guile/Makefile
# config.status:1086: creating Examples/test-suite/java/Makefile
# config.status:1086: creating Examples/test-suite/javascript/Makefile
# config.status:1086: creating Examples/test-suite/mzscheme/Makefile
# config.status:1086: creating Examples/test-suite/ocaml/Makefile
# config.status:1086: creating Examples/test-suite/octave/Makefile
# config.status:1086: creating Examples/test-suite/perl5/Makefile
# config.status:1086: creating Examples/test-suite/php/Makefile
# config.status:1086: creating Examples/test-suite/pike/Makefile
# config.status:1086: creating Examples/test-suite/python/Makefile
# config.status:1086: creating Examples/test-suite/ruby/Makefile
# config.status:1086: creating Examples/test-suite/scilab/Makefile
# config.status:1086: creating Examples/test-suite/tcl/Makefile
# config.status:1086: creating Examples/test-suite/lua/Makefile
# config.status:1086: creating Examples/test-suite/allegrocl/Makefile
# config.status:1086: creating Examples/test-suite/clisp/Makefile
# config.status:1086: creating Examples/test-suite/cffi/Makefile
# config.status:1086: creating Examples/test-suite/uffi/Makefile
# config.status:1086: creating Examples/test-suite/r/Makefile
# config.status:1086: creating Examples/test-suite/go/Makefile
# config.status:1086: creating Source/Makefile
# config.status:1086: creating Tools/javascript/Makefile
# config.status:1086: creating preinst-swig
# config.status:1086: creating CCache/ccache_swig_config.h
# config.status:1086: creating Source/Include/swigconfig.h
# config.status:1315: executing depfiles commands
# config.status:1315: executing Examples commands
# configure:13814: === configuring in CCache (/tmp/swig/src/swig-3.0.10/CCache)
# configure:13877: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=arm-linux-androideabi-g++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PCRE_CFLAGS_set=
# ac_cv_env_PCRE_CFLAGS_value=
# ac_cv_env_PCRE_CONFIG_set=
# ac_cv_env_PCRE_CONFIG_value=
# ac_cv_env_PCRE_LIBS_set=
# ac_cv_env_PCRE_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_popen=yes
# ac_cv_header_stdc=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_crypt_crypt=no
# ac_cv_lib_dl_dlopen=no
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_ieee_main=no
# ac_cv_lib_swill_swill_init=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_GUILE=/usr/sbin/guile
# ac_cv_path_GUILE_CONFIG=/usr/sbin/guile-config
# ac_cv_path_PCRE_CONFIG=/usr/sbin/pcre-config
# ac_cv_path_RBIN=/usr/sbin/R
# ac_cv_path_SED=/usr/sbin/sed
# 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_CSHARPCILINTERPRETER=mono
# ac_cv_prog_CSHARPCOMPILER=mcs
# ac_cv_prog_JAVA=java
# ac_cv_prog_JAVAC=javac
# ac_cv_prog_OCAMLC=ocamlc
# ac_cv_prog_OCAMLMKTOP=ocamlmktop
# ac_cv_prog_PERL=perl
# ac_cv_prog_PKGCONFIG=pkg-config
# ac_cv_prog_PY3CONFIG=python3-config
# ac_cv_prog_PYTHON3=python3
# ac_cv_prog_PYTHON=python
# ac_cv_prog_RUBY=ruby
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_gethostbyname=no
# ac_cv_search_socket=no
# ac_cv_search_t_open=no
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/swig/src/swig-3.0.10/Tools/config/missing aclocal-1.15'
# ADB=''
# ALLEGROCLBIN=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# ANDROID=''
# ANT=''
# AUTOCONF='${SHELL} /tmp/swig/src/swig-3.0.10/Tools/config/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/swig/src/swig-3.0.10/Tools/config/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/swig/src/swig-3.0.10/Tools/config/missing automake-1.15'
# AWK='gawk'
# BOOST_CPPFLAGS=''
# BOOST_LDFLAGS=''
# CAMLP4=''
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CCSHARED='-fpic'
# CFLAGS=' -Wall -W -ansi -pedantic'
# CHICKEN=''
# CHICKENLIB=''
# CHICKENOPTS=''
# CHICKENSHAREDLIB=''
# CHICKEN_CSC=''
# CHICKEN_CSI=''
# CLISPBIN=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=' '
# CSHARPCFLAGS=''
# CSHARPCILINTERPRETER='mono'
# CSHARPCILINTERPRETER_FLAGS='--debug'
# CSHARPCOMPILER='mcs'
# CSHARPCONVERTPATH='Tools/convertpath -u'
# CSHARPDYNAMICLINKING=''
# CSHARPLIBRARYPREFIX='lib'
# CSHARPSO='.so'
# CXX='arm-linux-androideabi-g++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -Wall -W -ansi -pedantic'
# CXXSHARED='gcc -shared'
# CYGPATH_W='echo'
# D1COMPILER=''
# D2COMPILER=''
# DDEFAULTVERSION=''
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLIBPREFIX='lib'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_CCACHE='1'
# EXEEXT=''
# EXTRA_CLEAN=''
# GCCGO=''
# GCCGOOPT=''
# GCJ=''
# GCJH=''
# GO12='false'
# GO13='false'
# GO15='false'
# GO1='false'
# GO=''
# GOC=''
# GOGCC='false'
# GOOPT=''
# GOVERSIONOPTION=''
# GREP='/usr/sbin/grep'
# GUILE='/usr/sbin/guile'
# GUILE_CFLAGS='-pthread -I/usr/include/guile/2.0'
# GUILE_CONFIG='/usr/sbin/guile-config'
# GUILE_LIBS='-lguile-2.0 -lgc'
# GUILE_SO='.so'
# HAVE_CXX11_COMPILER=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# JAVA='"java"'
# JAVAC='"javac"'
# JAVACFLAGS=''
# JAVACXXSHARED='$(CXXSHARED)'
# JAVADYNAMICLINKING=''
# JAVAFLAGS=''
# JAVAINC='-I"/usr/lib/jvm/java-7-openjdk/include" -I"/usr/lib/jvm/java-7-openjdk/include/linux"'
# JAVALDSHARED='$(LDSHARED)'
# JAVALIBRARYPREFIX='lib'
# JAVASO='.so'
# JSCENABLED=''
# JSCOREDYNAMICLINKING=''
# JSCOREINC=''
# JSCOREVERSION=''
# JSINTERPRETERCXX='$(CXX)'
# JSINTERPRETERLINKFLAGS='-ldl'
# JSV8DYNAMICLINKING=''
# JSV8ENABLED=''
# JSV8INC=''
# LDFLAGS=''
# LDSHARED='gcc -shared'
# LIBC=''
# LIBCRYPT=''
# LIBM='-lm'
# LIBOBJS=''
# LIBS=' -lpcre'
# LINKFORSHARED='-Xlinker -export-dynamic'
# LTLIBOBJS=''
# LUABIN=''
# LUADYNAMICLINKING=''
# LUAFLAGS=''
# LUALINK=''
# LUA_SO='.so'
# MAKEINFO='${SHELL} /tmp/swig/src/swig-3.0.10/Tools/config/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# MZC=''
# MZDYNOBJ=''
# MZSCHEME=''
# MZSCHEME_SO='.so'
# NDKBUILD=''
# NODEGYP=''
# NODEJS=''
# OBJEXT='o'
# OCAMLC='ocamlc'
# OCAMLDLGEN=''
# OCAMLFIND=''
# OCAMLMKTOP='ocamlmktop'
# OCTAVE=''
# OCTAVE_CPPFLAGS=''
# OCTAVE_CXXFLAGS=''
# OCTAVE_LDFLAGS=''
# OCTAVE_SO='.oct'
# PACKAGE='swig'
# PACKAGE_BUGREPORT='http://www.swig.org'
# PACKAGE_NAME='swig'
# PACKAGE_STRING='swig 3.0.10'
# PACKAGE_TARNAME='swig'
# PACKAGE_URL=''
# PACKAGE_VERSION='3.0.10'
# PATH_SEPARATOR=':'
# PCRE_CFLAGS=''
# PCRE_CONFIG='/usr/sbin/pcre-config'
# PCRE_LIBS='-lpcre'
# PEP8=''
# PERL5CCCDLFLAGS='-fPIC'
# PERL5CCDLFLAGS='-Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE'
# PERL5CCFLAGS='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -isystem /usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
# PERL5DYNAMICLINKING=''
# PERL5EXT='/usr/lib/perl5/core_perl/CORE'
# PERL5LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib'
# PERL5LIB='perl'
# PERL='perl'
# PHP=''
# PHPINC=''
# PHP_SO='.so'
# PIKE=''
# PIKECCDLFLAGS=''
# PIKECONFIG=''
# PIKEDYNAMICLINKING=''
# PIKEINCLUDE=''
# PKGCONFIG='pkg-config'
# PLATCFLAGS=''
# PLATCXXFLAGS=''
# PY3CONFIG='python3-config'
# PY3INCLUDE='-I/usr/include/python3.5m -I/usr/include/python3.5m'
# PY3LIB=''
# PY3LINK='-lpython3.5'
# PYINCLUDE='-I/sysroot/include/python2.7 -I/sysroot/lib/python2.7/config'
# PYLIB='/sysroot/lib/python2.7/config'
# PYLINK='-lpython2.7'
# PYTHON3='python3'
# PYTHON3DYNAMICLINKING=''
# PYTHON='python'
# PYTHONDYNAMICLINKING=''
# PYTHON_SO='.so'
# RBIN='/usr/sbin/R'
# ROOT_DIR='/tmp/swig/src/swig-3.0.10'
# RPATH='-Xlinker -rpath $(exec_prefix)/lib -Xlinker -rpath .'
# RUBY='ruby'
# RUBYCCDLFLAGS='-fPIC'
# RUBYDYNAMICLINKING=''
# RUBYINCLUDE='-I/usr/include/ruby-2.3.0 -I/usr/include/ruby-2.3.0/x86_64-linux'
# RUBYLIB='/usr/lib'
# RUBYLINK='-lruby -lpthread -lgmp -ldl -lcrypt -lm '
# RUBYSO='.so'
# SCILAB=''
# SCILABINCLUDE=''
# SCILABOPT=''
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SKIP_ALLEGROCL='1'
# SKIP_ANDROID='1'
# SKIP_CFFI='1'
# SKIP_CHICKEN='1'
# SKIP_CLISP='1'
# SKIP_CSHARP=''
# SKIP_D='1'
# SKIP_GCJ='1'
# SKIP_GO='1'
# SKIP_GUILE=''
# SKIP_JAVA=''
# SKIP_JAVASCRIPT='1'
# SKIP_LUA='1'
# SKIP_MODULA3='1'
# SKIP_MZSCHEME='1'
# SKIP_OCAML=''
# SKIP_OCTAVE='1'
# SKIP_PERL5=''
# SKIP_PHP='1'
# SKIP_PIKE='1'
# SKIP_PYTHON3=''
# SKIP_PYTHON=''
# SKIP_R=''
# SKIP_RUBY=''
# SKIP_SCILAB='1'
# SKIP_TCL='1'
# SKIP_UFFI='1'
# SO='.so'
# STRIP='arm-linux-androideabi-strip'
# SWIGLIBS=''
# SWIG_LIB='/usr/share/swig/3.0.10'
# SWIG_LIB_INSTALL='${datarootdir}/swig/3.0.10'
# SWIG_LIB_PREINST='/tmp/swig/src/swig-3.0.10/Lib'
# SWIG_LIB_SET='env SWIG_LIB=$(SWIG_LIB_DIR)'
# SWILL=''
# TCLCXXSHARED='$(CXXSHARED)'
# TCLDYNAMICLINKING=''
# TCLINCLUDE=''
# TCLLDSHARED='$(LDSHARED)'
# TCLLIB=''
# TCL_SO='.so'
# TRYLINKINGWITHCXX='CXXSHARED= arm-linux-androideabi-g++ -shared '
# VERSION='3.0.10'
# YACC='bison -y'
# YFLAGS=''
# ac_aux_dir='Tools/config'
# ac_ct_CC=''
# ac_ct_CXX=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_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/swig/src/swig-3.0.10/Tools/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# runstatedir='${localstatedir}/run'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' CCache'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "swig"
# #define PACKAGE_TARNAME "swig"
# #define PACKAGE_VERSION "3.0.10"
# #define PACKAGE_STRING "swig 3.0.10"
# #define PACKAGE_BUGREPORT "http://www.swig.org"
# #define PACKAGE_URL ""
# #define PACKAGE "swig"
# #define VERSION "3.0.10"
# #define SWIG_CXX "arm-linux-androideabi-g++"
# #define SWIG_PLATFORM "arm-unknown-linux-androideabi"
# #define STDC_HEADERS 1
# #define HAVE_POPEN 1
# #define HAVE_PCRE 1
# #define SWIG_LIB "/usr/share/swig/3.0.10"
# #define SWIG_LIB_WIN_UNIX ""
#
# configure: exit 0

CMD: config logfiles '/tmp/swig/src/swig-3.0.10/CCache/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 ccache-swig configure 0.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --build=x86_64-unknown-linux --host=arm-linux-androideabi build_alias=x86_64-unknown-linux host_alias=arm-linux-androideabi CC=arm-linux-androideabi-gcc CFLAGS= LDFLAGS= CPPFLAGS= CXX=arm-linux-androideabi-g++ CXXFLAGS= --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0ccc8fef6b43
# 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:2109: Configuring ccache
# configure:2123: checking for arm-linux-androideabi-gcc
# configure:2150: result: arm-linux-androideabi-gcc
# configure:2419: checking for C compiler version
# configure:2428: 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:2439: $? = 0
# configure:2428: 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:2439: $? = 0
# configure:2428: 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:2439: $? = 1
# configure:2428: 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:2439: $? = 1
# configure:2459: checking whether the C compiler works
# configure:2481: arm-linux-androideabi-gcc conftest.c >&5
# configure:2485: $? = 0
# configure:2533: result: yes
# configure:2536: checking for C compiler default output file name
# configure:2538: result: a.out
# configure:2544: checking for suffix of executables
# configure:2551: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2555: $? = 0
# configure:2577: result:
# configure:2599: checking whether we are cross compiling
# configure:2637: result: yes
# configure:2642: checking for suffix of object files
# configure:2664: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2668: $? = 0
# configure:2689: result: o
# configure:2693: checking whether we are using the GNU C compiler
# configure:2712: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2712: $? = 0
# configure:2721: result: yes
# configure:2730: checking whether arm-linux-androideabi-gcc accepts -g
# configure:2750: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:2750: $? = 0
# configure:2791: result: yes
# configure:2808: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:2871: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2871: $? = 0
# configure:2884: result: none needed
# configure:2909: checking how to run the C preprocessor
# configure:2940: arm-linux-androideabi-gcc -E conftest.c
# configure:2940: $? = 0
# configure:2954: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2954: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ccache-swig"
# | #define PACKAGE_TARNAME "ccache-swig"
# | #define PACKAGE_VERSION "0.0"
# | #define PACKAGE_STRING "ccache-swig 0.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:2979: result: arm-linux-androideabi-gcc -E
# configure:2999: arm-linux-androideabi-gcc -E conftest.c
# configure:2999: $? = 0
# configure:3013: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3013: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ccache-swig"
# | #define PACKAGE_TARNAME "ccache-swig"
# | #define PACKAGE_VERSION "0.0"
# | #define PACKAGE_STRING "ccache-swig 0.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3084: checking for a BSD-compatible install
# configure:3152: result: /usr/bin/install -c
# configure:3190: checking for dirent.h that defines DIR
# configure:3209: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3209: $? = 0
# configure:3217: result: yes
# configure:3230: checking for library containing opendir
# configure:3261: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# configure:3261: $? = 0
# configure:3278: result: none required
# configure:3345: checking whether time.h and sys/time.h may both be included
# configure:3365: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3365: $? = 0
# configure:3372: result: yes
# configure:3380: checking for sys/wait.h that is POSIX.1 compatible
# configure:3406: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3406: $? = 0
# configure:3413: result: yes
# configure:3423: checking for grep that handles long lines and -e
# configure:3481: result: /usr/sbin/grep
# configure:3486: checking for egrep
# configure:3548: result: /usr/sbin/grep -E
# configure:3553: checking for ANSI C header files
# configure:3573: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3573: $? = 0
# configure:3657: result: yes
# configure:3670: checking for sys/types.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3670: checking for sys/stat.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3670: checking for stdlib.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3670: checking for string.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3670: checking for memory.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3670: checking for strings.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3670: checking for inttypes.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3670: checking for stdint.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3670: checking for unistd.h
# configure:3670: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3670: $? = 0
# configure:3670: result: yes
# configure:3685: checking ctype.h usability
# configure:3685: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3685: $? = 0
# configure:3685: result: yes
# configure:3685: checking ctype.h presence
# configure:3685: arm-linux-androideabi-gcc -E conftest.c
# configure:3685: $? = 0
# configure:3685: result: yes
# configure:3685: checking for ctype.h
# configure:3685: result: yes
# configure:3685: checking for strings.h
# configure:3685: result: yes
# configure:3685: checking for stdlib.h
# configure:3685: result: yes
# configure:3685: checking for string.h
# configure:3685: result: yes
# configure:3685: checking pwd.h usability
# configure:3685: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3685: $? = 0
# configure:3685: result: yes
# configure:3685: checking pwd.h presence
# configure:3685: arm-linux-androideabi-gcc -E conftest.c
# configure:3685: $? = 0
# configure:3685: result: yes
# configure:3685: checking for pwd.h
# configure:3685: result: yes
# configure:3685: checking sys/time.h usability
# configure:3685: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3685: $? = 0
# configure:3685: result: yes
# configure:3685: checking sys/time.h presence
# configure:3685: arm-linux-androideabi-gcc -E conftest.c
# configure:3685: $? = 0
# configure:3685: result: yes
# configure:3685: checking for sys/time.h
# configure:3685: result: yes
# configure:3699: checking for realpath
# configure:3699: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# configure:3699: $? = 0
# configure:3699: result: yes
# configure:3699: checking for snprintf
# configure:3699: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# conftest.c:53:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
# char snprintf ();
# ^
# configure:3699: $? = 0
# configure:3699: result: yes
# configure:3699: checking for vsnprintf
# configure:3699: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# conftest.c:54:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
# char vsnprintf ();
# ^
# configure:3699: $? = 0
# configure:3699: result: yes
# configure:3699: checking for vasprintf
# configure:3699: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# configure:3699: $? = 0
# configure:3699: result: yes
# configure:3699: checking for asprintf
# configure:3699: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# configure:3699: $? = 0
# configure:3699: result: yes
# configure:3699: checking for mkstemp
# configure:3699: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# configure:3699: $? = 0
# configure:3699: result: yes
# configure:3711: checking for gethostname
# configure:3711: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# configure:3711: $? = 0
# configure:3711: result: yes
# configure:3711: checking for getpwuid
# configure:3711: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# configure:3711: $? = 0
# configure:3711: result: yes
# configure:3722: checking for utimes
# configure:3722: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c >&5
# configure:3722: $? = 0
# configure:3722: result: yes
# configure:3732: checking for compar_fn_t in stdlib.h
# configure:3751: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# conftest.c: In function 'test_fn':
# conftest.c:43:41: error: '__compar_fn_t' undeclared (first use in this function)
# void test_fn(void) { qsort(NULL, 0, 0, (__compar_fn_t)NULL); }
# ^
# conftest.c:43:41: note: each undeclared identifier is reported only once for each function it appears in
# configure:3751: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ccache-swig"
# | #define PACKAGE_TARNAME "ccache-swig"
# | #define PACKAGE_VERSION "0.0"
# | #define PACKAGE_STRING "ccache-swig 0.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define _GNU_SOURCE 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_UTIMES 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | void test_fn(void) { qsort(NULL, 0, 0, (__compar_fn_t)NULL); }
# |
# | ;
# | return 0;
# | }
# configure:3758: result: no
# configure:3766: checking for C99 vsnprintf
# configure:3807: result: cross
# configure:3824: checking zlib.h usability
# configure:3824: arm-linux-androideabi-gcc -c -Wall -W conftest.c >&5
# configure:3824: $? = 0
# configure:3824: result: yes
# configure:3824: checking zlib.h presence
# configure:3824: arm-linux-androideabi-gcc -E conftest.c
# configure:3824: $? = 0
# configure:3824: result: yes
# configure:3824: checking for zlib.h
# configure:3824: result: yes
# configure:3826: checking for gzdopen in -lz
# configure:3851: arm-linux-androideabi-gcc -o conftest -Wall -W conftest.c -lz >&5
# configure:3851: $? = 0
# configure:3860: result: yes
# configure:3990: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ccache-swig config.status 0.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0ccc8fef6b43
#
# config.status:822: creating Makefile
# config.status:822: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=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_asprintf=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getpwuid=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_realpath=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_utimes=yes
# ac_cv_func_vasprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_lib_z_gzdopen=yes
# 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_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_search_opendir='none required'
# ccache_cv_COMPAR_FN_T=no
# ccache_cv_HAVE_C99_VSNPRINTF=cross
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='arm-linux-androideabi-gcc'
# CFLAGS=' -Wall -W'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# 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}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lz '
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='ccache-swig'
# PACKAGE_STRING='ccache-swig 0.0'
# PACKAGE_TARNAME='ccache-swig'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.0'
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build_alias='x86_64-unknown-linux'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='arm-linux-androideabi'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# runstatedir='${localstatedir}/run'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ccache-swig"
# #define PACKAGE_TARNAME "ccache-swig"
# #define PACKAGE_VERSION "0.0"
# #define PACKAGE_STRING "ccache-swig 0.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define _GNU_SOURCE 1
# #define HAVE_DIRENT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_WAIT_H 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_PWD_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_REALPATH 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_VASPRINTF 1
# #define HAVE_ASPRINTF 1
# #define HAVE_MKSTEMP 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_GETPWUID 1
# #define HAVE_UTIMES 1
# #define ENABLE_ZLIB 1
#
# configure: exit 0