Build of libsmbios 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
12,968 cpp
12,378 sh
7,440 ansic
4,115 python
3,795 makefile
16 sed
40,712 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: libsmbios 2.3.0-1 (Tue Apr 4 21:57:23 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) chrpath-0.16-1
#
# Total Installed Size: 0.09 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing chrpath...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether UID '1000' is supported by ustar format... yes
# checking whether GID '1000' is supported by ustar format... yes
# checking how to create a ustar tar archive... gnutar
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for style of include used by make... GNU
# 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 dependency style of arm-linux-androideabi-gcc... gcc3
# checking for ld used by GCC... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking whether NLS is requested... yes
# checking for GNU gettext in libc... no
# checking for iconv... no, consider installing GNU libiconv
# checking for GNU gettext in libintl... no
# checking whether to use NLS... no
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for arm-linux-androideabi-gcc... (cached) arm-linux-androideabi-gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether arm-linux-androideabi-gcc accepts -g... (cached) yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... (cached) none needed
# checking whether arm-linux-androideabi-gcc understands -c and -o together... (cached) yes
# checking dependency style of arm-linux-androideabi-gcc... (cached) gcc3
# checking for arm-linux-androideabi-gcc option to accept ISO C99... -std=gnu99
# 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 how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking whether python2 version is >= 2.3... yes
# checking for python2 version... 2.7
# checking for python2 platform... linux2
# checking for python2 script directory... ${prefix}/lib/python2.7/site-packages
# checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by arm-linux-androideabi-gcc -std=gnu99... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... 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 whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# 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... objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... dlltool
# 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 -std=gnu99 object... ok
# checking for sysroot... no
# checking for arm-linux-androideabi-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 static flag -static works... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc -std=gnu99 linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# 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 how to run the C++ preprocessor... arm-linux-androideabi-g++ -E
# checking for ld used by arm-linux-androideabi-g++... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking for arm-linux-androideabi-g++ option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-g++ static flag -static works... yes
# checking if arm-linux-androideabi-g++ supports -c -o file.o... yes
# checking if arm-linux-androideabi-g++ supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for ANSI C header files... (cached) yes
# checking libintl.h usability... no
# checking libintl.h presence... no
# checking for libintl.h... no
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking for unistd.h... (cached) yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for off_t... yes
# checking for size_t... yes
# checking for ptrdiff_t... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... no
# checking for working memcmp... no
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... no
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... unknown
# checking for _LARGE_FILES value needed for large files... unknown
# checking for strlcpy... yes
# checking for strlcat... yes
# checking for getpagesize... (cached) yes
# checking for memmove... yes
# checking for memset... yes
# checking for munmap... yes
# checking for strerror... yes
# checking for strndup... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for doxygen... /usr/bin/doxygen
# checking for dot... /usr/bin/dot
# checking for arm-linux-androideabi-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# configure: WARNING: using cross tools not prefixed with host triplet
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBXML2... yes
# checking for CPPUNIT... no
# CPPUNIT not found, disabling CPPUNIT dependent modules
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating pkg/libsmbios.spec
# config.status: creating po/Makefile.in
# config.status: WARNING: '../po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status: creating libsmbios_c-uninstalled.pc
# config.status: creating pkg/libsmbios_c.pc
# config.status: creating libsmbios_c++-uninstalled.pc
# config.status: creating pkg/libsmbios_c++.pc
# config.status: creating out/public-include/smbios/dlopen.h
# config.status: creating out/public-include/smbios_c/dlopen.h
# config.status: creating pkg/pkginfo
# config.status: creating out/include/config.h
# config.status: executing default-1 commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Making all in po
# make[1]: Entering directory '/tmp/libsmbios/src/libsmbios-2.3.0/build/po'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libsmbios/src/libsmbios-2.3.0/build/po'
# make[1]: Entering directory '/tmp/libsmbios/src/libsmbios-2.3.0/build'
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/cmos/out_libsmbios_la-CmosRW.lo -MD -MP -MF src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRW.Tpo -c -o src/libsmbios_c++/cmos/out_libsmbios_la-CmosRW.lo `test -f 'src/libsmbios_c++/cmos/CmosRW.cpp' || echo '../'`src/libsmbios_c++/cmos/CmosRW.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/cmos/out_libsmbios_la-CmosRW.lo -MD -MP -MF src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRW.Tpo -c ../src/libsmbios_c++/cmos/CmosRW.cpp -fPIC -DPIC -o src/libsmbios_c++/cmos/.libs/out_libsmbios_la-CmosRW.o
# mv -f src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRW.Tpo src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRW.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/cmos/out_libsmbios_la-CmosRWFactory.lo -MD -MP -MF src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRWFactory.Tpo -c -o src/libsmbios_c++/cmos/out_libsmbios_la-CmosRWFactory.lo `test -f 'src/libsmbios_c++/cmos/CmosRWFactory.cpp' || echo '../'`src/libsmbios_c++/cmos/CmosRWFactory.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/cmos/out_libsmbios_la-CmosRWFactory.lo -MD -MP -MF src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRWFactory.Tpo -c ../src/libsmbios_c++/cmos/CmosRWFactory.cpp -fPIC -DPIC -o src/libsmbios_c++/cmos/.libs/out_libsmbios_la-CmosRWFactory.o
# mv -f src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRWFactory.Tpo src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRWFactory.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/common/out_libsmbios_la-ascii2enUS_scancode.lo -MD -MP -MF src/libsmbios_c++/common/.deps/out_libsmbios_la-ascii2enUS_scancode.Tpo -c -o src/libsmbios_c++/common/out_libsmbios_la-ascii2enUS_scancode.lo `test -f 'src/libsmbios_c++/common/ascii2enUS_scancode.cpp' || echo '../'`src/libsmbios_c++/common/ascii2enUS_scancode.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/common/out_libsmbios_la-ascii2enUS_scancode.lo -MD -MP -MF src/libsmbios_c++/common/.deps/out_libsmbios_la-ascii2enUS_scancode.Tpo -c ../src/libsmbios_c++/common/ascii2enUS_scancode.cpp -fPIC -DPIC -o src/libsmbios_c++/common/.libs/out_libsmbios_la-ascii2enUS_scancode.o
# mv -f src/libsmbios_c++/common/.deps/out_libsmbios_la-ascii2enUS_scancode.Tpo src/libsmbios_c++/common/.deps/out_libsmbios_la-ascii2enUS_scancode.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/common/out_libsmbios_la-Observer.lo -MD -MP -MF src/libsmbios_c++/common/.deps/out_libsmbios_la-Observer.Tpo -c -o src/libsmbios_c++/common/out_libsmbios_la-Observer.lo `test -f 'src/libsmbios_c++/common/Observer.cpp' || echo '../'`src/libsmbios_c++/common/Observer.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/common/out_libsmbios_la-Observer.lo -MD -MP -MF src/libsmbios_c++/common/.deps/out_libsmbios_la-Observer.Tpo -c ../src/libsmbios_c++/common/Observer.cpp -fPIC -DPIC -o src/libsmbios_c++/common/.libs/out_libsmbios_la-Observer.o
# mv -f src/libsmbios_c++/common/.deps/out_libsmbios_la-Observer.Tpo src/libsmbios_c++/common/.deps/out_libsmbios_la-Observer.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/memory/out_libsmbios_la-Memory.lo -MD -MP -MF src/libsmbios_c++/memory/.deps/out_libsmbios_la-Memory.Tpo -c -o src/libsmbios_c++/memory/out_libsmbios_la-Memory.lo `test -f 'src/libsmbios_c++/memory/Memory.cpp' || echo '../'`src/libsmbios_c++/memory/Memory.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/memory/out_libsmbios_la-Memory.lo -MD -MP -MF src/libsmbios_c++/memory/.deps/out_libsmbios_la-Memory.Tpo -c ../src/libsmbios_c++/memory/Memory.cpp -fPIC -DPIC -o src/libsmbios_c++/memory/.libs/out_libsmbios_la-Memory.o
# mv -f src/libsmbios_c++/memory/.deps/out_libsmbios_la-Memory.Tpo src/libsmbios_c++/memory/.deps/out_libsmbios_la-Memory.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/rbu/out_libsmbios_la-RbuHdr.lo -MD -MP -MF src/libsmbios_c++/rbu/.deps/out_libsmbios_la-RbuHdr.Tpo -c -o src/libsmbios_c++/rbu/out_libsmbios_la-RbuHdr.lo `test -f 'src/libsmbios_c++/rbu/RbuHdr.cpp' || echo '../'`src/libsmbios_c++/rbu/RbuHdr.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/rbu/out_libsmbios_la-RbuHdr.lo -MD -MP -MF src/libsmbios_c++/rbu/.deps/out_libsmbios_la-RbuHdr.Tpo -c ../src/libsmbios_c++/rbu/RbuHdr.cpp -fPIC -DPIC -o src/libsmbios_c++/rbu/.libs/out_libsmbios_la-RbuHdr.o
# mv -f src/libsmbios_c++/rbu/.deps/out_libsmbios_la-RbuHdr.Tpo src/libsmbios_c++/rbu/.deps/out_libsmbios_la-RbuHdr.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosFactory.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosFactory.Tpo -c -o src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosFactory.lo `test -f 'src/libsmbios_c++/smbios/SmbiosFactory.cpp' || echo '../'`src/libsmbios_c++/smbios/SmbiosFactory.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosFactory.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosFactory.Tpo -c ../src/libsmbios_c++/smbios/SmbiosFactory.cpp -fPIC -DPIC -o src/libsmbios_c++/smbios/.libs/out_libsmbios_la-SmbiosFactory.o
# mv -f src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosFactory.Tpo src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosFactory.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosItem.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosItem.Tpo -c -o src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosItem.lo `test -f 'src/libsmbios_c++/smbios/SmbiosItem.cpp' || echo '../'`src/libsmbios_c++/smbios/SmbiosItem.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosItem.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosItem.Tpo -c ../src/libsmbios_c++/smbios/SmbiosItem.cpp -fPIC -DPIC -o src/libsmbios_c++/smbios/.libs/out_libsmbios_la-SmbiosItem.o
# mv -f src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosItem.Tpo src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosItem.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosStrategy.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosStrategy.Tpo -c -o src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosStrategy.lo `test -f 'src/libsmbios_c++/smbios/SmbiosStrategy.cpp' || echo '../'`src/libsmbios_c++/smbios/SmbiosStrategy.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosStrategy.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosStrategy.Tpo -c ../src/libsmbios_c++/smbios/SmbiosStrategy.cpp -fPIC -DPIC -o src/libsmbios_c++/smbios/.libs/out_libsmbios_la-SmbiosStrategy.o
# mv -f src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosStrategy.Tpo src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosStrategy.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosTable.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosTable.Tpo -c -o src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosTable.lo `test -f 'src/libsmbios_c++/smbios/SmbiosTable.cpp' || echo '../'`src/libsmbios_c++/smbios/SmbiosTable.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosTable.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosTable.Tpo -c ../src/libsmbios_c++/smbios/SmbiosTable.cpp -fPIC -DPIC -o src/libsmbios_c++/smbios/.libs/out_libsmbios_la-SmbiosTable.o
# mv -f src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosTable.Tpo src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosTable.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosTableIterator.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosTableIterator.Tpo -c -o src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosTableIterator.lo `test -f 'src/libsmbios_c++/smbios/SmbiosTableIterator.cpp' || echo '../'`src/libsmbios_c++/smbios/SmbiosTableIterator.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosTableIterator.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosTableIterator.Tpo -c ../src/libsmbios_c++/smbios/SmbiosTableIterator.cpp -fPIC -DPIC -o src/libsmbios_c++/smbios/.libs/out_libsmbios_la-SmbiosTableIterator.o
# mv -f src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosTableIterator.Tpo src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosTableIterator.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosWorkaround.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosWorkaround.Tpo -c -o src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosWorkaround.lo `test -f 'src/libsmbios_c++/smbios/SmbiosWorkaround.cpp' || echo '../'`src/libsmbios_c++/smbios/SmbiosWorkaround.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smbios/out_libsmbios_la-SmbiosWorkaround.lo -MD -MP -MF src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosWorkaround.Tpo -c ../src/libsmbios_c++/smbios/SmbiosWorkaround.cpp -fPIC -DPIC -o src/libsmbios_c++/smbios/.libs/out_libsmbios_la-SmbiosWorkaround.o
# mv -f src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosWorkaround.Tpo src/libsmbios_c++/smbios/.deps/out_libsmbios_la-SmbiosWorkaround.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smi/out_libsmbios_la-Smi.lo -MD -MP -MF src/libsmbios_c++/smi/.deps/out_libsmbios_la-Smi.Tpo -c -o src/libsmbios_c++/smi/out_libsmbios_la-Smi.lo `test -f 'src/libsmbios_c++/smi/Smi.cpp' || echo '../'`src/libsmbios_c++/smi/Smi.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smi/out_libsmbios_la-Smi.lo -MD -MP -MF src/libsmbios_c++/smi/.deps/out_libsmbios_la-Smi.Tpo -c ../src/libsmbios_c++/smi/Smi.cpp -fPIC -DPIC -o src/libsmbios_c++/smi/.libs/out_libsmbios_la-Smi.o
# mv -f src/libsmbios_c++/smi/.deps/out_libsmbios_la-Smi.Tpo src/libsmbios_c++/smi/.deps/out_libsmbios_la-Smi.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smi/out_libsmbios_la-SmiFactory.lo -MD -MP -MF src/libsmbios_c++/smi/.deps/out_libsmbios_la-SmiFactory.Tpo -c -o src/libsmbios_c++/smi/out_libsmbios_la-SmiFactory.lo `test -f 'src/libsmbios_c++/smi/SmiFactory.cpp' || echo '../'`src/libsmbios_c++/smi/SmiFactory.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/smi/out_libsmbios_la-SmiFactory.lo -MD -MP -MF src/libsmbios_c++/smi/.deps/out_libsmbios_la-SmiFactory.Tpo -c ../src/libsmbios_c++/smi/SmiFactory.cpp -fPIC -DPIC -o src/libsmbios_c++/smi/.libs/out_libsmbios_la-SmiFactory.o
# mv -f src/libsmbios_c++/smi/.deps/out_libsmbios_la-SmiFactory.Tpo src/libsmbios_c++/smi/.deps/out_libsmbios_la-SmiFactory.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/systeminfo/out_libsmbios_la-IdByte.lo -MD -MP -MF src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-IdByte.Tpo -c -o src/libsmbios_c++/systeminfo/out_libsmbios_la-IdByte.lo `test -f 'src/libsmbios_c++/systeminfo/IdByte.cpp' || echo '../'`src/libsmbios_c++/systeminfo/IdByte.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/systeminfo/out_libsmbios_la-IdByte.lo -MD -MP -MF src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-IdByte.Tpo -c ../src/libsmbios_c++/systeminfo/IdByte.cpp -fPIC -DPIC -o src/libsmbios_c++/systeminfo/.libs/out_libsmbios_la-IdByte.o
# mv -f src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-IdByte.Tpo src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-IdByte.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/systeminfo/out_libsmbios_la-SysInfoError.lo -MD -MP -MF src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-SysInfoError.Tpo -c -o src/libsmbios_c++/systeminfo/out_libsmbios_la-SysInfoError.lo `test -f 'src/libsmbios_c++/systeminfo/SysInfoError.cpp' || echo '../'`src/libsmbios_c++/systeminfo/SysInfoError.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/systeminfo/out_libsmbios_la-SysInfoError.lo -MD -MP -MF src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-SysInfoError.Tpo -c ../src/libsmbios_c++/systeminfo/SysInfoError.cpp -fPIC -DPIC -o src/libsmbios_c++/systeminfo/.libs/out_libsmbios_la-SysInfoError.o
# mv -f src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-SysInfoError.Tpo src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-SysInfoError.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/systeminfo/out_libsmbios_la-System.lo -MD -MP -MF src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-System.Tpo -c -o src/libsmbios_c++/systeminfo/out_libsmbios_la-System.lo `test -f 'src/libsmbios_c++/systeminfo/System.cpp' || echo '../'`src/libsmbios_c++/systeminfo/System.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/systeminfo/out_libsmbios_la-System.lo -MD -MP -MF src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-System.Tpo -c ../src/libsmbios_c++/systeminfo/System.cpp -fPIC -DPIC -o src/libsmbios_c++/systeminfo/.libs/out_libsmbios_la-System.o
# mv -f src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-System.Tpo src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-System.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/systeminfo/out_libsmbios_la-SystemDetect.lo -MD -MP -MF src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-SystemDetect.Tpo -c -o src/libsmbios_c++/systeminfo/out_libsmbios_la-SystemDetect.lo `test -f 'src/libsmbios_c++/systeminfo/SystemDetect.cpp' || echo '../'`src/libsmbios_c++/systeminfo/SystemDetect.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/systeminfo/out_libsmbios_la-SystemDetect.lo -MD -MP -MF src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-SystemDetect.Tpo -c ../src/libsmbios_c++/systeminfo/SystemDetect.cpp -fPIC -DPIC -o src/libsmbios_c++/systeminfo/.libs/out_libsmbios_la-SystemDetect.o
# mv -f src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-SystemDetect.Tpo src/libsmbios_c++/systeminfo/.deps/out_libsmbios_la-SystemDetect.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-checksum.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-checksum.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-checksum.lo `test -f 'src/libsmbios_c++/token/checksum.cpp' || echo '../'`src/libsmbios_c++/token/checksum.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-checksum.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-checksum.Tpo -c ../src/libsmbios_c++/token/checksum.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-checksum.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-checksum.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-checksum.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-Token.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-Token.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-Token.lo `test -f 'src/libsmbios_c++/token/Token.cpp' || echo '../'`src/libsmbios_c++/token/Token.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-Token.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-Token.Tpo -c ../src/libsmbios_c++/token/Token.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-Token.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-Token.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-Token.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenD4.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD4.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-TokenD4.lo `test -f 'src/libsmbios_c++/token/TokenD4.cpp' || echo '../'`src/libsmbios_c++/token/TokenD4.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenD4.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD4.Tpo -c ../src/libsmbios_c++/token/TokenD4.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-TokenD4.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD4.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD4.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenD5.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD5.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-TokenD5.lo `test -f 'src/libsmbios_c++/token/TokenD5.cpp' || echo '../'`src/libsmbios_c++/token/TokenD5.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenD5.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD5.Tpo -c ../src/libsmbios_c++/token/TokenD5.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-TokenD5.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD5.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD5.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenD6.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD6.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-TokenD6.lo `test -f 'src/libsmbios_c++/token/TokenD6.cpp' || echo '../'`src/libsmbios_c++/token/TokenD6.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenD6.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD6.Tpo -c ../src/libsmbios_c++/token/TokenD6.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-TokenD6.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD6.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenD6.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenDA.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenDA.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-TokenDA.lo `test -f 'src/libsmbios_c++/token/TokenDA.cpp' || echo '../'`src/libsmbios_c++/token/TokenDA.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenDA.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenDA.Tpo -c ../src/libsmbios_c++/token/TokenDA.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-TokenDA.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenDA.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenDA.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenTable.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTable.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-TokenTable.lo `test -f 'src/libsmbios_c++/token/TokenTable.cpp' || echo '../'`src/libsmbios_c++/token/TokenTable.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenTable.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTable.Tpo -c ../src/libsmbios_c++/token/TokenTable.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-TokenTable.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTable.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTable.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenTableFactory.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTableFactory.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-TokenTableFactory.lo `test -f 'src/libsmbios_c++/token/TokenTableFactory.cpp' || echo '../'`src/libsmbios_c++/token/TokenTableFactory.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenTableFactory.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTableFactory.Tpo -c ../src/libsmbios_c++/token/TokenTableFactory.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-TokenTableFactory.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTableFactory.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTableFactory.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenTableIterator.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTableIterator.Tpo -c -o src/libsmbios_c++/token/out_libsmbios_la-TokenTableIterator.lo `test -f 'src/libsmbios_c++/token/TokenTableIterator.cpp' || echo '../'`src/libsmbios_c++/token/TokenTableIterator.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/token/out_libsmbios_la-TokenTableIterator.lo -MD -MP -MF src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTableIterator.Tpo -c ../src/libsmbios_c++/token/TokenTableIterator.cpp -fPIC -DPIC -o src/libsmbios_c++/token/.libs/out_libsmbios_la-TokenTableIterator.o
# mv -f src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTableIterator.Tpo src/libsmbios_c++/token/.deps/out_libsmbios_la-TokenTableIterator.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/cmos/out_libsmbios_la-CmosRW_LinuxIO.lo -MD -MP -MF src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRW_LinuxIO.Tpo -c -o src/libsmbios_c++/cmos/out_libsmbios_la-CmosRW_LinuxIO.lo `test -f 'src/libsmbios_c++/cmos/CmosRW_LinuxIO.cpp' || echo '../'`src/libsmbios_c++/cmos/CmosRW_LinuxIO.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I.. -I./out/include -I./out/include -I../src/include -DLIBSMBIOS_LOCALEDIR=\"/usr/share/locale\" -I../src/libsmbios_c++/common -Wall -MT src/libsmbios_c++/cmos/out_libsmbios_la-CmosRW_LinuxIO.lo -MD -MP -MF src/libsmbios_c++/cmos/.deps/out_libsmbios_la-CmosRW_LinuxIO.Tpo -c ../src/libsmbios_c++/cmos/CmosRW_LinuxIO.cpp -fPIC -DPIC -o src/libsmbios_c++/cmos/.libs/out_libsmbios_la-CmosRW_LinuxIO.o
# ../src/libsmbios_c++/cmos/CmosRW_LinuxIO.cpp:23:20: fatal error: sys/io.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [Makefile:2973: src/libsmbios_c++/cmos/out_libsmbios_la-CmosRW_LinuxIO.lo] Error 1
# make[1]: Leaving directory '/tmp/libsmbios/src/libsmbios-2.3.0/build'
# make: *** [Makefile:3444: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libsmbios/src/libsmbios-2.3.0/build/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 libsmbios configure 2.3.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ../configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 3133222eaf56
# 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: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2572: checking build system type
# configure:2586: result: x86_64-unknown-linux-gnu
# configure:2606: checking host system type
# configure:2619: result: arm-unknown-linux-androideabi
# configure:2655: checking for a BSD-compatible install
# configure:2723: result: /usr/bin/install -c
# configure:2734: checking whether build environment is sane
# configure:2789: result: yes
# configure:2848: checking for arm-linux-androideabi-strip
# configure:2864: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2875: result: arm-linux-androideabi-strip
# configure:2940: checking for a thread-safe mkdir -p
# configure:2979: result: /usr/bin/mkdir -p
# configure:2986: checking for gawk
# configure:3002: found /usr/bin/gawk
# configure:3013: result: gawk
# configure:3024: checking whether make sets $(MAKE)
# configure:3046: result: yes
# configure:3075: checking whether make supports nested variables
# configure:3092: result: yes
# configure:3172: checking whether UID '1000' is supported by ustar format
# configure:3175: result: yes
# configure:3182: checking whether GID '1000' is supported by ustar format
# configure:3185: result: yes
# configure:3193: checking how to create a ustar tar archive
# configure:3204: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:3207: $? = 0
# configure:3247: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:3250: $? = 0
# configure:3254: tar -xf -
# configure:3257: $? = 0
# configure:3259: cat conftest.dir/file
# GrepMe
# configure:3262: $? = 0
# configure:3275: result: gnutar
# configure:3338: checking whether NLS is requested
# configure:3347: result: yes
# configure:3385: checking for msgfmt
# configure:3416: result: /usr/bin/msgfmt
# configure:3425: checking for gmsgfmt
# configure:3456: result: /usr/bin/msgfmt
# configure:3496: checking for xgettext
# configure:3527: result: /usr/bin/xgettext
# configure:3567: checking for msgmerge
# configure:3597: result: /usr/bin/msgmerge
# configure:3660: checking for style of include used by make
# configure:3688: result: GNU
# configure:3719: checking for arm-linux-androideabi-gcc
# configure:3746: result: arm-linux-androideabi-gcc
# configure:4015: checking for C compiler version
# configure:4024: 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:4035: $? = 0
# configure:4024: 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:4035: $? = 0
# configure:4024: 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:4035: $? = 1
# configure:4024: 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:4035: $? = 1
# configure:4055: checking whether the C compiler works
# configure:4077: arm-linux-androideabi-gcc conftest.c >&5
# configure:4081: $? = 0
# configure:4129: result: yes
# configure:4132: checking for C compiler default output file name
# configure:4134: result: a.out
# configure:4140: checking for suffix of executables
# configure:4147: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:4151: $? = 0
# configure:4173: result:
# configure:4195: checking whether we are cross compiling
# configure:4233: result: yes
# configure:4238: checking for suffix of object files
# configure:4260: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4264: $? = 0
# configure:4285: result: o
# configure:4289: checking whether we are using the GNU C compiler
# configure:4308: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4308: $? = 0
# configure:4317: result: yes
# configure:4326: checking whether arm-linux-androideabi-gcc accepts -g
# configure:4346: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:4346: $? = 0
# configure:4387: result: yes
# configure:4404: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:4467: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4480: result: none needed
# configure:4505: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:4527: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4530: $? = 0
# configure:4527: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4530: $? = 0
# configure:4542: result: yes
# configure:4561: checking dependency style of arm-linux-androideabi-gcc
# configure:4672: result: gcc3
# configure:4711: checking for ld used by GCC
# configure:4775: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:4782: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:4795: result: yes
# configure:4801: checking for shared library run path origin
# configure:4814: result: done
# configure:5231: checking whether NLS is requested
# configure:5240: result: yes
# configure:5258: checking for GNU gettext in libc
# configure:5277: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:9:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5277: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# | extern int _nl_msg_cat_cntr;
# | extern int *_nl_domain_bindings;
# | int
# | main ()
# | {
# | bindtextdomain ("", "");
# | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
# | ;
# | return 0;
# | }
# configure:5285: result: no
# configure:5319: checking for iconv
# configure:5341: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:10:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5341: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# | ;
# | return 0;
# | }
# configure:5363: arm-linux-androideabi-gcc -o conftest conftest.c -liconv >&5
# conftest.c:10:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5363: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# | ;
# | return 0;
# | }
# configure:5373: result: no, consider installing GNU libiconv
# configure:5772: checking for GNU gettext in libintl
# configure:5799: arm-linux-androideabi-gcc -o conftest conftest.c -lintl >&5
# conftest.c:9:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5799: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# | extern int _nl_msg_cat_cntr;
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# | const char *_nl_expand_alias ();
# | int
# | main ()
# | {
# | bindtextdomain ("", "");
# | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
# | ;
# | return 0;
# | }
# configure:5838: result: no
# configure:5865: checking whether to use NLS
# configure:5867: result: no
# configure:5944: checking how to run the C preprocessor
# configure:5975: arm-linux-androideabi-gcc -E conftest.c
# configure:5975: $? = 0
# configure:5989: 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:5989: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:6014: result: arm-linux-androideabi-gcc -E
# configure:6034: arm-linux-androideabi-gcc -E conftest.c
# configure:6034: $? = 0
# configure:6048: 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:6048: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:6077: checking for grep that handles long lines and -e
# configure:6135: result: /usr/bin/grep
# configure:6140: checking for egrep
# configure:6202: result: /usr/bin/grep -E
# configure:6207: checking for ANSI C header files
# configure:6227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6227: $? = 0
# configure:6311: result: yes
# configure:6324: checking for sys/types.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6324: checking for sys/stat.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6324: checking for stdlib.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6324: checking for string.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6324: checking for memory.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6324: checking for strings.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6324: checking for inttypes.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6324: checking for stdint.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6324: checking for unistd.h
# configure:6324: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6324: $? = 0
# configure:6324: result: yes
# configure:6337: checking minix/config.h usability
# configure:6337: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:52:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6337: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:6337: result: no
# configure:6337: checking minix/config.h presence
# configure:6337: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:19:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6337: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:6337: result: no
# configure:6337: checking for minix/config.h
# configure:6337: result: no
# configure:6358: checking whether it is safe to define __EXTENSIONS__
# configure:6376: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6376: $? = 0
# configure:6383: result: yes
# configure:6521: checking for arm-linux-androideabi-gcc
# configure:6548: result: arm-linux-androideabi-gcc
# configure:6817: checking for C compiler version
# configure:6826: 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:6837: $? = 0
# configure:6826: 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:6837: $? = 0
# configure:6826: 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:6837: $? = 1
# configure:6826: 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:6837: $? = 1
# configure:6841: checking whether we are using the GNU C compiler
# configure:6869: result: yes
# configure:6878: checking whether arm-linux-androideabi-gcc accepts -g
# configure:6939: result: yes
# configure:6956: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:7032: result: none needed
# configure:7057: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:7094: result: yes
# configure:7113: checking dependency style of arm-linux-androideabi-gcc
# configure:7224: result: gcc3
# configure:7239: checking for arm-linux-androideabi-gcc option to accept ISO C99
# configure:7388: arm-linux-androideabi-gcc -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:78:29: error: expected ';', ',' or ')' before 'text'
# test_restrict (ccp restrict text)
# ^
# conftest.c: In function 'main':
# conftest.c:132:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
# char *restrict newvar = "Another string";
# ^
# conftest.c:132:18: error: 'newvar' undeclared (first use in this function)
# conftest.c:132:18: note: each undeclared identifier is reported only once for each function it appears in
# conftest.c:142:3: error: 'for' loop initial declarations are only allowed in C99 mode
# for (int i = 0; i < ia->datasize; ++i)
# ^
# conftest.c:142:3: note: use option -std=c99 or -std=gnu99 to compile your code
# configure:7388: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | #include
# | #include
# |
# | // Check varargs macros. These examples are taken from C99 6.10.3.5.
# | #define debug(...) fprintf (stderr, __VA_ARGS__)
# | #define showlist(...) puts (#__VA_ARGS__)
# | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
# | static void
# | test_varargs_macros (void)
# | {
# | int x = 1234;
# | int y = 5678;
# | debug ("Flag");
# | debug ("X = %d\n", x);
# | showlist (The first, second, and third items.);
# | report (x>y, "x is %d but y is %d", x, y);
# | }
# |
# | // Check long long types.
# | #define BIG64 18446744073709551615ull
# | #define BIG32 4294967295ul
# | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
# | #if !BIG_OK
# | your preprocessor is broken;
# | #endif
# | #if BIG_OK
# | #else
# | your preprocessor is broken;
# | #endif
# | static long long int bignum = -9223372036854775807LL;
# | static unsigned long long int ubignum = BIG64;
# |
# | struct incomplete_array
# | {
# | int datasize;
# | double data[];
# | };
# |
# | struct named_init {
# | int number;
# | const wchar_t *name;
# | double average;
# | };
# |
# | typedef const char *ccp;
# |
# | static inline int
# | test_restrict (ccp restrict text)
# | {
# | // See if C++-style comments work.
# | // Iterate through items via the restricted pointer.
# | // Also check for declarations in for loops.
# | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
# | continue;
# | return 0;
# | }
# |
# | // Check varargs and va_copy.
# | static void
# | test_varargs (const char *format, ...)
# | {
# | va_list args;
# | va_start (args, format);
# | va_list args_copy;
# | va_copy (args_copy, args);
# |
# | const char *str;
# | int number;
# | float fnumber;
# |
# | while (*format)
# | {
# | switch (*format++)
# | {
# | case 's': // string
# | str = va_arg (args_copy, const char *);
# | break;
# | case 'd': // int
# | number = va_arg (args_copy, int);
# | break;
# | case 'f': // float
# | fnumber = va_arg (args_copy, double);
# | break;
# | default:
# | break;
# | }
# | }
# | va_end (args_copy);
# | va_end (args);
# | }
# |
# | int
# | main ()
# | {
# |
# | // Check bool.
# | _Bool success = false;
# |
# | // Check restrict.
# | if (test_restrict ("String literal") == 0)
# | success = true;
# | char *restrict newvar = "Another string";
# |
# | // Check varargs.
# | test_varargs ("s, d' f .", "string", 65, 34.234);
# | test_varargs_macros ();
# |
# | // Check flexible array members.
# | struct incomplete_array *ia =
# | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
# | ia->datasize = 10;
# | for (int i = 0; i < ia->datasize; ++i)
# | ia->data[i] = i * 1.234;
# |
# | // Check named initializers.
# | struct named_init ni = {
# | .number = 34,
# | .name = L"Test wide string",
# | .average = 543.34343,
# | };
# |
# | ni.number = 58;
# |
# | int dynamic_array[ni.number];
# | dynamic_array[ni.number - 1] = 543;
# |
# | // work around unused variable warnings
# | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
# | || dynamic_array[ni.number - 1] != 543);
# |
# | ;
# | return 0;
# | }
# configure:7388: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:7388: $? = 0
# configure:7408: result: -std=gnu99
# configure:7529: checking for C++ compiler version
# configure:7538: 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:7549: $? = 0
# configure:7538: 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:7549: $? = 0
# configure:7538: 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:7549: $? = 1
# configure:7538: 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:7549: $? = 1
# configure:7553: checking whether we are using the GNU C++ compiler
# configure:7572: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:7572: $? = 0
# configure:7581: result: yes
# configure:7590: checking whether arm-linux-androideabi-g++ accepts -g
# configure:7610: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:7610: $? = 0
# configure:7651: result: yes
# configure:7676: checking dependency style of arm-linux-androideabi-g++
# configure:7787: result: gcc3
# configure:7807: checking how to run the C preprocessor
# configure:7877: result: arm-linux-androideabi-gcc -E
# configure:7897: arm-linux-androideabi-gcc -E conftest.c
# configure:7897: $? = 0
# configure:7911: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7911: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | /* end confdefs.h. */
# | #include
# configure:7958: checking whether python2 version is >= 2.3
# configure:7969: python2 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
# configure:7972: $? = 0
# configure:7974: result: yes
# configure:8067: checking for python2 version
# configure:8074: result: 2.7
# configure:8086: checking for python2 platform
# configure:8093: result: linux2
# configure:8119: checking for python2 script directory
# configure:8154: result: ${prefix}/lib/python2.7/site-packages
# configure:8163: checking for python2 extension module directory
# configure:8198: result: ${exec_prefix}/lib/python2.7/site-packages
# configure:8574: checking how to print strings
# configure:8601: result: printf
# configure:8622: checking for a sed that does not truncate output
# configure:8686: result: /usr/bin/sed
# configure:8704: checking for fgrep
# configure:8766: result: /usr/bin/grep -F
# configure:8801: checking for ld used by arm-linux-androideabi-gcc -std=gnu99
# configure:8868: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:8875: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:8890: result: yes
# configure:8902: checking for BSD- or MS-compatible name lister (nm)
# configure:8951: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:9081: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:9088: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:9091: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:9094: output
# 00000000 B some_variable
# configure:9101: result: BSD nm
# configure:9104: checking whether ln -s works
# configure:9108: result: yes
# configure:9116: checking the maximum length of command line arguments
# configure:9247: result: 1572864
# configure:9264: checking whether the shell understands some XSI constructs
# configure:9274: result: yes
# configure:9278: checking whether the shell understands "+="
# configure:9284: result: yes
# configure:9319: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:9359: result: func_convert_file_noop
# configure:9366: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:9386: result: func_convert_file_noop
# configure:9393: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:9400: result: -r
# configure:9434: checking for arm-linux-androideabi-objdump
# configure:9461: result: objdump
# configure:9530: checking how to recognize dependent libraries
# configure:9728: result: pass_all
# configure:9773: checking for arm-linux-androideabi-dlltool
# configure:9800: result: dlltool
# configure:9870: checking how to associate runtime and link libraries
# configure:9897: result: printf %s\n
# configure:9913: checking for arm-linux-androideabi-ar
# configure:9929: found /sysroot/bin/arm-linux-androideabi-ar
# configure:9940: result: arm-linux-androideabi-ar
# configure:10021: checking for archiver @FILE support
# configure:10038: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:10038: $? = 0
# configure:10041: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:10044: $? = 0
# configure:10049: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:10052: $? = 1
# configure:10064: result: @
# configure:10082: checking for arm-linux-androideabi-strip
# configure:10109: result: arm-linux-androideabi-strip
# configure:10181: checking for arm-linux-androideabi-ranlib
# configure:10197: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:10208: result: arm-linux-androideabi-ranlib
# configure:10350: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc -std=gnu99 object
# configure:10470: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:10473: $? = 0
# configure:10477: /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:10480: $? = 0
# configure:10546: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c conftstm.o >&5
# configure:10549: $? = 0
# configure:10587: result: ok
# configure:10624: checking for sysroot
# configure:10654: result: no
# configure:10883: checking for arm-linux-androideabi-mt
# configure:10913: result: no
# configure:10923: checking for mt
# configure:10953: result: no
# configure:10973: checking if : is a manifest tool
# configure:10979: : '-?'
# configure:10987: result: no
# configure:11626: checking for dlfcn.h
# configure:11626: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:11626: $? = 0
# configure:11626: result: yes
# configure:11841: checking for objdir
# configure:11856: result: .libs
# configure:12127: checking if arm-linux-androideabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions
# configure:12145: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK -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:12149: $? = 0
# configure:12162: result: no
# configure:12489: checking for arm-linux-androideabi-gcc -std=gnu99 option to produce PIC
# configure:12496: result: -fPIC -DPIC
# configure:12504: checking if arm-linux-androideabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works
# configure:12522: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK -fPIC -DPIC -DPIC conftest.c >&5
# configure:12526: $? = 0
# configure:12539: result: yes
# configure:12568: checking if arm-linux-androideabi-gcc -std=gnu99 static flag -static works
# configure:12596: result: yes
# configure:12611: checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o
# configure:12632: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK -o out/conftest2.o conftest.c >&5
# configure:12636: $? = 0
# configure:12658: result: yes
# configure:12666: checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o
# configure:12713: result: yes
# configure:12746: checking whether the arm-linux-androideabi-gcc -std=gnu99 linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:13903: result: yes
# configure:13940: checking whether -lc should be explicitly linked in
# configure:13948: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:13951: $? = 0
# configure:13966: arm-linux-androideabi-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:13969: $? = 0
# configure:13983: result: no
# configure:14143: checking dynamic linker characteristics
# configure:14643: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:14643: $? = 0
# configure:14877: result: GNU/Linux ld.so
# configure:14984: checking how to hardcode library paths into programs
# configure:15009: result: immediate
# configure:15549: checking whether stripping libraries is possible
# configure:15554: result: yes
# configure:15589: checking if libtool supports shared libraries
# configure:15591: result: yes
# configure:15594: checking whether to build shared libraries
# configure:15615: result: yes
# configure:15618: checking whether to build static libraries
# configure:15622: result: no
# configure:15645: checking how to run the C++ preprocessor
# configure:15672: arm-linux-androideabi-g++ -E conftest.cpp
# configure:15672: $? = 0
# configure:15686: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:30:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:15686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:15711: result: arm-linux-androideabi-g++ -E
# configure:15731: arm-linux-androideabi-g++ -E conftest.cpp
# configure:15731: $? = 0
# configure:15745: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:30:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:15745: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:15914: checking for ld used by arm-linux-androideabi-g++
# configure:15981: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:15988: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:16003: result: yes
# configure:16058: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:17060: result: yes
# configure:17096: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17099: $? = 0
# configure:17619: checking for arm-linux-androideabi-g++ option to produce PIC
# configure:17626: result: -fPIC -DPIC
# configure:17634: checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works
# configure:17652: arm-linux-androideabi-g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:17656: $? = 0
# configure:17669: result: yes
# configure:17692: checking if arm-linux-androideabi-g++ static flag -static works
# configure:17720: result: yes
# configure:17732: checking if arm-linux-androideabi-g++ supports -c -o file.o
# configure:17753: arm-linux-androideabi-g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:17757: $? = 0
# configure:17779: result: yes
# configure:17784: checking if arm-linux-androideabi-g++ supports -c -o file.o
# configure:17831: result: yes
# configure:17861: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:17900: result: yes
# configure:18041: checking dynamic linker characteristics
# configure:18709: result: GNU/Linux ld.so
# configure:18762: checking how to hardcode library paths into programs
# configure:18787: result: immediate
# configure:18852: checking for ANSI C header files
# configure:18956: result: yes
# configure:18967: checking libintl.h usability
# configure:18967: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:64:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18967: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #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
# | #include
# configure:18967: result: no
# configure:18967: checking libintl.h presence
# configure:18967: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:31:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18967: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:18967: result: no
# configure:18967: checking for libintl.h
# configure:18967: result: no
# configure:18967: checking limits.h usability
# configure:18967: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:18967: $? = 0
# configure:18967: result: yes
# configure:18967: checking limits.h presence
# configure:18967: arm-linux-androideabi-gcc -E conftest.c
# configure:18967: $? = 0
# configure:18967: result: yes
# configure:18967: checking for limits.h
# configure:18967: result: yes
# configure:18967: checking for stdlib.h
# configure:18967: result: yes
# configure:18967: checking for string.h
# configure:18967: result: yes
# configure:18967: checking sys/file.h usability
# configure:18967: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:18967: $? = 0
# configure:18967: result: yes
# configure:18967: checking sys/file.h presence
# configure:18967: arm-linux-androideabi-gcc -E conftest.c
# configure:18967: $? = 0
# configure:18967: result: yes
# configure:18967: checking for sys/file.h
# configure:18967: result: yes
# configure:18967: checking for unistd.h
# configure:18967: result: yes
# configure:18979: checking for stdbool.h that conforms to C99
# configure:19046: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19046: $? = 0
# configure:19053: result: yes
# configure:19055: checking for _Bool
# configure:19055: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19055: $? = 0
# configure:19055: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:72:20: error: expected expression before ')' token
# if (sizeof ((_Bool)))
# ^
# configure:19055: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19055: result: yes
# configure:19072: checking for an ANSI C-conforming const
# configure:19138: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19138: $? = 0
# configure:19145: result: yes
# configure:19153: checking for inline
# configure:19169: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19169: $? = 0
# configure:19177: result: inline
# configure:19195: checking for off_t
# configure:19195: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19195: $? = 0
# configure:19195: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:20: error: expected expression before ')' token
# if (sizeof ((off_t)))
# ^
# configure:19195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19195: result: yes
# configure:19206: checking for size_t
# configure:19206: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19206: $? = 0
# configure:19206: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:19206: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19206: result: yes
# configure:19217: checking for ptrdiff_t
# configure:19217: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19217: $? = 0
# configure:19217: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:24: error: expected expression before ')' token
# if (sizeof ((ptrdiff_t)))
# ^
# configure:19217: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19217: result: yes
# configure:19231: checking for stdlib.h
# configure:19231: result: yes
# configure:19241: checking for GNU libc compatible malloc
# configure:19275: result: no
# configure:19296: checking for working memcmp
# configure:19349: result: no
# configure:19364: checking for stdlib.h
# configure:19364: result: yes
# configure:19364: checking for unistd.h
# configure:19364: result: yes
# configure:19364: checking for sys/param.h
# configure:19364: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19364: $? = 0
# configure:19364: result: yes
# configure:19384: checking for getpagesize
# configure:19384: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19384: $? = 0
# configure:19384: result: yes
# configure:19393: checking for working mmap
# configure:19550: result: no
# configure:19559: checking for _LARGEFILE_SOURCE value needed for large files
# configure:19578: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19578: $? = 0
# configure:19606: result: no
# configure:19634: checking for special C compiler options needed for large files
# configure:19679: result: no
# configure:19685: checking for _FILE_OFFSET_BITS value needed for large files
# configure:19710: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:53:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:19710: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_PTRDIFF_T 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:19734: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:54:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:19734: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_PTRDIFF_T 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #define _FILE_OFFSET_BITS 64
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:19742: result: unknown
# configure:19754: checking for _LARGE_FILES value needed for large files
# configure:19779: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:53:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:19779: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_PTRDIFF_T 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:19803: arm-linux-androideabi-gcc -std=gnu99 -c -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:54:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:19803: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsmbios"
# | #define PACKAGE_TARNAME "libsmbios"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libsmbios 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define LIBSMBIOS_RELEASE_MAJOR 2
# | #define LIBSMBIOS_RELEASE_MINOR 3
# | #define LIBSMBIOS_C_ALL_DYN_LINK 1
# | #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_PTRDIFF_T 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #define _LARGE_FILES 1
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:19811: result: unknown
# configure:19830: checking for strlcpy
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19830: checking for strlcat
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19830: checking for getpagesize
# configure:19830: result: yes
# configure:19830: checking for memmove
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:73:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
# char memmove ();
# ^
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19830: checking for memset
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:74:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19830: checking for munmap
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19830: checking for strerror
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19830: checking for strndup
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# conftest.c:77:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
# char strndup ();
# ^
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19830: checking for strtol
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19830: checking for strtoul
# configure:19830: arm-linux-androideabi-gcc -std=gnu99 -o conftest -DLIBSMBIOS_C_ALL_DYN_LINK conftest.c >&5
# configure:19830: $? = 0
# configure:19830: result: yes
# configure:19842: checking for doxygen
# configure:19860: found /usr/bin/doxygen
# configure:19872: result: /usr/bin/doxygen
# configure:19902: checking for dot
# configure:19920: found /usr/bin/dot
# configure:19932: result: /usr/bin/dot
# configure:20076: checking for arm-linux-androideabi-pkg-config
# configure:20109: result: no
# configure:20119: checking for pkg-config
# configure:20137: found /usr/bin/pkg-config
# configure:20149: result: /usr/bin/pkg-config
# configure:20161: WARNING: using cross tools not prefixed with host triplet
# configure:20174: checking pkg-config is at least version 0.9.0
# configure:20177: result: yes
# configure:20187: checking for LIBXML2
# configure:20194: $PKG_CONFIG --exists --print-errors "libxml-2.0"
# configure:20197: $? = 0
# configure:20211: $PKG_CONFIG --exists --print-errors "libxml-2.0"
# configure:20214: $? = 0
# configure:20272: result: yes
# configure:20278: checking for CPPUNIT
# configure:20285: $PKG_CONFIG --exists --print-errors "cppunit"
# Package cppunit was not found in the pkg-config search path.
# Perhaps you should add the directory containing `cppunit.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'cppunit' found
# configure:20288: $? = 1
# configure:20302: $PKG_CONFIG --exists --print-errors "cppunit"
# Package cppunit was not found in the pkg-config search path.
# Perhaps you should add the directory containing `cppunit.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'cppunit' found
# configure:20305: $? = 1
# configure:20319: result: no
# No package 'cppunit' found
# configure:20486: checking that generated files are newer than configure
# configure:20492: result: done
# configure:20571: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libsmbios config.status 2.3.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 3133222eaf56
#
# config.status:1263: creating Makefile
# config.status:1263: creating pkg/libsmbios.spec
# config.status:1263: creating po/Makefile.in
# config.status:1371: WARNING: '../po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status:1263: creating libsmbios_c-uninstalled.pc
# config.status:1263: creating pkg/libsmbios_c.pc
# config.status:1263: creating libsmbios_c++-uninstalled.pc
# config.status:1263: creating pkg/libsmbios_c++.pc
# config.status:1263: creating out/public-include/smbios/dlopen.h
# config.status:1263: creating out/public-include/smbios_c/dlopen.h
# config.status:1263: creating pkg/pkginfo
# config.status:1263: creating out/include/config.h
# config.status:1477: executing default-1 commands
# config.status:1477: executing depfiles commands
# config.status:1477: 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_inline=inline
# 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_CPPUNIT_CFLAGS_set=
# ac_cv_env_CPPUNIT_CFLAGS_value=
# ac_cv_env_CPPUNIT_LIBS_set=
# ac_cv_env_CPPUNIT_LIBS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_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_LIBXML2_CFLAGS_set=
# ac_cv_env_LIBXML2_CFLAGS_value=
# ac_cv_env_LIBXML2_LIBS_set=
# ac_cv_env_LIBXML2_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_PYTHON_set=set
# ac_cv_env_PYTHON_value=python2
# 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_getpagesize=yes
# ac_cv_func_malloc_0_nonnull=no
# ac_cv_func_memcmp_working=no
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=no
# ac_cv_func_munmap=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strlcat=yes
# ac_cv_func_strlcpy=yes
# ac_cv_func_strndup=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_stdbool_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_file_h=yes
# ac_cv_header_sys_param_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_objext=o
# ac_cv_path_DOT=/usr/bin/dot
# ac_cv_path_DOXYGEN=/usr/bin/doxygen
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/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_CXXCPP='arm-linux-androideabi-g++ -E'
# ac_cv_prog_DLLTOOL=dlltool
# ac_cv_prog_OBJDUMP=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_c99=-std=gnu99
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_sys_file_offset_bits=unknown
# ac_cv_sys_large_files=unknown
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_type__Bool=yes
# ac_cv_type_off_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_func_iconv='no, consider installing GNU libiconv'
# am_cv_lib_iconv=no
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_prog_tar_ustar=gnutar
# am_cv_python_platform=linux2
# am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
# am_cv_python_version=2.7
# gt_cv_func_gnugettext1_libc=no
# gt_cv_func_gnugettext1_libintl=no
# 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_LDCXX=/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_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# 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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# 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
# pkg_cv_LIBXML2_CFLAGS=-I/usr/include/libxml2
# pkg_cv_LIBXML2_LIBS=-lxml2
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libsmbios/src/libsmbios-2.3.0/pkg/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='arm-linux-androideabi-ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libsmbios/src/libsmbios-2.3.0/pkg/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libsmbios/src/libsmbios-2.3.0/pkg/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libsmbios/src/libsmbios-2.3.0/pkg/missing automake-1.14'
# AWK='gawk'
# BUILD_LIBSMBIOS_CXX_FALSE='#'
# BUILD_LIBSMBIOS_CXX_TRUE=''
# BUILD_LINUX_FALSE='#'
# BUILD_LINUX_TRUE=''
# BUILD_MEDIA_DIRECT_FALSE='#'
# BUILD_MEDIA_DIRECT_TRUE=''
# BUILD_SOLARIS_FALSE=''
# BUILD_SOLARIS_TRUE='#'
# BUILD_WINDOWS_FALSE=''
# BUILD_WINDOWS_TRUE='#'
# CC='arm-linux-androideabi-gcc -std=gnu99'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -DLIBSMBIOS_C_ALL_DYN_LINK'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CPPUNIT_CFLAGS=''
# CPPUNIT_LIBS=''
# CPPUNIT_PRESENT_FALSE=''
# CPPUNIT_PRESENT_TRUE='#'
# CXX='arm-linux-androideabi-g++'
# CXXCPP='arm-linux-androideabi-g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DOT='/usr/bin/dot'
# DOXYGEN='/usr/bin/doxygen'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GETTEXT_PACKAGE='libsmbios-2.3-arm'
# GETTEXT_POT_FILE_BASENAME='libsmbios'
# GMSGFMT='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# HAVE_DOT_FALSE='#'
# HAVE_DOT_TRUE=''
# HAVE_DOXYGEN_FALSE='#'
# HAVE_DOXYGEN_TRUE=''
# HAVE_PYTHON_FALSE='#'
# HAVE_PYTHON_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LDFLAG_AS_NEEDED='-Wl,-as-needed'
# LDFLAG_NO_AS_NEEDED='-Wl,-no-as-needed'
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=' ${LIBOBJDIR}malloc$U.o ${LIBOBJDIR}memcmp$U.o'
# LIBS=''
# LIBSMBIOS_CPLUSPLUS_LIBTOOL_AGE='1'
# LIBSMBIOS_CPLUSPLUS_LIBTOOL_CURRENT='3'
# LIBSMBIOS_CPLUSPLUS_LIBTOOL_REVISION='0'
# LIBSMBIOS_CPLUSPLUS_SONAME='libsmbios.so.2'
# LIBSMBIOS_CPLUSPLUS_SO_MAJOR='2'
# LIBSMBIOS_C_LIBTOOL_AGE='2'
# LIBSMBIOS_C_LIBTOOL_CURRENT='4'
# LIBSMBIOS_C_LIBTOOL_REVISION='1'
# LIBSMBIOS_C_SONAME='libsmbios_c.so.2'
# LIBSMBIOS_C_SO_MAJOR='2'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBXML2_CFLAGS='-I/usr/include/libxml2'
# LIBXML2_LIBS='-lxml2'
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo ${LIBOBJDIR}memcmp$U.lo'
# MAKEINFO='${SHELL} /tmp/libsmbios/src/libsmbios-2.3.0/pkg/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MKINSTALLDIRS='$(top_builddir)/../pkg/mkinstalldirs'
# MSGFMT='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libsmbios'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libsmbios'
# PACKAGE_STRING='libsmbios 2.3.0'
# PACKAGE_TARNAME='libsmbios'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.3.0'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POSUB=''
# PYTHON='python2'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_PLATFORM='linux2'
# PYTHON_PREFIX='${prefix}'
# PYTHON_VERSION='2.7'
# RANLIB='arm-linux-androideabi-ranlib'
# RELEASE_EXTRA=''
# RELEASE_MAJOR='2'
# RELEASE_MICRO='0'
# RELEASE_MINOR='3'
# RELEASE_RPM_EXTRA='%{nil}'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# USE_NLS='no'
# VERSION='2.3.0'
# XGETTEXT='/usr/bin/xgettext'
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=' -I$(srcdir)'
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='tar --format=ustar -chf - "$$tardir"'
# am__untar='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/libsmbios/src/libsmbios-2.3.0/pkg/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}'
# pkgpyexecdir='${pyexecdir}/libsmbios'
# pkgpythondir='${pythondir}/libsmbios'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# pythondir='${prefix}/lib/python2.7/site-packages'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libsmbios"
# #define PACKAGE_TARNAME "libsmbios"
# #define PACKAGE_VERSION "2.3.0"
# #define PACKAGE_STRING "libsmbios 2.3.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define LIBSMBIOS_RELEASE_MAJOR 2
# #define LIBSMBIOS_RELEASE_MINOR 3
# #define LIBSMBIOS_C_ALL_DYN_LINK 1
# #define GETTEXT_PACKAGE "libsmbios-2.3-arm"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_PTRDIFF_T 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 0
# #define malloc rpl_malloc
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_FSEEKO 1
# #define HAVE_STRLCPY 1
# #define HAVE_STRLCAT 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_MUNMAP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRNDUP 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
#
# configure: exit 0