Build of libpng with android toolchain

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

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

SLOCLanguage
58,408 ansic
4,980 sh
2,179 makefile
782 awk
205 asm
66,554 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: libpng 1.6.23-1 (Tue Apr 4 21:37:21 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking how to print strings... printf
# checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for gawk... (cached) gawk
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
# checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
# checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for archiver @FILE support... @
# checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for arm-linux-androideabi-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc static flag -static works... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... Android linker
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking that AWK works... ok
# checking if we need to force back C standard to C89... no
# checking for ANSI C header files... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for C/C++ restrict keyword... __restrict
# checking for working strtod... no
# checking for pow... no
# checking for pow in -lm... yes
# checking for memset... yes
# checking for pow... (cached) no
# checking for pow in -lm... (cached) yes
# checking for clock_gettime... yes
# checking for zlibVersion in -lz... yes
# checking for feenableexcept in -lm... yes
# checking for feenableexcept... yes
# checking if using Solaris linker... no
# checking if libraries can be versioned... yes
# checking for symbol prefix...
# configure: pkgconfig directory is ${libdir}/pkgconfig
# configure: Extra options for compiler:
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libpng.pc
# config.status: creating libpng-config
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# rm -f pnglibconf.c pnglibconf.tf[45]
# gawk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\
# ./pngconf.h ./scripts/pnglibconf.dfa\
# ./pngusr.dfa 1>&2
# gawk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
# rm pnglibconf.tf4
# mv pnglibconf.tf5 pnglibconf.c
# rm -f pnglibconf.out pnglibconf.tf[12]
# test -d scripts || mkdir scripts || test -d scripts
# arm-linux-androideabi-gcc -E -DHAVE_CONFIG_H -I. \
# -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.23' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE pnglibconf.c > pnglibconf.tf1
# gawk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
# rm -f pnglibconf.tf1
# mv pnglibconf.tf2 pnglibconf.out
# rm -f pnglibconf.h
# cp pnglibconf.out pnglibconf.h
# make all-am
# make[1]: Entering directory '/tmp/libpng/src/libpng-1.6.23'
# :>pngprefix.h
# rm -f scripts/vers.out scripts/vers.tf[12]
# test -d scripts || mkdir scripts || test -d scripts
# cp libpng-config libpng16-config
# cp libpng.pc libpng16.pc
# arm-linux-androideabi-gcc -E -DHAVE_CONFIG_H -I. \
# -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.23' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE scripts/vers.c > scripts/vers.tf1
# depbase=`echo pngtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngtest.o -MD -MP -MF $depbase.Tpo -c -o pngtest.o pngtest.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT png.lo -MD -MP -MF $depbase.Tpo -c -o png.lo png.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo pngerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngerror.lo -MD -MP -MF $depbase.Tpo -c -o pngerror.lo pngerror.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# gawk -f "./scripts/dfn.awk" out="scripts/vers.tf2" scripts/vers.tf1 1>&2
# rm -f scripts/vers.tf1
# mv scripts/vers.tf2 scripts/vers.out
# depbase=`echo pngget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngget.lo -MD -MP -MF $depbase.Tpo -c -o pngget.lo pngget.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT png.lo -MD -MP -MF .deps/png.Tpo -c png.c -fPIC -DPIC -o .libs/png.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -fPIC -DPIC -o .libs/pngerror.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -fPIC -DPIC -o .libs/pngget.o
# depbase=`echo pngmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngmem.lo -MD -MP -MF $depbase.Tpo -c -o pngmem.lo pngmem.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -fPIC -DPIC -o .libs/pngmem.o
# depbase=`echo pngpread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngpread.lo -MD -MP -MF $depbase.Tpo -c -o pngpread.lo pngpread.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo pngread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngread.lo -MD -MP -MF $depbase.Tpo -c -o pngread.lo pngread.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo pngrio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngrio.lo -MD -MP -MF $depbase.Tpo -c -o pngrio.lo pngrio.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -fPIC -DPIC -o .libs/pngrio.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -fPIC -DPIC -o .libs/pngpread.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -fPIC -DPIC -o .libs/pngread.o
# depbase=`echo pngrtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngrtran.lo -MD -MP -MF $depbase.Tpo -c -o pngrtran.lo pngrtran.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo pngrutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngrutil.lo -MD -MP -MF $depbase.Tpo -c -o pngrutil.lo pngrutil.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo pngset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngset.lo -MD -MP -MF $depbase.Tpo -c -o pngset.lo pngset.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo pngtrans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngtrans.lo -MD -MP -MF $depbase.Tpo -c -o pngtrans.lo pngtrans.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -fPIC -DPIC -o .libs/pngrutil.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -fPIC -DPIC -o .libs/pngset.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -fPIC -DPIC -o .libs/pngrtran.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -fPIC -DPIC -o .libs/pngtrans.o
# depbase=`echo pngwio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngwio.lo -MD -MP -MF $depbase.Tpo -c -o pngwio.lo pngwio.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo pngwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngwrite.lo -MD -MP -MF $depbase.Tpo -c -o pngwrite.lo pngwrite.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -fPIC -DPIC -o .libs/pngwio.o
# depbase=`echo pngwtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngwtran.lo -MD -MP -MF $depbase.Tpo -c -o pngwtran.lo pngwtran.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -fPIC -DPIC -o .libs/pngwrite.o
# depbase=`echo pngwutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngwutil.lo -MD -MP -MF $depbase.Tpo -c -o pngwutil.lo pngwutil.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -fPIC -DPIC -o .libs/pngwtran.o
# depbase=`echo arm/arm_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT arm/arm_init.lo -MD -MP -MF $depbase.Tpo -c -o arm/arm_init.lo arm/arm_init.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -fPIC -DPIC -o .libs/pngwutil.o
# depbase=`echo arm/filter_neon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT arm/filter_neon.lo -MD -MP -MF $depbase.Tpo -c -o arm/filter_neon.lo arm/filter_neon.S &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT arm/arm_init.lo -MD -MP -MF arm/.deps/arm_init.Tpo -c arm/arm_init.c -fPIC -DPIC -o arm/.libs/arm_init.o
# depbase=`echo arm/filter_neon_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT arm/filter_neon_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o arm/filter_neon_intrinsics.lo arm/filter_neon_intrinsics.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT arm/filter_neon.lo -MD -MP -MF arm/.deps/filter_neon.Tpo -c arm/filter_neon.S -fPIC -DPIC -o arm/.libs/filter_neon.o
# rm -f libpng.vers
# cp scripts/vers.out libpng.vers
# depbase=`echo contrib/tools/pngfix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT contrib/tools/pngfix.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngfix.o contrib/tools/pngfix.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo contrib/tools/png-fix-itxt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT contrib/tools/png-fix-itxt.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/png-fix-itxt.o contrib/tools/png-fix-itxt.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo contrib/libtests/pngunknown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT contrib/libtests/pngunknown.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngunknown.o contrib/libtests/pngunknown.c &&\
# mv -f $depbase.Tpo $depbase.Po
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT arm/filter_neon_intrinsics.lo -MD -MP -MF arm/.deps/filter_neon_intrinsics.Tpo -c arm/filter_neon_intrinsics.c -fPIC -DPIC -o arm/.libs/filter_neon_intrinsics.o
# depbase=`echo contrib/libtests/pngstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT contrib/libtests/pngstest.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngstest.o contrib/libtests/pngstest.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo contrib/libtests/pngvalid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT contrib/libtests/pngvalid.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngvalid.o contrib/libtests/pngvalid.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo contrib/libtests/pngimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT contrib/libtests/pngimage.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngimage.o contrib/libtests/pngimage.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo contrib/libtests/timepng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -MT contrib/libtests/timepng.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/timepng.o contrib/libtests/timepng.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -no-undefined -export-dynamic -version-number 16:23:0 -Wl,--version-script=libpng.vers -o libpng16.la -rpath /usr/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo arm/arm_init.lo arm/filter_neon.lo arm/filter_neon_intrinsics.lo -lm -lz -lm
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o png-fix-itxt contrib/tools/png-fix-itxt.o -lm -lz -lm
# libtool: link: arm-linux-androideabi-gcc -o png-fix-itxt contrib/tools/png-fix-itxt.o -lz -lm
# libtool: link: arm-linux-androideabi-gcc -shared -fPIC -DPIC .libs/png.o .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o .libs/pngwtran.o .libs/pngwutil.o arm/.libs/arm_init.o arm/.libs/filter_neon.o arm/.libs/filter_neon_intrinsics.o -lz -lm -Wl,--version-script=libpng.vers -Wl,-soname -Wl,libpng16.so -o .libs/libpng16.so
# libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o pngfix contrib/tools/pngfix.o libpng16.la -lm -lz -lm
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o pngtest pngtest.o libpng16.la -lm -lz -lm
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lm -lz -lm
# libtool: link: arm-linux-androideabi-gcc -o .libs/pngfix contrib/tools/pngfix.o ./.libs/libpng16.so -lz -lm
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o pngstest contrib/libtests/pngstest.o libpng16.la -lm -lz -lm
# libtool: link: arm-linux-androideabi-gcc -o .libs/pngtest pngtest.o ./.libs/libpng16.so -lz -lm
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o pngimage contrib/libtests/pngimage.o libpng16.la -lm -lz -lm
# libtool: link: arm-linux-androideabi-gcc -o .libs/pngunknown contrib/libtests/pngunknown.o ./.libs/libpng16.so -lz -lm
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o timepng contrib/libtests/timepng.o libpng16.la -lm -lz -lm
# libtool: link: arm-linux-androideabi-gcc -o .libs/pngstest contrib/libtests/pngstest.o ./.libs/libpng16.so -lz -lm
# libtool: link: arm-linux-androideabi-gcc -o .libs/pngimage contrib/libtests/pngimage.o ./.libs/libpng16.so -lz -lm
# libtool: link: arm-linux-androideabi-gcc -o .libs/timepng contrib/libtests/timepng.o ./.libs/libpng16.so -lz -lm
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lm -lz -lm
# libtool: link: arm-linux-androideabi-gcc -o .libs/pngvalid contrib/libtests/pngvalid.o ./.libs/libpng16.so -lz -lm
# make[1]: Leaving directory '/tmp/libpng/src/libpng-1.6.23'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-am
# make[1]: Entering directory '/tmp/libpng/src/libpng-1.6.23'
# make[2]: Entering directory '/tmp/libpng/src/libpng-1.6.23'
# /usr/sbin/mkdir -p '/tmp/libpng/pkg/libpng/usr/bin'
# /usr/sbin/mkdir -p '/tmp/libpng/pkg/libpng/usr/share/man/man3'
# /usr/sbin/mkdir -p '/tmp/libpng/pkg/libpng/usr/share/man/man5'
# /usr/bin/install -c libpng16-config '/tmp/libpng/pkg/libpng/usr/bin'
# /usr/sbin/mkdir -p '/tmp/libpng/pkg/libpng/usr/include/libpng16'
# /usr/bin/install -c -m 644 libpng.3 libpngpf.3 '/tmp/libpng/pkg/libpng/usr/share/man/man3'
# /usr/sbin/mkdir -p '/tmp/libpng/pkg/libpng/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 pnglibconf.h '/tmp/libpng/pkg/libpng/usr/include/libpng16'
# /usr/bin/install -c -m 644 png.5 '/tmp/libpng/pkg/libpng/usr/share/man/man5'
# /usr/sbin/mkdir -p '/tmp/libpng/pkg/libpng/usr/include/libpng16'
# /usr/bin/install -c -m 644 libpng16.pc '/tmp/libpng/pkg/libpng/usr/lib/pkgconfig'
# /usr/sbin/mkdir -p '/tmp/libpng/pkg/libpng/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libpng16.la '/tmp/libpng/pkg/libpng/usr/lib'
# /usr/bin/install -c -m 644 png.h pngconf.h '/tmp/libpng/pkg/libpng/usr/include/libpng16'
# make install-data-hook
# make[3]: Entering directory '/tmp/libpng/src/libpng-1.6.23'
# + cd /tmp/libpng/pkg/libpng/usr/include
# + for f in pnglibconf.h png.h pngconf.h
# + rm -f pnglibconf.h
# + cd /tmp/libpng/pkg/libpng/usr/lib/pkgconfig
# + rm -f libpng.pc
# + ln -s libpng16/pnglibconf.h pnglibconf.h
# + ln -s libpng16.pc libpng.pc
# + for f in pnglibconf.h png.h pngconf.h
# + rm -f png.h
# + ln -s libpng16/png.h png.h
# + for f in pnglibconf.h png.h pngconf.h
# + rm -f pngconf.h
# + ln -s libpng16/pngconf.h pngconf.h
# make[3]: Leaving directory '/tmp/libpng/src/libpng-1.6.23'
# libtool: install: /usr/bin/install -c .libs/libpng16.so /tmp/libpng/pkg/libpng/usr/lib/libpng16.so
# libtool: install: /usr/bin/install -c .libs/libpng16.lai /tmp/libpng/pkg/libpng/usr/lib/libpng16.la
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# /usr/sbin/mkdir -p '/tmp/libpng/pkg/libpng/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c pngfix png-fix-itxt '/tmp/libpng/pkg/libpng/usr/bin'
# libtool: warning: 'libpng16.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/pngfix /tmp/libpng/pkg/libpng/usr/bin/pngfix
# libtool: install: /usr/bin/install -c png-fix-itxt /tmp/libpng/pkg/libpng/usr/bin/png-fix-itxt
# make install-exec-hook
# make[3]: Entering directory '/tmp/libpng/src/libpng-1.6.23'
# + cd /tmp/libpng/pkg/libpng/usr/bin
# + rm -f libpng-config
# + cd /tmp/libpng/pkg/libpng/usr/lib
# + for ext in a dll.a so so.16.23 la sl dylib
# + rm -f libpng.a
# + ln -s libpng16-config libpng-config
# + test -f libpng16.a
# + for ext in a dll.a so so.16.23 la sl dylib
# + rm -f libpng.dll.a
# + test -f libpng16.dll.a
# + for ext in a dll.a so so.16.23 la sl dylib
# + rm -f libpng.so
# + test -f libpng16.so
# + ln -s libpng16.so libpng.so
# + for ext in a dll.a so so.16.23 la sl dylib
# + rm -f libpng.so.16.23
# + test -f libpng16.so.16.23
# + for ext in a dll.a so so.16.23 la sl dylib
# + rm -f libpng.la
# + test -f libpng16.la
# + ln -s libpng16.la libpng.la
# + for ext in a dll.a so so.16.23 la sl dylib
# + rm -f libpng.sl
# + test -f libpng16.sl
# + for ext in a dll.a so so.16.23 la sl dylib
# + rm -f libpng.dylib
# + test -f libpng16.dylib
# make[3]: Leaving directory '/tmp/libpng/src/libpng-1.6.23'
# make[2]: Leaving directory '/tmp/libpng/src/libpng-1.6.23'
# make[1]: Leaving directory '/tmp/libpng/src/libpng-1.6.23'
# gcc -c -I../.. -I../../../zlib png2pnm.c
# gcc -c -I../.. -I../../../zlib pnm2png.c
# png2pnm.c:15:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make: *** [makefile.std:41: png2pnm.o] Error 1
# make: *** Waiting for unfinished jobs....
# pnm2png.c:16:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make: *** [makefile.std:50: pnm2png.o] Error 1
# ==> ERROR: A failure occurred in package().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libpng/src/libpng-1.6.23/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 libpng configure 1.6.23, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 091dfe40cb2d
# 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:2329: checking for a BSD-compatible install
# configure:2397: result: /usr/bin/install -c
# configure:2408: checking whether build environment is sane
# configure:2463: result: yes
# configure:2522: checking for arm-linux-androideabi-strip
# configure:2538: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2549: result: arm-linux-androideabi-strip
# configure:2614: checking for a thread-safe mkdir -p
# configure:2653: result: /usr/sbin/mkdir -p
# configure:2660: checking for gawk
# configure:2676: found /usr/sbin/gawk
# configure:2687: result: gawk
# configure:2698: checking whether make sets $(MAKE)
# configure:2720: result: yes
# configure:2749: checking whether make supports nested variables
# configure:2766: result: yes
# configure:2896: checking whether to enable maintainer-specific portions of Makefiles
# configure:2905: result: no
# configure:2945: checking for arm-linux-androideabi-gcc
# configure:2972: result: arm-linux-androideabi-gcc
# configure:3241: checking for C compiler version
# configure:3250: 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:3261: $? = 0
# configure:3250: 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:3261: $? = 0
# configure:3250: 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:3261: $? = 1
# configure:3250: 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:3261: $? = 1
# configure:3281: checking whether the C compiler works
# configure:3303: arm-linux-androideabi-gcc conftest.c >&5
# configure:3307: $? = 0
# configure:3355: result: yes
# configure:3358: checking for C compiler default output file name
# configure:3360: result: a.out
# configure:3366: checking for suffix of executables
# configure:3373: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3377: $? = 0
# configure:3399: result:
# configure:3421: checking whether we are cross compiling
# configure:3459: result: yes
# configure:3464: checking for suffix of object files
# configure:3486: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3511: result: o
# configure:3515: checking whether we are using the GNU C compiler
# configure:3534: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3534: $? = 0
# configure:3543: result: yes
# configure:3552: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3572: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3572: $? = 0
# configure:3613: result: yes
# configure:3630: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3693: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3693: $? = 0
# configure:3706: result: none needed
# configure:3731: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3753: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3756: $? = 0
# configure:3753: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3756: $? = 0
# configure:3768: result: yes
# configure:3796: checking for style of include used by make
# configure:3824: result: GNU
# configure:3850: checking dependency style of arm-linux-androideabi-gcc
# configure:3961: result: gcc3
# configure:3985: checking dependency style of arm-linux-androideabi-gcc
# configure:4094: result: gcc3
# configure:4113: checking build system type
# configure:4127: result: x86_64-unknown-linux-gnu
# configure:4147: checking host system type
# configure:4160: result: arm-unknown-linux-androideabi
# configure:4180: checking for a sed that does not truncate output
# configure:4244: result: /usr/sbin/sed
# configure:4262: checking for grep that handles long lines and -e
# configure:4320: result: /usr/sbin/grep
# configure:4325: checking for egrep
# configure:4387: result: /usr/sbin/grep -E
# configure:4392: checking for fgrep
# configure:4454: result: /usr/sbin/grep -F
# configure:4481: checking how to print strings
# configure:4508: result: printf
# configure:4541: checking for ld used by arm-linux-androideabi-gcc
# configure:4608: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:4615: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:4630: result: yes
# configure:4647: checking how to run the C preprocessor
# configure:4678: arm-linux-androideabi-gcc -E conftest.c
# configure:4678: $? = 0
# configure:4692: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpng"
# | #define PACKAGE_TARNAME "libpng"
# | #define PACKAGE_VERSION "1.6.23"
# | #define PACKAGE_STRING "libpng 1.6.23"
# | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpng"
# | #define VERSION "1.6.23"
# | /* end confdefs.h. */
# | #include
# configure:4717: result: arm-linux-androideabi-gcc -E
# configure:4737: arm-linux-androideabi-gcc -E conftest.c
# configure:4737: $? = 0
# configure:4751: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4751: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpng"
# | #define PACKAGE_TARNAME "libpng"
# | #define PACKAGE_VERSION "1.6.23"
# | #define PACKAGE_STRING "libpng 1.6.23"
# | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpng"
# | #define VERSION "1.6.23"
# | /* end confdefs.h. */
# | #include
# configure:4783: checking for gawk
# configure:4810: result: gawk
# configure:4822: checking whether ln -s works
# configure:4826: result: yes
# configure:4833: checking whether make sets $(MAKE)
# configure:4855: result: yes
# configure:4907: checking for BSD- or MS-compatible name lister (nm)
# configure:4961: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:5091: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:5098: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5101: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:5104: output
# 00000000 B some_variable
# configure:5111: result: BSD nm
# configure:5115: checking the maximum length of command line arguments
# configure:5246: result: 1572864
# configure:5294: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:5334: result: func_convert_file_noop
# configure:5341: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5361: result: func_convert_file_noop
# configure:5368: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:5375: result: -r
# configure:5409: checking for arm-linux-androideabi-objdump
# configure:5425: found /sysroot/bin/arm-linux-androideabi-objdump
# configure:5436: result: arm-linux-androideabi-objdump
# configure:5505: checking how to recognize dependent libraries
# configure:5705: result: pass_all
# configure:5750: checking for arm-linux-androideabi-dlltool
# configure:5780: result: no
# configure:5790: checking for dlltool
# configure:5820: result: no
# configure:5847: checking how to associate runtime and link libraries
# configure:5874: result: printf %s\n
# configure:5891: checking for arm-linux-androideabi-ar
# configure:5907: found /sysroot/bin/arm-linux-androideabi-ar
# configure:5918: result: arm-linux-androideabi-ar
# configure:5999: checking for archiver @FILE support
# configure:6016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6016: $? = 0
# configure:6019: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:6022: $? = 0
# configure:6027: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:6030: $? = 1
# configure:6042: result: @
# configure:6060: checking for arm-linux-androideabi-strip
# configure:6087: result: arm-linux-androideabi-strip
# configure:6159: checking for arm-linux-androideabi-ranlib
# configure:6175: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:6186: result: arm-linux-androideabi-ranlib
# configure:6328: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
# configure:6481: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6484: $? = 0
# configure:6488: /sysroot/bin/arm-linux-androideabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6491: $? = 0
# configure:6557: arm-linux-androideabi-gcc -o conftest conftest.c conftstm.o >&5
# configure:6560: $? = 0
# configure:6598: result: ok
# configure:6645: checking for sysroot
# configure:6675: result: no
# configure:6682: checking for a working dd
# configure:6720: result: /usr/sbin/dd
# configure:6724: checking how to truncate binary pipes
# configure:6739: result: /usr/sbin/dd bs=4096 count=1
# configure:7028: checking for arm-linux-androideabi-mt
# configure:7058: result: no
# configure:7068: checking for mt
# configure:7098: result: no
# configure:7118: checking if : is a manifest tool
# configure:7124: : '-?'
# configure:7132: result: no
# configure:7805: checking for ANSI C header files
# configure:7825: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7825: $? = 0
# configure:7909: result: yes
# configure:7922: checking for sys/types.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7922: checking for sys/stat.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7922: checking for stdlib.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7922: checking for string.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7922: checking for memory.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7922: checking for strings.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7922: checking for inttypes.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7922: checking for stdint.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7922: checking for unistd.h
# configure:7922: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:7936: checking for dlfcn.h
# configure:7936: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7936: $? = 0
# configure:7936: result: yes
# configure:8490: checking for objdir
# configure:8505: result: .libs
# configure:8769: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
# configure:8787: arm-linux-androideabi-gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
# configure:8791: $? = 0
# configure:8804: result: no
# configure:9162: checking for arm-linux-androideabi-gcc option to produce PIC
# configure:9169: result: -fPIC -DPIC
# configure:9177: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
# configure:9195: arm-linux-androideabi-gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9199: $? = 0
# configure:9212: result: yes
# configure:9241: checking if arm-linux-androideabi-gcc static flag -static works
# configure:9269: result: yes
# configure:9284: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:9305: arm-linux-androideabi-gcc -c -o out/conftest2.o conftest.c >&5
# configure:9309: $? = 0
# configure:9331: result: yes
# configure:9339: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:9386: result: yes
# configure:9419: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:10678: result: yes
# configure:10715: checking whether -lc should be explicitly linked in
# configure:10723: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:10726: $? = 0
# configure:10741: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10744: $? = 0
# configure:10758: result: no
# configure:10918: checking dynamic linker characteristics
# configure:11736: result: Android linker
# configure:11858: checking how to hardcode library paths into programs
# configure:11883: result: immediate
# configure:12431: checking whether stripping libraries is possible
# configure:12436: result: yes
# configure:12471: checking if libtool supports shared libraries
# configure:12473: result: yes
# configure:12476: checking whether to build shared libraries
# configure:12501: result: yes
# configure:12504: checking whether to build static libraries
# configure:12508: result: no
# configure:12549: checking that AWK works
# configure:12555: result: ok
# configure:12606: checking if we need to force back C standard to C89
# configure:12622: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:12622: $? = 0
# configure:12623: result: no
# configure:12638: checking for ANSI C header files
# configure:12742: result: yes
# configure:12752: checking for an ANSI C-conforming const
# configure:12818: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:12818: $? = 0
# configure:12825: result: yes
# configure:12833: checking for size_t
# configure:12833: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:12833: $? = 0
# configure:12833: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:60:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:12833: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpng"
# | #define PACKAGE_TARNAME "libpng"
# | #define PACKAGE_VERSION "1.6.23"
# | #define PACKAGE_STRING "libpng 1.6.23"
# | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpng"
# | #define VERSION "1.6.23"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12833: result: yes
# configure:12844: checking whether struct tm is in sys/time.h or time.h
# configure:12864: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:12864: $? = 0
# configure:12871: result: time.h
# configure:12879: checking for C/C++ restrict keyword
# configure:12904: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:12904: $? = 0
# configure:12912: result: __restrict
# configure:12927: checking for working strtod
# configure:12978: result: no
# configure:12987: checking for pow
# configure:12987: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:48:6: warning: conflicting types for built-in function 'pow' [enabled by default]
# char pow ();
# ^
# /tmp/ccKj8905.o:conftest.c:function main: error: undefined reference to 'pow'
# collect2: error: ld returned 1 exit status
# configure:12987: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpng"
# | #define PACKAGE_TARNAME "libpng"
# | #define PACKAGE_VERSION "1.6.23"
# | #define PACKAGE_STRING "libpng 1.6.23"
# | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpng"
# | #define VERSION "1.6.23"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define restrict __restrict
# | /* end confdefs.h. */
# | /* Define pow to an innocuous variant, in case declares pow.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pow innocuous_pow
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pow (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pow
# |
# | /* 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 pow ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pow || defined __stub___pow
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pow ();
# | ;
# | return 0;
# | }
# configure:12987: result: no
# configure:12993: checking for pow in -lm
# configure:13018: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:32:6: warning: conflicting types for built-in function 'pow' [enabled by default]
# char pow ();
# ^
# configure:13018: $? = 0
# configure:13027: result: yes
# configure:13042: checking for memset
# configure:13042: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:48:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:13042: $? = 0
# configure:13042: result: yes
# configure:13055: checking for pow
# configure:13055: result: no
# configure:13062: checking for pow in -lm
# configure:13096: result: yes
# configure:13115: checking for clock_gettime
# configure:13115: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:13115: $? = 0
# configure:13115: result: yes
# configure:13140: checking for zlibVersion in -lz
# configure:13165: arm-linux-androideabi-gcc -o conftest conftest.c -lz -lm >&5
# configure:13165: $? = 0
# configure:13174: result: yes
# configure:13239: checking for feenableexcept in -lm
# configure:13264: arm-linux-androideabi-gcc -o conftest conftest.c -lm -lz -lm >&5
# configure:13264: $? = 0
# configure:13273: result: yes
# configure:13286: checking for feenableexcept
# configure:13286: arm-linux-androideabi-gcc -o conftest conftest.c -lm -lz -lm >&5
# configure:13286: $? = 0
# configure:13286: result: yes
# configure:13296: checking if using Solaris linker
# configure:13305: result: no
# configure:13317: checking if libraries can be versioned
# configure:13338: result: yes
# configure:13360: checking for symbol prefix
# configure:13367: result:
# configure:13389: pkgconfig directory is ${libdir}/pkgconfig
# configure:13536: Extra options for compiler:
# configure:13654: checking that generated files are newer than configure
# configure:13660: result: done
# configure:13723: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libpng config.status 1.6.23, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 091dfe40cb2d
#
# config.status:1129: creating Makefile
# config.status:1129: creating libpng.pc
# config.status:1129: creating libpng-config
# config.status:1129: creating config.h
# config.status:1358: executing depfiles commands
# config.status:1358: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_restrict=__restrict
# ac_cv_env_CCASFLAGS_set=
# ac_cv_env_CCASFLAGS_value=
# ac_cv_env_CCAS_set=
# ac_cv_env_CCAS_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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_PNG_COPTS_set=
# ac_cv_env_PNG_COPTS_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_clock_gettime=yes
# ac_cv_func_feenableexcept=yes
# ac_cv_func_memset=yes
# ac_cv_func_pow=no
# ac_cv_func_strtod=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_host=arm-unknown-linux-androideabi
# ac_cv_lib_m_feenableexcept=yes
# ac_cv_lib_m_pow=yes
# ac_cv_lib_z_zlibVersion=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=arm-linux-androideabi-ar
# 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_OBJDUMP=arm-linux-androideabi-objdump
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_struct_tm=time.h
# ac_cv_type_size_t=yes
# am_cv_CCAS_dependencies_compiler_type=gcc3
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
# lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libpng/src/libpng-1.6.23/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='arm-linux-androideabi-ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libpng/src/libpng-1.6.23/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libpng/src/libpng-1.6.23/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libpng/src/libpng-1.6.23/missing automake-1.15'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCAS='arm-linux-androideabi-gcc'
# CCASDEPMODE='depmode=gcc3'
# CCASFLAGS=''
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DFNCPP='arm-linux-androideabi-gcc -E'
# DLLTOOL='false'
# DO_INSTALL_LIBPNG_CONFIG_FALSE='#'
# DO_INSTALL_LIBPNG_CONFIG_TRUE=''
# DO_INSTALL_LIBPNG_PC_FALSE='#'
# DO_INSTALL_LIBPNG_PC_TRUE=''
# DO_INSTALL_LINKS_FALSE='#'
# DO_INSTALL_LINKS_TRUE=''
# DO_PNG_PREFIX_FALSE=''
# DO_PNG_PREFIX_TRUE='#'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# HAVE_CLOCK_GETTIME_FALSE='#'
# HAVE_CLOCK_GETTIME_TRUE=''
# HAVE_LD_VERSION_SCRIPT_FALSE='#'
# HAVE_LD_VERSION_SCRIPT_TRUE=''
# HAVE_SOLARIS_LD_FALSE=''
# HAVE_SOLARIS_LD_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}strtod$U.o'
# LIBS='-lm -lz -lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}strtod$U.lo'
# LT_SYS_LIBRARY_PATH=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libpng/src/libpng-1.6.23/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='arm-linux-androideabi-objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libpng'
# PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net'
# PACKAGE_NAME='libpng'
# PACKAGE_STRING='libpng 1.6.23'
# PACKAGE_TARNAME='libpng'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.6.23'
# PATH_SEPARATOR=':'
# PNGLIB_MAJOR='1'
# PNGLIB_MINOR='6'
# PNGLIB_RELEASE='23'
# PNGLIB_VERSION='1.6.23'
# PNG_ARM_NEON_FALSE='#'
# PNG_ARM_NEON_TRUE=''
# PNG_COPTS=''
# PNG_PREFIX=''
# POW_LIB='-lm'
# RANLIB='arm-linux-androideabi-ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# SYMBOL_PREFIX=''
# VERSION='1.6.23'
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCCAS_FALSE='#'
# am__fastdepCCAS_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# binconfigs='${binconfigs}'
# 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/libpng/src/libpng-1.6.23/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}'
# pkgconfigdir='${libdir}/pkgconfig'
# 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 "libpng"
# #define PACKAGE_TARNAME "libpng"
# #define PACKAGE_VERSION "1.6.23"
# #define PACKAGE_STRING "libpng 1.6.23"
# #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
# #define PACKAGE_URL ""
# #define PACKAGE "libpng"
# #define VERSION "1.6.23"
# #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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define restrict __restrict
# #define HAVE_MEMSET 1
# #define HAVE_LIBM 1
# #define HAVE_LIBZ 1
# #define HAVE_LIBM 1
# #define HAVE_FEENABLEEXCEPT 1
#
# configure: exit 0