Build of ode with android toolchain

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

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

SLOCLanguage
80,215 cpp
18,481 makefile
14,836 ansic
11,710 sh
330 python
125,572 total

The process tree of the build process is here.

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

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: ode 0.13.1-2 (Tue Apr 4 20:31:21 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make sets $(MAKE)... (cached) yes
# 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-g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-g++... gcc3
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# 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 how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for gawk... (cached) gawk
# checking whether ln -s works... yes
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
# checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking 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... arm-linux-androideabi-objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for archiver @FILE support... @
# checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
# checking for sysroot... no
# checking for arm-linux-androideabi-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc static flag -static works... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... 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... yes
# 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 arm-linux-androideabi-windres... no
# checking for windres... no
# checking whether byte ordering is bigendian... no
# checking for inline... inline
# checking for working volatile... yes
# checking for arm-linux-androideabi-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# configure: WARNING: using cross tools not prefixed with host triplet
# checking pkg-config is at least version 0.9.0... yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for inttypes.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking for string.h... (cached) yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking if double precision is requested... yes
# checking which drawstuff lib to build... X11
# checking for X11... yes
# checking for GL/gl.h... no
# checking for GL/glu.h... no
# checking for GL/glext.h... no
# checking for main in -lGL... no
# checking for main in -lGLU... no
# checking for main in -lopengl32... no
# checking for main in -lglu32... no
# checking if demos should be built... no
# configure: WARNING: Demos will not be built because OpenGL doesn't seem to work. See `config.log' for details.
# checking for main in -lstdc++... yes
# checking for main in -lpthread... no
# checking for gprof... no
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for inline... (cached) inline
# checking for int32_t... yes
# checking for obstacks... no
# checking for size_t... yes
# checking for uint32_t... yes
# checking for main in -lm... yes
# checking for main in -lsunmath... no
# checking for floor... yes
# checking for memmove... yes
# checking for memset... yes
# checking for sqrt... yes
# checking for sqrtf... yes
# checking for sinf... yes
# checking for cosf... yes
# checking for fabsf... yes
# checking for atan2f... yes
# checking for fmodf... yes
# checking for copysignf... yes
# checking for copysign... yes
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking for gettimeofday... yes
# checking for isnan... yes
# checking for isnanf... yes
# checking for _isnan... no
# checking for _isnanf... no
# checking for __isnan... yes
# checking for __isnanf... yes
# checking for strchr... yes
# checking for strstr... yes
# checking for pthread_attr_setstacklazy... no
# checking for working alloca.h... yes
# checking for alloca... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating drawstuff/Makefile
# config.status: creating drawstuff/src/Makefile
# config.status: creating drawstuff/dstest/Makefile
# config.status: creating include/Makefile
# config.status: creating include/drawstuff/Makefile
# config.status: creating include/ode/Makefile
# config.status: creating include/ode/version.h
# config.status: creating include/ode/precision.h
# config.status: creating ode/Makefile
# config.status: creating ode/src/Makefile
# config.status: creating ode/src/joints/Makefile
# config.status: creating ode/demo/Makefile
# config.status: creating OPCODE/Makefile
# config.status: creating OPCODE/Ice/Makefile
# config.status: creating GIMPACT/Makefile
# config.status: creating GIMPACT/include/Makefile
# config.status: creating GIMPACT/include/GIMPACT/Makefile
# config.status: creating GIMPACT/src/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/joints/Makefile
# config.status: creating tests/UnitTest++/Makefile
# config.status: creating tests/UnitTest++/src/Makefile
# config.status: creating tests/UnitTest++/src/Posix/Makefile
# config.status: creating tests/UnitTest++/src/Win32/Makefile
# config.status: creating ode-config
# config.status: creating ode.pc
# config.status: creating ode/src/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# === configuring in ou (/tmp/ode/src/ode-0.13.1/ou)
# configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--enable-shared' '--enable-libccd' '--enable-double-precision' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# 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 how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking 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 a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking whether make supports nested variables... yes
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking target OS... unix
# 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 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 for gawk... (cached) gawk
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking 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... (cached) arm-linux-androideabi-ranlib
# checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
# checking for sysroot... no
# checking for 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 supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc static flag -static works... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... 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... yes
# 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 main in -lc... yes
# checking for main in -lpthread... no
# checking for ANSI C header files... (cached) yes
# checking for inttypes.h... (cached) yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... no
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for int16_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking for int8_t... yes
# checking for size_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for uint8_t... yes
# checking for working volatile... yes
# checking for ptrdiff_t... yes
# checking for memset... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/ou/Makefile
# config.status: creating src/ou/Makefile
# config.status: creating test/Makefile
# config.status: executing depfiles commands
# config.status: executing libtool commands
# OU namespace: odeou
# === configuring in libccd (/tmp/ode/src/ode-0.13.1/libccd)
# configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--enable-shared' '--enable-libccd' '--enable-double-precision' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether 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-g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-g++... gcc3
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking 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... arm-linux-androideabi-objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for archiver @FILE support... @
# checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
# checking for sysroot... no
# checking for arm-linux-androideabi-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc static flag -static works... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... 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... yes
# 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 main in -lm... yes
# checking for main in -lrt... no
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for size_t... yes
# checking for pid_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... cross
# configure: WARNING: result yes guessed because of cross compilation
# checking for working vfork... (cached) yes
# checking for clock_gettime... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/ccd/precision.h
# config.status: creating src/testsuites/Makefile
# config.status: creating src/testsuites/cu/Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Configuration:
# Build system type: x86_64-unknown-linux-gnu
# Host system type: arm-unknown-linux-androideabi
# Use double precision: yes
# Use drawstuff: none
# Demos enabled: no
# Use OPCODE: yes
# Use GIMPACT: no
# Custom colliders:
# cylinder-cylinder: libccd
# box-cylinder: default
# capsule-cylinder: libccd
# convex-box: libccd
# convex-capsule: libccd
# convex-cylinder: libccd
# convex-sphere: libccd
# convex-convex: libccd
# Is target a Pentium: no
# Is target x86-64: no
# Use old opcode trimesh collider: no
# TLS for global caches: no
# Threading intf enabled: yes
# Built-in threading included: no
# Enable debug error check: yes
# Headers will be installed in ${prefix}/include/ode
# Libraries will be installed in ${exec_prefix}/lib
# Building in directory /tmp/ode/src/ode-0.13.1
# Making all in include
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/include'
# Making all in ode
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/include/ode'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/include/ode'
# Making all in drawstuff
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/include/drawstuff'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/include/drawstuff'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/include'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/include'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/include'
# Making all in OPCODE
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# Making all in Ice
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/OPCODE/Ice'
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceAABB.lo -MD -MP -MF .deps/IceAABB.Tpo -c -o IceAABB.lo IceAABB.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceContainer.lo -MD -MP -MF .deps/IceContainer.Tpo -c -o IceContainer.lo IceContainer.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceHPoint.lo -MD -MP -MF .deps/IceHPoint.Tpo -c -o IceHPoint.lo IceHPoint.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceIndexedTriangle.lo -MD -MP -MF .deps/IceIndexedTriangle.Tpo -c -o IceIndexedTriangle.lo IceIndexedTriangle.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceHPoint.lo -MD -MP -MF .deps/IceHPoint.Tpo -c IceHPoint.cpp -fPIC -DPIC -o .libs/IceHPoint.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceContainer.lo -MD -MP -MF .deps/IceContainer.Tpo -c IceContainer.cpp -fPIC -DPIC -o .libs/IceContainer.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceIndexedTriangle.lo -MD -MP -MF .deps/IceIndexedTriangle.Tpo -c IceIndexedTriangle.cpp -fPIC -DPIC -o .libs/IceIndexedTriangle.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceAABB.lo -MD -MP -MF .deps/IceAABB.Tpo -c IceAABB.cpp -fPIC -DPIC -o .libs/IceAABB.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceContainer.lo -MD -MP -MF .deps/IceContainer.Tpo -c IceContainer.cpp -o IceContainer.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceHPoint.lo -MD -MP -MF .deps/IceHPoint.Tpo -c IceHPoint.cpp -o IceHPoint.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceAABB.lo -MD -MP -MF .deps/IceAABB.Tpo -c IceAABB.cpp -o IceAABB.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceIndexedTriangle.lo -MD -MP -MF .deps/IceIndexedTriangle.Tpo -c IceIndexedTriangle.cpp -o IceIndexedTriangle.o >/dev/null 2>&1
# mv -f .deps/IceContainer.Tpo .deps/IceContainer.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceMatrix3x3.lo -MD -MP -MF .deps/IceMatrix3x3.Tpo -c -o IceMatrix3x3.lo IceMatrix3x3.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceMatrix3x3.lo -MD -MP -MF .deps/IceMatrix3x3.Tpo -c IceMatrix3x3.cpp -fPIC -DPIC -o .libs/IceMatrix3x3.o
# mv -f .deps/IceHPoint.Tpo .deps/IceHPoint.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceMatrix4x4.lo -MD -MP -MF .deps/IceMatrix4x4.Tpo -c -o IceMatrix4x4.lo IceMatrix4x4.cpp
# mv -f .deps/IceAABB.Tpo .deps/IceAABB.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceOBB.lo -MD -MP -MF .deps/IceOBB.Tpo -c -o IceOBB.lo IceOBB.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceMatrix4x4.lo -MD -MP -MF .deps/IceMatrix4x4.Tpo -c IceMatrix4x4.cpp -fPIC -DPIC -o .libs/IceMatrix4x4.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceMatrix3x3.lo -MD -MP -MF .deps/IceMatrix3x3.Tpo -c IceMatrix3x3.cpp -o IceMatrix3x3.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceOBB.lo -MD -MP -MF .deps/IceOBB.Tpo -c IceOBB.cpp -fPIC -DPIC -o .libs/IceOBB.o
# mv -f .deps/IceIndexedTriangle.Tpo .deps/IceIndexedTriangle.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IcePlane.lo -MD -MP -MF .deps/IcePlane.Tpo -c -o IcePlane.lo IcePlane.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IcePlane.lo -MD -MP -MF .deps/IcePlane.Tpo -c IcePlane.cpp -fPIC -DPIC -o .libs/IcePlane.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceMatrix4x4.lo -MD -MP -MF .deps/IceMatrix4x4.Tpo -c IceMatrix4x4.cpp -o IceMatrix4x4.o >/dev/null 2>&1
# mv -f .deps/IceMatrix3x3.Tpo .deps/IceMatrix3x3.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IcePoint.lo -MD -MP -MF .deps/IcePoint.Tpo -c -o IcePoint.lo IcePoint.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IcePlane.lo -MD -MP -MF .deps/IcePlane.Tpo -c IcePlane.cpp -o IcePlane.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IcePoint.lo -MD -MP -MF .deps/IcePoint.Tpo -c IcePoint.cpp -fPIC -DPIC -o .libs/IcePoint.o
# mv -f .deps/IceMatrix4x4.Tpo .deps/IceMatrix4x4.Plo
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceOBB.lo -MD -MP -MF .deps/IceOBB.Tpo -c IceOBB.cpp -o IceOBB.o >/dev/null 2>&1
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRandom.lo -MD -MP -MF .deps/IceRandom.Tpo -c -o IceRandom.lo IceRandom.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRandom.lo -MD -MP -MF .deps/IceRandom.Tpo -c IceRandom.cpp -fPIC -DPIC -o .libs/IceRandom.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IcePoint.lo -MD -MP -MF .deps/IcePoint.Tpo -c IcePoint.cpp -o IcePoint.o >/dev/null 2>&1
# mv -f .deps/IcePlane.Tpo .deps/IcePlane.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRay.lo -MD -MP -MF .deps/IceRay.Tpo -c -o IceRay.lo IceRay.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRandom.lo -MD -MP -MF .deps/IceRandom.Tpo -c IceRandom.cpp -o IceRandom.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRay.lo -MD -MP -MF .deps/IceRay.Tpo -c IceRay.cpp -fPIC -DPIC -o .libs/IceRay.o
# mv -f .deps/IceOBB.Tpo .deps/IceOBB.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRevisitedRadix.lo -MD -MP -MF .deps/IceRevisitedRadix.Tpo -c -o IceRevisitedRadix.lo IceRevisitedRadix.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRevisitedRadix.lo -MD -MP -MF .deps/IceRevisitedRadix.Tpo -c IceRevisitedRadix.cpp -fPIC -DPIC -o .libs/IceRevisitedRadix.o
# mv -f .deps/IcePoint.Tpo .deps/IcePoint.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceSegment.lo -MD -MP -MF .deps/IceSegment.Tpo -c -o IceSegment.lo IceSegment.cpp
# mv -f .deps/IceRandom.Tpo .deps/IceRandom.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceTriangle.lo -MD -MP -MF .deps/IceTriangle.Tpo -c -o IceTriangle.lo IceTriangle.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceSegment.lo -MD -MP -MF .deps/IceSegment.Tpo -c IceSegment.cpp -fPIC -DPIC -o .libs/IceSegment.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceTriangle.lo -MD -MP -MF .deps/IceTriangle.Tpo -c IceTriangle.cpp -fPIC -DPIC -o .libs/IceTriangle.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRay.lo -MD -MP -MF .deps/IceRay.Tpo -c IceRay.cpp -o IceRay.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceRevisitedRadix.lo -MD -MP -MF .deps/IceRevisitedRadix.Tpo -c IceRevisitedRadix.cpp -o IceRevisitedRadix.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceSegment.lo -MD -MP -MF .deps/IceSegment.Tpo -c IceSegment.cpp -o IceSegment.o >/dev/null 2>&1
# mv -f .deps/IceRay.Tpo .deps/IceRay.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceUtils.lo -MD -MP -MF .deps/IceUtils.Tpo -c -o IceUtils.lo IceUtils.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceUtils.lo -MD -MP -MF .deps/IceUtils.Tpo -c IceUtils.cpp -fPIC -DPIC -o .libs/IceUtils.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceTriangle.lo -MD -MP -MF .deps/IceTriangle.Tpo -c IceTriangle.cpp -o IceTriangle.o >/dev/null 2>&1
# mv -f .deps/IceRevisitedRadix.Tpo .deps/IceRevisitedRadix.Plo
# mv -f .deps/IceSegment.Tpo .deps/IceSegment.Plo
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../OPCODE -I../../include -I../../include -MT IceUtils.lo -MD -MP -MF .deps/IceUtils.Tpo -c IceUtils.cpp -o IceUtils.o >/dev/null 2>&1
# mv -f .deps/IceUtils.Tpo .deps/IceUtils.Plo
# mv -f .deps/IceTriangle.Tpo .deps/IceTriangle.Plo
# /bin/sh ../../libtool --tag=CXX --mode=link arm-linux-androideabi-g++ -o libIce.la IceAABB.lo IceContainer.lo IceHPoint.lo IceIndexedTriangle.lo IceMatrix3x3.lo IceMatrix4x4.lo IceOBB.lo IcePlane.lo IcePoint.lo IceRandom.lo IceRay.lo IceRevisitedRadix.lo IceSegment.lo IceTriangle.lo IceUtils.lo -lm
# libtool: link: arm-linux-androideabi-ar cru .libs/libIce.a .libs/IceAABB.o .libs/IceContainer.o .libs/IceHPoint.o .libs/IceIndexedTriangle.o .libs/IceMatrix3x3.o .libs/IceMatrix4x4.o .libs/IceOBB.o .libs/IcePlane.o .libs/IcePoint.o .libs/IceRandom.o .libs/IceRay.o .libs/IceRevisitedRadix.o .libs/IceSegment.o .libs/IceTriangle.o .libs/IceUtils.o
# libtool: link: arm-linux-androideabi-ranlib .libs/libIce.a
# libtool: link: ( cd ".libs" && rm -f "libIce.la" && ln -s "../libIce.la" "libIce.la" )
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/OPCODE/Ice'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_AABBCollider.lo -MD -MP -MF .deps/OPC_AABBCollider.Tpo -c -o OPC_AABBCollider.lo OPC_AABBCollider.cpp
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_AABBTree.lo -MD -MP -MF .deps/OPC_AABBTree.Tpo -c -o OPC_AABBTree.lo OPC_AABBTree.cpp
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_BaseModel.lo -MD -MP -MF .deps/OPC_BaseModel.Tpo -c -o OPC_BaseModel.lo OPC_BaseModel.cpp
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Collider.lo -MD -MP -MF .deps/OPC_Collider.Tpo -c -o OPC_Collider.lo OPC_Collider.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_AABBTree.lo -MD -MP -MF .deps/OPC_AABBTree.Tpo -c OPC_AABBTree.cpp -fPIC -DPIC -o .libs/OPC_AABBTree.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_BaseModel.lo -MD -MP -MF .deps/OPC_BaseModel.Tpo -c OPC_BaseModel.cpp -fPIC -DPIC -o .libs/OPC_BaseModel.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_AABBCollider.lo -MD -MP -MF .deps/OPC_AABBCollider.Tpo -c OPC_AABBCollider.cpp -fPIC -DPIC -o .libs/OPC_AABBCollider.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Collider.lo -MD -MP -MF .deps/OPC_Collider.Tpo -c OPC_Collider.cpp -fPIC -DPIC -o .libs/OPC_Collider.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Collider.lo -MD -MP -MF .deps/OPC_Collider.Tpo -c OPC_Collider.cpp -o OPC_Collider.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_BaseModel.lo -MD -MP -MF .deps/OPC_BaseModel.Tpo -c OPC_BaseModel.cpp -o OPC_BaseModel.o >/dev/null 2>&1
# mv -f .deps/OPC_BaseModel.Tpo .deps/OPC_BaseModel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Common.lo -MD -MP -MF .deps/OPC_Common.Tpo -c -o OPC_Common.lo OPC_Common.cpp
# mv -f .deps/OPC_Collider.Tpo .deps/OPC_Collider.Plo
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Common.lo -MD -MP -MF .deps/OPC_Common.Tpo -c OPC_Common.cpp -fPIC -DPIC -o .libs/OPC_Common.o
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_HybridModel.lo -MD -MP -MF .deps/OPC_HybridModel.Tpo -c -o OPC_HybridModel.lo OPC_HybridModel.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_AABBTree.lo -MD -MP -MF .deps/OPC_AABBTree.Tpo -c OPC_AABBTree.cpp -o OPC_AABBTree.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_HybridModel.lo -MD -MP -MF .deps/OPC_HybridModel.Tpo -c OPC_HybridModel.cpp -fPIC -DPIC -o .libs/OPC_HybridModel.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Common.lo -MD -MP -MF .deps/OPC_Common.Tpo -c OPC_Common.cpp -o OPC_Common.o >/dev/null 2>&1
# mv -f .deps/OPC_AABBTree.Tpo .deps/OPC_AABBTree.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_LSSCollider.lo -MD -MP -MF .deps/OPC_LSSCollider.Tpo -c -o OPC_LSSCollider.lo OPC_LSSCollider.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_HybridModel.lo -MD -MP -MF .deps/OPC_HybridModel.Tpo -c OPC_HybridModel.cpp -o OPC_HybridModel.o >/dev/null 2>&1
# mv -f .deps/OPC_Common.Tpo .deps/OPC_Common.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_MeshInterface.lo -MD -MP -MF .deps/OPC_MeshInterface.Tpo -c -o OPC_MeshInterface.lo OPC_MeshInterface.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_LSSCollider.lo -MD -MP -MF .deps/OPC_LSSCollider.Tpo -c OPC_LSSCollider.cpp -fPIC -DPIC -o .libs/OPC_LSSCollider.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_MeshInterface.lo -MD -MP -MF .deps/OPC_MeshInterface.Tpo -c OPC_MeshInterface.cpp -fPIC -DPIC -o .libs/OPC_MeshInterface.o
# mv -f .deps/OPC_HybridModel.Tpo .deps/OPC_HybridModel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Model.lo -MD -MP -MF .deps/OPC_Model.Tpo -c -o OPC_Model.lo OPC_Model.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_MeshInterface.lo -MD -MP -MF .deps/OPC_MeshInterface.Tpo -c OPC_MeshInterface.cpp -o OPC_MeshInterface.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_AABBCollider.lo -MD -MP -MF .deps/OPC_AABBCollider.Tpo -c OPC_AABBCollider.cpp -o OPC_AABBCollider.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Model.lo -MD -MP -MF .deps/OPC_Model.Tpo -c OPC_Model.cpp -fPIC -DPIC -o .libs/OPC_Model.o
# mv -f .deps/OPC_MeshInterface.Tpo .deps/OPC_MeshInterface.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_OBBCollider.lo -MD -MP -MF .deps/OPC_OBBCollider.Tpo -c -o OPC_OBBCollider.lo OPC_OBBCollider.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_OBBCollider.lo -MD -MP -MF .deps/OPC_OBBCollider.Tpo -c OPC_OBBCollider.cpp -fPIC -DPIC -o .libs/OPC_OBBCollider.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Model.lo -MD -MP -MF .deps/OPC_Model.Tpo -c OPC_Model.cpp -o OPC_Model.o >/dev/null 2>&1
# mv -f .deps/OPC_Model.Tpo .deps/OPC_Model.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT Opcode.lo -MD -MP -MF .deps/Opcode.Tpo -c -o Opcode.lo Opcode.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT Opcode.lo -MD -MP -MF .deps/Opcode.Tpo -c Opcode.cpp -fPIC -DPIC -o .libs/Opcode.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_LSSCollider.lo -MD -MP -MF .deps/OPC_LSSCollider.Tpo -c OPC_LSSCollider.cpp -o OPC_LSSCollider.o >/dev/null 2>&1
# mv -f .deps/OPC_AABBCollider.Tpo .deps/OPC_AABBCollider.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_OptimizedTree.lo -MD -MP -MF .deps/OPC_OptimizedTree.Tpo -c -o OPC_OptimizedTree.lo OPC_OptimizedTree.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_OptimizedTree.lo -MD -MP -MF .deps/OPC_OptimizedTree.Tpo -c OPC_OptimizedTree.cpp -fPIC -DPIC -o .libs/OPC_OptimizedTree.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT Opcode.lo -MD -MP -MF .deps/Opcode.Tpo -c Opcode.cpp -o Opcode.o >/dev/null 2>&1
# mv -f .deps/Opcode.Tpo .deps/Opcode.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Picking.lo -MD -MP -MF .deps/OPC_Picking.Tpo -c -o OPC_Picking.lo OPC_Picking.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_OptimizedTree.lo -MD -MP -MF .deps/OPC_OptimizedTree.Tpo -c OPC_OptimizedTree.cpp -o OPC_OptimizedTree.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Picking.lo -MD -MP -MF .deps/OPC_Picking.Tpo -c OPC_Picking.cpp -fPIC -DPIC -o .libs/OPC_Picking.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_Picking.lo -MD -MP -MF .deps/OPC_Picking.Tpo -c OPC_Picking.cpp -o OPC_Picking.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_OBBCollider.lo -MD -MP -MF .deps/OPC_OBBCollider.Tpo -c OPC_OBBCollider.cpp -o OPC_OBBCollider.o >/dev/null 2>&1
# mv -f .deps/OPC_LSSCollider.Tpo .deps/OPC_LSSCollider.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_PlanesCollider.lo -MD -MP -MF .deps/OPC_PlanesCollider.Tpo -c -o OPC_PlanesCollider.lo OPC_PlanesCollider.cpp
# mv -f .deps/OPC_Picking.Tpo .deps/OPC_Picking.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_RayCollider.lo -MD -MP -MF .deps/OPC_RayCollider.Tpo -c -o OPC_RayCollider.lo OPC_RayCollider.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_PlanesCollider.lo -MD -MP -MF .deps/OPC_PlanesCollider.Tpo -c OPC_PlanesCollider.cpp -fPIC -DPIC -o .libs/OPC_PlanesCollider.o
# mv -f .deps/OPC_OptimizedTree.Tpo .deps/OPC_OptimizedTree.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_SphereCollider.lo -MD -MP -MF .deps/OPC_SphereCollider.Tpo -c -o OPC_SphereCollider.lo OPC_SphereCollider.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_RayCollider.lo -MD -MP -MF .deps/OPC_RayCollider.Tpo -c OPC_RayCollider.cpp -fPIC -DPIC -o .libs/OPC_RayCollider.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_SphereCollider.lo -MD -MP -MF .deps/OPC_SphereCollider.Tpo -c OPC_SphereCollider.cpp -fPIC -DPIC -o .libs/OPC_SphereCollider.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_PlanesCollider.lo -MD -MP -MF .deps/OPC_PlanesCollider.Tpo -c OPC_PlanesCollider.cpp -o OPC_PlanesCollider.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_SphereCollider.lo -MD -MP -MF .deps/OPC_SphereCollider.Tpo -c OPC_SphereCollider.cpp -o OPC_SphereCollider.o >/dev/null 2>&1
# mv -f .deps/OPC_PlanesCollider.Tpo .deps/OPC_PlanesCollider.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_TreeBuilders.lo -MD -MP -MF .deps/OPC_TreeBuilders.Tpo -c -o OPC_TreeBuilders.lo OPC_TreeBuilders.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_TreeBuilders.lo -MD -MP -MF .deps/OPC_TreeBuilders.Tpo -c OPC_TreeBuilders.cpp -fPIC -DPIC -o .libs/OPC_TreeBuilders.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_RayCollider.lo -MD -MP -MF .deps/OPC_RayCollider.Tpo -c OPC_RayCollider.cpp -o OPC_RayCollider.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_TreeBuilders.lo -MD -MP -MF .deps/OPC_TreeBuilders.Tpo -c OPC_TreeBuilders.cpp -o OPC_TreeBuilders.o >/dev/null 2>&1
# mv -f .deps/OPC_TreeBuilders.Tpo .deps/OPC_TreeBuilders.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_TreeCollider.lo -MD -MP -MF .deps/OPC_TreeCollider.Tpo -c -o OPC_TreeCollider.lo OPC_TreeCollider.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_TreeCollider.lo -MD -MP -MF .deps/OPC_TreeCollider.Tpo -c OPC_TreeCollider.cpp -fPIC -DPIC -o .libs/OPC_TreeCollider.o
# mv -f .deps/OPC_OBBCollider.Tpo .deps/OPC_OBBCollider.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_VolumeCollider.lo -MD -MP -MF .deps/OPC_VolumeCollider.Tpo -c -o OPC_VolumeCollider.lo OPC_VolumeCollider.cpp
# mv -f .deps/OPC_SphereCollider.Tpo .deps/OPC_SphereCollider.Plo
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_VolumeCollider.lo -MD -MP -MF .deps/OPC_VolumeCollider.Tpo -c OPC_VolumeCollider.cpp -fPIC -DPIC -o .libs/OPC_VolumeCollider.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_VolumeCollider.lo -MD -MP -MF .deps/OPC_VolumeCollider.Tpo -c OPC_VolumeCollider.cpp -o OPC_VolumeCollider.o >/dev/null 2>&1
# mv -f .deps/OPC_RayCollider.Tpo .deps/OPC_RayCollider.Plo
# mv -f .deps/OPC_VolumeCollider.Tpo .deps/OPC_VolumeCollider.Plo
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../ode/src -I../include -I../include -MT OPC_TreeCollider.lo -MD -MP -MF .deps/OPC_TreeCollider.Tpo -c OPC_TreeCollider.cpp -o OPC_TreeCollider.o >/dev/null 2>&1
# mv -f .deps/OPC_TreeCollider.Tpo .deps/OPC_TreeCollider.Plo
# /bin/sh ../libtool --tag=CXX --mode=link arm-linux-androideabi-g++ -o libOPCODE.la OPC_AABBCollider.lo OPC_AABBTree.lo OPC_BaseModel.lo OPC_Collider.lo OPC_Common.lo OPC_HybridModel.lo OPC_LSSCollider.lo OPC_MeshInterface.lo OPC_Model.lo OPC_OBBCollider.lo Opcode.lo OPC_OptimizedTree.lo OPC_Picking.lo OPC_PlanesCollider.lo OPC_RayCollider.lo OPC_SphereCollider.lo OPC_TreeBuilders.lo OPC_TreeCollider.lo OPC_VolumeCollider.lo -lm
# libtool: link: arm-linux-androideabi-ar cru .libs/libOPCODE.a .libs/OPC_AABBCollider.o .libs/OPC_AABBTree.o .libs/OPC_BaseModel.o .libs/OPC_Collider.o .libs/OPC_Common.o .libs/OPC_HybridModel.o .libs/OPC_LSSCollider.o .libs/OPC_MeshInterface.o .libs/OPC_Model.o .libs/OPC_OBBCollider.o .libs/Opcode.o .libs/OPC_OptimizedTree.o .libs/OPC_Picking.o .libs/OPC_PlanesCollider.o .libs/OPC_RayCollider.o .libs/OPC_SphereCollider.o .libs/OPC_TreeBuilders.o .libs/OPC_TreeCollider.o .libs/OPC_VolumeCollider.o
# libtool: link: arm-linux-androideabi-ranlib .libs/libOPCODE.a
# libtool: link: ( cd ".libs" && rm -f "libOPCODE.la" && ln -s "../libOPCODE.la" "libOPCODE.la" )
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# Making all in ou
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/ou'
# Making all in include/ou
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/include/ou'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/include/ou'
# Making all in src/ou
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/src/ou'
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"ou\ 0\" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c -o atomic.lo atomic.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"ou\ 0\" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT customization.lo -MD -MP -MF .deps/customization.Tpo -c -o customization.lo customization.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"ou\ 0\" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"ou\ 0\" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT threadlocalstorage.lo -MD -MP -MF .deps/threadlocalstorage.Tpo -c -o threadlocalstorage.lo threadlocalstorage.cpp
# libtool: compile: arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" "-DPACKAGE_STRING=\"ou 0\"" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.cpp -fPIC -DPIC -o .libs/malloc.o
# libtool: compile: arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" "-DPACKAGE_STRING=\"ou 0\"" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT customization.lo -MD -MP -MF .deps/customization.Tpo -c customization.cpp -fPIC -DPIC -o .libs/customization.o
# libtool: compile: arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" "-DPACKAGE_STRING=\"ou 0\"" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c atomic.cpp -fPIC -DPIC -o .libs/atomic.o
# libtool: compile: arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" "-DPACKAGE_STRING=\"ou 0\"" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT threadlocalstorage.lo -MD -MP -MF .deps/threadlocalstorage.Tpo -c threadlocalstorage.cpp -fPIC -DPIC -o .libs/threadlocalstorage.o
# libtool: compile: arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" "-DPACKAGE_STRING=\"ou 0\"" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT customization.lo -MD -MP -MF .deps/customization.Tpo -c customization.cpp -o customization.o >/dev/null 2>&1
# In file included from atomic.cpp:27:0:
# ../../include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" "-DPACKAGE_STRING=\"ou 0\"" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.cpp -o malloc.o >/dev/null 2>&1
# mv -f .deps/customization.Tpo .deps/customization.Plo
# In file included from ../../include/ou/atomicflags.h:32:0,
# from threadlocalstorage.cpp:28:
# ../../include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/malloc.Tpo .deps/malloc.Plo
# libtool: compile: arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" "-DPACKAGE_STRING=\"ou 0\"" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c atomic.cpp -o atomic.o >/dev/null 2>&1
# mv -f .deps/atomic.Tpo .deps/atomic.Plo
# libtool: compile: arm-linux-androideabi-g++ -DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" "-DPACKAGE_STRING=\"ou 0\"" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX -I. -I../../include -D_OU_NAMESPACE=odeou -fno-exceptions -fno-rtti -MT threadlocalstorage.lo -MD -MP -MF .deps/threadlocalstorage.Tpo -c threadlocalstorage.cpp -o threadlocalstorage.o >/dev/null 2>&1
# mv -f .deps/threadlocalstorage.Tpo .deps/threadlocalstorage.Plo
# /bin/sh ../../libtool --tag=CXX --mode=link arm-linux-androideabi-g++ -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -o libou.la atomic.lo customization.lo malloc.lo threadlocalstorage.lo -lc
# libtool: link: arm-linux-androideabi-ar cru .libs/libou.a .libs/atomic.o .libs/customization.o .libs/malloc.o .libs/threadlocalstorage.o
# libtool: link: arm-linux-androideabi-ranlib .libs/libou.a
# libtool: link: ( cd ".libs" && rm -f "libou.la" && ln -s "../libou.la" "libou.la" )
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/src/ou'
# Making all in test
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/test'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/test'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ou'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou'
# Making all in libccd
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd'
# Making all in src
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# make all-recursive
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# Making all in .
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT ccd.lo -MD -MP -MF .deps/ccd.Tpo -c -o ccd.lo ccd.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT polytope.lo -MD -MP -MF .deps/polytope.Tpo -c -o polytope.lo polytope.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT support.lo -MD -MP -MF .deps/support.Tpo -c -o support.lo support.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fPIC -DPIC -o .libs/alloc.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT polytope.lo -MD -MP -MF .deps/polytope.Tpo -c polytope.c -fPIC -DPIC -o .libs/polytope.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT support.lo -MD -MP -MF .deps/support.Tpo -c support.c -fPIC -DPIC -o .libs/support.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT ccd.lo -MD -MP -MF .deps/ccd.Tpo -c ccd.c -fPIC -DPIC -o .libs/ccd.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT support.lo -MD -MP -MF .deps/support.Tpo -c support.c -o support.o >/dev/null 2>&1
# mv -f .deps/alloc.Tpo .deps/alloc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT vec3.lo -MD -MP -MF .deps/vec3.Tpo -c -o vec3.lo vec3.c
# mv -f .deps/support.Tpo .deps/support.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT mpr.lo -MD -MP -MF .deps/mpr.Tpo -c -o mpr.lo mpr.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT vec3.lo -MD -MP -MF .deps/vec3.Tpo -c vec3.c -fPIC -DPIC -o .libs/vec3.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT mpr.lo -MD -MP -MF .deps/mpr.Tpo -c mpr.c -fPIC -DPIC -o .libs/mpr.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT polytope.lo -MD -MP -MF .deps/polytope.Tpo -c polytope.c -o polytope.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT vec3.lo -MD -MP -MF .deps/vec3.Tpo -c vec3.c -o vec3.o >/dev/null 2>&1
# mv -f .deps/polytope.Tpo .deps/polytope.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT mpr.lo -MD -MP -MF .deps/mpr.Tpo -c mpr.c -o mpr.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -std=c99 -MT ccd.lo -MD -MP -MF .deps/ccd.Tpo -c ccd.c -o ccd.o >/dev/null 2>&1
# mv -f .deps/vec3.Tpo .deps/vec3.Plo
# mv -f .deps/mpr.Tpo .deps/mpr.Plo
# mv -f .deps/ccd.Tpo .deps/ccd.Plo
# /bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=c99 -o libccd.la alloc.lo ccd.lo polytope.lo support.lo vec3.lo mpr.lo -lm
# libtool: link: arm-linux-androideabi-ar cru .libs/libccd.a .libs/alloc.o .libs/ccd.o .libs/polytope.o .libs/support.o .libs/vec3.o .libs/mpr.o
# libtool: link: arm-linux-androideabi-ranlib .libs/libccd.a
# libtool: link: ( cd ".libs" && rm -f "libccd.la" && ln -s "../libccd.la" "libccd.la" )
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# Making all in testsuites
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# Making all in cu
# make[5]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites/cu'
# make[5]: Nothing to be done for 'all'.
# make[5]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites/cu'
# make[5]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# make[5]: Nothing to be done for 'all-am'.
# make[5]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd'
# Making all in ode
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/ode'
# Making all in src
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make all-recursive
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src'
# Making all in joints
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src/joints'
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT joint.lo -MD -MP -MF .deps/joint.Tpo -c -o joint.lo joint.cpp
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT ball.lo -MD -MP -MF .deps/ball.Tpo -c -o ball.lo ball.cpp
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT dball.lo -MD -MP -MF .deps/dball.Tpo -c -o dball.lo dball.cpp
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT dhinge.lo -MD -MP -MF .deps/dhinge.Tpo -c -o dhinge.lo dhinge.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT ball.lo -MD -MP -MF .deps/ball.Tpo -c ball.cpp -fPIC -DPIC -o .libs/ball.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT dhinge.lo -MD -MP -MF .deps/dhinge.Tpo -c dhinge.cpp -fPIC -DPIC -o .libs/dhinge.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT dball.lo -MD -MP -MF .deps/dball.Tpo -c dball.cpp -fPIC -DPIC -o .libs/dball.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT joint.lo -MD -MP -MF .deps/joint.Tpo -c joint.cpp -fPIC -DPIC -o .libs/joint.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT ball.lo -MD -MP -MF .deps/ball.Tpo -c ball.cpp -o ball.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT dball.lo -MD -MP -MF .deps/dball.Tpo -c dball.cpp -o dball.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT dhinge.lo -MD -MP -MF .deps/dhinge.Tpo -c dhinge.cpp -o dhinge.o >/dev/null 2>&1
# mv -f .deps/ball.Tpo .deps/ball.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT transmission.lo -MD -MP -MF .deps/transmission.Tpo -c -o transmission.lo transmission.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT joint.lo -MD -MP -MF .deps/joint.Tpo -c joint.cpp -o joint.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT transmission.lo -MD -MP -MF .deps/transmission.Tpo -c transmission.cpp -fPIC -DPIC -o .libs/transmission.o
# mv -f .deps/dhinge.Tpo .deps/dhinge.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT hinge.lo -MD -MP -MF .deps/hinge.Tpo -c -o hinge.lo hinge.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT hinge.lo -MD -MP -MF .deps/hinge.Tpo -c hinge.cpp -fPIC -DPIC -o .libs/hinge.o
# mv -f .deps/dball.Tpo .deps/dball.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT slider.lo -MD -MP -MF .deps/slider.Tpo -c -o slider.lo slider.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT slider.lo -MD -MP -MF .deps/slider.Tpo -c slider.cpp -fPIC -DPIC -o .libs/slider.o
# mv -f .deps/joint.Tpo .deps/joint.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT contact.lo -MD -MP -MF .deps/contact.Tpo -c -o contact.lo contact.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT transmission.lo -MD -MP -MF .deps/transmission.Tpo -c transmission.cpp -o transmission.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT contact.lo -MD -MP -MF .deps/contact.Tpo -c contact.cpp -fPIC -DPIC -o .libs/contact.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT contact.lo -MD -MP -MF .deps/contact.Tpo -c contact.cpp -o contact.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT hinge.lo -MD -MP -MF .deps/hinge.Tpo -c hinge.cpp -o hinge.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT slider.lo -MD -MP -MF .deps/slider.Tpo -c slider.cpp -o slider.o >/dev/null 2>&1
# mv -f .deps/transmission.Tpo .deps/transmission.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT universal.lo -MD -MP -MF .deps/universal.Tpo -c -o universal.lo universal.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT universal.lo -MD -MP -MF .deps/universal.Tpo -c universal.cpp -fPIC -DPIC -o .libs/universal.o
# mv -f .deps/contact.Tpo .deps/contact.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT hinge2.lo -MD -MP -MF .deps/hinge2.Tpo -c -o hinge2.lo hinge2.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT hinge2.lo -MD -MP -MF .deps/hinge2.Tpo -c hinge2.cpp -fPIC -DPIC -o .libs/hinge2.o
# mv -f .deps/slider.Tpo .deps/slider.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT fixed.lo -MD -MP -MF .deps/fixed.Tpo -c -o fixed.lo fixed.cpp
# mv -f .deps/hinge.Tpo .deps/hinge.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT null.lo -MD -MP -MF .deps/null.Tpo -c -o null.lo null.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT fixed.lo -MD -MP -MF .deps/fixed.Tpo -c fixed.cpp -fPIC -DPIC -o .libs/fixed.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT null.lo -MD -MP -MF .deps/null.Tpo -c null.cpp -fPIC -DPIC -o .libs/null.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT universal.lo -MD -MP -MF .deps/universal.Tpo -c universal.cpp -o universal.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT fixed.lo -MD -MP -MF .deps/fixed.Tpo -c fixed.cpp -o fixed.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT null.lo -MD -MP -MF .deps/null.Tpo -c null.cpp -o null.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT hinge2.lo -MD -MP -MF .deps/hinge2.Tpo -c hinge2.cpp -o hinge2.o >/dev/null 2>&1
# mv -f .deps/null.Tpo .deps/null.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT amotor.lo -MD -MP -MF .deps/amotor.Tpo -c -o amotor.lo amotor.cpp
# mv -f .deps/fixed.Tpo .deps/fixed.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT lmotor.lo -MD -MP -MF .deps/lmotor.Tpo -c -o lmotor.lo lmotor.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT amotor.lo -MD -MP -MF .deps/amotor.Tpo -c amotor.cpp -fPIC -DPIC -o .libs/amotor.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT lmotor.lo -MD -MP -MF .deps/lmotor.Tpo -c lmotor.cpp -fPIC -DPIC -o .libs/lmotor.o
# mv -f .deps/universal.Tpo .deps/universal.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT plane2d.lo -MD -MP -MF .deps/plane2d.Tpo -c -o plane2d.lo plane2d.cpp
# mv -f .deps/hinge2.Tpo .deps/hinge2.Plo
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT plane2d.lo -MD -MP -MF .deps/plane2d.Tpo -c plane2d.cpp -fPIC -DPIC -o .libs/plane2d.o
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT pu.lo -MD -MP -MF .deps/pu.Tpo -c -o pu.lo pu.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT pu.lo -MD -MP -MF .deps/pu.Tpo -c pu.cpp -fPIC -DPIC -o .libs/pu.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT lmotor.lo -MD -MP -MF .deps/lmotor.Tpo -c lmotor.cpp -o lmotor.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT plane2d.lo -MD -MP -MF .deps/plane2d.Tpo -c plane2d.cpp -o plane2d.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT amotor.lo -MD -MP -MF .deps/amotor.Tpo -c amotor.cpp -o amotor.o >/dev/null 2>&1
# mv -f .deps/lmotor.Tpo .deps/lmotor.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT pr.lo -MD -MP -MF .deps/pr.Tpo -c -o pr.lo pr.cpp
# mv -f .deps/plane2d.Tpo .deps/plane2d.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT piston.lo -MD -MP -MF .deps/piston.Tpo -c -o piston.lo piston.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT pr.lo -MD -MP -MF .deps/pr.Tpo -c pr.cpp -fPIC -DPIC -o .libs/pr.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT pu.lo -MD -MP -MF .deps/pu.Tpo -c pu.cpp -o pu.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT piston.lo -MD -MP -MF .deps/piston.Tpo -c piston.cpp -fPIC -DPIC -o .libs/piston.o
# mv -f .deps/amotor.Tpo .deps/amotor.Plo
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT pr.lo -MD -MP -MF .deps/pr.Tpo -c pr.cpp -o pr.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -I../../../include -I../../../ode/src -MT piston.lo -MD -MP -MF .deps/piston.Tpo -c piston.cpp -o piston.o >/dev/null 2>&1
# mv -f .deps/pu.Tpo .deps/pu.Plo
# mv -f .deps/pr.Tpo .deps/pr.Plo
# mv -f .deps/piston.Tpo .deps/piston.Plo
# /bin/sh ../../../libtool --tag=CXX --mode=link arm-linux-androideabi-g++ -o libjoints.la joint.lo ball.lo dball.lo dhinge.lo transmission.lo hinge.lo slider.lo contact.lo universal.lo hinge2.lo fixed.lo null.lo amotor.lo lmotor.lo plane2d.lo pu.lo pr.lo piston.lo -lm
# libtool: link: arm-linux-androideabi-ar cru .libs/libjoints.a .libs/joint.o .libs/ball.o .libs/dball.o .libs/dhinge.o .libs/transmission.o .libs/hinge.o .libs/slider.o .libs/contact.o .libs/universal.o .libs/hinge2.o .libs/fixed.o .libs/null.o .libs/amotor.o .libs/lmotor.o .libs/plane2d.o .libs/pu.o .libs/pr.o .libs/piston.o
# libtool: link: arm-linux-androideabi-ranlib .libs/libjoints.a
# libtool: link: ( cd ".libs" && rm -f "libjoints.la" && ln -s "../libjoints.la" "libjoints.la" )
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src/joints'
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src'
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT nextafterf.lo -MD -MP -MF .deps/nextafterf.Tpo -c -o nextafterf.lo nextafterf.c
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT array.lo -MD -MP -MF .deps/array.Tpo -c -o array.lo array.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT box.lo -MD -MP -MF .deps/box.Tpo -c -o box.lo box.cpp
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT capsule.lo -MD -MP -MF .deps/capsule.Tpo -c -o capsule.lo capsule.cpp
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT nextafterf.lo -MD -MP -MF .deps/nextafterf.Tpo -c nextafterf.c -fPIC -DPIC -o .libs/nextafterf.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT box.lo -MD -MP -MF .deps/box.Tpo -c box.cpp -fPIC -DPIC -o .libs/box.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT capsule.lo -MD -MP -MF .deps/capsule.Tpo -c capsule.cpp -fPIC -DPIC -o .libs/capsule.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.cpp -fPIC -DPIC -o .libs/array.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT nextafterf.lo -MD -MP -MF .deps/nextafterf.Tpo -c nextafterf.c -o nextafterf.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.cpp -o array.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from capsule.cpp:38:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from box.cpp:38:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/array.Tpo .deps/array.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_box.lo -MD -MP -MF .deps/collision_cylinder_box.Tpo -c -o collision_cylinder_box.lo collision_cylinder_box.cpp
# mv -f .deps/nextafterf.Tpo .deps/nextafterf.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_plane.lo -MD -MP -MF .deps/collision_cylinder_plane.Tpo -c -o collision_cylinder_plane.lo collision_cylinder_plane.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_box.lo -MD -MP -MF .deps/collision_cylinder_box.Tpo -c collision_cylinder_box.cpp -fPIC -DPIC -o .libs/collision_cylinder_box.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_plane.lo -MD -MP -MF .deps/collision_cylinder_plane.Tpo -c collision_cylinder_plane.cpp -fPIC -DPIC -o .libs/collision_cylinder_plane.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT capsule.lo -MD -MP -MF .deps/capsule.Tpo -c capsule.cpp -o capsule.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_cylinder_plane.cpp:38:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_cylinder_box.cpp:33:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_plane.lo -MD -MP -MF .deps/collision_cylinder_plane.Tpo -c collision_cylinder_plane.cpp -o collision_cylinder_plane.o >/dev/null 2>&1
# mv -f .deps/capsule.Tpo .deps/capsule.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_sphere.lo -MD -MP -MF .deps/collision_cylinder_sphere.Tpo -c -o collision_cylinder_sphere.lo collision_cylinder_sphere.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT box.lo -MD -MP -MF .deps/box.Tpo -c box.cpp -o box.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_box.lo -MD -MP -MF .deps/collision_cylinder_box.Tpo -c collision_cylinder_box.cpp -o collision_cylinder_box.o >/dev/null 2>&1
# mv -f .deps/collision_cylinder_plane.Tpo .deps/collision_cylinder_plane.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_kernel.lo -MD -MP -MF .deps/collision_kernel.Tpo -c -o collision_kernel.lo collision_kernel.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_sphere.lo -MD -MP -MF .deps/collision_cylinder_sphere.Tpo -c collision_cylinder_sphere.cpp -fPIC -DPIC -o .libs/collision_cylinder_sphere.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_kernel.lo -MD -MP -MF .deps/collision_kernel.Tpo -c collision_kernel.cpp -fPIC -DPIC -o .libs/collision_kernel.o
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_cylinder_sphere.cpp:49:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_kernel.cpp:36:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_sphere.lo -MD -MP -MF .deps/collision_cylinder_sphere.Tpo -c collision_cylinder_sphere.cpp -o collision_cylinder_sphere.o >/dev/null 2>&1
# mv -f .deps/collision_cylinder_box.Tpo .deps/collision_cylinder_box.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_quadtreespace.lo -MD -MP -MF .deps/collision_quadtreespace.Tpo -c -o collision_quadtreespace.lo collision_quadtreespace.cpp
# mv -f .deps/box.Tpo .deps/box.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_sapspace.lo -MD -MP -MF .deps/collision_sapspace.Tpo -c -o collision_sapspace.lo collision_sapspace.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_quadtreespace.lo -MD -MP -MF .deps/collision_quadtreespace.Tpo -c collision_quadtreespace.cpp -fPIC -DPIC -o .libs/collision_quadtreespace.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_sapspace.lo -MD -MP -MF .deps/collision_sapspace.Tpo -c collision_sapspace.cpp -fPIC -DPIC -o .libs/collision_sapspace.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_kernel.lo -MD -MP -MF .deps/collision_kernel.Tpo -c collision_kernel.cpp -o collision_kernel.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_sapspace.cpp:42:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/collision_cylinder_sphere.Tpo .deps/collision_cylinder_sphere.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_space.lo -MD -MP -MF .deps/collision_space.Tpo -c -o collision_space.lo collision_space.cpp
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_quadtreespace.cpp:31:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_space.lo -MD -MP -MF .deps/collision_space.Tpo -c collision_space.cpp -fPIC -DPIC -o .libs/collision_space.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_quadtreespace.lo -MD -MP -MF .deps/collision_quadtreespace.Tpo -c collision_quadtreespace.cpp -o collision_quadtreespace.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_sapspace.lo -MD -MP -MF .deps/collision_sapspace.Tpo -c collision_sapspace.cpp -o collision_sapspace.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_space.cpp:36:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/collision_sapspace.Tpo .deps/collision_sapspace.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_transform.lo -MD -MP -MF .deps/collision_transform.Tpo -c -o collision_transform.lo collision_transform.cpp
# mv -f .deps/collision_kernel.Tpo .deps/collision_kernel.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_disabled.lo -MD -MP -MF .deps/collision_trimesh_disabled.Tpo -c -o collision_trimesh_disabled.lo collision_trimesh_disabled.cpp
# mv -f .deps/collision_quadtreespace.Tpo .deps/collision_quadtreespace.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_util.lo -MD -MP -MF .deps/collision_util.Tpo -c -o collision_util.lo collision_util.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_disabled.lo -MD -MP -MF .deps/collision_trimesh_disabled.Tpo -c collision_trimesh_disabled.cpp -fPIC -DPIC -o .libs/collision_trimesh_disabled.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_transform.lo -MD -MP -MF .deps/collision_transform.Tpo -c collision_transform.cpp -fPIC -DPIC -o .libs/collision_transform.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_util.lo -MD -MP -MF .deps/collision_util.Tpo -c collision_util.cpp -fPIC -DPIC -o .libs/collision_util.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_disabled.lo -MD -MP -MF .deps/collision_trimesh_disabled.Tpo -c collision_trimesh_disabled.cpp -o collision_trimesh_disabled.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_transform.h:33,
# from collision_transform.cpp:34:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_space.lo -MD -MP -MF .deps/collision_space.Tpo -c collision_space.cpp -o collision_space.o >/dev/null 2>&1
# mv -f .deps/collision_trimesh_disabled.Tpo .deps/collision_trimesh_disabled.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT convex.lo -MD -MP -MF .deps/convex.Tpo -c -o convex.lo convex.cpp
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_util.cpp:34:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_transform.lo -MD -MP -MF .deps/collision_transform.Tpo -c collision_transform.cpp -o collision_transform.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT convex.lo -MD -MP -MF .deps/convex.Tpo -c convex.cpp -fPIC -DPIC -o .libs/convex.o
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from convex.cpp:32:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/collision_transform.Tpo .deps/collision_transform.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT cylinder.lo -MD -MP -MF .deps/cylinder.Tpo -c -o cylinder.lo cylinder.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_util.lo -MD -MP -MF .deps/collision_util.Tpo -c collision_util.cpp -o collision_util.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT cylinder.lo -MD -MP -MF .deps/cylinder.Tpo -c cylinder.cpp -fPIC -DPIC -o .libs/cylinder.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT convex.lo -MD -MP -MF .deps/convex.Tpo -c convex.cpp -o convex.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from cylinder.cpp:38:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT cylinder.lo -MD -MP -MF .deps/cylinder.Tpo -c cylinder.cpp -o cylinder.o >/dev/null 2>&1
# mv -f .deps/collision_space.Tpo .deps/collision_space.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.cpp -fPIC -DPIC -o .libs/error.o
# mv -f .deps/collision_util.Tpo .deps/collision_util.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT export-dif.lo -MD -MP -MF .deps/export-dif.Tpo -c -o export-dif.lo export-dif.cpp
# mv -f .deps/cylinder.Tpo .deps/cylinder.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT heightfield.lo -MD -MP -MF .deps/heightfield.Tpo -c -o heightfield.lo heightfield.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT export-dif.lo -MD -MP -MF .deps/export-dif.Tpo -c export-dif.cpp -fPIC -DPIC -o .libs/export-dif.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.cpp -o error.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT heightfield.lo -MD -MP -MF .deps/heightfield.Tpo -c heightfield.cpp -fPIC -DPIC -o .libs/heightfield.o
# mv -f .deps/error.Tpo .deps/error.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT lcp.lo -MD -MP -MF .deps/lcp.Tpo -c -o lcp.lo lcp.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT lcp.lo -MD -MP -MF .deps/lcp.Tpo -c lcp.cpp -fPIC -DPIC -o .libs/lcp.o
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from heightfield.cpp:37:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from export-dif.cpp:40:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/convex.Tpo .deps/convex.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT mass.lo -MD -MP -MF .deps/mass.Tpo -c -o mass.lo mass.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT export-dif.lo -MD -MP -MF .deps/export-dif.Tpo -c export-dif.cpp -o export-dif.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT mass.lo -MD -MP -MF .deps/mass.Tpo -c mass.cpp -fPIC -DPIC -o .libs/mass.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT lcp.lo -MD -MP -MF .deps/lcp.Tpo -c lcp.cpp -o lcp.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT heightfield.lo -MD -MP -MF .deps/heightfield.Tpo -c heightfield.cpp -o heightfield.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from mass.cpp:30:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/export-dif.Tpo .deps/export-dif.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT mat.lo -MD -MP -MF .deps/mat.Tpo -c -o mat.lo mat.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT mass.lo -MD -MP -MF .deps/mass.Tpo -c mass.cpp -o mass.o >/dev/null 2>&1
# mv -f .deps/lcp.Tpo .deps/lcp.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c -o matrix.lo matrix.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT mat.lo -MD -MP -MF .deps/mat.Tpo -c mat.cpp -fPIC -DPIC -o .libs/mat.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.cpp -fPIC -DPIC -o .libs/matrix.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT mat.lo -MD -MP -MF .deps/mat.Tpo -c mat.cpp -o mat.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.cpp -o matrix.o >/dev/null 2>&1
# mv -f .deps/heightfield.Tpo .deps/heightfield.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.cpp
# mv -f .deps/mat.Tpo .deps/mat.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.cpp -fPIC -DPIC -o .libs/memory.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.cpp -fPIC -DPIC -o .libs/misc.o
# mv -f .deps/mass.Tpo .deps/mass.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT objects.lo -MD -MP -MF .deps/objects.Tpo -c -o objects.lo objects.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.cpp -o memory.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT objects.lo -MD -MP -MF .deps/objects.Tpo -c objects.cpp -fPIC -DPIC -o .libs/objects.o
# In file included from odeou.h:50:0,
# from misc.cpp:28:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/matrix.Tpo .deps/matrix.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT obstack.lo -MD -MP -MF .deps/obstack.Tpo -c -o obstack.lo obstack.cpp
# mv -f .deps/memory.Tpo .deps/memory.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT ode.lo -MD -MP -MF .deps/ode.Tpo -c -o ode.lo ode.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.cpp -o misc.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT ode.lo -MD -MP -MF .deps/ode.Tpo -c ode.cpp -fPIC -DPIC -o .libs/ode.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT obstack.lo -MD -MP -MF .deps/obstack.Tpo -c obstack.cpp -fPIC -DPIC -o .libs/obstack.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT objects.lo -MD -MP -MF .deps/objects.Tpo -c objects.cpp -o objects.o >/dev/null 2>&1
# mv -f .deps/misc.Tpo .deps/misc.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odeinit.lo -MD -MP -MF .deps/odeinit.Tpo -c -o odeinit.lo odeinit.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT obstack.lo -MD -MP -MF .deps/obstack.Tpo -c obstack.cpp -o obstack.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odeinit.lo -MD -MP -MF .deps/odeinit.Tpo -c odeinit.cpp -fPIC -DPIC -o .libs/odeinit.o
# mv -f .deps/objects.Tpo .deps/objects.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odemath.lo -MD -MP -MF .deps/odemath.Tpo -c -o odemath.lo odemath.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odemath.lo -MD -MP -MF .deps/odemath.Tpo -c odemath.cpp -fPIC -DPIC -o .libs/odemath.o
# mv -f .deps/obstack.Tpo .deps/obstack.Plo
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from ode.cpp:41:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT plane.lo -MD -MP -MF .deps/plane.Tpo -c -o plane.lo plane.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT plane.lo -MD -MP -MF .deps/plane.Tpo -c plane.cpp -fPIC -DPIC -o .libs/plane.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odemath.lo -MD -MP -MF .deps/odemath.Tpo -c odemath.cpp -o odemath.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from plane.cpp:38:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from odeinit.cpp:35:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT plane.lo -MD -MP -MF .deps/plane.Tpo -c plane.cpp -o plane.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odeinit.lo -MD -MP -MF .deps/odeinit.Tpo -c odeinit.cpp -o odeinit.o >/dev/null 2>&1
# mv -f .deps/odemath.Tpo .deps/odemath.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT quickstep.lo -MD -MP -MF .deps/quickstep.Tpo -c -o quickstep.lo quickstep.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT quickstep.lo -MD -MP -MF .deps/quickstep.Tpo -c quickstep.cpp -fPIC -DPIC -o .libs/quickstep.o
# mv -f .deps/plane.Tpo .deps/plane.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT ray.lo -MD -MP -MF .deps/ray.Tpo -c -o ray.lo ray.cpp
# In file included from odeou.h:50:0,
# from threadingutils.h:27,
# from quickstep.cpp:35:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT ray.lo -MD -MP -MF .deps/ray.Tpo -c ray.cpp -fPIC -DPIC -o .libs/ray.o
# mv -f .deps/odeinit.Tpo .deps/odeinit.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT rotation.lo -MD -MP -MF .deps/rotation.Tpo -c -o rotation.lo rotation.cpp
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from ray.cpp:38:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT ode.lo -MD -MP -MF .deps/ode.Tpo -c ode.cpp -o ode.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT quickstep.lo -MD -MP -MF .deps/quickstep.Tpo -c quickstep.cpp -o quickstep.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT rotation.lo -MD -MP -MF .deps/rotation.Tpo -c rotation.cpp -fPIC -DPIC -o .libs/rotation.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT ray.lo -MD -MP -MF .deps/ray.Tpo -c ray.cpp -o ray.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT rotation.lo -MD -MP -MF .deps/rotation.Tpo -c rotation.cpp -o rotation.o >/dev/null 2>&1
# mv -f .deps/quickstep.Tpo .deps/quickstep.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT sphere.lo -MD -MP -MF .deps/sphere.Tpo -c -o sphere.lo sphere.cpp
# mv -f .deps/ray.Tpo .deps/ray.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT step.lo -MD -MP -MF .deps/step.Tpo -c -o step.lo step.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT sphere.lo -MD -MP -MF .deps/sphere.Tpo -c sphere.cpp -fPIC -DPIC -o .libs/sphere.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT step.lo -MD -MP -MF .deps/step.Tpo -c step.cpp -fPIC -DPIC -o .libs/step.o
# mv -f .deps/rotation.Tpo .deps/rotation.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.cpp
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from sphere.cpp:38:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -fPIC -DPIC -o .libs/timer.o
# mv -f .deps/ode.Tpo .deps/ode.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_base.lo -MD -MP -MF .deps/threading_base.Tpo -c -o threading_base.lo threading_base.cpp
# In file included from odeou.h:50:0,
# from threadingutils.h:27,
# from step.cpp:34:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT sphere.lo -MD -MP -MF .deps/sphere.Tpo -c sphere.cpp -o sphere.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_base.lo -MD -MP -MF .deps/threading_base.Tpo -c threading_base.cpp -fPIC -DPIC -o .libs/threading_base.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -o timer.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_base.lo -MD -MP -MF .deps/threading_base.Tpo -c threading_base.cpp -o threading_base.o >/dev/null 2>&1
# mv -f .deps/threading_base.Tpo .deps/threading_base.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_impl.lo -MD -MP -MF .deps/threading_impl.Tpo -c -o threading_impl.lo threading_impl.cpp
# mv -f .deps/timer.Tpo .deps/timer.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_pool_posix.lo -MD -MP -MF .deps/threading_pool_posix.Tpo -c -o threading_pool_posix.lo threading_pool_posix.cpp
# mv -f .deps/sphere.Tpo .deps/sphere.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_pool_win.lo -MD -MP -MF .deps/threading_pool_win.Tpo -c -o threading_pool_win.lo threading_pool_win.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_impl.lo -MD -MP -MF .deps/threading_impl.Tpo -c threading_impl.cpp -fPIC -DPIC -o .libs/threading_impl.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_pool_posix.lo -MD -MP -MF .deps/threading_pool_posix.Tpo -c threading_pool_posix.cpp -fPIC -DPIC -o .libs/threading_pool_posix.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT step.lo -MD -MP -MF .deps/step.Tpo -c step.cpp -o step.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_pool_win.lo -MD -MP -MF .deps/threading_pool_win.Tpo -c threading_pool_win.cpp -fPIC -DPIC -o .libs/threading_pool_win.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_pool_win.lo -MD -MP -MF .deps/threading_pool_win.Tpo -c threading_pool_win.cpp -o threading_pool_win.o >/dev/null 2>&1
# mv -f .deps/threading_pool_win.Tpo .deps/threading_pool_win.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_pool_posix.lo -MD -MP -MF .deps/threading_pool_posix.Tpo -c threading_pool_posix.cpp -o threading_pool_posix.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -fPIC -DPIC -o .libs/util.o
# mv -f .deps/threading_pool_posix.Tpo .deps/threading_pool_posix.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odetls.lo -MD -MP -MF .deps/odetls.Tpo -c -o odetls.lo odetls.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT threading_impl.lo -MD -MP -MF .deps/threading_impl.Tpo -c threading_impl.cpp -o threading_impl.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odetls.lo -MD -MP -MF .deps/odetls.Tpo -c odetls.cpp -fPIC -DPIC -o .libs/odetls.o
# In file included from odeou.h:50:0,
# from threadingutils.h:27,
# from util.cpp:28:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/step.Tpo .deps/step.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odeou.lo -MD -MP -MF .deps/odeou.Tpo -c -o odeou.lo odeou.cpp
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from odetls.cpp:37:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odeou.lo -MD -MP -MF .deps/odeou.Tpo -c odeou.cpp -fPIC -DPIC -o .libs/odeou.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odetls.lo -MD -MP -MF .deps/odetls.Tpo -c odetls.cpp -o odetls.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odeou.cpp:38:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT odeou.lo -MD -MP -MF .deps/odeou.Tpo -c odeou.cpp -o odeou.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
# mv -f .deps/threading_impl.Tpo .deps/threading_impl.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_trimesh.lo -MD -MP -MF .deps/collision_trimesh_trimesh.Tpo -c -o collision_trimesh_trimesh.lo collision_trimesh_trimesh.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_trimesh.lo -MD -MP -MF .deps/collision_trimesh_trimesh.Tpo -c collision_trimesh_trimesh.cpp -fPIC -DPIC -o .libs/collision_trimesh_trimesh.o
# mv -f .deps/odeou.Tpo .deps/odeou.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_trimesh_new.lo -MD -MP -MF .deps/collision_trimesh_trimesh_new.Tpo -c -o collision_trimesh_trimesh_new.lo collision_trimesh_trimesh_new.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_trimesh.lo -MD -MP -MF .deps/collision_trimesh_trimesh.Tpo -c collision_trimesh_trimesh.cpp -o collision_trimesh_trimesh.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_trimesh_new.lo -MD -MP -MF .deps/collision_trimesh_trimesh_new.Tpo -c collision_trimesh_trimesh_new.cpp -fPIC -DPIC -o .libs/collision_trimesh_trimesh_new.o
# mv -f .deps/odetls.Tpo .deps/odetls.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_sphere.lo -MD -MP -MF .deps/collision_trimesh_sphere.Tpo -c -o collision_trimesh_sphere.lo collision_trimesh_sphere.cpp
# mv -f .deps/collision_trimesh_trimesh.Tpo .deps/collision_trimesh_trimesh.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_ray.lo -MD -MP -MF .deps/collision_trimesh_ray.Tpo -c -o collision_trimesh_ray.lo collision_trimesh_ray.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_sphere.lo -MD -MP -MF .deps/collision_trimesh_sphere.Tpo -c collision_trimesh_sphere.cpp -fPIC -DPIC -o .libs/collision_trimesh_sphere.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_ray.lo -MD -MP -MF .deps/collision_trimesh_ray.Tpo -c collision_trimesh_ray.cpp -fPIC -DPIC -o .libs/collision_trimesh_ray.o
# mv -f .deps/util.Tpo .deps/util.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_opcode.lo -MD -MP -MF .deps/collision_trimesh_opcode.Tpo -c -o collision_trimesh_opcode.lo collision_trimesh_opcode.cpp
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_trimesh_trimesh_new.cpp:42:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_opcode.lo -MD -MP -MF .deps/collision_trimesh_opcode.Tpo -c collision_trimesh_opcode.cpp -fPIC -DPIC -o .libs/collision_trimesh_opcode.o
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_trimesh_ray.cpp:33:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_trimesh_sphere.cpp:30:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_ray.lo -MD -MP -MF .deps/collision_trimesh_ray.Tpo -c collision_trimesh_ray.cpp -o collision_trimesh_ray.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_trimesh_new.lo -MD -MP -MF .deps/collision_trimesh_trimesh_new.Tpo -c collision_trimesh_trimesh_new.cpp -o collision_trimesh_trimesh_new.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_sphere.lo -MD -MP -MF .deps/collision_trimesh_sphere.Tpo -c collision_trimesh_sphere.cpp -o collision_trimesh_sphere.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_trimesh_opcode.cpp:30:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/collision_trimesh_ray.Tpo .deps/collision_trimesh_ray.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_box.lo -MD -MP -MF .deps/collision_trimesh_box.Tpo -c -o collision_trimesh_box.lo collision_trimesh_box.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_opcode.lo -MD -MP -MF .deps/collision_trimesh_opcode.Tpo -c collision_trimesh_opcode.cpp -o collision_trimesh_opcode.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_box.lo -MD -MP -MF .deps/collision_trimesh_box.Tpo -c collision_trimesh_box.cpp -fPIC -DPIC -o .libs/collision_trimesh_box.o
# mv -f .deps/collision_trimesh_sphere.Tpo .deps/collision_trimesh_sphere.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_ccylinder.lo -MD -MP -MF .deps/collision_trimesh_ccylinder.Tpo -c -o collision_trimesh_ccylinder.lo collision_trimesh_ccylinder.cpp
# mv -f .deps/collision_trimesh_trimesh_new.Tpo .deps/collision_trimesh_trimesh_new.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_distance.lo -MD -MP -MF .deps/collision_trimesh_distance.Tpo -c -o collision_trimesh_distance.lo collision_trimesh_distance.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_ccylinder.lo -MD -MP -MF .deps/collision_trimesh_ccylinder.Tpo -c collision_trimesh_ccylinder.cpp -fPIC -DPIC -o .libs/collision_trimesh_ccylinder.o
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_distance.lo -MD -MP -MF .deps/collision_trimesh_distance.Tpo -c collision_trimesh_distance.cpp -fPIC -DPIC -o .libs/collision_trimesh_distance.o
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_trimesh_box.cpp:37:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# mv -f .deps/collision_trimesh_opcode.Tpo .deps/collision_trimesh_opcode.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_trimesh.lo -MD -MP -MF .deps/collision_cylinder_trimesh.Tpo -c -o collision_cylinder_trimesh.lo collision_cylinder_trimesh.cpp
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_trimesh_internal.h:35,
# from collision_trimesh_distance.cpp:31:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_trimesh.lo -MD -MP -MF .deps/collision_cylinder_trimesh.Tpo -c collision_cylinder_trimesh.cpp -fPIC -DPIC -o .libs/collision_cylinder_trimesh.o
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_trimesh_ccylinder.cpp:58:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_box.lo -MD -MP -MF .deps/collision_trimesh_box.Tpo -c collision_trimesh_box.cpp -o collision_trimesh_box.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_distance.lo -MD -MP -MF .deps/collision_trimesh_distance.Tpo -c collision_trimesh_distance.cpp -o collision_trimesh_distance.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_ccylinder.lo -MD -MP -MF .deps/collision_trimesh_ccylinder.Tpo -c collision_trimesh_ccylinder.cpp -o collision_trimesh_ccylinder.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_cylinder_trimesh.cpp:34:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_cylinder_trimesh.lo -MD -MP -MF .deps/collision_cylinder_trimesh.Tpo -c collision_cylinder_trimesh.cpp -o collision_cylinder_trimesh.o >/dev/null 2>&1
# mv -f .deps/collision_trimesh_box.Tpo .deps/collision_trimesh_box.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_plane.lo -MD -MP -MF .deps/collision_trimesh_plane.Tpo -c -o collision_trimesh_plane.lo collision_trimesh_plane.cpp
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_plane.lo -MD -MP -MF .deps/collision_trimesh_plane.Tpo -c collision_trimesh_plane.cpp -fPIC -DPIC -o .libs/collision_trimesh_plane.o
# mv -f .deps/collision_trimesh_distance.Tpo .deps/collision_trimesh_distance.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_libccd.lo -MD -MP -MF .deps/collision_libccd.Tpo -c -o collision_libccd.lo collision_libccd.cpp
# mv -f .deps/collision_trimesh_ccylinder.Tpo .deps/collision_trimesh_ccylinder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastldlt.lo -MD -MP -MF .deps/fastldlt.Tpo -c -o fastldlt.lo fastldlt.c
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_libccd.lo -MD -MP -MF .deps/collision_libccd.Tpo -c collision_libccd.cpp -fPIC -DPIC -o .libs/collision_libccd.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastldlt.lo -MD -MP -MF .deps/fastldlt.Tpo -c fastldlt.c -fPIC -DPIC -o .libs/fastldlt.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastldlt.lo -MD -MP -MF .deps/fastldlt.Tpo -c fastldlt.c -o fastldlt.o >/dev/null 2>&1
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_std.h:33,
# from collision_libccd.cpp:29:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# In file included from odeou.h:50:0,
# from odetls.h:39,
# from collision_kernel.h:36,
# from collision_util.h:43,
# from collision_trimesh_plane.cpp:33:
# ../../ou/include/ou/atomic.h:1568:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicXorNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1562:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicOrNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1556:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicAndNoResult(volatile atomicord32 *paoDestination, atomicord32 aoBitMask)
# ^
# ../../ou/include/ou/atomic.h:1550:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicExchangeAddNoResult(volatile atomicord32 *paoDestination, atomicord32 aoAddend)
# ^
# ../../ou/include/ou/atomic.h:1544:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicDecrementNoResult(volatile atomicord32 *paoDestination)
# ^
# ../../ou/include/ou/atomic.h:1538:10: warning: always_inline function might not be inlinable [-Wattributes]
# /*void */AtomicIncrementNoResult(volatile atomicord32 *paoDestination)
# ^
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_trimesh_plane.lo -MD -MP -MF .deps/collision_trimesh_plane.Tpo -c collision_trimesh_plane.cpp -o collision_trimesh_plane.o >/dev/null 2>&1
# mv -f .deps/collision_cylinder_trimesh.Tpo .deps/collision_cylinder_trimesh.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastltsolve.lo -MD -MP -MF .deps/fastltsolve.Tpo -c -o fastltsolve.lo fastltsolve.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastltsolve.lo -MD -MP -MF .deps/fastltsolve.Tpo -c fastltsolve.c -fPIC -DPIC -o .libs/fastltsolve.o
# mv -f .deps/fastldlt.Tpo .deps/fastldlt.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastdot.lo -MD -MP -MF .deps/fastdot.Tpo -c -o fastdot.lo fastdot.c
# libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT collision_libccd.lo -MD -MP -MF .deps/collision_libccd.Tpo -c collision_libccd.cpp -o collision_libccd.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastdot.lo -MD -MP -MF .deps/fastdot.Tpo -c fastdot.c -fPIC -DPIC -o .libs/fastdot.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastltsolve.lo -MD -MP -MF .deps/fastltsolve.Tpo -c fastltsolve.c -o fastltsolve.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastdot.lo -MD -MP -MF .deps/fastdot.Tpo -c fastdot.c -o fastdot.o >/dev/null 2>&1
# mv -f .deps/fastdot.Tpo .deps/fastdot.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastlsolve.lo -MD -MP -MF .deps/fastlsolve.Tpo -c -o fastlsolve.lo fastlsolve.c
# mv -f .deps/fastltsolve.Tpo .deps/fastltsolve.Plo
# mv -f .deps/collision_trimesh_plane.Tpo .deps/collision_trimesh_plane.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastlsolve.lo -MD -MP -MF .deps/fastlsolve.Tpo -c fastlsolve.c -fPIC -DPIC -o .libs/fastlsolve.o
# mv -f .deps/collision_libccd.Tpo .deps/collision_libccd.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D__ODE__ -I../../ou/include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -I../../libccd/src -I../../libccd/src -DdLIBCCD_ENABLED -DdLIBCCD_CYL_CYL -DdLIBCCD_CAP_CYL -DdLIBCCD_CONVEX_BOX -DdLIBCCD_CONVEX_CAP -DdLIBCCD_CONVEX_CYL -DdLIBCCD_CONVEX_SPHERE -DdLIBCCD_CONVEX_CONVEX -MT fastlsolve.lo -MD -MP -MF .deps/fastlsolve.Tpo -c fastlsolve.c -o fastlsolve.o >/dev/null 2>&1
# mv -f .deps/fastlsolve.Tpo .deps/fastlsolve.Plo
# /bin/sh ../../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o libfast.la fastldlt.lo fastltsolve.lo fastdot.lo fastlsolve.lo -lm
# libtool: link: arm-linux-androideabi-ar cru .libs/libfast.a .libs/fastldlt.o .libs/fastltsolve.o .libs/fastdot.o .libs/fastlsolve.o
# libtool: link: arm-linux-androideabi-ranlib .libs/libfast.a
# libtool: link: ( cd ".libs" && rm -f "libfast.la" && ln -s "../libfast.la" "libfast.la" )
# /bin/sh ../../libtool --tag=CXX --mode=link arm-linux-androideabi-g++ -version-info 5:0:1 -o libode.la -rpath /usr/lib nextafterf.lo array.lo box.lo capsule.lo collision_cylinder_box.lo collision_cylinder_plane.lo collision_cylinder_sphere.lo collision_kernel.lo collision_quadtreespace.lo collision_sapspace.lo collision_space.lo collision_transform.lo collision_trimesh_disabled.lo collision_util.lo convex.lo cylinder.lo error.lo export-dif.lo heightfield.lo lcp.lo mass.lo mat.lo matrix.lo memory.lo misc.lo objects.lo obstack.lo ode.lo odeinit.lo odemath.lo plane.lo quickstep.lo ray.lo rotation.lo sphere.lo step.lo timer.lo threading_base.lo threading_impl.lo threading_pool_posix.lo threading_pool_win.lo util.lo odetls.lo odeou.lo collision_trimesh_trimesh.lo collision_trimesh_trimesh_new.lo collision_trimesh_sphere.lo collision_trimesh_ray.lo collision_trimesh_opcode.lo collision_trimesh_box.lo collision_trimesh_ccylinder.lo collision_trimesh_distance.lo collision_cylinder_trimesh.lo collision_trimesh_plane.lo collision_libccd.lo libfast.la joints/libjoints.la ../../ou/src/ou/libou.la ../../OPCODE/libOPCODE.la ../../OPCODE/Ice/libIce.la ../../libccd/src/libccd.la -lm
# libtool: link: arm-linux-androideabi-g++ -fPIC -DPIC -shared -nostdlib /sysroot/bin/../sysroot/usr/lib/crtbegin_so.o .libs/nextafterf.o .libs/array.o .libs/box.o .libs/capsule.o .libs/collision_cylinder_box.o .libs/collision_cylinder_plane.o .libs/collision_cylinder_sphere.o .libs/collision_kernel.o .libs/collision_quadtreespace.o .libs/collision_sapspace.o .libs/collision_space.o .libs/collision_transform.o .libs/collision_trimesh_disabled.o .libs/collision_util.o .libs/convex.o .libs/cylinder.o .libs/error.o .libs/export-dif.o .libs/heightfield.o .libs/lcp.o .libs/mass.o .libs/mat.o .libs/matrix.o .libs/memory.o .libs/misc.o .libs/objects.o .libs/obstack.o .libs/ode.o .libs/odeinit.o .libs/odemath.o .libs/plane.o .libs/quickstep.o .libs/ray.o .libs/rotation.o .libs/sphere.o .libs/step.o .libs/timer.o .libs/threading_base.o .libs/threading_impl.o .libs/threading_pool_posix.o .libs/threading_pool_win.o .libs/util.o .libs/odetls.o .libs/odeou.o .libs/collision_trimesh_trimesh.o .libs/collision_trimesh_trimesh_new.o .libs/collision_trimesh_sphere.o .libs/collision_trimesh_ray.o .libs/collision_trimesh_opcode.o .libs/collision_trimesh_box.o .libs/collision_trimesh_ccylinder.o .libs/collision_trimesh_distance.o .libs/collision_cylinder_trimesh.o .libs/collision_trimesh_plane.o .libs/collision_libccd.o -Wl,--whole-archive ./.libs/libfast.a joints/.libs/libjoints.a ../../ou/src/ou/.libs/libou.a ../../OPCODE/.libs/libOPCODE.a ../../OPCODE/Ice/.libs/libIce.a ../../libccd/src/.libs/libccd.a -Wl,--no-whole-archive -L/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8 -L/sysroot/bin/../lib/gcc -L/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/lib -L/sysroot/bin/../sysroot/usr/lib -lstdc++ -lm -lc -ldl -lgcc /sysroot/bin/../sysroot/usr/lib/crtend_so.o -Wl,-soname -Wl,libode.so.4 -o .libs/libode.so.4.1.0
# libtool: link: (cd ".libs" && rm -f "libode.so.4" && ln -s "libode.so.4.1.0" "libode.so.4")
# libtool: link: (cd ".libs" && rm -f "libode.so" && ln -s "libode.so.4.1.0" "libode.so")
# libtool: link: (cd .libs/libode.lax/libfast.a && arm-linux-androideabi-ar x "/tmp/ode/src/ode-0.13.1/ode/src/./.libs/libfast.a")
# libtool: link: (cd .libs/libode.lax/libjoints.a && arm-linux-androideabi-ar x "/tmp/ode/src/ode-0.13.1/ode/src/joints/.libs/libjoints.a")
# libtool: link: (cd .libs/libode.lax/libou.a && arm-linux-androideabi-ar x "/tmp/ode/src/ode-0.13.1/ode/src/../../ou/src/ou/.libs/libou.a")
# libtool: link: (cd .libs/libode.lax/libOPCODE.a && arm-linux-androideabi-ar x "/tmp/ode/src/ode-0.13.1/ode/src/../../OPCODE/.libs/libOPCODE.a")
# libtool: link: (cd .libs/libode.lax/libIce.a && arm-linux-androideabi-ar x "/tmp/ode/src/ode-0.13.1/ode/src/../../OPCODE/Ice/.libs/libIce.a")
# libtool: link: (cd .libs/libode.lax/libccd.a && arm-linux-androideabi-ar x "/tmp/ode/src/ode-0.13.1/ode/src/../../libccd/src/.libs/libccd.a")
# libtool: link: arm-linux-androideabi-ar cru .libs/libode.a nextafterf.o array.o box.o capsule.o collision_cylinder_box.o collision_cylinder_plane.o collision_cylinder_sphere.o collision_kernel.o collision_quadtreespace.o collision_sapspace.o collision_space.o collision_transform.o collision_trimesh_disabled.o collision_util.o convex.o cylinder.o error.o export-dif.o heightfield.o lcp.o mass.o mat.o matrix.o memory.o misc.o objects.o obstack.o ode.o odeinit.o odemath.o plane.o quickstep.o ray.o rotation.o sphere.o step.o timer.o threading_base.o threading_impl.o threading_pool_posix.o threading_pool_win.o util.o odetls.o odeou.o collision_trimesh_trimesh.o collision_trimesh_trimesh_new.o collision_trimesh_sphere.o collision_trimesh_ray.o collision_trimesh_opcode.o collision_trimesh_box.o collision_trimesh_ccylinder.o collision_trimesh_distance.o collision_cylinder_trimesh.o collision_trimesh_plane.o collision_libccd.o .libs/libode.lax/libfast.a/fastdot.o .libs/libode.lax/libfast.a/fastldlt.o .libs/libode.lax/libfast.a/fastlsolve.o .libs/libode.lax/libfast.a/fastltsolve.o .libs/libode.lax/libjoints.a/amotor.o .libs/libode.lax/libjoints.a/ball.o .libs/libode.lax/libjoints.a/contact.o .libs/libode.lax/libjoints.a/dball.o .libs/libode.lax/libjoints.a/dhinge.o .libs/libode.lax/libjoints.a/fixed.o .libs/libode.lax/libjoints.a/hinge.o .libs/libode.lax/libjoints.a/hinge2.o .libs/libode.lax/libjoints.a/joint.o .libs/libode.lax/libjoints.a/lmotor.o .libs/libode.lax/libjoints.a/null.o .libs/libode.lax/libjoints.a/piston.o .libs/libode.lax/libjoints.a/plane2d.o .libs/libode.lax/libjoints.a/pr.o .libs/libode.lax/libjoints.a/pu.o .libs/libode.lax/libjoints.a/slider.o .libs/libode.lax/libjoints.a/transmission.o .libs/libode.lax/libjoints.a/universal.o .libs/libode.lax/libou.a/atomic.o .libs/libode.lax/libou.a/customization.o .libs/libode.lax/libou.a/malloc.o .libs/libode.lax/libou.a/threadlocalstorage.o .libs/libode.lax/libOPCODE.a/OPC_AABBCollider.o .libs/libode.lax/libOPCODE.a/OPC_AABBTree.o .libs/libode.lax/libOPCODE.a/OPC_BaseModel.o .libs/libode.lax/libOPCODE.a/OPC_Collider.o .libs/libode.lax/libOPCODE.a/OPC_Common.o .libs/libode.lax/libOPCODE.a/OPC_HybridModel.o .libs/libode.lax/libOPCODE.a/OPC_LSSCollider.o .libs/libode.lax/libOPCODE.a/OPC_MeshInterface.o .libs/libode.lax/libOPCODE.a/OPC_Model.o .libs/libode.lax/libOPCODE.a/OPC_OBBCollider.o .libs/libode.lax/libOPCODE.a/OPC_OptimizedTree.o .libs/libode.lax/libOPCODE.a/OPC_Picking.o .libs/libode.lax/libOPCODE.a/OPC_PlanesCollider.o .libs/libode.lax/libOPCODE.a/OPC_RayCollider.o .libs/libode.lax/libOPCODE.a/OPC_SphereCollider.o .libs/libode.lax/libOPCODE.a/OPC_TreeBuilders.o .libs/libode.lax/libOPCODE.a/OPC_TreeCollider.o .libs/libode.lax/libOPCODE.a/OPC_VolumeCollider.o .libs/libode.lax/libOPCODE.a/Opcode.o .libs/libode.lax/libIce.a/IceAABB.o .libs/libode.lax/libIce.a/IceContainer.o .libs/libode.lax/libIce.a/IceHPoint.o .libs/libode.lax/libIce.a/IceIndexedTriangle.o .libs/libode.lax/libIce.a/IceMatrix3x3.o .libs/libode.lax/libIce.a/IceMatrix4x4.o .libs/libode.lax/libIce.a/IceOBB.o .libs/libode.lax/libIce.a/IcePlane.o .libs/libode.lax/libIce.a/IcePoint.o .libs/libode.lax/libIce.a/IceRandom.o .libs/libode.lax/libIce.a/IceRay.o .libs/libode.lax/libIce.a/IceRevisitedRadix.o .libs/libode.lax/libIce.a/IceSegment.o .libs/libode.lax/libIce.a/IceTriangle.o .libs/libode.lax/libIce.a/IceUtils.o .libs/libode.lax/libccd.a/alloc.o .libs/libode.lax/libccd.a/ccd.o .libs/libode.lax/libccd.a/mpr.o .libs/libode.lax/libccd.a/polytope.o .libs/libode.lax/libccd.a/support.o .libs/libode.lax/libccd.a/vec3.o
# libtool: link: arm-linux-androideabi-ranlib .libs/libode.a
# libtool: link: rm -fr .libs/libode.lax
# libtool: link: ( cd ".libs" && rm -f "libode.la" && ln -s "../libode.la" "libode.la" )
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ode'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode'
# Making all in tests
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/tests'
# Making all in joints
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/joints'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/joints'
# Making all in UnitTest++
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# Making all in src
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# Making all in Posix
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src/Posix'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src/Posix'
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/tests'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests'
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/include'
# Making install in ode
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/include/ode'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/include/ode'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/ode/pkg/ode//usr/include/ode'
# /usr/sbin/mkdir -p '/tmp/ode/pkg/ode//usr/include/ode'
# /usr/bin/install -c -m 644 precision.h version.h '/tmp/ode/pkg/ode//usr/include/ode'
# /usr/bin/install -c -m 644 collision.h collision_space.h collision_trimesh.h common.h compatibility.h contact.h error.h export-dif.h mass.h matrix.h memory.h misc.h objects.h ode.h odeconfig.h odecpp.h odecpp_collision.h odeinit.h odemath.h odemath_legacy.h rotation.h threading.h threading_impl.h timer.h '/tmp/ode/pkg/ode//usr/include/ode'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/include/ode'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/include/ode'
# Making install in drawstuff
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/include/drawstuff'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/include/drawstuff'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/include/drawstuff'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/include/drawstuff'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/include'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/include'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/include'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/include'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/include'
# Making install in OPCODE
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# Making install in Ice
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/OPCODE/Ice'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/OPCODE/Ice'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/OPCODE/Ice'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/OPCODE/Ice'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/OPCODE'
# Making install in ou
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/ou'
# Making install in include/ou
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/include/ou'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/include/ou'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/include/ou'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/include/ou'
# Making install in src/ou
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/src/ou'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/src/ou'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/src/ou'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/src/ou'
# Making install in test
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/test'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/ou/test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/test'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou/test'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ou'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/ou'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/ou'
# Making install in libccd
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd'
# Making install in src
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# Making install in .
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# Making install in testsuites
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# Making install in cu
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites/cu'
# make[5]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites/cu'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites/cu'
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites/cu'
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# make[5]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src/testsuites'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd/src'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/libccd'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/libccd'
# Making install in ode
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/ode'
# Making install in src
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src'
# Making install in joints
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src/joints'
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src/joints'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src/joints'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src/joints'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make[4]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/ode/pkg/ode//usr/lib'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libode.la '/tmp/ode/pkg/ode//usr/lib'
# libtool: install: /usr/bin/install -c .libs/libode.so.4.1.0 /tmp/ode/pkg/ode//usr/lib/libode.so.4.1.0
# libtool: install: (cd /tmp/ode/pkg/ode//usr/lib && { ln -s -f libode.so.4.1.0 libode.so.4 || { rm -f libode.so.4 && ln -s libode.so.4.1.0 libode.so.4; }; })
# libtool: install: (cd /tmp/ode/pkg/ode//usr/lib && { ln -s -f libode.so.4.1.0 libode.so || { rm -f libode.so && ln -s libode.so.4.1.0 libode.so; }; })
# libtool: install: /usr/bin/install -c .libs/libode.lai /tmp/ode/pkg/ode//usr/lib/libode.la
# libtool: install: /usr/bin/install -c .libs/libode.a /tmp/ode/pkg/ode//usr/lib/libode.a
# libtool: install: chmod 644 /tmp/ode/pkg/ode//usr/lib/libode.a
# libtool: install: arm-linux-androideabi-ranlib /tmp/ode/pkg/ode//usr/lib/libode.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode/src'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/ode'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/ode'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/ode'
# Making install in tests
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1/tests'
# Making install in joints
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/joints'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/joints'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/joints'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/joints'
# Making install in UnitTest++
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# Making install in src
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# Making install in Posix
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src/Posix'
# make[5]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src/Posix'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src/Posix'
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src/Posix'
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# make[5]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++/src'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# make[4]: Entering directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests/UnitTest++'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1/tests'
# make[3]: Entering directory '/tmp/ode/src/ode-0.13.1/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1/tests'
# make[1]: Entering directory '/tmp/ode/src/ode-0.13.1'
# make[2]: Entering directory '/tmp/ode/src/ode-0.13.1'
# /usr/sbin/mkdir -p '/tmp/ode/pkg/ode//usr/bin'
# /usr/sbin/mkdir -p '/tmp/ode/pkg/ode//usr/lib/pkgconfig'
# /usr/bin/install -c ode-config '/tmp/ode/pkg/ode//usr/bin'
# /usr/bin/install -c -m 644 ode.pc '/tmp/ode/pkg/ode//usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/ode/src/ode-0.13.1'
# make[1]: Leaving directory '/tmp/ode/src/ode-0.13.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ode"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ode 0.13.1-2 (Tue Apr 4 20:32:01 UTC 2017)

CMD: pacman --query --file ode-0.13.1-2-x86_64.pkg.tar.xz
# ode 0.13.1-2

Creating hybrid package for 'ode'

Trying to find vanilla package 'ode'...

CMD: pacman --query --file /mirror/codeblocks-16.01-4.pkg.tar.xz
# codeblocks 16.01-4

CMD: pacman --query --file /mirror/godep-1:116.20150528-1.pkg.tar.xz
# godep 1:116.20150528-1

CMD: pacman --query --file /mirror/perl-net-idn-encode-2.300-1.pkg.tar.xz
# perl-net-idn-encode 2.300-1

CMD: pacman --query --file /mirror/python-statsmodels-0.6.1-3.pkg.tar.xz
# python-statsmodels 0.6.1-3

CMD: pacman --query --file /mirror/xf86vidmodeproto-2.3.1-3.pkg.tar.xz
# xf86vidmodeproto 2.3.1-3

CMD: pacman --query --file /mirror/emacs-lua-mode-20151025-1.pkg.tar.xz
# emacs-lua-mode 20151025-1

CMD: pacman --query --file /mirror/python2-formencode-1.3.0a1-2.pkg.tar.xz
# python2-formencode 1.3.0a1-2

CMD: pacman --query --file /mirror/emacs-haskell-mode-13.20-1.pkg.tar.xz
# emacs-haskell-mode 13.20-1

CMD: pacman --query --file /mirror/kodi-addon-audioencoder-flac-20160530.f7a8daa-1.pkg.tar.xz
# kodi-addon-audioencoder-flac 20160530.f7a8daa-1

CMD: pacman --query --file /mirror/kodi-addon-audioencoder-wav-20160530.10cc651-1.pkg.tar.xz
# kodi-addon-audioencoder-wav 20160530.10cc651-1

CMD: pacman --query --file /mirror/nodejs-6.3.0-1.pkg.tar.xz
# nodejs 6.3.0-1

CMD: pacman --query --file /mirror/kitemmodels-5.23.0-1.pkg.tar.xz
# kitemmodels 5.23.0-1

CMD: pacman --query --file /mirror/python-ukpostcodeparser-1.0.3.20150130-1.pkg.tar.xz
# python-ukpostcodeparser 1.0.3.20150130-1

CMD: pacman --query --file /mirror/perl-tree-dag-node-1.29-1.pkg.tar.xz
# perl-tree-dag-node 1.29-1

CMD: pacman --query --file /mirror/iso-codes-3.68-1.pkg.tar.xz
# iso-codes 3.68-1

CMD: pacman --query --file /mirror/recode-3.6-9.pkg.tar.xz
# recode 3.6-9

CMD: pacman --query --file /mirror/usb_modeswitch-2.3.0-1.pkg.tar.xz
# usb_modeswitch 2.3.0-1

CMD: pacman --query --file /mirror/perl-encode-locale-1.05-1.pkg.tar.xz
# perl-encode-locale 1.05-1

CMD: pacman --query --file /mirror/mencoder-37857-1.pkg.tar.xz
# mencoder 37857-1

CMD: pacman --query --file /mirror/gst-transcoder-1.8.1-1.pkg.tar.xz
# gst-transcoder 1.8.1-1

CMD: pacman --query --file /mirror/python-unicodecsv-0.14.1-1.pkg.tar.xz
# python-unicodecsv 0.14.1-1

CMD: pacman --query --file /mirror/emacs-pkgbuild-mode-0.14-1.pkg.tar.xz
# emacs-pkgbuild-mode 0.14-1

CMD: pacman --query --file /mirror/intel-ucode-20151106-1.pkg.tar.xz
# intel-ucode 20151106-1

CMD: pacman --query --file /mirror/transcode-1.1.7-19.pkg.tar.xz
# transcode 1.1.7-19

CMD: pacman --query --file /mirror/python2-ukpostcodeparser-1.0.3.20150130-1.pkg.tar.xz
# python2-ukpostcodeparser 1.0.3.20150130-1

CMD: pacman --query --file /mirror/python2-qrencode-1.01-9.pkg.tar.xz
# python2-qrencode 1.01-9

CMD: pacman --query --file /mirror/gnome-code-assistance-3.16.0-4.pkg.tar.xz
# gnome-code-assistance 3.16.0-4

CMD: pacman --query --file /mirror/ode-0.13.1-2.pkg.tar.xz
# ode 0.13.1-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/ode/precision.h
# /usr/include/ode/version.h
# /usr/include/ode/collision.h
# /usr/include/ode/collision_space.h
# /usr/include/ode/collision_trimesh.h
# /usr/include/ode/common.h
# /usr/include/ode/compatibility.h
# /usr/include/ode/contact.h
# /usr/include/ode/error.h
# /usr/include/ode/export-dif.h
# /usr/include/ode/mass.h
# /usr/include/ode/matrix.h
# /usr/include/ode/memory.h
# /usr/include/ode/misc.h
# /usr/include/ode/objects.h
# /usr/include/ode/ode.h
# /usr/include/ode/odeconfig.h
# /usr/include/ode/odecpp.h
# /usr/include/ode/odecpp_collision.h
# /usr/include/ode/odeinit.h
# /usr/include/ode/odemath.h
# /usr/include/ode/odemath_legacy.h
# /usr/include/ode/rotation.h
# /usr/include/ode/threading.h
# /usr/include/ode/threading_impl.h
# /usr/include/ode/timer.h
# /usr/lib/libode.so.4
# /usr/lib/libode.so
# /usr/lib/libode.so.4.1.0
# /usr/lib/pkgconfig/ode.pc
# /usr/bin/ode-config
# /usr/share/licenses/ode/LICENSE-BSD.TXT
# /usr/share/licenses/ode/GIMPACT-LICENSE-BSD.TXT
# /usr/share/licenses/ode/BSD-LICENSE
# /sysroot/sysroot/usr/lib/libode.so.4.1.0
# /sysroot/sysroot/usr/lib/libode.so.4
# /sysroot/sysroot/usr/lib/libode.so
# /sysroot/sysroot/usr/lib/libode.la
# /sysroot/sysroot/usr/lib/libode.a
# /sysroot/sysroot/usr/lib/pkgconfig/ode.pc
# /sysroot/sysroot/usr/include/ode/precision.h
# /sysroot/sysroot/usr/include/ode/version.h
# /sysroot/sysroot/usr/include/ode/collision.h
# /sysroot/sysroot/usr/include/ode/collision_space.h
# /sysroot/sysroot/usr/include/ode/collision_trimesh.h
# /sysroot/sysroot/usr/include/ode/common.h
# /sysroot/sysroot/usr/include/ode/compatibility.h
# /sysroot/sysroot/usr/include/ode/contact.h
# /sysroot/sysroot/usr/include/ode/error.h
# /sysroot/sysroot/usr/include/ode/export-dif.h
# /sysroot/sysroot/usr/include/ode/mass.h
# /sysroot/sysroot/usr/include/ode/matrix.h
# /sysroot/sysroot/usr/include/ode/memory.h
# /sysroot/sysroot/usr/include/ode/misc.h
# /sysroot/sysroot/usr/include/ode/objects.h
# /sysroot/sysroot/usr/include/ode/ode.h
# /sysroot/sysroot/usr/include/ode/odeconfig.h
# /sysroot/sysroot/usr/include/ode/odecpp.h
# /sysroot/sysroot/usr/include/ode/odecpp_collision.h
# /sysroot/sysroot/usr/include/ode/odeinit.h
# /sysroot/sysroot/usr/include/ode/odemath.h
# /sysroot/sysroot/usr/include/ode/odemath_legacy.h
# /sysroot/sysroot/usr/include/ode/rotation.h
# /sysroot/sysroot/usr/include/ode/threading.h
# /sysroot/sysroot/usr/include/ode/threading_impl.h
# /sysroot/sysroot/usr/include/ode/timer.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf ode.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/ode.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ode.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ode.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/ode/src/ode-0.13.1/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 ODE configure 0.13.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --enable-shared --enable-libccd --enable-double-precision
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 827111469a08
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2731: checking build system type
# configure:2745: result: x86_64-unknown-linux-gnu
# configure:2765: checking host system type
# configure:2778: result: arm-unknown-linux-androideabi
# configure:2815: checking for a BSD-compatible install
# configure:2883: result: /usr/bin/install -c
# configure:2894: checking whether build environment is sane
# configure:2949: result: yes
# configure:3008: checking for arm-linux-androideabi-strip
# configure:3024: found /sysroot/bin/arm-linux-androideabi-strip
# configure:3035: result: arm-linux-androideabi-strip
# configure:3100: checking for a thread-safe mkdir -p
# configure:3139: result: /usr/sbin/mkdir -p
# configure:3146: checking for gawk
# configure:3162: found /usr/sbin/gawk
# configure:3173: result: gawk
# configure:3184: checking whether make sets $(MAKE)
# configure:3206: result: yes
# configure:3235: checking whether make supports nested variables
# configure:3252: result: yes
# configure:3380: checking whether make sets $(MAKE)
# configure:3402: result: yes
# configure:3523: checking for C++ compiler version
# configure:3532: 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:3543: $? = 0
# configure:3532: 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:3543: $? = 0
# configure:3532: 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:3543: $? = 1
# configure:3532: 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:3543: $? = 1
# configure:3563: checking whether the C++ compiler works
# configure:3585: arm-linux-androideabi-g++ conftest.cpp >&5
# configure:3589: $? = 0
# configure:3637: result: yes
# configure:3640: checking for C++ compiler default output file name
# configure:3642: result: a.out
# configure:3648: checking for suffix of executables
# configure:3655: arm-linux-androideabi-g++ -o conftest conftest.cpp >&5
# configure:3659: $? = 0
# configure:3681: result:
# configure:3703: checking whether we are cross compiling
# configure:3741: result: yes
# configure:3746: checking for suffix of object files
# configure:3768: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3772: $? = 0
# configure:3793: result: o
# configure:3797: checking whether we are using the GNU C++ compiler
# configure:3816: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3816: $? = 0
# configure:3825: result: yes
# configure:3834: checking whether arm-linux-androideabi-g++ accepts -g
# configure:3854: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:3854: $? = 0
# configure:3895: result: yes
# configure:3929: checking for style of include used by make
# configure:3957: result: GNU
# configure:3983: checking dependency style of arm-linux-androideabi-g++
# configure:4094: result: gcc3
# configure:4117: checking for arm-linux-androideabi-gcc
# configure:4144: result: arm-linux-androideabi-gcc
# configure:4413: checking for C compiler version
# configure:4422: 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:4433: $? = 0
# configure:4422: 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:4433: $? = 0
# configure:4422: 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:4433: $? = 1
# configure:4422: 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:4433: $? = 1
# configure:4437: checking whether we are using the GNU C compiler
# configure:4456: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4456: $? = 0
# configure:4465: result: yes
# configure:4474: checking whether arm-linux-androideabi-gcc accepts -g
# configure:4494: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:4494: $? = 0
# configure:4535: result: yes
# configure:4552: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4628: result: none needed
# configure:4653: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:4675: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4678: $? = 0
# configure:4675: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4678: $? = 0
# configure:4690: result: yes
# configure:4709: checking dependency style of arm-linux-androideabi-gcc
# configure:4820: result: gcc3
# configure:4841: checking how to run the C preprocessor
# configure:4872: arm-linux-androideabi-gcc -E conftest.c
# configure:4872: $? = 0
# configure:4886: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4886: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | /* end confdefs.h. */
# | #include
# configure:4911: result: arm-linux-androideabi-gcc -E
# configure:4931: arm-linux-androideabi-gcc -E conftest.c
# configure:4931: $? = 0
# configure:4945: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4945: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | /* end confdefs.h. */
# | #include
# configure:4977: checking for gawk
# configure:5004: result: gawk
# configure:5016: checking whether ln -s works
# configure:5020: result: yes
# configure:5074: checking how to print strings
# configure:5101: result: printf
# configure:5122: checking for a sed that does not truncate output
# configure:5186: result: /usr/sbin/sed
# configure:5204: checking for grep that handles long lines and -e
# configure:5262: result: /usr/sbin/grep
# configure:5267: checking for egrep
# configure:5329: result: /usr/sbin/grep -E
# configure:5334: checking for fgrep
# configure:5396: result: /usr/sbin/grep -F
# configure:5431: checking for ld used by arm-linux-androideabi-gcc
# configure:5498: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:5505: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:5520: result: yes
# configure:5532: checking for BSD- or MS-compatible name lister (nm)
# configure:5581: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:5711: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:5718: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5721: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:5724: output
# 00000000 B some_variable
# configure:5731: result: BSD nm
# configure:5735: checking the maximum length of command line arguments
# configure:5865: result: 1572864
# configure:5882: checking whether the shell understands some XSI constructs
# configure:5892: result: yes
# configure:5896: checking whether the shell understands "+="
# configure:5902: result: yes
# configure:5937: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:5977: result: func_convert_file_noop
# configure:5984: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6004: result: func_convert_file_noop
# configure:6011: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:6018: result: -r
# configure:6052: checking for arm-linux-androideabi-objdump
# configure:6068: found /sysroot/bin/arm-linux-androideabi-objdump
# configure:6079: result: arm-linux-androideabi-objdump
# configure:6148: checking how to recognize dependent libraries
# configure:6350: result: pass_all
# configure:6395: checking for arm-linux-androideabi-dlltool
# configure:6425: result: no
# configure:6435: checking for dlltool
# configure:6465: result: no
# configure:6492: checking how to associate runtime and link libraries
# configure:6519: result: printf %s\n
# configure:6536: checking for arm-linux-androideabi-ar
# configure:6552: found /sysroot/bin/arm-linux-androideabi-ar
# configure:6563: result: arm-linux-androideabi-ar
# configure:6644: checking for archiver @FILE support
# configure:6661: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6661: $? = 0
# configure:6664: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:6667: $? = 0
# configure:6672: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:6675: $? = 1
# configure:6687: result: @
# configure:6705: checking for arm-linux-androideabi-strip
# configure:6732: result: arm-linux-androideabi-strip
# configure:6804: checking for arm-linux-androideabi-ranlib
# configure:6820: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:6831: result: arm-linux-androideabi-ranlib
# configure:6973: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
# configure:7093: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7096: $? = 0
# configure:7100: /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:7103: $? = 0
# configure:7169: arm-linux-androideabi-gcc -o conftest conftest.c conftstm.o >&5
# configure:7172: $? = 0
# configure:7210: result: ok
# configure:7247: checking for sysroot
# configure:7277: result: no
# configure:7493: checking for arm-linux-androideabi-mt
# configure:7523: result: no
# configure:7533: checking for mt
# configure:7563: result: no
# configure:7583: checking if : is a manifest tool
# configure:7589: : '-?'
# configure:7597: result: no
# configure:8235: checking for ANSI C header files
# configure:8255: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8255: $? = 0
# configure:8339: result: yes
# configure:8352: checking for sys/types.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8352: checking for sys/stat.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8352: checking for stdlib.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8352: checking for string.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8352: checking for memory.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8352: checking for strings.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8352: checking for inttypes.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8352: checking for stdint.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8352: checking for unistd.h
# configure:8352: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8352: $? = 0
# configure:8352: result: yes
# configure:8366: checking for dlfcn.h
# configure:8366: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8366: $? = 0
# configure:8366: result: yes
# configure:8880: checking for objdir
# configure:8895: result: .libs
# configure:9166: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
# configure:9184: arm-linux-androideabi-gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
# configure:9188: $? = 0
# configure:9201: result: no
# configure:9528: checking for arm-linux-androideabi-gcc option to produce PIC
# configure:9535: result: -fPIC -DPIC
# configure:9543: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
# configure:9561: arm-linux-androideabi-gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9565: $? = 0
# configure:9578: result: yes
# configure:9607: checking if arm-linux-androideabi-gcc static flag -static works
# configure:9635: result: yes
# configure:9650: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:9671: arm-linux-androideabi-gcc -c -o out/conftest2.o conftest.c >&5
# configure:9675: $? = 0
# configure:9697: result: yes
# configure:9705: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:9752: result: yes
# configure:9785: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:10939: result: yes
# configure:10976: checking whether -lc should be explicitly linked in
# configure:10984: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:10987: $? = 0
# configure:11002: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:11005: $? = 0
# configure:11019: result: no
# configure:11179: checking dynamic linker characteristics
# configure:11690: arm-linux-androideabi-gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11690: $? = 0
# configure:11934: result: GNU/Linux ld.so
# configure:12041: checking how to hardcode library paths into programs
# configure:12066: result: immediate
# configure:12606: checking whether stripping libraries is possible
# configure:12611: result: yes
# configure:12646: checking if libtool supports shared libraries
# configure:12648: result: yes
# configure:12651: checking whether to build shared libraries
# configure:12672: result: yes
# configure:12675: checking whether to build static libraries
# configure:12679: result: yes
# configure:12702: checking how to run the C++ preprocessor
# configure:12729: arm-linux-androideabi-g++ -E conftest.cpp
# configure:12729: $? = 0
# configure:12743: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12743: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12768: result: arm-linux-androideabi-g++ -E
# configure:12788: arm-linux-androideabi-g++ -E conftest.cpp
# configure:12788: $? = 0
# configure:12802: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12802: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12971: checking for ld used by arm-linux-androideabi-g++
# configure:13038: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:13045: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:13060: result: yes
# configure:13115: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:14121: result: yes
# configure:14157: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:14160: $? = 0
# configure:14680: checking for arm-linux-androideabi-g++ option to produce PIC
# configure:14687: result: -fPIC -DPIC
# configure:14695: checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works
# configure:14713: arm-linux-androideabi-g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14717: $? = 0
# configure:14730: result: yes
# configure:14753: checking if arm-linux-androideabi-g++ static flag -static works
# configure:14781: result: yes
# configure:14793: checking if arm-linux-androideabi-g++ supports -c -o file.o
# configure:14814: arm-linux-androideabi-g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14818: $? = 0
# configure:14840: result: yes
# configure:14845: checking if arm-linux-androideabi-g++ supports -c -o file.o
# configure:14892: result: yes
# configure:14922: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:14961: result: yes
# configure:15102: checking dynamic linker characteristics
# configure:15791: result: GNU/Linux ld.so
# configure:15844: checking how to hardcode library paths into programs
# configure:15869: result: immediate
# configure:15935: checking for arm-linux-androideabi-windres
# configure:15965: result: no
# configure:15979: checking for windres
# configure:16009: result: no
# configure:16031: checking whether byte ordering is bigendian
# configure:16046: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:24:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:24:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^
# conftest.c:24:15: error: unknown type name 'universal'
# configure:16046: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:16091: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:30:8: error: unknown type name 'bogus'
# bogus endian macros
# ^
# conftest.c:30:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
# bogus endian macros
# ^
# configure:16091: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:16135: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:29:8: error: unknown type name 'bogus'
# bogus endian macros
# ^
# conftest.c:29:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
# bogus endian macros
# ^
# configure:16135: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:16191: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16191: $? = 0
# configure:16237: result: no
# configure:16255: checking for inline
# configure:16271: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16271: $? = 0
# configure:16279: result: inline
# configure:16297: checking for working volatile
# configure:16316: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16316: $? = 0
# configure:16323: result: yes
# configure:16341: checking for arm-linux-androideabi-pkg-config
# configure:16374: result: no
# configure:16384: checking for pkg-config
# configure:16402: found /usr/sbin/pkg-config
# configure:16414: result: /usr/sbin/pkg-config
# configure:16426: WARNING: using cross tools not prefixed with host triplet
# configure:16439: checking pkg-config is at least version 0.9.0
# configure:16442: result: yes
# configure:16489: checking alloca.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking alloca.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for alloca.h
# configure:16489: result: yes
# configure:16489: checking stdio.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking stdio.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for stdio.h
# configure:16489: result: yes
# configure:16489: checking for inttypes.h
# configure:16489: result: yes
# configure:16489: checking for stdint.h
# configure:16489: result: yes
# configure:16489: checking for stdlib.h
# configure:16489: result: yes
# configure:16489: checking math.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking math.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for math.h
# configure:16489: result: yes
# configure:16489: checking for string.h
# configure:16489: result: yes
# configure:16489: checking stdarg.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking stdarg.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for stdarg.h
# configure:16489: result: yes
# configure:16489: checking malloc.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking malloc.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for malloc.h
# configure:16489: result: yes
# configure:16489: checking float.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking float.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for float.h
# configure:16489: result: yes
# configure:16489: checking time.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking time.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for time.h
# configure:16489: result: yes
# configure:16489: checking sys/time.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking sys/time.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for sys/time.h
# configure:16489: result: yes
# configure:16489: checking limits.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking limits.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for limits.h
# configure:16489: result: yes
# configure:16489: checking stddef.h usability
# configure:16489: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking stddef.h presence
# configure:16489: arm-linux-androideabi-gcc -E conftest.c
# configure:16489: $? = 0
# configure:16489: result: yes
# configure:16489: checking for stddef.h
# configure:16489: result: yes
# configure:16547: checking if double precision is requested
# configure:16556: result: yes
# configure:16603: checking which drawstuff lib to build
# configure:16605: result: X11
# configure:16614: checking for X11
# configure:16621: $PKG_CONFIG --exists --print-errors "x11"
# configure:16624: $? = 0
# configure:16637: $PKG_CONFIG --exists --print-errors "x11"
# configure:16640: $? = 0
# configure:16677: result: yes
# configure:16693: checking for GL/gl.h
# configure:16693: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:48:19: fatal error: GL/gl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | /* end confdefs.h. */
# | #ifdef WIN32
# | #include
# | #endif
# | #if HAVE_GL_GL_H
# | #include
# | #endif
# | #if HAVE_GL_GLU_H
# | #include
# | #endif
# |
# |
# | #include
# configure:16693: result: no
# configure:16693: checking for GL/glu.h
# configure:16693: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:48:20: fatal error: GL/glu.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | /* end confdefs.h. */
# | #ifdef WIN32
# | #include
# | #endif
# | #if HAVE_GL_GL_H
# | #include
# | #endif
# | #if HAVE_GL_GLU_H
# | #include
# | #endif
# |
# |
# | #include
# configure:16693: result: no
# configure:16693: checking for GL/glext.h
# configure:16693: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:48:22: fatal error: GL/glext.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | /* end confdefs.h. */
# | #ifdef WIN32
# | #include
# | #endif
# | #if HAVE_GL_GL_H
# | #include
# | #endif
# | #if HAVE_GL_GLU_H
# | #include
# | #endif
# |
# |
# | #include
# configure:16693: result: no
# configure:16718: checking for main in -lGL
# configure:16737: arm-linux-androideabi-gcc -o conftest conftest.c -lGL >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lGL
# collect2: error: ld returned 1 exit status
# configure:16737: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:16746: result: no
# configure:16752: checking for main in -lGLU
# configure:16771: arm-linux-androideabi-gcc -o conftest conftest.c -lGLU -lGL >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lGLU
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lGL
# collect2: error: ld returned 1 exit status
# configure:16771: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:16780: result: no
# configure:16786: checking for main in -lopengl32
# configure:16805: arm-linux-androideabi-gcc -o conftest conftest.c -lopengl32 >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lopengl32
# collect2: error: ld returned 1 exit status
# configure:16805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:16814: result: no
# configure:16820: checking for main in -lglu32
# configure:16839: arm-linux-androideabi-gcc -o conftest conftest.c -lglu32 -lopengl32 >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lglu32
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lopengl32
# collect2: error: ld returned 1 exit status
# configure:16839: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:16848: result: no
# configure:16894: checking if demos should be built
# configure:16905: result: no
# configure:16907: WARNING: Demos will not be built because OpenGL doesn't seem to work. See `config.log' for details.
# configure:16915: checking for main in -lstdc++
# configure:16934: arm-linux-androideabi-gcc -o conftest conftest.c -lstdc++ >&5
# configure:16934: $? = 0
# configure:16943: result: yes
# configure:16952: checking for main in -lpthread
# configure:16971: arm-linux-androideabi-gcc -o conftest conftest.c -lpthread >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthread
# collect2: error: ld returned 1 exit status
# configure:16971: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:16980: result: no
# configure:17014: checking for gprof
# configure:17064: result: no
# configure:17069: checking for stdbool.h that conforms to C99
# configure:17136: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:17136: $? = 0
# configure:17143: result: yes
# configure:17145: checking for _Bool
# configure:17145: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:17145: $? = 0
# configure:17145: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:73:20: error: expected expression before ')' token
# if (sizeof ((_Bool)))
# ^
# configure:17145: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_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:17145: result: yes
# configure:17162: checking for inline
# configure:17186: result: inline
# configure:17204: checking for int32_t
# configure:17204: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:17204: $? = 0
# configure:17204: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:77:53: warning: integer overflow in expression [-Woverflow]
# < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:76:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^
# configure:17204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_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
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17204: result: yes
# configure:17215: checking for obstacks
# configure:17236: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:72:29: fatal error: obstack.h: No such file or directory
# #include "obstack.h"
# ^
# compilation terminated.
# configure:17236: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_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
# | #include "obstack.h"
# | int
# | main ()
# | {
# | struct obstack mem;
# | #define obstack_chunk_alloc malloc
# | #define obstack_chunk_free free
# | obstack_init (&mem);
# | obstack_free (&mem, 0);
# | ;
# | return 0;
# | }
# configure:17244: result: no
# configure:17259: checking for size_t
# configure:17259: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:17259: $? = 0
# configure:17259: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:17259: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_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:17259: result: yes
# configure:17270: checking for uint32_t
# configure:17270: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:17270: $? = 0
# configure:17270: result: yes
# configure:17285: checking for main in -lm
# configure:17304: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:17304: $? = 0
# configure:17313: result: yes
# configure:17324: checking for main in -lsunmath
# configure:17343: arm-linux-androideabi-gcc -o conftest conftest.c -lsunmath -lm >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsunmath
# collect2: error: ld returned 1 exit status
# configure:17343: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:17352: result: no
# configure:17366: checking for floor
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:63:6: warning: conflicting types for built-in function 'floor' [enabled by default]
# char floor ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for memmove
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:64:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
# char memmove ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for memset
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:65:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for sqrt
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:66:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
# char sqrt ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for sqrtf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:67:6: warning: conflicting types for built-in function 'sqrtf' [enabled by default]
# char sqrtf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for sinf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:68:6: warning: conflicting types for built-in function 'sinf' [enabled by default]
# char sinf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for cosf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:69:6: warning: conflicting types for built-in function 'cosf' [enabled by default]
# char cosf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for fabsf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:70:6: warning: conflicting types for built-in function 'fabsf' [enabled by default]
# char fabsf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for atan2f
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:71:6: warning: conflicting types for built-in function 'atan2f' [enabled by default]
# char atan2f ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for fmodf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:72:6: warning: conflicting types for built-in function 'fmodf' [enabled by default]
# char fmodf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for copysignf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:73:6: warning: conflicting types for built-in function 'copysignf' [enabled by default]
# char copysignf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for copysign
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:74:6: warning: conflicting types for built-in function 'copysign' [enabled by default]
# char copysign ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for snprintf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:75:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
# char snprintf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for vsnprintf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:76:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
# char vsnprintf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for gettimeofday
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for isnan
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:78:6: warning: conflicting types for built-in function 'isnan' [enabled by default]
# char isnan ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for isnanf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:79:6: warning: conflicting types for built-in function 'isnanf' [enabled by default]
# char isnanf ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for _isnan
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# /tmp/ccsIimc2.o:conftest.c:function main: error: undefined reference to '_isnan'
# collect2: error: ld returned 1 exit status
# configure:17366: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LIBM 1
# | #define HAVE_FLOOR 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SQRT 1
# | #define HAVE_SQRTF 1
# | #define HAVE_SINF 1
# | #define HAVE_COSF 1
# | #define HAVE_FABSF 1
# | #define HAVE_ATAN2F 1
# | #define HAVE_FMODF 1
# | #define HAVE_COPYSIGNF 1
# | #define HAVE_COPYSIGN 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_ISNAN 1
# | #define HAVE_ISNANF 1
# | /* end confdefs.h. */
# | /* Define _isnan to an innocuous variant, in case declares _isnan.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _isnan innocuous__isnan
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _isnan (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _isnan
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _isnan ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__isnan || defined __stub____isnan
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _isnan ();
# | ;
# | return 0;
# | }
# configure:17366: result: no
# configure:17366: checking for _isnanf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# /tmp/cc8hxCq7.o:conftest.c:function main: error: undefined reference to '_isnanf'
# collect2: error: ld returned 1 exit status
# configure:17366: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LIBM 1
# | #define HAVE_FLOOR 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SQRT 1
# | #define HAVE_SQRTF 1
# | #define HAVE_SINF 1
# | #define HAVE_COSF 1
# | #define HAVE_FABSF 1
# | #define HAVE_ATAN2F 1
# | #define HAVE_FMODF 1
# | #define HAVE_COPYSIGNF 1
# | #define HAVE_COPYSIGN 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_ISNAN 1
# | #define HAVE_ISNANF 1
# | /* end confdefs.h. */
# | /* Define _isnanf to an innocuous variant, in case declares _isnanf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _isnanf innocuous__isnanf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _isnanf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _isnanf
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _isnanf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__isnanf || defined __stub____isnanf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _isnanf ();
# | ;
# | return 0;
# | }
# configure:17366: result: no
# configure:17366: checking for __isnan
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for __isnanf
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for strchr
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:82:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
# char strchr ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for strstr
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:83:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
# char strstr ();
# ^
# configure:17366: $? = 0
# configure:17366: result: yes
# configure:17366: checking for pthread_attr_setstacklazy
# configure:17366: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# /tmp/ccOD7Fjn.o:conftest.c:function main: error: undefined reference to 'pthread_attr_setstacklazy'
# collect2: error: ld returned 1 exit status
# configure:17366: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ODE"
# | #define PACKAGE_TARNAME "ode"
# | #define PACKAGE_VERSION "0.13.1"
# | #define PACKAGE_STRING "ODE 0.13.1"
# | #define PACKAGE_BUGREPORT "ode@ode.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ode"
# | #define VERSION "0.13.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LIBM 1
# | #define HAVE_FLOOR 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SQRT 1
# | #define HAVE_SQRTF 1
# | #define HAVE_SINF 1
# | #define HAVE_COSF 1
# | #define HAVE_FABSF 1
# | #define HAVE_ATAN2F 1
# | #define HAVE_FMODF 1
# | #define HAVE_COPYSIGNF 1
# | #define HAVE_COPYSIGN 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_ISNAN 1
# | #define HAVE_ISNANF 1
# | #define HAVE___ISNAN 1
# | #define HAVE___ISNANF 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | /* end confdefs.h. */
# | /* Define pthread_attr_setstacklazy to an innocuous variant, in case declares pthread_attr_setstacklazy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pthread_attr_setstacklazy innocuous_pthread_attr_setstacklazy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pthread_attr_setstacklazy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pthread_attr_setstacklazy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_attr_setstacklazy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pthread_attr_setstacklazy || defined __stub___pthread_attr_setstacklazy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pthread_attr_setstacklazy ();
# | ;
# | return 0;
# | }
# configure:17366: result: no
# configure:17377: checking for working alloca.h
# configure:17394: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:17394: $? = 0
# configure:17402: result: yes
# configure:17410: checking for alloca
# configure:17447: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:17447: $? = 0
# configure:17455: result: yes
# configure:18001: checking that generated files are newer than configure
# configure:18007: result: done
# configure:18111: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ODE config.status 0.13.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 827111469a08
#
# config.status:1268: creating Makefile
# config.status:1268: creating drawstuff/Makefile
# config.status:1268: creating drawstuff/src/Makefile
# config.status:1268: creating drawstuff/dstest/Makefile
# config.status:1268: creating include/Makefile
# config.status:1268: creating include/drawstuff/Makefile
# config.status:1268: creating include/ode/Makefile
# config.status:1268: creating include/ode/version.h
# config.status:1268: creating include/ode/precision.h
# config.status:1268: creating ode/Makefile
# config.status:1268: creating ode/src/Makefile
# config.status:1268: creating ode/src/joints/Makefile
# config.status:1268: creating ode/demo/Makefile
# config.status:1268: creating OPCODE/Makefile
# config.status:1268: creating OPCODE/Ice/Makefile
# config.status:1268: creating GIMPACT/Makefile
# config.status:1268: creating GIMPACT/include/Makefile
# config.status:1268: creating GIMPACT/include/GIMPACT/Makefile
# config.status:1268: creating GIMPACT/src/Makefile
# config.status:1268: creating tests/Makefile
# config.status:1268: creating tests/joints/Makefile
# config.status:1268: creating tests/UnitTest++/Makefile
# config.status:1268: creating tests/UnitTest++/src/Makefile
# config.status:1268: creating tests/UnitTest++/src/Posix/Makefile
# config.status:1268: creating tests/UnitTest++/src/Win32/Makefile
# config.status:1268: creating ode-config
# config.status:1268: creating ode.pc
# config.status:1268: creating ode/src/config.h
# config.status:1497: executing depfiles commands
# config.status:1497: executing libtool commands
# configure:20698: === configuring in ou (/tmp/ode/src/ode-0.13.1/ou)
# configure:20761: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--enable-shared' '--enable-libccd' '--enable-double-precision' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
# configure:20698: === configuring in libccd (/tmp/ode/src/ode-0.13.1/libccd)
# configure:20761: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--enable-shared' '--enable-libccd' '--enable-double-precision' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_int32_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_volatile=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_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_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_X11_CFLAGS_set=
# ac_cv_env_X11_CFLAGS_value=
# ac_cv_env_X11_LIBS_set=
# ac_cv_env_X11_LIBS_value=
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func___isnan=yes
# ac_cv_func___isnanf=yes
# ac_cv_func__isnan=no
# ac_cv_func__isnanf=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_atan2f=yes
# ac_cv_func_copysign=yes
# ac_cv_func_copysignf=yes
# ac_cv_func_cosf=yes
# ac_cv_func_fabsf=yes
# ac_cv_func_floor=yes
# ac_cv_func_fmodf=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_isnan=yes
# ac_cv_func_isnanf=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_obstack=no
# ac_cv_func_pthread_attr_setstacklazy=no
# ac_cv_func_sinf=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_sqrt=yes
# ac_cv_func_sqrtf=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_GL_gl_h=no
# ac_cv_header_GL_glext_h=no
# ac_cv_header_GL_glu_h=no
# ac_cv_header_alloca_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_GLU_main=no
# ac_cv_lib_GL_main=no
# ac_cv_lib_glu32_main=no
# ac_cv_lib_m_main=yes
# ac_cv_lib_opengl32_main=no
# ac_cv_lib_pthread_main=no
# ac_cv_lib_stdcpp_main=yes
# ac_cv_lib_sunmath_main=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=arm-linux-androideabi-ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_CXXCPP='arm-linux-androideabi-g++ -E'
# ac_cv_prog_OBJDUMP=arm-linux-androideabi-objdump
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type__Bool=yes
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# 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_X11_CFLAGS=
# pkg_cv_X11_LIBS=-lX11
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ode/src/ode-0.13.1/missing aclocal-1.14'
# ALLOCA=''
# 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/ode/src/ode-0.13.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ode/src/ode-0.13.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ode/src/ode-0.13.1/missing automake-1.14'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# 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='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_DEMOS_FALSE=''
# ENABLE_DEMOS_TRUE='#'
# ENABLE_DRAWSTUFF_FALSE=''
# ENABLE_DRAWSTUFF_TRUE='#'
# ENABLE_OU_FALSE='#'
# ENABLE_OU_TRUE=''
# EXEEXT=''
# EXTRA_LIBTOOL_LDFLAGS=''
# FGREP='/usr/sbin/grep -F'
# GIMPACT_FALSE=''
# GIMPACT_TRUE='#'
# GL_LIBS=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LIBCCD_BOX_CYL_FALSE=''
# LIBCCD_BOX_CYL_TRUE='#'
# LIBCCD_CAP_CYL_FALSE='#'
# LIBCCD_CAP_CYL_TRUE=''
# LIBCCD_CONVEX_BOX_FALSE='#'
# LIBCCD_CONVEX_BOX_TRUE=''
# LIBCCD_CONVEX_CAP_FALSE='#'
# LIBCCD_CONVEX_CAP_TRUE=''
# LIBCCD_CONVEX_CONVEX_FALSE='#'
# LIBCCD_CONVEX_CONVEX_TRUE=''
# LIBCCD_CONVEX_CYL_FALSE='#'
# LIBCCD_CONVEX_CYL_TRUE=''
# LIBCCD_CONVEX_SPHERE_FALSE='#'
# LIBCCD_CONVEX_SPHERE_TRUE=''
# LIBCCD_CYL_CYL_FALSE='#'
# LIBCCD_CYL_CYL_TRUE=''
# LIBCCD_FALSE='#'
# LIBCCD_TRUE=''
# LIBOBJS=' ${LIBOBJDIR}obstack$U.o'
# LIBS='-lm '
# LIBSTDCXX='-lstdc++'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}obstack$U.lo'
# MAKEINFO='${SHELL} /tmp/ode/src/ode-0.13.1/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='arm-linux-androideabi-objdump'
# OBJEXT='o'
# ODE_PRECISION='dDOUBLE'
# ODE_VERSION='0.13.1'
# ODE_VERSION_INFO='-version-info 5:0:1'
# OPCODE_FALSE='#'
# OPCODE_TRUE=''
# OSX_FALSE=''
# OSX_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='ode'
# PACKAGE_BUGREPORT='ode@ode.org'
# PACKAGE_NAME='ODE'
# PACKAGE_STRING='ODE 0.13.1'
# PACKAGE_TARNAME='ode'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.13.1'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='arm-linux-androideabi-ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# TRIMESH_FALSE='#'
# TRIMESH_TRUE=''
# VERSION='0.13.1'
# WIN32_FALSE=''
# WIN32_TRUE='#'
# WINDRES=''
# X11_CFLAGS=''
# X11_FALSE=''
# X11_LIBS='-lX11'
# X11_TRUE='#'
# X86_64_SYSTEM_FALSE=''
# X86_64_SYSTEM_TRUE='#'
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# ac_ct_WINDRES=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ode/src/ode-0.13.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' ou libccd'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ODE"
# #define PACKAGE_TARNAME "ode"
# #define PACKAGE_VERSION "0.13.1"
# #define PACKAGE_STRING "ODE 0.13.1"
# #define PACKAGE_BUGREPORT "ode@ode.org"
# #define PACKAGE_URL ""
# #define PACKAGE "ode"
# #define VERSION "0.13.1"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_ALLOCA_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MATH_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_FLOAT_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_LIBM 1
# #define HAVE_FLOOR 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_SQRT 1
# #define HAVE_SQRTF 1
# #define HAVE_SINF 1
# #define HAVE_COSF 1
# #define HAVE_FABSF 1
# #define HAVE_ATAN2F 1
# #define HAVE_FMODF 1
# #define HAVE_COPYSIGNF 1
# #define HAVE_COPYSIGN 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_ISNAN 1
# #define HAVE_ISNANF 1
# #define HAVE___ISNAN 1
# #define HAVE___ISNANF 1
# #define HAVE_STRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define _OU_NAMESPACE odeou
# #define dOU_ENABLED 1
# #define dATOMICS_ENABLED 1
# #define _OU_TARGET_OS _OU_TARGET_OS_GENUNIX
#
# configure: exit 0

CMD: config logfiles '/tmp/ode/src/ode-0.13.1/ou/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 ou configure 0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --build=x86_64-unknown-linux --host=arm-linux-androideabi --enable-shared --enable-libccd --enable-double-precision build_alias=x86_64-unknown-linux host_alias=arm-linux-androideabi CXX=arm-linux-androideabi-g++ CXXFLAGS= LDFLAGS= CPPFLAGS= CC=arm-linux-androideabi-gcc CFLAGS= --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 827111469a08
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2768: checking build system type
# configure:2782: result: x86_64-unknown-linux-gnu
# configure:2802: checking host system type
# configure:2815: result: arm-unknown-linux-androideabi
# configure:2846: checking for arm-linux-androideabi-gcc
# configure:2873: result: arm-linux-androideabi-gcc
# configure:3142: checking for C compiler version
# configure:3151: 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:3162: $? = 0
# configure:3151: 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:3162: $? = 0
# configure:3151: 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:3162: $? = 1
# configure:3151: 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:3162: $? = 1
# configure:3182: checking whether the C compiler works
# configure:3204: arm-linux-androideabi-gcc conftest.c >&5
# configure:3208: $? = 0
# configure:3256: result: yes
# configure:3259: checking for C compiler default output file name
# configure:3261: result: a.out
# configure:3267: checking for suffix of executables
# configure:3274: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3278: $? = 0
# configure:3300: result:
# configure:3322: checking whether we are cross compiling
# configure:3360: result: yes
# configure:3365: checking for suffix of object files
# configure:3387: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3391: $? = 0
# configure:3412: result: o
# configure:3416: checking whether we are using the GNU C compiler
# configure:3435: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3435: $? = 0
# configure:3444: result: yes
# configure:3453: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3473: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3473: $? = 0
# configure:3514: result: yes
# configure:3531: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3594: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3594: $? = 0
# configure:3607: result: none needed
# configure:3632: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3654: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3657: $? = 0
# configure:3654: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3657: $? = 0
# configure:3669: result: yes
# configure:3692: checking how to run the C preprocessor
# configure:3723: arm-linux-androideabi-gcc -E conftest.c
# configure:3723: $? = 0
# configure:3737: 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:3737: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3762: result: arm-linux-androideabi-gcc -E
# configure:3782: arm-linux-androideabi-gcc -E conftest.c
# configure:3782: $? = 0
# configure:3796: 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:3796: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3825: checking for grep that handles long lines and -e
# configure:3883: result: /usr/sbin/grep
# configure:3888: checking for egrep
# configure:3950: result: /usr/sbin/grep -E
# configure:3955: checking for ANSI C header files
# configure:3975: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3975: $? = 0
# configure:4059: result: yes
# configure:4072: checking for sys/types.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for sys/stat.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for stdlib.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for string.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for memory.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for strings.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for inttypes.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for stdint.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for unistd.h
# configure:4072: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4085: checking minix/config.h usability
# configure:4085: 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:4085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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:4085: result: no
# configure:4085: checking minix/config.h presence
# configure:4085: 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:4085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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:4085: result: no
# configure:4085: checking for minix/config.h
# configure:4085: result: no
# configure:4106: checking whether it is safe to define __EXTENSIONS__
# configure:4124: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4124: $? = 0
# configure:4131: result: yes
# configure:4161: checking for a BSD-compatible install
# configure:4229: result: /usr/bin/install -c
# configure:4240: checking whether build environment is sane
# configure:4295: result: yes
# configure:4351: checking for arm-linux-androideabi-strip
# configure:4367: found /sysroot/bin/arm-linux-androideabi-strip
# configure:4378: result: arm-linux-androideabi-strip
# configure:4443: checking for a thread-safe mkdir -p
# configure:4482: result: /usr/sbin/mkdir -p
# configure:4489: checking for gawk
# configure:4505: found /usr/sbin/gawk
# configure:4516: result: gawk
# configure:4527: checking whether make sets $(MAKE)
# configure:4549: result: yes
# configure:4579: checking for style of include used by make
# configure:4607: result: GNU
# configure:4641: checking whether make supports nested variables
# configure:4658: result: yes
# configure:4743: checking dependency style of arm-linux-androideabi-gcc
# configure:4854: result: gcc3
# configure:4919: checking target OS
# configure:4950: result: unix
# configure:5074: checking for C++ compiler version
# configure:5083: 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:5094: $? = 0
# configure:5083: 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:5094: $? = 0
# configure:5083: 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:5094: $? = 1
# configure:5083: 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:5094: $? = 1
# configure:5098: checking whether we are using the GNU C++ compiler
# configure:5117: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:5117: $? = 0
# configure:5126: result: yes
# configure:5135: checking whether arm-linux-androideabi-g++ accepts -g
# configure:5155: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:5155: $? = 0
# configure:5196: result: yes
# configure:5221: checking dependency style of arm-linux-androideabi-g++
# configure:5332: result: gcc3
# configure:5355: checking for arm-linux-androideabi-gcc
# configure:5382: result: arm-linux-androideabi-gcc
# configure:5651: checking for C compiler version
# configure:5660: 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:5671: $? = 0
# configure:5660: 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:5671: $? = 0
# configure:5660: 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:5671: $? = 1
# configure:5660: 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:5671: $? = 1
# configure:5675: checking whether we are using the GNU C compiler
# configure:5703: result: yes
# configure:5712: checking whether arm-linux-androideabi-gcc accepts -g
# configure:5773: result: yes
# configure:5790: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:5866: result: none needed
# configure:5891: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:5928: result: yes
# configure:5949: checking for gawk
# configure:5976: result: gawk
# configure:5991: checking for arm-linux-androideabi-ranlib
# configure:6007: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:6018: result: arm-linux-androideabi-ranlib
# configure:6085: checking how to run the C preprocessor
# configure:6155: result: arm-linux-androideabi-gcc -E
# configure:6175: arm-linux-androideabi-gcc -E conftest.c
# configure:6175: $? = 0
# configure:6189: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:26:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6189: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | /* end confdefs.h. */
# | #include
# configure:6567: checking how to print strings
# configure:6594: result: printf
# configure:6615: checking for a sed that does not truncate output
# configure:6679: result: /usr/sbin/sed
# configure:6697: checking for fgrep
# configure:6759: result: /usr/sbin/grep -F
# configure:6794: checking for ld used by arm-linux-androideabi-gcc
# configure:6861: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:6868: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:6883: result: yes
# configure:6895: checking for BSD- or MS-compatible name lister (nm)
# configure:6944: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:7074: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:7081: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:7084: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:7087: output
# 00000000 B some_variable
# configure:7094: result: BSD nm
# configure:7097: checking whether ln -s works
# configure:7101: result: yes
# configure:7109: checking the maximum length of command line arguments
# configure:7239: result: 1572864
# configure:7256: checking whether the shell understands some XSI constructs
# configure:7266: result: yes
# configure:7270: checking whether the shell understands "+="
# configure:7276: result: yes
# configure:7311: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:7351: result: func_convert_file_noop
# configure:7358: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:7378: result: func_convert_file_noop
# configure:7385: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:7392: result: -r
# configure:7426: checking for arm-linux-androideabi-objdump
# configure:7453: result: objdump
# configure:7522: checking how to recognize dependent libraries
# configure:7724: result: pass_all
# configure:7769: checking for arm-linux-androideabi-dlltool
# configure:7796: result: dlltool
# configure:7866: checking how to associate runtime and link libraries
# configure:7893: result: printf %s\n
# configure:7910: checking for arm-linux-androideabi-ar
# configure:7926: found /sysroot/bin/arm-linux-androideabi-ar
# configure:7937: result: arm-linux-androideabi-ar
# configure:8018: checking for archiver @FILE support
# configure:8035: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:8035: $? = 0
# configure:8038: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:8041: $? = 0
# configure:8046: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:8049: $? = 1
# configure:8061: result: @
# configure:8079: checking for arm-linux-androideabi-strip
# configure:8106: result: arm-linux-androideabi-strip
# configure:8178: checking for arm-linux-androideabi-ranlib
# configure:8205: result: arm-linux-androideabi-ranlib
# configure:8347: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
# configure:8467: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:8470: $? = 0
# configure:8474: /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:8477: $? = 0
# configure:8543: arm-linux-androideabi-g++ -o conftest conftest.cpp conftstm.o >&5
# configure:8546: $? = 0
# configure:8584: result: ok
# configure:8621: checking for sysroot
# configure:8651: result: no
# configure:8867: checking for arm-linux-androideabi-mt
# configure:8897: result: no
# configure:8907: checking for mt
# configure:8937: result: no
# configure:8957: checking if : is a manifest tool
# configure:8963: : '-?'
# configure:8971: result: no
# configure:9610: checking for dlfcn.h
# configure:9610: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:9610: $? = 0
# configure:9610: result: yes
# configure:9824: checking for objdir
# configure:9839: result: .libs
# configure:10106: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
# configure:10124: arm-linux-androideabi-gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
# configure:10128: $? = 0
# configure:10141: result: no
# configure:10468: checking for arm-linux-androideabi-gcc option to produce PIC
# configure:10475: result: -fPIC -DPIC
# configure:10483: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
# configure:10501: arm-linux-androideabi-gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:10505: $? = 0
# configure:10518: result: yes
# configure:10547: checking if arm-linux-androideabi-gcc static flag -static works
# configure:10575: result: yes
# configure:10590: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:10611: arm-linux-androideabi-gcc -c -o out/conftest2.o conftest.c >&5
# configure:10615: $? = 0
# configure:10637: result: yes
# configure:10645: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:10692: result: yes
# configure:10725: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:11879: result: yes
# configure:11916: checking whether -lc should be explicitly linked in
# configure:11924: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:11927: $? = 0
# configure:11942: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:11945: $? = 0
# configure:11959: result: no
# configure:12119: checking dynamic linker characteristics
# configure:12630: arm-linux-androideabi-gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:12630: $? = 0
# configure:12874: result: GNU/Linux ld.so
# configure:12981: checking how to hardcode library paths into programs
# configure:13006: result: immediate
# configure:13546: checking whether stripping libraries is possible
# configure:13551: result: yes
# configure:13586: checking if libtool supports shared libraries
# configure:13588: result: yes
# configure:13591: checking whether to build shared libraries
# configure:13612: result: yes
# configure:13615: checking whether to build static libraries
# configure:13619: result: yes
# configure:13642: checking how to run the C++ preprocessor
# configure:13669: arm-linux-androideabi-g++ -E conftest.cpp
# configure:13669: $? = 0
# configure:13683: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13683: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:13708: result: arm-linux-androideabi-g++ -E
# configure:13728: arm-linux-androideabi-g++ -E conftest.cpp
# configure:13728: $? = 0
# configure:13742: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13742: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:13911: checking for ld used by arm-linux-androideabi-g++
# configure:13978: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:13985: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:14000: result: yes
# configure:14055: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:15061: result: yes
# configure:15097: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:15100: $? = 0
# configure:15620: checking for arm-linux-androideabi-g++ option to produce PIC
# configure:15627: result: -fPIC -DPIC
# configure:15635: checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works
# configure:15653: arm-linux-androideabi-g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:15657: $? = 0
# configure:15670: result: yes
# configure:15693: checking if arm-linux-androideabi-g++ static flag -static works
# configure:15721: result: yes
# configure:15733: checking if arm-linux-androideabi-g++ supports -c -o file.o
# configure:15754: arm-linux-androideabi-g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:15758: $? = 0
# configure:15780: result: yes
# configure:15785: checking if arm-linux-androideabi-g++ supports -c -o file.o
# configure:15832: result: yes
# configure:15862: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:15901: result: yes
# configure:16042: checking dynamic linker characteristics
# configure:16731: result: GNU/Linux ld.so
# configure:16784: checking how to hardcode library paths into programs
# configure:16809: result: immediate
# configure:16873: checking for main in -lc
# configure:16892: arm-linux-androideabi-g++ -o conftest conftest.cpp -lc >&5
# configure:16892: $? = 0
# configure:16901: result: yes
# configure:16912: checking for main in -lpthread
# configure:16931: arm-linux-androideabi-g++ -o conftest conftest.cpp -lpthread -lc >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthread
# collect2: error: ld returned 1 exit status
# configure:16931: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBC 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:16940: result: no
# configure:16959: checking for ANSI C header files
# configure:17063: result: yes
# configure:17074: checking for inttypes.h
# configure:17074: result: yes
# configure:17074: checking malloc.h usability
# configure:17074: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17074: $? = 0
# configure:17074: result: yes
# configure:17074: checking malloc.h presence
# configure:17074: arm-linux-androideabi-g++ -E conftest.cpp
# configure:17074: $? = 0
# configure:17074: result: yes
# configure:17074: checking for malloc.h
# configure:17074: result: yes
# configure:17074: checking stddef.h usability
# configure:17074: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17074: $? = 0
# configure:17074: result: yes
# configure:17074: checking stddef.h presence
# configure:17074: arm-linux-androideabi-g++ -E conftest.cpp
# configure:17074: $? = 0
# configure:17074: result: yes
# configure:17074: checking for stddef.h
# configure:17074: result: yes
# configure:17074: checking for stdlib.h
# configure:17074: result: yes
# configure:17074: checking for string.h
# configure:17074: result: yes
# configure:17086: checking for stdbool.h that conforms to C99
# configure:17153: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17153: $? = 0
# configure:17160: result: yes
# configure:17162: checking for _Bool
# configure:17162: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:72:13: error: '_Bool' was not declared in this scope
# if (sizeof (_Bool))
# ^
# configure:17162: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBC 1
# | #define _REENTRANT 1
# | #define STDC_HEADERS 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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:17162: result: no
# configure:17179: checking for an ANSI C-conforming const
# configure:17245: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17245: $? = 0
# configure:17252: result: yes
# configure:17260: checking for inline
# configure:17276: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17276: $? = 0
# configure:17284: result: inline
# configure:17302: checking for int16_t
# configure:17302: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17302: $? = 0
# configure:17302: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:75:58: error: size of array 'test_array' is negative
# < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# configure:17302: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBC 1
# | #define _REENTRANT 1
# | #define STDC_HEADERS 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 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
# | enum { N = 16 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17302: result: yes
# configure:17313: checking for int32_t
# configure:17313: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17313: $? = 0
# configure:17313: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:75:55: warning: integer overflow in expression [-Woverflow]
# < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.cpp:75:58: error: size of array 'test_array' is negative
# < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# configure:17313: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBC 1
# | #define _REENTRANT 1
# | #define STDC_HEADERS 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 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
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17313: result: yes
# configure:17324: checking for int64_t
# configure:17324: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17324: $? = 0
# configure:17324: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:75:55: warning: integer overflow in expression [-Woverflow]
# < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.cpp:75:58: error: size of array 'test_array' is negative
# < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# configure:17324: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBC 1
# | #define _REENTRANT 1
# | #define STDC_HEADERS 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 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
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17324: result: yes
# configure:17335: checking for int8_t
# configure:17335: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17335: $? = 0
# configure:17335: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:75:56: error: size of array 'test_array' is negative
# < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# configure:17335: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBC 1
# | #define _REENTRANT 1
# | #define STDC_HEADERS 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 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
# | enum { N = 8 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17335: result: yes
# configure:17346: checking for size_t
# configure:17346: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17346: $? = 0
# configure:17346: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:73:20: error: expected primary-expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:17346: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBC 1
# | #define _REENTRANT 1
# | #define STDC_HEADERS 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 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:17346: result: yes
# configure:17357: checking for uint16_t
# configure:17357: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17357: $? = 0
# configure:17357: result: yes
# configure:17369: checking for uint32_t
# configure:17369: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17369: $? = 0
# configure:17369: result: yes
# configure:17383: checking for uint64_t
# configure:17383: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17383: $? = 0
# configure:17383: result: yes
# configure:17397: checking for uint8_t
# configure:17397: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17397: $? = 0
# configure:17397: result: yes
# configure:17411: checking for working volatile
# configure:17430: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17430: $? = 0
# configure:17437: result: yes
# configure:17445: checking for ptrdiff_t
# configure:17445: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:17445: $? = 0
# configure:17445: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:73:23: error: expected primary-expression before ')' token
# if (sizeof ((ptrdiff_t)))
# ^
# configure:17445: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ou"
# | #define PACKAGE_TARNAME "ou"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "ou 0"
# | #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# | #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 PACKAGE "ou"
# | #define VERSION "0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBC 1
# | #define _REENTRANT 1
# | #define STDC_HEADERS 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 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:17445: result: yes
# configure:17459: checking for memset
# configure:17459: arm-linux-androideabi-g++ -o conftest conftest.cpp -lc >&5
# configure:17459: $? = 0
# configure:17459: result: yes
# configure:17678: checking that generated files are newer than configure
# configure:17684: result: done
# configure:17711: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ou config.status 0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 827111469a08
#
# config.status:1074: creating Makefile
# config.status:1074: creating include/ou/Makefile
# config.status:1074: creating src/ou/Makefile
# config.status:1074: creating test/Makefile
# config.status:1246: executing depfiles commands
# config.status:1246: 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_c_int16_t=yes
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_int8_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_c_volatile=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_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_OU_NAMESPACE_set=set
# ac_cv_env_OU_NAMESPACE_value=odeou
# 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_memset=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_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_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_c_main=yes
# ac_cv_lib_pthread_main=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=arm-linux-androideabi-ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_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_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_type__Bool=no
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# 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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ode/src/ode-0.13.1/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/ode/src/ode-0.13.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ode/src/ode-0.13.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ode/src/ode-0.13.1/missing automake-1.14'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=' -D_OU_NAMESPACE=odeou'
# CXX='arm-linux-androideabi-g++'
# CXXCPP='arm-linux-androideabi-g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"ou\" -DPACKAGE_TARNAME=\"ou\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"ou\ 0\" -DPACKAGE_BUGREPORT=\"oleh_derevenko@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"ou\" -DVERSION=\"0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBC=1 -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_MEMSET=1 -D_OU_TARGET_OS=_OU_TARGET_OS_GENUNIX'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lc '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/ode/src/ode-0.13.1/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# OU_NAMESPACE='odeou'
# PACKAGE='ou'
# PACKAGE_BUGREPORT='oleh_derevenko@users.sourceforge.net'
# PACKAGE_NAME='ou'
# PACKAGE_STRING='ou 0'
# PACKAGE_TARNAME='ou'
# PACKAGE_URL=''
# PACKAGE_VERSION='0'
# PATH_SEPARATOR=':'
# RANLIB='arm-linux-androideabi-ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# VERSION='0'
# 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=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ode/src/ode-0.13.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ou"
# #define PACKAGE_TARNAME "ou"
# #define PACKAGE_VERSION "0"
# #define PACKAGE_STRING "ou 0"
# #define PACKAGE_BUGREPORT "oleh_derevenko@users.sourceforge.net"
# #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 PACKAGE "ou"
# #define VERSION "0"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_LIBC 1
# #define _REENTRANT 1
# #define STDC_HEADERS 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_PTRDIFF_T 1
# #define HAVE_MEMSET 1
# #define _OU_TARGET_OS _OU_TARGET_OS_GENUNIX
#
# configure: exit 0

CMD: config logfiles '/tmp/ode/src/ode-0.13.1/libccd/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 libccd configure 1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --build=x86_64-unknown-linux --host=arm-linux-androideabi --enable-shared --enable-libccd --enable-double-precision build_alias=x86_64-unknown-linux host_alias=arm-linux-androideabi CXX=arm-linux-androideabi-g++ CXXFLAGS= LDFLAGS= CPPFLAGS= CC=arm-linux-androideabi-gcc CFLAGS= --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 827111469a08
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2447: checking for a BSD-compatible install
# configure:2515: result: /usr/bin/install -c
# configure:2526: checking whether build environment is sane
# configure:2581: result: yes
# configure:2640: checking for arm-linux-androideabi-strip
# configure:2656: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2667: result: arm-linux-androideabi-strip
# configure:2732: checking for a thread-safe mkdir -p
# configure:2771: result: /usr/sbin/mkdir -p
# configure:2778: checking for gawk
# configure:2794: found /usr/sbin/gawk
# configure:2805: result: gawk
# configure:2816: checking whether make sets $(MAKE)
# configure:2838: result: yes
# configure:2867: checking whether make supports nested variables
# configure:2884: result: yes
# configure:3123: checking for C++ compiler version
# configure:3132: 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:3143: $? = 0
# configure:3132: 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:3143: $? = 0
# configure:3132: 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:3143: $? = 1
# configure:3132: 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:3143: $? = 1
# configure:3163: checking whether the C++ compiler works
# configure:3185: arm-linux-androideabi-g++ conftest.cpp >&5
# configure:3189: $? = 0
# configure:3237: result: yes
# configure:3240: checking for C++ compiler default output file name
# configure:3242: result: a.out
# configure:3248: checking for suffix of executables
# configure:3255: arm-linux-androideabi-g++ -o conftest conftest.cpp >&5
# configure:3259: $? = 0
# configure:3281: result:
# configure:3303: checking whether we are cross compiling
# configure:3341: result: yes
# configure:3346: checking for suffix of object files
# configure:3368: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3372: $? = 0
# configure:3393: result: o
# configure:3397: checking whether we are using the GNU C++ compiler
# configure:3416: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3416: $? = 0
# configure:3425: result: yes
# configure:3434: checking whether arm-linux-androideabi-g++ accepts -g
# configure:3454: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:3454: $? = 0
# configure:3495: result: yes
# configure:3529: checking for style of include used by make
# configure:3557: result: GNU
# configure:3583: checking dependency style of arm-linux-androideabi-g++
# configure:3694: result: gcc3
# configure:3717: checking for arm-linux-androideabi-gcc
# configure:3744: result: arm-linux-androideabi-gcc
# configure:4013: checking for C compiler version
# configure:4022: 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:4033: $? = 0
# configure:4022: 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:4033: $? = 0
# configure:4022: 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:4033: $? = 1
# configure:4022: 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:4033: $? = 1
# configure:4037: checking whether we are using the GNU C compiler
# configure:4056: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4056: $? = 0
# configure:4065: result: yes
# configure:4074: checking whether arm-linux-androideabi-gcc accepts -g
# configure:4094: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:4094: $? = 0
# configure:4135: result: yes
# configure:4152: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:4215: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4215: $? = 0
# configure:4228: result: none needed
# configure:4253: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:4275: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4278: $? = 0
# configure:4275: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4278: $? = 0
# configure:4290: result: yes
# configure:4309: checking dependency style of arm-linux-androideabi-gcc
# configure:4420: result: gcc3
# configure:4496: checking build system type
# configure:4510: result: x86_64-unknown-linux-gnu
# configure:4530: checking host system type
# configure:4543: result: arm-unknown-linux-androideabi
# configure:4584: checking how to print strings
# configure:4611: result: printf
# configure:4632: checking for a sed that does not truncate output
# configure:4696: result: /usr/sbin/sed
# configure:4714: checking for grep that handles long lines and -e
# configure:4772: result: /usr/sbin/grep
# configure:4777: checking for egrep
# configure:4839: result: /usr/sbin/grep -E
# configure:4844: checking for fgrep
# configure:4906: result: /usr/sbin/grep -F
# configure:4941: checking for ld used by arm-linux-androideabi-gcc
# configure:5008: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:5015: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:5030: result: yes
# configure:5042: checking for BSD- or MS-compatible name lister (nm)
# configure:5091: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:5221: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:5228: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5231: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:5234: output
# 00000000 B some_variable
# configure:5241: result: BSD nm
# configure:5244: checking whether ln -s works
# configure:5248: result: yes
# configure:5256: checking the maximum length of command line arguments
# configure:5386: result: 1572864
# configure:5403: checking whether the shell understands some XSI constructs
# configure:5413: result: yes
# configure:5417: checking whether the shell understands "+="
# configure:5423: result: yes
# configure:5458: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:5498: result: func_convert_file_noop
# configure:5505: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5525: result: func_convert_file_noop
# configure:5532: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:5539: result: -r
# configure:5573: checking for arm-linux-androideabi-objdump
# configure:5589: found /sysroot/bin/arm-linux-androideabi-objdump
# configure:5600: result: arm-linux-androideabi-objdump
# configure:5672: checking how to recognize dependent libraries
# configure:5874: result: pass_all
# configure:5919: checking for arm-linux-androideabi-dlltool
# configure:5949: result: no
# configure:5959: checking for dlltool
# configure:5989: result: no
# configure:6019: checking how to associate runtime and link libraries
# configure:6046: result: printf %s\n
# configure:6063: checking for arm-linux-androideabi-ar
# configure:6079: found /sysroot/bin/arm-linux-androideabi-ar
# configure:6090: result: arm-linux-androideabi-ar
# configure:6171: checking for archiver @FILE support
# configure:6188: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6188: $? = 0
# configure:6191: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:6194: $? = 0
# configure:6199: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:6202: $? = 1
# configure:6214: result: @
# configure:6232: checking for arm-linux-androideabi-strip
# configure:6259: result: arm-linux-androideabi-strip
# configure:6331: checking for arm-linux-androideabi-ranlib
# configure:6347: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:6358: result: arm-linux-androideabi-ranlib
# configure:6500: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
# configure:6620: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6623: $? = 0
# configure:6627: /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:6630: $? = 0
# configure:6696: arm-linux-androideabi-gcc -o conftest conftest.c conftstm.o >&5
# configure:6699: $? = 0
# configure:6737: result: ok
# configure:6774: checking for sysroot
# configure:6804: result: no
# configure:7020: checking for arm-linux-androideabi-mt
# configure:7050: result: no
# configure:7060: checking for mt
# configure:7090: result: no
# configure:7110: checking if : is a manifest tool
# configure:7116: : '-?'
# configure:7124: result: no
# configure:7766: checking how to run the C preprocessor
# configure:7797: arm-linux-androideabi-gcc -E conftest.c
# configure:7797: $? = 0
# configure:7811: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7811: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | /* end confdefs.h. */
# | #include
# configure:7836: result: arm-linux-androideabi-gcc -E
# configure:7856: arm-linux-androideabi-gcc -E conftest.c
# configure:7856: $? = 0
# configure:7870: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7870: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | /* end confdefs.h. */
# | #include
# configure:7899: checking for ANSI C header files
# configure:7919: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7919: $? = 0
# configure:8003: result: yes
# configure:8016: checking for sys/types.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8016: checking for sys/stat.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8016: checking for stdlib.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8016: checking for string.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8016: checking for memory.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8016: checking for strings.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8016: checking for inttypes.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8016: checking for stdint.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8016: checking for unistd.h
# configure:8016: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8016: $? = 0
# configure:8016: result: yes
# configure:8030: checking for dlfcn.h
# configure:8030: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8030: $? = 0
# configure:8030: result: yes
# configure:8217: checking for objdir
# configure:8232: result: .libs
# configure:8499: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
# configure:8517: arm-linux-androideabi-gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
# configure:8521: $? = 0
# configure:8534: result: no
# configure:8861: checking for arm-linux-androideabi-gcc option to produce PIC
# configure:8868: result: -fPIC -DPIC
# configure:8876: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
# configure:8894: arm-linux-androideabi-gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8898: $? = 0
# configure:8911: result: yes
# configure:8940: checking if arm-linux-androideabi-gcc static flag -static works
# configure:8968: result: yes
# configure:8983: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:9004: arm-linux-androideabi-gcc -c -o out/conftest2.o conftest.c >&5
# configure:9008: $? = 0
# configure:9030: result: yes
# configure:9038: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:9085: result: yes
# configure:9118: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:10272: result: yes
# configure:10309: checking whether -lc should be explicitly linked in
# configure:10317: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:10320: $? = 0
# configure:10335: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10338: $? = 0
# configure:10352: result: no
# configure:10512: checking dynamic linker characteristics
# configure:11023: arm-linux-androideabi-gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11023: $? = 0
# configure:11267: result: GNU/Linux ld.so
# configure:11374: checking how to hardcode library paths into programs
# configure:11399: result: immediate
# configure:11939: checking whether stripping libraries is possible
# configure:11944: result: yes
# configure:11979: checking if libtool supports shared libraries
# configure:11981: result: yes
# configure:11984: checking whether to build shared libraries
# configure:12005: result: yes
# configure:12008: checking whether to build static libraries
# configure:12012: result: yes
# configure:12035: checking how to run the C++ preprocessor
# configure:12062: arm-linux-androideabi-g++ -E conftest.cpp
# configure:12062: $? = 0
# configure:12076: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12076: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12101: result: arm-linux-androideabi-g++ -E
# configure:12121: arm-linux-androideabi-g++ -E conftest.cpp
# configure:12121: $? = 0
# configure:12135: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12135: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12304: checking for ld used by arm-linux-androideabi-g++
# configure:12371: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:12378: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:12393: result: yes
# configure:12448: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:13454: result: yes
# configure:13490: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:13493: $? = 0
# configure:14013: checking for arm-linux-androideabi-g++ option to produce PIC
# configure:14020: result: -fPIC -DPIC
# configure:14028: checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works
# configure:14046: arm-linux-androideabi-g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14050: $? = 0
# configure:14063: result: yes
# configure:14086: checking if arm-linux-androideabi-g++ static flag -static works
# configure:14114: result: yes
# configure:14126: checking if arm-linux-androideabi-g++ supports -c -o file.o
# configure:14147: arm-linux-androideabi-g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14151: $? = 0
# configure:14173: result: yes
# configure:14178: checking if arm-linux-androideabi-g++ supports -c -o file.o
# configure:14225: result: yes
# configure:14255: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:14294: result: yes
# configure:14435: checking dynamic linker characteristics
# configure:15124: result: GNU/Linux ld.so
# configure:15177: checking how to hardcode library paths into programs
# configure:15202: result: immediate
# configure:15265: checking for main in -lm
# configure:15284: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:15284: $? = 0
# configure:15293: result: yes
# configure:15305: checking for main in -lrt
# configure:15324: arm-linux-androideabi-gcc -o conftest conftest.c -lrt -lm >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lrt
# collect2: error: ld returned 1 exit status
# configure:15324: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:15333: result: no
# configure:15349: checking float.h usability
# configure:15349: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:15349: $? = 0
# configure:15349: result: yes
# configure:15349: checking float.h presence
# configure:15349: arm-linux-androideabi-gcc -E conftest.c
# configure:15349: $? = 0
# configure:15349: result: yes
# configure:15349: checking for float.h
# configure:15349: result: yes
# configure:15349: checking for stdlib.h
# configure:15349: result: yes
# configure:15349: checking for string.h
# configure:15349: result: yes
# configure:15349: checking for unistd.h
# configure:15349: result: yes
# configure:15361: checking for size_t
# configure:15361: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:15361: $? = 0
# configure:15361: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:64:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:15361: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBM 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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 ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15361: result: yes
# configure:15374: checking for pid_t
# configure:15374: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:15374: $? = 0
# configure:15374: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:64:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:15374: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBM 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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 ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15374: result: yes
# configure:15387: checking vfork.h usability
# configure:15387: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:61:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:15387: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBM 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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:15387: result: no
# configure:15387: checking vfork.h presence
# configure:15387: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:28:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:15387: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libccd"
# | #define PACKAGE_TARNAME "libccd"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libccd 1.0"
# | #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libccd"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBM 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:15387: result: no
# configure:15387: checking for vfork.h
# configure:15387: result: no
# configure:15400: checking for fork
# configure:15400: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:51:6: warning: conflicting types for built-in function 'fork' [enabled by default]
# char fork ();
# ^
# configure:15400: $? = 0
# configure:15400: result: yes
# configure:15400: checking for vfork
# configure:15400: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:15400: $? = 0
# configure:15400: result: yes
# configure:15410: checking for working fork
# configure:15442: result: cross
# configure:15458: WARNING: result yes guessed because of cross compilation
# configure:15463: checking for working vfork
# configure:15573: result: yes
# configure:15600: checking for clock_gettime
# configure:15600: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:15600: $? = 0
# configure:15600: result: yes
# configure:15735: checking that generated files are newer than configure
# configure:15741: result: done
# configure:15768: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libccd config.status 1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 827111469a08
#
# config.status:1158: creating Makefile
# config.status:1158: creating src/Makefile
# config.status:1158: creating src/ccd/precision.h
# config.status:1158: creating src/testsuites/Makefile
# config.status:1158: creating src/testsuites/cu/Makefile
# config.status:1158: creating src/config.h
# config.status:1387: executing depfiles commands
# config.status:1387: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_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_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_clock_gettime=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_m_main=yes
# ac_cv_lib_rt_main=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=arm-linux-androideabi-ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_CXXCPP='arm-linux-androideabi-g++ -E'
# ac_cv_prog_OBJDUMP=arm-linux-androideabi-objdump
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# 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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ode/src/ode-0.13.1/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'
# AUTOCONF='${SHELL} /tmp/ode/src/ode-0.13.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ode/src/ode-0.13.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ode/src/ode-0.13.1/missing automake-1.14'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CCD_PRECISION='CCD_DOUBLE'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# 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='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/ode/src/ode-0.13.1/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='arm-linux-androideabi-objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libccd'
# PACKAGE_BUGREPORT='danfis@danfis.cz'
# PACKAGE_NAME='libccd'
# PACKAGE_STRING='libccd 1.0'
# PACKAGE_TARNAME='libccd'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.0'
# PATH_SEPARATOR=':'
# RANLIB='arm-linux-androideabi-ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# VERSION='1.0'
# 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=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ode/src/ode-0.13.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libccd"
# #define PACKAGE_TARNAME "libccd"
# #define PACKAGE_VERSION "1.0"
# #define PACKAGE_STRING "libccd 1.0"
# #define PACKAGE_BUGREPORT "danfis@danfis.cz"
# #define PACKAGE_URL ""
# #define PACKAGE "libccd"
# #define VERSION "1.0"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_LIBM 1
# #define HAVE_FLOAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_CLOCK_GETTIME 1
#
# configure: exit 0