Build of mxml with android toolchain

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

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

SLOCLanguage
8,954 ansic
260 makefile
195 sh
178 cpp
9,587 total

The process tree of the build process is here.

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

List of Errors

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: mxml 2.10-1 (Tue Apr 4 20:28:47 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 we are using the GNU C++ compiler... yes
# checking whether arm-linux-androideabi-g++ accepts -g... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking for ar... /usr/sbin/ar
# checking for cp... /usr/sbin/cp
# checking for ln... /usr/sbin/ln
# checking for mkdir... /usr/sbin/mkdir
# checking for rm... /usr/sbin/rm
# checking for inline... inline
# checking for strdup... yes
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking for long long int... yes
# 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 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 pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_create using -lpthreads... no
# checking for pthread_create using -lpthread... no
# checking for pthread_create using -pthread... yes
# checking for shared library support... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating mxml.list
# config.status: creating mxml.pc
# config.status: creating config.h
# Compiling mxml-attr.c
# Compiling mxml-entity.c
# Compiling mxml-file.c
# Compiling mxml-get.c
# Compiling mxml-index.c
# Compiling mxml-node.c
# Compiling mxml-search.c
# Compiling mxml-set.c
# Compiling mxml-private.c
# Compiling mxml-string.c
# Compiling mxmldoc.c
# Compiling testmxml.c
# mxmldoc.c:913:1: warning: 'remove_directory' defined but not used [-Wunused-function]
# remove_directory(const char *path) /* I - Directory to remove */
# ^
# Creating libmxml.so.1.5...
# Creating libmxml.a...
# Linking mxmldoc...
# a - mxml-attr.o
# a - mxml-entity.o
# a - mxml-file.o
# a - mxml-get.o
# a - mxml-index.o
# a - mxml-node.o
# a - mxml-search.o
# a - mxml-set.o
# a - mxml-private.o
# a - mxml-string.o
# Linking testmxml...
# Linking mxmldoc-static...
# Generating API documentation...
# Testing library...
# /bin/sh: ./mxmldoc-static: cannot execute binary file: Exec format error
# make: *** [Makefile:390: mxml.xml] Error 126
# make: *** Waiting for unfinished jobs....
# /bin/sh: ./testmxml: cannot execute binary file: Exec format error
# make: *** [Makefile:355: testmxml] Error 126
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/mxml/src/mxml-2.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 Mini-XML configure 2.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 --enable-shared
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 81127118b9c4
# 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:2255: checking for arm-linux-androideabi-gcc
# configure:2282: result: arm-linux-androideabi-gcc
# configure:2551: checking for C compiler version
# configure:2560: 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:2571: $? = 0
# configure:2560: 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:2571: $? = 0
# configure:2560: 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:2571: $? = 1
# configure:2560: 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:2571: $? = 1
# configure:2591: checking whether the C compiler works
# configure:2613: arm-linux-androideabi-gcc conftest.c >&5
# configure:2617: $? = 0
# configure:2665: result: yes
# configure:2668: checking for C compiler default output file name
# configure:2670: result: a.out
# configure:2676: checking for suffix of executables
# configure:2683: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2687: $? = 0
# configure:2709: result:
# configure:2731: checking whether we are cross compiling
# configure:2769: result: yes
# configure:2774: checking for suffix of object files
# configure:2796: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2800: $? = 0
# configure:2821: result: o
# configure:2825: checking whether we are using the GNU C compiler
# configure:2844: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2844: $? = 0
# configure:2853: result: yes
# configure:2862: checking whether arm-linux-androideabi-gcc accepts -g
# configure:2882: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:2882: $? = 0
# configure:2923: result: yes
# configure:2940: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3003: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3003: $? = 0
# configure:3016: result: none needed
# configure:3148: checking for C++ compiler version
# configure:3157: 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:3168: $? = 0
# configure:3157: 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:3168: $? = 0
# configure:3157: 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:3168: $? = 1
# configure:3157: 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:3168: $? = 1
# configure:3172: checking whether we are using the GNU C++ compiler
# configure:3191: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3191: $? = 0
# configure:3200: result: yes
# configure:3209: checking whether arm-linux-androideabi-g++ accepts -g
# configure:3229: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:3229: $? = 0
# configure:3270: result: yes
# configure:3336: checking for a BSD-compatible install
# configure:3404: result: /usr/bin/install -c
# configure:3422: checking for arm-linux-androideabi-ranlib
# configure:3438: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:3449: result: arm-linux-androideabi-ranlib
# configure:3513: checking for ar
# configure:3531: found /usr/sbin/ar
# configure:3543: result: /usr/sbin/ar
# configure:3553: checking for cp
# configure:3571: found /usr/sbin/cp
# configure:3583: result: /usr/sbin/cp
# configure:3593: checking for ln
# configure:3611: found /usr/sbin/ln
# configure:3623: result: /usr/sbin/ln
# configure:3633: checking for mkdir
# configure:3651: found /usr/sbin/mkdir
# configure:3663: result: /usr/sbin/mkdir
# configure:3673: checking for rm
# configure:3691: found /usr/sbin/rm
# configure:3703: result: /usr/sbin/rm
# configure:3724: checking for inline
# configure:3740: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3740: $? = 0
# configure:3748: result: inline
# configure:3770: checking for strdup
# configure:3770: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:33:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
# char strdup ();
# ^
# configure:3770: $? = 0
# configure:3770: result: yes
# configure:3785: checking for snprintf
# configure:3785: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:34:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
# char snprintf ();
# ^
# configure:3785: $? = 0
# configure:3785: result: yes
# configure:3785: checking for vsnprintf
# configure:3785: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:35:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
# char vsnprintf ();
# ^
# configure:3785: $? = 0
# configure:3785: result: yes
# configure:3796: checking for long long int
# configure:3823: result: yes
# configure:3847: checking how to run the C preprocessor
# configure:3878: arm-linux-androideabi-gcc -E conftest.c
# configure:3878: $? = 0
# configure:3892: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3892: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Mini-XML"
# | #define PACKAGE_TARNAME "mxml"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "Mini-XML 2.10"
# | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
# | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
# | #define MXML_VERSION "Mini-XML v2.10"
# | #define HAVE_STRDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_LONG_LONG 1
# | /* end confdefs.h. */
# | #include
# configure:3917: result: arm-linux-androideabi-gcc -E
# configure:3937: arm-linux-androideabi-gcc -E conftest.c
# configure:3937: $? = 0
# configure:3951: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3951: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Mini-XML"
# | #define PACKAGE_TARNAME "mxml"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "Mini-XML 2.10"
# | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
# | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
# | #define MXML_VERSION "Mini-XML v2.10"
# | #define HAVE_STRDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_LONG_LONG 1
# | /* end confdefs.h. */
# | #include
# configure:3980: checking for grep that handles long lines and -e
# configure:4038: result: /usr/sbin/grep
# configure:4043: checking for egrep
# configure:4105: result: /usr/sbin/grep -E
# configure:4110: checking for ANSI C header files
# configure:4130: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4130: $? = 0
# configure:4214: result: yes
# configure:4227: checking for sys/types.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4227: checking for sys/stat.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4227: checking for stdlib.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4227: checking for string.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4227: checking for memory.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4227: checking for strings.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4227: checking for inttypes.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4227: checking for stdint.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4227: checking for unistd.h
# configure:4227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4227: $? = 0
# configure:4227: result: yes
# configure:4239: checking pthread.h usability
# configure:4239: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4239: $? = 0
# configure:4239: result: yes
# configure:4239: checking pthread.h presence
# configure:4239: arm-linux-androideabi-gcc -E conftest.c
# configure:4239: $? = 0
# configure:4239: result: yes
# configure:4239: checking for pthread.h
# configure:4239: result: yes
# configure:4249: checking for pthread_create using -lpthreads
# configure:4264: arm-linux-androideabi-gcc -o conftest conftest.c -lpthreads >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# configure:4264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Mini-XML"
# | #define PACKAGE_TARNAME "mxml"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "Mini-XML 2.10"
# | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
# | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
# | #define MXML_VERSION "Mini-XML v2.10"
# | #define HAVE_STRDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_LONG_LONG 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_PTHREAD_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_create(0, 0, 0, 0);
# | ;
# | return 0;
# | }
# configure:4269: result: no
# configure:4249: checking for pthread_create using -lpthread
# configure:4264: arm-linux-androideabi-gcc -o conftest conftest.c -lpthread >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthread
# collect2: error: ld returned 1 exit status
# configure:4264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Mini-XML"
# | #define PACKAGE_TARNAME "mxml"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "Mini-XML 2.10"
# | #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
# | #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
# | #define MXML_VERSION "Mini-XML v2.10"
# | #define HAVE_STRDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_LONG_LONG 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_PTHREAD_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_create(0, 0, 0, 0);
# | ;
# | return 0;
# | }
# configure:4269: result: no
# configure:4249: checking for pthread_create using -pthread
# configure:4264: arm-linux-androideabi-gcc -o conftest conftest.c -pthread >&5
# configure:4264: $? = 0
# configure:4269: result: yes
# configure:4301: checking for shared library support
# configure:4333: result: yes
# configure:4585: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Mini-XML config.status 2.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 81127118b9c4
#
# config.status:831: creating Makefile
# config.status:831: creating mxml.list
# config.status:831: creating mxml.pc
# config.status:831: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_long_long=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_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_snprintf=yes
# ac_cv_func_strdup=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pthread_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_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_AR=/usr/sbin/ar
# ac_cv_path_CP=/usr/sbin/cp
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_LN=/usr/sbin/ln
# ac_cv_path_MKDIR=/usr/sbin/mkdir
# ac_cv_path_RM=/usr/sbin/rm
# 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_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='/usr/sbin/ar'
# ARCHFLAGS=''
# ARFLAGS='crvs'
# CC='arm-linux-androideabi-gcc'
# CFLAGS='-Wall '
# CP='/usr/sbin/cp'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CXX='arm-linux-androideabi-g++'
# CXXFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DSO='$(CC)'
# DSOFLAGS=' -Wl,-soname,libmxml.so.1,-rpath,$(libdir) -shared $(OPTIM)'
# 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=' -Wl,-rpath,$(libdir)'
# LIBMXML='libmxml.so.1.5'
# LIBOBJS=''
# LIBS=''
# LN='/usr/sbin/ln'
# LTLIBOBJS=''
# MKDIR='/usr/sbin/mkdir'
# OBJEXT='o'
# OPTIM='-fPIC -Os -g'
# PACKAGE_BUGREPORT='http://www.msweet.org/bugs.php/Mini-XML'
# PACKAGE_NAME='Mini-XML'
# PACKAGE_STRING='Mini-XML 2.10'
# PACKAGE_TARNAME='mxml'
# PACKAGE_URL='http://www.msweet.org/projects.php/Mini-XML'
# PACKAGE_VERSION='2.10'
# PATH_SEPARATOR=':'
# PC_CFLAGS='-I${prefix}/include'
# PC_LIBS='-L${exec_prefix}/lib -lmxml'
# PICFLAG='1'
# PTHREAD_FLAGS='-D_THREAD_SAFE -D_REENTRANT'
# PTHREAD_LIBS='-pthread'
# RANLIB='arm-linux-androideabi-ranlib'
# RM='/usr/sbin/rm'
# SHELL='/bin/sh'
# VERSION='2.10'
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build_alias='x86_64-unknown-linux'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/mxml'
# dvidir='${docdir}'
# exec_prefix='/usr'
# 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}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Mini-XML"
# #define PACKAGE_TARNAME "mxml"
# #define PACKAGE_VERSION "2.10"
# #define PACKAGE_STRING "Mini-XML 2.10"
# #define PACKAGE_BUGREPORT "http://www.msweet.org/bugs.php/Mini-XML"
# #define PACKAGE_URL "http://www.msweet.org/projects.php/Mini-XML"
# #define MXML_VERSION "Mini-XML v2.10"
# #define HAVE_STRDUP 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_LONG_LONG 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_PTHREAD_H 1
#
# configure: exit 0