The build took 00h 02m 23s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
80,215 |
cpp |
18,481 |
makefile |
14,834 |
ansic |
11,710 |
sh |
330 |
python |
125,570 |
total |
The process tree of the build process is here.
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:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: ode 0.13.1-2 (Wed Apr 5 00:04:37 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... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... 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 clang++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of clang++... gcc3
checking for x86_64-unknown-linux-gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -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 clang... /sysroot/bin/ld
checking if the linker (/sysroot/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
checking the name lister (/sysroot/bin/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 x86_64-unknown-linux-gnu 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/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... no
checking for objdump... objdump
configure: WARNING: using cross tools not prefixed with host triplet
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /sysroot/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for x86_64-unknown-linux-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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) 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... clang++ -E
checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for x86_64-unknown-linux-windres... no
checking for windres... no
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for working volatile... yes
checking for x86_64-unknown-linux-pkg-config... no
checking for pkg-config... /usr/sbin/pkg-config
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... yes
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... no
checking for isnanf... no
checking for _isnan... no
checking for _isnanf... no
checking for __isnan... no
checking for __isnanf... no
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' '--host=x86_64-unknown-linux' '--enable-shared' '--enable-libccd' '--enable-double-precision' 'host_alias=x86_64-unknown-linux' 'CXX=clang++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=clang' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -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 x86_64-unknown-linux-strip... no
checking for strip... strip
configure: WARNING: using cross tools not prefixed with host triplet
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 clang... gcc3
checking target OS... unix
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking for x86_64-unknown-linux-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking for gawk... (cached) gawk
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking how to run the C preprocessor... clang -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 clang... /sysroot/bin/ld
checking if the linker (/sysroot/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
checking the name lister (/sysroot/bin/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 x86_64-unknown-linux-gnu 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/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... ranlib
checking command to parse /sysroot/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) 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... clang++ -E
checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) 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... yes
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' '--host=x86_64-unknown-linux' '--enable-shared' '--enable-libccd' '--enable-double-precision' 'host_alias=x86_64-unknown-linux' 'CXX=clang++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=clang' '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 x86_64-unknown-linux-strip... no
checking for strip... 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 clang++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of clang++... gcc3
checking for x86_64-unknown-linux-gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 clang... /sysroot/bin/ld
checking if the linker (/sysroot/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
checking the name lister (/sysroot/bin/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 x86_64-unknown-linux-gnu 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/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... no
checking for objdump... objdump
configure: WARNING: using cross tools not prefixed with host triplet
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /sysroot/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... clang -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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) 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... clang++ -E
checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) 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... yes
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: x86_64-unknown-linux-gnu
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: yes
Is target x86-64: yes
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 clang++ -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 clang++ -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 clang++ -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 clang++ -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: clang++ -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: clang++ -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: clang++ -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: clang++ -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
In file included from IceContainer.cpp:25:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from IceIndexedTriangle.cpp:12:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from IceAABB.cpp:21:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from IceHPoint.cpp:29:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/IceContainer.Tpo .deps/IceContainer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/IceIndexedTriangle.Tpo .deps/IceIndexedTriangle.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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 clang++ -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: clang++ -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
libtool: compile: clang++ -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
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
libtool: compile: clang++ -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
In file included from IceMatrix3x3.cpp:36:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from IceMatrix4x4.cpp:39:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from IcePlane.cpp:21:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from IceOBB.cpp:21:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
1 warning generated.
libtool: compile: clang++ -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: clang++ -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/IceMatrix4x4.Tpo .deps/IceMatrix4x4.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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/IceMatrix3x3.Tpo .deps/IceMatrix3x3.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
mv -f .deps/IcePlane.Tpo .deps/IcePlane.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
In file included from IcePoint.cpp:49:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: clang++ -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
In file included from IceRandom.cpp:12:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
In file included from IceRay.cpp:62:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/IcePoint.Tpo .deps/IcePoint.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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/IceRandom.Tpo .deps/IceRandom.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
In file included from IceRevisitedRadix.cpp:52:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/IceRay.Tpo .deps/IceRay.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
In file included from IceSegment.cpp:25:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
In file included from IceTriangle.cpp:12:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/IceRevisitedRadix.Tpo .deps/IceRevisitedRadix.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
In file included from IceUtils.cpp:12:
In file included from ../../OPCODE/Stdafx.h:19:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/IceSegment.Tpo .deps/IceSegment.Plo
mv -f .deps/IceTriangle.Tpo .deps/IceTriangle.Plo
1 warning generated.
1 warning generated.
libtool: compile: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/IceUtils.Tpo .deps/IceUtils.Plo
mv -f .deps/IceOBB.Tpo .deps/IceOBB.Plo
/bin/sh ../../libtool --tag=CXX --mode=link clang++ -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 -lpthread
libtool: link: 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
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: 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 clang++ -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 clang++ -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 clang++ -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 clang++ -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: clang++ -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: clang++ -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: clang++ -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: clang++ -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
In file included from OPC_AABBCollider.cpp:31:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from OPC_Collider.cpp:31:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from OPC_AABBTree.cpp:47:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from OPC_BaseModel.cpp:31:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/OPC_Collider.Tpo .deps/OPC_Collider.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
mv -f .deps/OPC_BaseModel.Tpo .deps/OPC_BaseModel.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
In file included from OPC_Common.cpp:46:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/OPC_AABBTree.Tpo .deps/OPC_AABBTree.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
In file included from OPC_HybridModel.cpp:85:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
In file included from OPC_LSSCollider.cpp:31:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/OPC_AABBCollider.Tpo .deps/OPC_AABBCollider.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/OPC_Common.Tpo .deps/OPC_Common.Plo
libtool: compile: clang++ -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
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
In file included from OPC_MeshInterface.cpp:119:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from OPC_Model.cpp:93:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/OPC_MeshInterface.Tpo .deps/OPC_MeshInterface.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
In file included from OPC_OBBCollider.cpp:31:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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_OBBCollider.Tpo .deps/OPC_OBBCollider.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
In file included from Opcode.cpp:36:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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 clang++ -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: clang++ -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
In file included from OPC_OptimizedTree.cpp:69:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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_OptimizedTree.Tpo .deps/OPC_OptimizedTree.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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
1 warning generated.
libtool: compile: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/OPC_Model.Tpo .deps/OPC_Model.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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
In file included from OPC_Picking.cpp:20:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: clang++ -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_HybridModel.Tpo .deps/OPC_HybridModel.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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
1 warning generated.
libtool: compile: clang++ -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: clang++ -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
In file included from OPC_PlanesCollider.cpp:31:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from OPC_RayCollider.cpp:115:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/OPC_LSSCollider.Tpo .deps/OPC_LSSCollider.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/OPC_Picking.Tpo .deps/OPC_Picking.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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: clang++ -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
In file included from OPC_SphereCollider.cpp:35:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from OPC_TreeBuilders.cpp:53:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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_PlanesCollider.Tpo .deps/OPC_PlanesCollider.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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: clang++ -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
In file included from OPC_TreeCollider.cpp:32:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/OPC_TreeBuilders.Tpo .deps/OPC_TreeBuilders.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
mv -f .deps/OPC_SphereCollider.Tpo .deps/OPC_SphereCollider.Plo
In file included from OPC_VolumeCollider.cpp:31:
In file included from ./Stdafx.h:19:
In file included from ./Opcode.h:82:
In file included from ./OPC_IceHook.h:43:
./Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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_VolumeCollider.Tpo .deps/OPC_VolumeCollider.Plo
mv -f .deps/OPC_TreeCollider.Tpo .deps/OPC_TreeCollider.Plo
/bin/sh ../libtool --tag=CXX --mode=link clang++ -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 -lpthread
libtool: link: 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
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: 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 clang++ -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 -DHAVE_LIBPTHREAD=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 clang++ -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 -DHAVE_LIBPTHREAD=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 clang++ -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 -DHAVE_LIBPTHREAD=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 clang++ -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 -DHAVE_LIBPTHREAD=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: clang++ -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 -DHAVE_LIBPTHREAD=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: clang++ -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 -DHAVE_LIBPTHREAD=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: clang++ -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 -DHAVE_LIBPTHREAD=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: clang++ -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 -DHAVE_LIBPTHREAD=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: clang++ -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 -DHAVE_LIBPTHREAD=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
libtool: compile: clang++ -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 -DHAVE_LIBPTHREAD=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
mv -f .deps/malloc.Tpo .deps/malloc.Plo
atomic.cpp:94:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:94:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:99:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:99:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:111:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:111:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:116:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:116:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:129:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:129:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:136:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:136:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:148:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:148:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:155:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:155:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
In file included from threadlocalstorage.cpp:27:
../../include/ou/threadlocalstorage.h:127:3: warning: array index -1 is before the beginning of the array [-Warray-bounds]
un.m_asaHostArrays[(ptrdiff_t)0 - (1 + TSB_RESERVEDPOINTER_HOSTARRAY)] = psaInstance;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/threadlocalstorage.h:150:3: note: array 'm_asaHostArrays' declared here
CTLSStorageArray *m_asaHostArrays[1];
^
atomic.cpp:169:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:169:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:181:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
../../include/ou/threadlocalstorage.h OU_CHECK(iUnlockResult == EOK);
: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~132
:../../include/ou/assert.h:181:29: note10: :expanded from macro 'OU_CHECK'
warning: array index -1 is before the beginning of the array [-Warray-bounds]
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:181:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
return un.m_asaHostArrays[(ptrdiff_t)0 - (1 + TSB_RESERVEDPOINTER_HOSTARRAY)];
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/threadlocalstorage.h:150:3: note: array 'm_asaHostArrays' declared here
CTLSStorageArray *m_asaHostArrays[1];
^
atomic.cpp:193:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:193:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:200:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:200:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:212:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:212:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:219:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:219:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:231:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:231:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:238:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:238:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:257:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:257:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:264:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:264:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:278:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iLockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:278:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
atomic.cpp:290:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
OU_CHECK(iUnlockResult == EOK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^~~~~~~~~
atomic.cpp:290:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
../../include/ou/assert.h:181:29: note: expanded from macro 'OU_CHECK'
(void)(bConditionValue || (*(int *)0 = 0, false)); \
^
20 warnings generated.
libtool: compile: clang++ -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 -DHAVE_LIBPTHREAD=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
2 warnings generated.
libtool: compile: clang++ -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 -DHAVE_LIBPTHREAD=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 clang++ -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -o libou.la atomic.lo customization.lo malloc.lo threadlocalstorage.lo -lpthread -lc
libtool: link: ar cru .libs/libou.a .libs/atomic.o .libs/customization.o .libs/malloc.o .libs/threadlocalstorage.o
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: 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 clang -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 clang -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 clang -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 clang -DHAVE_CONFIG_H -I. -std=c99 -MT support.lo -MD -MP -MF .deps/support.Tpo -c -o support.lo support.c
libtool: compile: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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 clang -DHAVE_CONFIG_H -I. -std=c99 -MT vec3.lo -MD -MP -MF .deps/vec3.Tpo -c -o vec3.lo vec3.c
libtool: compile: clang -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: clang -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: clang -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/support.Tpo .deps/support.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -std=c99 -MT mpr.lo -MD -MP -MF .deps/mpr.Tpo -c -o mpr.lo mpr.c
libtool: compile: clang -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: clang -DHAVE_CONFIG_H -I. -std=c99 -MT mpr.lo -MD -MP -MF .deps/mpr.Tpo -c mpr.c -fPIC -DPIC -o .libs/mpr.o
mv -f .deps/ccd.Tpo .deps/ccd.Plo
mv -f .deps/vec3.Tpo .deps/vec3.Plo
libtool: compile: clang -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
mv -f .deps/mpr.Tpo .deps/mpr.Plo
/bin/sh ../libtool --tag=CC --mode=link clang -std=c99 -o libccd.la alloc.lo ccd.lo polytope.lo support.lo vec3.lo mpr.lo -lrt -lm
libtool: link: ar cru .libs/libccd.a .libs/alloc.o .libs/ccd.o .libs/polytope.o .libs/support.o .libs/vec3.o .libs/mpr.o
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: 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 clang++ -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 clang++ -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 clang++ -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 clang++ -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: clang++ -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: clang++ -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: clang++ -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: clang++ -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
In file included from dball.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
In file included from dhinge.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
In file included from ball.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
1 warning generated.
libtool: compile: clang++ -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
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
In file included from joint.cpp:38:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/ball.Tpo .deps/ball.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/dhinge.Tpo .deps/dhinge.Plo
mv -f .deps/dball.Tpo .deps/dball.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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 clang++ -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
In file included from hinge.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
In file included from transmission.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
In file included from slider.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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: clang++ -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
1 warning generated.
1 warning generated.
libtool: compile: clang++ -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
libtool: compile: clang++ -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
In file included from contact.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/slider.Tpo .deps/slider.Plo
mv -f .deps/hinge.Tpo .deps/hinge.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
libtool: compile: clang++ -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/transmission.Tpo .deps/transmission.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
mv -f .deps/contact.Tpo .deps/contact.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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
In file included from universal.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
libtool: compile: clang++ -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
In file included from hinge2.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
In file included from fixed.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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
In file included from null.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/hinge2.Tpo .deps/hinge2.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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/universal.Tpo .deps/universal.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/fixed.Tpo .deps/fixed.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/null.Tpo .deps/null.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
In file included from amotor.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
In file included from lmotor.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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
In file included from plane2d.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
In file included from pu.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/plane2d.Tpo .deps/plane2d.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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/amotor.Tpo .deps/amotor.Plo
/bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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: clang++ -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/lmotor.Tpo .deps/lmotor.Plo
In file included from piston.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
In file included from pr.cpp:27:
./joint_internal.h:24:9: warning: '_ODE_JOINT_NTERNAL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _ODE_JOINT_NTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~
./joint_internal.h:25:9: note: '_ODE_JOINT_INTERNAL_H_' is defined here; did you mean '_ODE_JOINT_NTERNAL_H_'?
#define _ODE_JOINT_INTERNAL_H_
^~~~~~~~~~~~~~~~~~~~~~
_ODE_JOINT_NTERNAL_H_
mv -f .deps/pu.Tpo .deps/pu.Plo
1 warning generated.
1 warning generated.
libtool: compile: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/pr.Tpo .deps/pr.Plo
mv -f .deps/piston.Tpo .deps/piston.Plo
/bin/sh ../../../libtool --tag=CXX --mode=link clang++ -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 -lpthread
libtool: link: 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
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: 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 clang -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 clang++ -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 clang++ -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 clang++ -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: clang -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: clang++ -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: clang++ -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: clang++ -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: clang -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
mv -f .deps/nextafterf.Tpo .deps/nextafterf.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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: clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/array.Tpo .deps/array.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/capsule.Tpo .deps/capsule.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/box.Tpo .deps/box.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
mv -f .deps/collision_cylinder_box.Tpo .deps/collision_cylinder_box.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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: clang++ -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_plane.Tpo .deps/collision_cylinder_plane.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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: clang++ -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
In file included from collision_kernel.cpp:40:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/collision_quadtreespace.Tpo .deps/collision_quadtreespace.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/collision_cylinder_sphere.Tpo .deps/collision_cylinder_sphere.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/collision_kernel.Tpo .deps/collision_kernel.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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: clang++ -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: clang++ -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
mv -f .deps/collision_sapspace.Tpo .deps/collision_sapspace.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
mv -f .deps/collision_trimesh_disabled.Tpo .deps/collision_trimesh_disabled.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/collision_transform.Tpo .deps/collision_transform.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
libtool: compile: clang++ -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
collision_space.cpp:423:14: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
dAASSERT(this && callback);
^~~~ ~~
./error.h:78:30: note: expanded from macro 'dAASSERT'
#define dAASSERT(a) dUASSERT(a,"Bad argument(s)")
^
./error.h:49:37: note: expanded from macro 'dUASSERT'
# define dUASSERT(a,msg) { if (!(a)) { dDebug (d_ERR_UASSERT, \
^
libtool: compile: clang++ -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: clang++ -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
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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/cylinder.Tpo .deps/cylinder.Plo
mv -f .deps/collision_util.Tpo .deps/collision_util.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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: clang++ -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/convex.Tpo .deps/convex.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/collision_space.Tpo .deps/collision_space.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
libtool: compile: clang++ -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: clang++ -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
mv -f .deps/export-dif.Tpo .deps/export-dif.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
In file included from mass.cpp:33:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: clang++ -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
mv -f .deps/heightfield.Tpo .deps/heightfield.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/lcp.Tpo .deps/lcp.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
1 warning generated.
libtool: compile: clang++ -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
libtool: compile: clang++ -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: clang++ -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: clang++ -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: clang++ -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: clang++ -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/mat.Tpo .deps/mat.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/memory.Tpo .deps/memory.Plo
mv -f .deps/mass.Tpo .deps/mass.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/matrix.Tpo .deps/matrix.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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: clang++ -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: clang++ -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/obstack.Tpo .deps/obstack.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
mv -f .deps/misc.Tpo .deps/misc.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
libtool: compile: clang++ -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
In file included from odeinit.cpp:36:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: clang++ -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
libtool: compile: clang++ -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: clang++ -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
1 warning generated.
libtool: compile: clang++ -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 clang++ -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: clang++ -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 clang++ -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
libtool: compile: clang++ -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 clang++ -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
libtool: compile: clang++ -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: clang++ -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
mv -f .deps/ode.Tpo .deps/ode.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/quickstep.Tpo .deps/quickstep.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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
mv -f .deps/rotation.Tpo .deps/rotation.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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/ray.Tpo .deps/ray.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/sphere.Tpo .deps/sphere.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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: clang++ -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: clang++ -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: clang++ -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
In file included from threading_impl.cpp:35:
In file included from ./threading_impl_posix.h:43:
./threading_fake_sync.h:83:9: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
dICHECK(false); // Self-wakeup should only be used in cases when waiting is called after object is signaled
^~~~~~~~~~~~~~
./error.h:71:86: note: expanded from macro 'dICHECK'
"assertion \"" #a "\" failed in %s() [%s:%u]",__FUNCTION__,__FILE__,__LINE__); *(int *)0 = 0; } }
^~~~~~~~~
./threading_fake_sync.h:83:9: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
./error.h:71:86: note: expanded from macro 'dICHECK'
"assertion \"" #a "\" failed in %s() [%s:%u]",__FUNCTION__,__FILE__,__LINE__); *(int *)0 = 0; } }
^
In file included from threading_impl.cpp:35:
In file included from ./threading_impl_posix.h:43:
./threading_fake_sync.h:121:31: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
void WaitForLullAlarm() { dICHECK(false); } // Fake lull can't be waited
^~~~~~~~~~~~~~
./error.h:71:86: note: expanded from macro 'dICHECK'
"assertion \"" #a "\" failed in %s() [%s:%u]",__FUNCTION__,__FILE__,__LINE__); *(int *)0 = 0; } }
^~~~~~~~~
./threading_fake_sync.h:121:31: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
./error.h:71:86: note: expanded from macro 'dICHECK'
"assertion \"" #a "\" failed in %s() [%s:%u]",__FUNCTION__,__FILE__,__LINE__); *(int *)0 = 0; } }
^
mv -f .deps/timer.Tpo .deps/timer.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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/threading_base.Tpo .deps/threading_base.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
2 warnings generated.
libtool: compile: clang++ -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: clang++ -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: clang++ -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
mv -f .deps/step.Tpo .deps/step.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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 clang++ -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: clang++ -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_impl.Tpo .deps/threading_impl.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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: clang++ -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
In file included from odetls.cpp:38:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
mv -f .deps/threading_pool_posix.Tpo .deps/threading_pool_posix.Plo
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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: clang++ -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
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/odeou.Tpo .deps/odeou.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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/collision_trimesh_trimesh.Tpo .deps/collision_trimesh_trimesh.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
In file included from collision_trimesh_trimesh_new.cpp:43:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/odetls.Tpo .deps/odetls.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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 collision_trimesh_sphere.cpp:37:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from collision_trimesh_ray.cpp:34:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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 collision_trimesh_opcode.cpp:31:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
mv -f .deps/collision_trimesh_trimesh_new.Tpo .deps/collision_trimesh_trimesh_new.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/collision_trimesh_sphere.Tpo .deps/collision_trimesh_sphere.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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
libtool: compile: clang++ -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
mv -f .deps/collision_trimesh_ray.Tpo .deps/collision_trimesh_ray.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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: clang++ -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 collision_trimesh_box.cpp:38:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from collision_trimesh_ccylinder.cpp:59:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from collision_trimesh_distance.cpp:31:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/collision_trimesh_opcode.Tpo .deps/collision_trimesh_opcode.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
1 warning generated.
libtool: compile: clang++ -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: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
1 warning generated.
libtool: compile: clang++ -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
In file included from collision_cylinder_trimesh.cpp:35:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/collision_trimesh_distance.Tpo .deps/collision_trimesh_distance.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
mv -f .deps/collision_trimesh_box.Tpo .deps/collision_trimesh_box.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -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
libtool: compile: clang++ -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_ccylinder.Tpo .deps/collision_trimesh_ccylinder.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -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: clang -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: clang++ -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
fastldlt.c:403:14: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
default: *((char*)0)=0; /* this should never happen! */
^~~~~~~~~~~
fastldlt.c:403:14: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
1 warning generated.
1 warning generated.
libtool: compile: clang -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
libtool: compile: clang++ -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/fastldlt.Tpo .deps/fastldlt.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -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
In file included from collision_trimesh_plane.cpp:35:
In file included from ./collision_trimesh_internal.h:41:
In file included from ../../OPCODE/Opcode.h:82:
In file included from ../../OPCODE/OPC_IceHook.h:43:
../../OPCODE/Ice/IceUtils.h:226:51: warning: expression result unused; assign into a variable to force a volatile load [-Wunused-volatile-lvalue]
inline_ void _prefetch(void const* ptr) { (void)*(char const volatile *)ptr; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: clang++ -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: clang -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
libtool: compile: clang -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
1 warning generated.
libtool: compile: clang++ -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/fastltsolve.Tpo .deps/fastltsolve.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -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
mv -f .deps/collision_cylinder_trimesh.Tpo .deps/collision_cylinder_trimesh.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -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
libtool: compile: clang -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
libtool: compile: clang -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
mv -f .deps/collision_libccd.Tpo .deps/collision_libccd.Plo
libtool: compile: clang -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
libtool: compile: clang -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
mv -f .deps/fastlsolve.Tpo .deps/fastlsolve.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -o libfast.la fastldlt.lo fastltsolve.lo fastdot.lo fastlsolve.lo -lm -lpthread
mv -f .deps/collision_trimesh_plane.Tpo .deps/collision_trimesh_plane.Plo
libtool: link: ar cru .libs/libfast.a .libs/fastldlt.o .libs/fastltsolve.o .libs/fastdot.o .libs/fastlsolve.o
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: 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 clang++ -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 -lpthread
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbeginS.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 -lrt -lpthread -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib -lc++ -lc++abi -lunwind -lm -lc /sysroot/bin/../lib/clang/3.8.1/crtendS.o /sysroot/bin/../lib/crtn.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 && ar x "/tmp/ode/src/ode-0.13.1/ode/src/./.libs/libfast.a")
libtool: link: (cd .libs/libode.lax/libjoints.a && ar x "/tmp/ode/src/ode-0.13.1/ode/src/joints/.libs/libjoints.a")
libtool: link: (cd .libs/libode.lax/libou.a && 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 && ar x "/tmp/ode/src/ode-0.13.1/ode/src/../../OPCODE/.libs/libOPCODE.a")
libtool: link: (cd .libs/libode.lax/libIce.a && ar x "/tmp/ode/src/ode-0.13.1/ode/src/../../OPCODE/Ice/.libs/libIce.a")
libtool: link: (cd .libs/libode.lax/libccd.a && ar x "/tmp/ode/src/ode-0.13.1/ode/src/../../libccd/src/.libs/libccd.a")
libtool: link: 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
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: 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: 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 -m 644 ode.pc '/tmp/ode/pkg/ode//usr/lib/pkgconfig'
/usr/bin/install -c ode-config '/tmp/ode/pkg/ode//usr/bin'
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 (Wed Apr 5 00:05:23 UTC 2017)
CMD: pacman --query --file ode-0.13.1-2-x86_64.pkg.tar.xz
Creating hybrid package for 'ode'
Trying to find vanilla package 'ode'...
CMD: pacman --query --file /mirror/codeblocks-16.01-4.pkg.tar.xz
CMD: pacman --query --file /mirror/godep-1:116.20150528-1.pkg.tar.xz
CMD: pacman --query --file /mirror/perl-net-idn-encode-2.300-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python-statsmodels-0.6.1-3.pkg.tar.xz
CMD: pacman --query --file /mirror/xf86vidmodeproto-2.3.1-3.pkg.tar.xz
CMD: pacman --query --file /mirror/emacs-lua-mode-20151025-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-formencode-1.3.0a1-2.pkg.tar.xz
CMD: pacman --query --file /mirror/emacs-haskell-mode-13.20-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-audioencoder-flac-20160530.f7a8daa-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-audioencoder-wav-20160530.10cc651-1.pkg.tar.xz
CMD: pacman --query --file /mirror/nodejs-6.3.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kitemmodels-5.23.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python-ukpostcodeparser-1.0.3.20150130-1.pkg.tar.xz
CMD: pacman --query --file /mirror/perl-tree-dag-node-1.29-1.pkg.tar.xz
CMD: pacman --query --file /mirror/iso-codes-3.68-1.pkg.tar.xz
CMD: pacman --query --file /mirror/recode-3.6-9.pkg.tar.xz
CMD: pacman --query --file /mirror/usb_modeswitch-2.3.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/perl-encode-locale-1.05-1.pkg.tar.xz
CMD: pacman --query --file /mirror/mencoder-37857-1.pkg.tar.xz
CMD: pacman --query --file /mirror/gst-transcoder-1.8.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python-unicodecsv-0.14.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/emacs-pkgbuild-mode-0.14-1.pkg.tar.xz
CMD: pacman --query --file /mirror/intel-ucode-20151106-1.pkg.tar.xz
CMD: pacman --query --file /mirror/transcode-1.1.7-19.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-ukpostcodeparser-1.0.3.20150130-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-qrencode-1.01-9.pkg.tar.xz
CMD: pacman --query --file /mirror/gnome-code-assistance-3.16.0-4.pkg.tar.xz
CMD: pacman --query --file /mirror/ode-0.13.1-2.pkg.tar.xz
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/usr/lib/libode.so.4.1.0
/sysroot/usr/lib/libode.so.4
/sysroot/usr/lib/libode.so
/sysroot/usr/lib/libode.la
/sysroot/usr/lib/libode.a
/sysroot/usr/lib/pkgconfig/ode.pc
/sysroot/usr/include/ode/collision.h
/sysroot/usr/include/ode/collision_space.h
/sysroot/usr/include/ode/collision_trimesh.h
/sysroot/usr/include/ode/common.h
/sysroot/usr/include/ode/compatibility.h
/sysroot/usr/include/ode/contact.h
/sysroot/usr/include/ode/error.h
/sysroot/usr/include/ode/export-dif.h
/sysroot/usr/include/ode/precision.h
/sysroot/usr/include/ode/mass.h
/sysroot/usr/include/ode/matrix.h
/sysroot/usr/include/ode/memory.h
/sysroot/usr/include/ode/misc.h
/sysroot/usr/include/ode/version.h
/sysroot/usr/include/ode/objects.h
/sysroot/usr/include/ode/ode.h
/sysroot/usr/include/ode/odeconfig.h
/sysroot/usr/include/ode/odecpp.h
/sysroot/usr/include/ode/odecpp_collision.h
/sysroot/usr/include/ode/odeinit.h
/sysroot/usr/include/ode/odemath.h
/sysroot/usr/include/ode/odemath_legacy.h
/sysroot/usr/include/ode/rotation.h
/sysroot/usr/include/ode/threading.h
/sysroot/usr/include/ode/threading_impl.h
/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
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
Attempting to access local repository, attempt 2
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 --host=x86_64-unknown-linux --prefix=/usr --enable-shared --enable-libccd --enable-double-precision
## --------- ##
## Platform. ##
## --------- ##
hostname = 0505d6080c70
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/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: x86_64-unknown-linux-gnu
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 x86_64-unknown-linux-strip
configure:3038: result: no
configure:3048: checking for strip
configure:3064: found /sysroot/bin/strip
configure:3075: result: 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: clang++ --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:3543: $? = 0
configure:3532: clang++ -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:3543: $? = 0
configure:3532: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3543: $? = 1
configure:3532: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3543: $? = 1
configure:3563: checking whether the C++ compiler works
configure:3585: clang++ 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: clang++ -o conftest conftest.cpp >&5
configure:3659: $? = 0
configure:3681: result:
configure:3703: checking whether we are cross compiling
configure:3711: clang++ -o conftest conftest.cpp >&5
configure:3715: $? = 0
configure:3722: ./conftest
./conftest: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
configure:3726: $? = 127
configure:3741: result: yes
configure:3746: checking for suffix of object files
configure:3768: clang++ -c conftest.cpp >&5
configure:3772: $? = 0
configure:3793: result: o
configure:3797: checking whether we are using the GNU C++ compiler
configure:3816: clang++ -c conftest.cpp >&5
configure:3816: $? = 0
configure:3825: result: yes
configure:3834: checking whether clang++ accepts -g
configure:3854: clang++ -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 clang++
configure:4094: result: gcc3
configure:4117: checking for x86_64-unknown-linux-gcc
configure:4144: result: clang
configure:4413: checking for C compiler version
configure:4422: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:4433: $? = 0
configure:4422: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:4433: $? = 0
configure:4422: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:4433: $? = 1
configure:4422: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:4433: $? = 1
configure:4437: checking whether we are using the GNU C compiler
configure:4456: clang -c conftest.c >&5
configure:4456: $? = 0
configure:4465: result: yes
configure:4474: checking whether clang accepts -g
configure:4494: clang -c -g conftest.c >&5
configure:4494: $? = 0
configure:4535: result: yes
configure:4552: checking for clang option to accept ISO C89
configure:4615: clang -c conftest.c >&5
configure:4615: $? = 0
configure:4628: result: none needed
configure:4653: checking whether clang understands -c and -o together
configure:4675: clang -c conftest.c -o conftest2.o
configure:4678: $? = 0
configure:4675: clang -c conftest.c -o conftest2.o
configure:4678: $? = 0
configure:4690: result: yes
configure:4709: checking dependency style of clang
configure:4820: result: gcc3
configure:4841: checking how to run the C preprocessor
configure:4872: clang -E conftest.c
configure:4872: $? = 0
configure:4886: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -E
configure:4931: clang -E conftest.c
configure:4931: $? = 0
configure:4945: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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 clang
configure:5498: result: /sysroot/bin/ld
configure:5505: checking if the linker (/sysroot/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/nm -B
configure:5711: checking the name lister (/sysroot/bin/nm -B) interface
configure:5718: clang -c conftest.c >&5
configure:5721: /sysroot/bin/nm -B "conftest.o"
configure:5724: output
0000000000000000 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 x86_64-unknown-linux-gnu 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/bin/ld option to reload object files
configure:6018: result: -r
configure:6052: checking for x86_64-unknown-linux-objdump
configure:6082: result: no
configure:6092: checking for objdump
configure:6108: found /sysroot/bin/objdump
configure:6119: result: objdump
configure:6131: WARNING: using cross tools not prefixed with host triplet
configure:6148: checking how to recognize dependent libraries
configure:6350: result: pass_all
configure:6395: checking for x86_64-unknown-linux-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 x86_64-unknown-linux-ar
configure:6566: result: no
configure:6580: checking for ar
configure:6596: found /sysroot/bin/ar
configure:6607: result: ar
configure:6644: checking for archiver @FILE support
configure:6661: clang -c conftest.c >&5
configure:6661: $? = 0
configure:6664: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
configure:6667: $? = 0
configure:6672: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
/r: conftest.o: No such file or directory
configure:6675: $? = 1
configure:6687: result: @
configure:6705: checking for x86_64-unknown-linux-strip
configure:6732: result: strip
configure:6804: checking for x86_64-unknown-linux-ranlib
configure:6834: result: no
configure:6844: checking for ranlib
configure:6860: found /sysroot/bin/ranlib
configure:6871: result: ranlib
configure:6973: checking command to parse /sysroot/bin/nm -B output from clang object
configure:7093: clang -c conftest.c >&5
configure:7096: $? = 0
configure:7100: /sysroot/bin/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: clang -o conftest conftest.c conftstm.o >&5
configure:7172: $? = 0
configure:7210: result: ok
configure:7247: checking for sysroot
configure:7277: result: no
configure:7354: clang -c conftest.c >&5
configure:7357: $? = 0
configure:7493: checking for x86_64-unknown-linux-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: clang -c conftest.c >&5
configure:8255: $? = 0
configure:8339: result: yes
configure:8352: checking for sys/types.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8352: checking for sys/stat.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8352: checking for stdlib.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8352: checking for string.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8352: checking for memory.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8352: checking for strings.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8352: checking for inttypes.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8352: checking for stdint.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8352: checking for unistd.h
configure:8352: clang -c conftest.c >&5
configure:8352: $? = 0
configure:8352: result: yes
configure:8366: checking for dlfcn.h
configure:8366: clang -c conftest.c >&5
configure:8366: $? = 0
configure:8366: result: yes
configure:8880: checking for objdir
configure:8895: result: .libs
configure:9166: checking if clang supports -fno-rtti -fno-exceptions
configure:9184: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:9188: $? = 0
configure:9201: result: yes
configure:9528: checking for clang option to produce PIC
configure:9535: result: -fPIC -DPIC
configure:9543: checking if clang PIC flag -fPIC -DPIC works
configure:9561: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:9565: $? = 0
configure:9578: result: yes
configure:9607: checking if clang static flag -static works
configure:9635: result: no
configure:9650: checking if clang supports -c -o file.o
configure:9671: clang -c -o out/conftest2.o conftest.c >&5
configure:9675: $? = 0
configure:9697: result: yes
configure:9705: checking if clang supports -c -o file.o
configure:9752: result: yes
configure:9785: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:10939: result: yes
configure:10976: checking whether -lc should be explicitly linked in
configure:10984: clang -c conftest.c >&5
configure:10987: $? = 0
configure:11002: clang -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: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11690: $? = 0
configure:11714: clang -c conftest.c >&5
configure:11717: $? = 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: clang++ -E conftest.cpp
configure:12729: $? = 0
configure:12743: clang++ -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang++ -E
configure:12788: clang++ -E conftest.cpp
configure:12788: $? = 0
configure:12802: clang++ -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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 clang++
configure:13038: result: /sysroot/bin/ld -m elf_x86_64
configure:13045: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
configure:13060: result: yes
configure:13115: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:14121: result: yes
configure:14157: clang++ -c conftest.cpp >&5
configure:14160: $? = 0
configure:14680: checking for clang++ option to produce PIC
configure:14687: result: -fPIC -DPIC
configure:14695: checking if clang++ PIC flag -fPIC -DPIC works
configure:14713: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14717: $? = 0
configure:14730: result: yes
configure:14753: checking if clang++ static flag -static works
configure:14781: result: no
configure:14793: checking if clang++ supports -c -o file.o
configure:14814: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:14818: $? = 0
configure:14840: result: yes
configure:14845: checking if clang++ supports -c -o file.o
configure:14892: result: yes
configure:14922: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:14961: result: yes
configure:15102: checking dynamic linker characteristics
configure:15571: clang++ -c conftest.cpp >&5
configure:15574: $? = 0
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 x86_64-unknown-linux-windres
configure:15965: result: no
configure:15979: checking for windres
configure:16009: result: no
configure:16031: checking whether byte ordering is bigendian
configure:16046: clang -c conftest.c >&5
conftest.c:24:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:24:14: error: expected ';' after top level declarator
not a universal capable compiler
^
;
2 errors generated.
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: clang -c conftest.c >&5
configure:16091: $? = 0
configure:16109: clang -c conftest.c >&5
conftest.c:30:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:16109: $? = 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 BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:16237: result: no
configure:16255: checking for inline
configure:16271: clang -c conftest.c >&5
configure:16271: $? = 0
configure:16279: result: inline
configure:16297: checking for working volatile
configure:16316: clang -c conftest.c >&5
configure:16316: $? = 0
configure:16323: result: yes
configure:16341: checking for x86_64-unknown-linux-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:16439: checking pkg-config is at least version 0.9.0
configure:16442: result: yes
configure:16489: checking alloca.h usability
configure:16489: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking alloca.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking stdio.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking math.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking stdarg.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking malloc.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking float.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking time.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking sys/time.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking limits.h presence
configure:16489: clang -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: clang -c conftest.c >&5
configure:16489: $? = 0
configure:16489: result: yes
configure:16489: checking stddef.h presence
configure:16489: clang -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: clang -c conftest.c >&5
conftest.c:49:10: fatal error: 'GL/gl.h' file not found
#include
^
1 error generated.
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 X86_64_SYSTEM 1
| #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: clang -c conftest.c >&5
conftest.c:49:10: fatal error: 'GL/glu.h' file not found
#include
^
1 error generated.
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 X86_64_SYSTEM 1
| #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: clang -c conftest.c >&5
conftest.c:49:10: fatal error: 'GL/glext.h' file not found
#include
^
1 error generated.
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 X86_64_SYSTEM 1
| #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: clang -o conftest conftest.c -lGL >&5
/sysroot/bin/ld: error: cannot find -lGL
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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: clang -o conftest conftest.c -lGLU -lGL >&5
/sysroot/bin/ld: error: cannot find -lGLU
/sysroot/bin/ld: error: cannot find -lGL
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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: clang -o conftest conftest.c -lopengl32 >&5
/sysroot/bin/ld: error: cannot find -lopengl32
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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: clang -o conftest conftest.c -lglu32 -lopengl32 >&5
/sysroot/bin/ld: error: cannot find -lglu32
/sysroot/bin/ld: error: cannot find -lopengl32
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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: clang -o conftest conftest.c -lstdc++ >&5
configure:16934: $? = 0
configure:16943: result: yes
configure:16952: checking for main in -lpthread
configure:16971: clang -o conftest conftest.c -lpthread >&5
configure:16971: $? = 0
configure:16980: result: yes
configure:17014: checking for gprof
configure:17064: result: no
configure:17069: checking for stdbool.h that conforms to C99
configure:17136: clang -c conftest.c >&5
conftest.c:87:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
bool e = &s;
~ ^
conftest.c:91:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:91:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:91:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:91:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:91:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:91:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:91:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:91:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:92:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:92:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:92:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
12 warnings generated.
configure:17136: $? = 0
configure:17143: result: yes
configure:17145: checking for _Bool
configure:17145: clang -c conftest.c >&5
configure:17145: $? = 0
configure:17145: clang -c conftest.c >&5
conftest.c:74:20: error: expected expression
if (sizeof ((_Bool)))
^
1 error generated.
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 X86_64_SYSTEM 1
| #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: clang -c conftest.c >&5
configure:17204: $? = 0
configure:17204: clang -c conftest.c >&5
conftest.c:77:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
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 X86_64_SYSTEM 1
| #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: clang -o conftest conftest.c -lpthread >&5
conftest.c:73:18: fatal error: 'obstack.h' file not found
#include "obstack.h"
^
1 error generated.
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 X86_64_SYSTEM 1
| #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: clang -c conftest.c >&5
configure:17259: $? = 0
configure:17259: clang -c conftest.c >&5
conftest.c:76:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
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 X86_64_SYSTEM 1
| #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: clang -c conftest.c >&5
configure:17270: $? = 0
configure:17270: result: yes
configure:17285: checking for main in -lm
configure:17304: clang -o conftest conftest.c -lm -lpthread >&5
configure:17304: $? = 0
configure:17313: result: yes
configure:17324: checking for main in -lsunmath
configure:17343: clang -o conftest conftest.c -lsunmath -lm -lpthread >&5
/sysroot/bin/ld: error: cannot find -lsunmath
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:64:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
char floor ();
^
conftest.c:64:6: note: 'floor' is a builtin with type 'double (double)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for memmove
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:65:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:65:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for memset
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:66:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:66:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for sqrt
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:67:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
char sqrt ();
^
conftest.c:67:6: note: 'sqrt' is a builtin with type 'double (double)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for sqrtf
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:68:6: warning: incompatible redeclaration of library function 'sqrtf' [-Wincompatible-library-redeclaration]
char sqrtf ();
^
conftest.c:68:6: note: 'sqrtf' is a builtin with type 'float (float)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for sinf
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:69:6: warning: incompatible redeclaration of library function 'sinf' [-Wincompatible-library-redeclaration]
char sinf ();
^
conftest.c:69:6: note: 'sinf' is a builtin with type 'float (float)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for cosf
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:70:6: warning: incompatible redeclaration of library function 'cosf' [-Wincompatible-library-redeclaration]
char cosf ();
^
conftest.c:70:6: note: 'cosf' is a builtin with type 'float (float)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for fabsf
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:71:6: warning: incompatible redeclaration of library function 'fabsf' [-Wincompatible-library-redeclaration]
char fabsf ();
^
conftest.c:71:6: note: 'fabsf' is a builtin with type 'float (float)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for atan2f
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:72:6: warning: incompatible redeclaration of library function 'atan2f' [-Wincompatible-library-redeclaration]
char atan2f ();
^
conftest.c:72:6: note: 'atan2f' is a builtin with type 'float (float, float)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for fmodf
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:73:6: warning: incompatible redeclaration of library function 'fmodf' [-Wincompatible-library-redeclaration]
char fmodf ();
^
conftest.c:73:6: note: 'fmodf' is a builtin with type 'float (float, float)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for copysignf
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:74:6: warning: incompatible redeclaration of library function 'copysignf' [-Wincompatible-library-redeclaration]
char copysignf ();
^
conftest.c:74:6: note: 'copysignf' is a builtin with type 'float (float, float)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for copysign
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:75:6: warning: incompatible redeclaration of library function 'copysign' [-Wincompatible-library-redeclaration]
char copysign ();
^
conftest.c:75:6: note: 'copysign' is a builtin with type 'double (double, double)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for snprintf
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:76:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:76:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for vsnprintf
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:77:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:77:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for gettimeofday
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for isnan
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
/tmp/conftest-ca1bca.o:conftest.c:function main: error: undefined reference to 'isnan'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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
| /* 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: clang -o conftest conftest.c -lm -lpthread >&5
/tmp/conftest-b2a4cb.o:conftest.c:function main: error: undefined reference to 'isnanf'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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
| /* 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: clang -o conftest conftest.c -lm -lpthread >&5
/tmp/conftest-f0fe5c.o:conftest.c:function main: error: undefined reference to '_isnan'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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
| /* 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: clang -o conftest conftest.c -lm -lpthread >&5
/tmp/conftest-b4b430.o:conftest.c:function main: error: undefined reference to '_isnanf'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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
| /* 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: clang -o conftest conftest.c -lm -lpthread >&5
/tmp/conftest-3a66d9.o:conftest.c:function main: error: undefined reference to '__isnan'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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
| /* 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: clang -o conftest conftest.c -lm -lpthread >&5
/tmp/conftest-258047.o:conftest.c:function main: error: undefined reference to '__isnanf'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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
| /* 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 strchr
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:79:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
^
conftest.c:79:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for strstr
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
conftest.c:80:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
char strstr ();
^
conftest.c:80:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:17366: $? = 0
configure:17366: result: yes
configure:17366: checking for pthread_attr_setstacklazy
configure:17366: clang -o conftest conftest.c -lm -lpthread >&5
/tmp/conftest-a22ca0.o:conftest.c:function main: error: undefined reference to 'pthread_attr_setstacklazy'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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 X86_64_SYSTEM 1
| #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_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: clang -o conftest conftest.c -lm -lpthread >&5
configure:17394: $? = 0
configure:17402: result: yes
configure:17410: checking for alloca
configure:17447: clang -o conftest conftest.c -lm -lpthread >&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 0505d6080c70
config.status:1265: creating Makefile
config.status:1265: creating drawstuff/Makefile
config.status:1265: creating drawstuff/src/Makefile
config.status:1265: creating drawstuff/dstest/Makefile
config.status:1265: creating include/Makefile
config.status:1265: creating include/drawstuff/Makefile
config.status:1265: creating include/ode/Makefile
config.status:1265: creating include/ode/version.h
config.status:1265: creating include/ode/precision.h
config.status:1265: creating ode/Makefile
config.status:1265: creating ode/src/Makefile
config.status:1265: creating ode/src/joints/Makefile
config.status:1265: creating ode/demo/Makefile
config.status:1265: creating OPCODE/Makefile
config.status:1265: creating OPCODE/Ice/Makefile
config.status:1265: creating GIMPACT/Makefile
config.status:1265: creating GIMPACT/include/Makefile
config.status:1265: creating GIMPACT/include/GIMPACT/Makefile
config.status:1265: creating GIMPACT/src/Makefile
config.status:1265: creating tests/Makefile
config.status:1265: creating tests/joints/Makefile
config.status:1265: creating tests/UnitTest++/Makefile
config.status:1265: creating tests/UnitTest++/src/Makefile
config.status:1265: creating tests/UnitTest++/src/Posix/Makefile
config.status:1265: creating tests/UnitTest++/src/Win32/Makefile
config.status:1265: creating ode-config
config.status:1265: creating ode.pc
config.status:1265: creating ode/src/config.h
config.status:1494: executing depfiles commands
config.status:1494: 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' '--host=x86_64-unknown-linux' '--enable-shared' '--enable-libccd' '--enable-double-precision' 'host_alias=x86_64-unknown-linux' 'CXX=clang++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=clang' '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' '--host=x86_64-unknown-linux' '--enable-shared' '--enable-libccd' '--enable-double-precision' 'host_alias=x86_64-unknown-linux' 'CXX=clang++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=clang' '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=clang
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=clang++
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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___isnan=no
ac_cv_func___isnanf=no
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=no
ac_cv_func_isnanf=no
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=x86_64-unknown-linux-gnu
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=yes
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_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=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/bin/ld
lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
lt_cv_path_NM='/sysroot/bin/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=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
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='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='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXCPP='clang++ -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/bin/ld -m elf_x86_64'
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 -lpthread'
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/nm -B'
NMEDIT=''
OBJDUMP='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='ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='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='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=''
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='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
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 X86_64_SYSTEM 1
#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_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 --host=x86_64-unknown-linux --enable-shared --enable-libccd --enable-double-precision host_alias=x86_64-unknown-linux CXX=clang++ CXXFLAGS= LDFLAGS= CPPFLAGS= CC=clang CFLAGS= --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = 0505d6080c70
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/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: x86_64-unknown-linux-gnu
configure:2846: checking for x86_64-unknown-linux-gcc
configure:2873: result: clang
configure:3142: checking for C compiler version
configure:3151: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:3162: $? = 0
configure:3151: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:3162: $? = 0
configure:3151: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3162: $? = 1
configure:3151: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3162: $? = 1
configure:3182: checking whether the C compiler works
configure:3204: clang 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: clang -o conftest conftest.c >&5
configure:3278: $? = 0
configure:3300: result:
configure:3322: checking whether we are cross compiling
configure:3330: clang -o conftest conftest.c >&5
configure:3334: $? = 0
configure:3341: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:3345: $? = 127
configure:3360: result: yes
configure:3365: checking for suffix of object files
configure:3387: clang -c conftest.c >&5
configure:3391: $? = 0
configure:3412: result: o
configure:3416: checking whether we are using the GNU C compiler
configure:3435: clang -c conftest.c >&5
configure:3435: $? = 0
configure:3444: result: yes
configure:3453: checking whether clang accepts -g
configure:3473: clang -c -g conftest.c >&5
configure:3473: $? = 0
configure:3514: result: yes
configure:3531: checking for clang option to accept ISO C89
configure:3594: clang -c conftest.c >&5
configure:3594: $? = 0
configure:3607: result: none needed
configure:3632: checking whether clang understands -c and -o together
configure:3654: clang -c conftest.c -o conftest2.o
configure:3657: $? = 0
configure:3654: clang -c conftest.c -o conftest2.o
configure:3657: $? = 0
configure:3669: result: yes
configure:3692: checking how to run the C preprocessor
configure:3723: clang -E conftest.c
configure:3723: $? = 0
configure:3737: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -E
configure:3782: clang -E conftest.c
configure:3782: $? = 0
configure:3796: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -c conftest.c >&5
configure:3975: $? = 0
configure:4059: result: yes
configure:4072: checking for sys/types.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4072: checking for sys/stat.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4072: checking for stdlib.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4072: checking for string.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4072: checking for memory.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4072: checking for strings.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4072: checking for inttypes.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4072: checking for stdint.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4072: checking for unistd.h
configure:4072: clang -c conftest.c >&5
configure:4072: $? = 0
configure:4072: result: yes
configure:4085: checking minix/config.h usability
configure:4085: clang -c conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
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: clang -E conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
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: clang -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 x86_64-unknown-linux-strip
configure:4381: result: no
configure:4391: checking for strip
configure:4407: found /sysroot/bin/strip
configure:4418: result: strip
configure:4430: WARNING: using cross tools not prefixed with host triplet
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 clang
configure:4854: result: gcc3
configure:4919: checking target OS
configure:4950: result: unix
configure:5074: checking for C++ compiler version
configure:5083: clang++ --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:5094: $? = 0
configure:5083: clang++ -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:5094: $? = 0
configure:5083: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:5094: $? = 1
configure:5083: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:5094: $? = 1
configure:5098: checking whether we are using the GNU C++ compiler
configure:5117: clang++ -c conftest.cpp >&5
configure:5117: $? = 0
configure:5126: result: yes
configure:5135: checking whether clang++ accepts -g
configure:5155: clang++ -c -g conftest.cpp >&5
configure:5155: $? = 0
configure:5196: result: yes
configure:5221: checking dependency style of clang++
configure:5332: result: gcc3
configure:5355: checking for x86_64-unknown-linux-gcc
configure:5382: result: clang
configure:5651: checking for C compiler version
configure:5660: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:5671: $? = 0
configure:5660: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:5671: $? = 0
configure:5660: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:5671: $? = 1
configure:5660: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:5671: $? = 1
configure:5675: checking whether we are using the GNU C compiler
configure:5703: result: yes
configure:5712: checking whether clang accepts -g
configure:5773: result: yes
configure:5790: checking for clang option to accept ISO C89
configure:5866: result: none needed
configure:5891: checking whether clang understands -c and -o together
configure:5928: result: yes
configure:5949: checking for gawk
configure:5976: result: gawk
configure:5991: checking for x86_64-unknown-linux-ranlib
configure:6021: result: no
configure:6031: checking for ranlib
configure:6047: found /sysroot/bin/ranlib
configure:6058: result: ranlib
configure:6085: checking how to run the C preprocessor
configure:6155: result: clang -E
configure:6175: clang -E conftest.c
configure:6175: $? = 0
configure:6189: clang -E conftest.c
conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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 clang
configure:6861: result: /sysroot/bin/ld
configure:6868: checking if the linker (/sysroot/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/nm -B
configure:7074: checking the name lister (/sysroot/bin/nm -B) interface
configure:7081: clang++ -c conftest.cpp >&5
configure:7084: /sysroot/bin/nm -B "conftest.o"
configure:7087: output
0000000000000000 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 x86_64-unknown-linux-gnu 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/bin/ld option to reload object files
configure:7392: result: -r
configure:7426: checking for x86_64-unknown-linux-objdump
configure:7453: result: objdump
configure:7522: checking how to recognize dependent libraries
configure:7724: result: pass_all
configure:7769: checking for x86_64-unknown-linux-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 x86_64-unknown-linux-ar
configure:7940: result: no
configure:7954: checking for ar
configure:7970: found /sysroot/bin/ar
configure:7981: result: ar
configure:8018: checking for archiver @FILE support
configure:8035: clang++ -c conftest.cpp >&5
configure:8035: $? = 0
configure:8038: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
configure:8041: $? = 0
configure:8046: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
/r: conftest.o: No such file or directory
configure:8049: $? = 1
configure:8061: result: @
configure:8079: checking for x86_64-unknown-linux-strip
configure:8106: result: strip
configure:8178: checking for x86_64-unknown-linux-ranlib
configure:8205: result: ranlib
configure:8347: checking command to parse /sysroot/bin/nm -B output from clang object
configure:8467: clang++ -c conftest.cpp >&5
configure:8470: $? = 0
configure:8474: /sysroot/bin/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: clang++ -o conftest conftest.cpp conftstm.o >&5
configure:8546: $? = 0
configure:8584: result: ok
configure:8621: checking for sysroot
configure:8651: result: no
configure:8728: clang++ -c conftest.cpp >&5
configure:8731: $? = 0
configure:8867: checking for x86_64-unknown-linux-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: clang++ -c conftest.cpp >&5
configure:9610: $? = 0
configure:9610: result: yes
configure:9824: checking for objdir
configure:9839: result: .libs
configure:10106: checking if clang supports -fno-rtti -fno-exceptions
configure:10124: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:10128: $? = 0
configure:10141: result: yes
configure:10468: checking for clang option to produce PIC
configure:10475: result: -fPIC -DPIC
configure:10483: checking if clang PIC flag -fPIC -DPIC works
configure:10501: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:10505: $? = 0
configure:10518: result: yes
configure:10547: checking if clang static flag -static works
configure:10575: result: no
configure:10590: checking if clang supports -c -o file.o
configure:10611: clang -c -o out/conftest2.o conftest.c >&5
configure:10615: $? = 0
configure:10637: result: yes
configure:10645: checking if clang supports -c -o file.o
configure:10692: result: yes
configure:10725: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:11879: result: yes
configure:11916: checking whether -lc should be explicitly linked in
configure:11924: clang -c conftest.c >&5
configure:11927: $? = 0
configure:11942: clang -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: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12630: $? = 0
configure:12654: clang -c conftest.c >&5
configure:12657: $? = 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: clang++ -E conftest.cpp
configure:13669: $? = 0
configure:13683: clang++ -E conftest.cpp
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang++ -E
configure:13728: clang++ -E conftest.cpp
configure:13728: $? = 0
configure:13742: clang++ -E conftest.cpp
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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 clang++
configure:13978: result: /sysroot/bin/ld -m elf_x86_64
configure:13985: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
configure:14000: result: yes
configure:14055: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:15061: result: yes
configure:15097: clang++ -c conftest.cpp >&5
configure:15100: $? = 0
configure:15620: checking for clang++ option to produce PIC
configure:15627: result: -fPIC -DPIC
configure:15635: checking if clang++ PIC flag -fPIC -DPIC works
configure:15653: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15657: $? = 0
configure:15670: result: yes
configure:15693: checking if clang++ static flag -static works
configure:15721: result: no
configure:15733: checking if clang++ supports -c -o file.o
configure:15754: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:15758: $? = 0
configure:15780: result: yes
configure:15785: checking if clang++ supports -c -o file.o
configure:15832: result: yes
configure:15862: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:15901: result: yes
configure:16042: checking dynamic linker characteristics
configure:16511: clang++ -c conftest.cpp >&5
configure:16514: $? = 0
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: clang++ -o conftest conftest.cpp -lc >&5
configure:16892: $? = 0
configure:16901: result: yes
configure:16912: checking for main in -lpthread
configure:16931: clang++ -o conftest conftest.cpp -lpthread -lc >&5
configure:16931: $? = 0
configure:16940: result: yes
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: clang++ -c conftest.cpp >&5
configure:17074: $? = 0
configure:17074: result: yes
configure:17074: checking malloc.h presence
configure:17074: clang++ -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: clang++ -c conftest.cpp >&5
configure:17074: $? = 0
configure:17074: result: yes
configure:17074: checking stddef.h presence
configure:17074: clang++ -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: clang++ -c conftest.cpp >&5
conftest.cpp:86:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
bool e = &s;
~ ^
conftest.cpp:90:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.cpp:90:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.cpp:90:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.cpp:90:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.cpp:90:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.cpp:90:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.cpp:90:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.cpp:90:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.cpp:91:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.cpp:91:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.cpp:91:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
12 warnings generated.
configure:17153: $? = 0
configure:17160: result: yes
configure:17162: checking for _Bool
configure:17162: clang++ -c conftest.cpp >&5
conftest.cpp:73:13: error: use of undeclared identifier '_Bool'
if (sizeof (_Bool))
^
1 error generated.
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 HAVE_LIBPTHREAD 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: clang++ -c conftest.cpp >&5
configure:17245: $? = 0
configure:17252: result: yes
configure:17260: checking for inline
configure:17276: clang++ -c conftest.cpp >&5
configure:17276: $? = 0
configure:17284: result: inline
configure:17302: checking for int16_t
configure:17302: clang++ -c conftest.cpp >&5
configure:17302: $? = 0
configure:17302: clang++ -c conftest.cpp >&5
conftest.cpp:75:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
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 HAVE_LIBPTHREAD 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: clang++ -c conftest.cpp >&5
configure:17313: $? = 0
configure:17313: clang++ -c conftest.cpp >&5
conftest.cpp:75:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
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 HAVE_LIBPTHREAD 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: clang++ -c conftest.cpp >&5
configure:17324: $? = 0
configure:17324: clang++ -c conftest.cpp >&5
conftest.cpp:75:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
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 HAVE_LIBPTHREAD 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: clang++ -c conftest.cpp >&5
configure:17335: $? = 0
configure:17335: clang++ -c conftest.cpp >&5
conftest.cpp:75:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
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 HAVE_LIBPTHREAD 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: clang++ -c conftest.cpp >&5
configure:17346: $? = 0
configure:17346: clang++ -c conftest.cpp >&5
conftest.cpp:74:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
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 HAVE_LIBPTHREAD 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: clang++ -c conftest.cpp >&5
configure:17357: $? = 0
configure:17357: result: yes
configure:17369: checking for uint32_t
configure:17369: clang++ -c conftest.cpp >&5
configure:17369: $? = 0
configure:17369: result: yes
configure:17383: checking for uint64_t
configure:17383: clang++ -c conftest.cpp >&5
configure:17383: $? = 0
configure:17383: result: yes
configure:17397: checking for uint8_t
configure:17397: clang++ -c conftest.cpp >&5
configure:17397: $? = 0
configure:17397: result: yes
configure:17411: checking for working volatile
configure:17430: clang++ -c conftest.cpp >&5
configure:17430: $? = 0
configure:17437: result: yes
configure:17445: checking for ptrdiff_t
configure:17445: clang++ -c conftest.cpp >&5
configure:17445: $? = 0
configure:17445: clang++ -c conftest.cpp >&5
conftest.cpp:74:24: error: expected expression
if (sizeof ((ptrdiff_t)))
^
1 error generated.
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 HAVE_LIBPTHREAD 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: clang++ -o conftest conftest.cpp -lpthread -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 0505d6080c70
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=clang
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=clang++
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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
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=x86_64-unknown-linux-gnu
ac_cv_lib_c_main=yes
ac_cv_lib_pthread_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_FGREP='/usr/sbin/grep -F'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=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/bin/ld
lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
lt_cv_path_NM='/sysroot/bin/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=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
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='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='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=' -D_OU_NAMESPACE=odeou'
CXX='clang++'
CXXCPP='clang++ -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 -DHAVE_LIBPTHREAD=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/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lpthread -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/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='ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0'
ac_ct_AR='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=''
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='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
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 HAVE_LIBPTHREAD 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 --host=x86_64-unknown-linux --enable-shared --enable-libccd --enable-double-precision host_alias=x86_64-unknown-linux CXX=clang++ CXXFLAGS= LDFLAGS= CPPFLAGS= CC=clang CFLAGS= --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = 0505d6080c70
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/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 x86_64-unknown-linux-strip
configure:2670: result: no
configure:2680: checking for strip
configure:2696: found /sysroot/bin/strip
configure:2707: result: 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: clang++ --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:3143: $? = 0
configure:3132: clang++ -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:3143: $? = 0
configure:3132: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3143: $? = 1
configure:3132: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3143: $? = 1
configure:3163: checking whether the C++ compiler works
configure:3185: clang++ 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: clang++ -o conftest conftest.cpp >&5
configure:3259: $? = 0
configure:3281: result:
configure:3303: checking whether we are cross compiling
configure:3311: clang++ -o conftest conftest.cpp >&5
configure:3315: $? = 0
configure:3322: ./conftest
./conftest: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
configure:3326: $? = 127
configure:3341: result: yes
configure:3346: checking for suffix of object files
configure:3368: clang++ -c conftest.cpp >&5
configure:3372: $? = 0
configure:3393: result: o
configure:3397: checking whether we are using the GNU C++ compiler
configure:3416: clang++ -c conftest.cpp >&5
configure:3416: $? = 0
configure:3425: result: yes
configure:3434: checking whether clang++ accepts -g
configure:3454: clang++ -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 clang++
configure:3694: result: gcc3
configure:3717: checking for x86_64-unknown-linux-gcc
configure:3744: result: clang
configure:4013: checking for C compiler version
configure:4022: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:4033: $? = 0
configure:4022: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:4033: $? = 0
configure:4022: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:4033: $? = 1
configure:4022: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:4033: $? = 1
configure:4037: checking whether we are using the GNU C compiler
configure:4056: clang -c conftest.c >&5
configure:4056: $? = 0
configure:4065: result: yes
configure:4074: checking whether clang accepts -g
configure:4094: clang -c -g conftest.c >&5
configure:4094: $? = 0
configure:4135: result: yes
configure:4152: checking for clang option to accept ISO C89
configure:4215: clang -c conftest.c >&5
configure:4215: $? = 0
configure:4228: result: none needed
configure:4253: checking whether clang understands -c and -o together
configure:4275: clang -c conftest.c -o conftest2.o
configure:4278: $? = 0
configure:4275: clang -c conftest.c -o conftest2.o
configure:4278: $? = 0
configure:4290: result: yes
configure:4309: checking dependency style of clang
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: x86_64-unknown-linux-gnu
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 clang
configure:5008: result: /sysroot/bin/ld
configure:5015: checking if the linker (/sysroot/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/nm -B
configure:5221: checking the name lister (/sysroot/bin/nm -B) interface
configure:5228: clang -c conftest.c >&5
configure:5231: /sysroot/bin/nm -B "conftest.o"
configure:5234: output
0000000000000000 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 x86_64-unknown-linux-gnu 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/bin/ld option to reload object files
configure:5539: result: -r
configure:5573: checking for x86_64-unknown-linux-objdump
configure:5603: result: no
configure:5613: checking for objdump
configure:5629: found /sysroot/bin/objdump
configure:5640: result: objdump
configure:5652: WARNING: using cross tools not prefixed with host triplet
configure:5672: checking how to recognize dependent libraries
configure:5874: result: pass_all
configure:5919: checking for x86_64-unknown-linux-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 x86_64-unknown-linux-ar
configure:6093: result: no
configure:6107: checking for ar
configure:6123: found /sysroot/bin/ar
configure:6134: result: ar
configure:6171: checking for archiver @FILE support
configure:6188: clang -c conftest.c >&5
configure:6188: $? = 0
configure:6191: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
configure:6194: $? = 0
configure:6199: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
/r: conftest.o: No such file or directory
configure:6202: $? = 1
configure:6214: result: @
configure:6232: checking for x86_64-unknown-linux-strip
configure:6259: result: strip
configure:6331: checking for x86_64-unknown-linux-ranlib
configure:6361: result: no
configure:6371: checking for ranlib
configure:6387: found /sysroot/bin/ranlib
configure:6398: result: ranlib
configure:6500: checking command to parse /sysroot/bin/nm -B output from clang object
configure:6620: clang -c conftest.c >&5
configure:6623: $? = 0
configure:6627: /sysroot/bin/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: clang -o conftest conftest.c conftstm.o >&5
configure:6699: $? = 0
configure:6737: result: ok
configure:6774: checking for sysroot
configure:6804: result: no
configure:6881: clang -c conftest.c >&5
configure:6884: $? = 0
configure:7020: checking for x86_64-unknown-linux-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: clang -E conftest.c
configure:7797: $? = 0
configure:7811: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -E
configure:7856: clang -E conftest.c
configure:7856: $? = 0
configure:7870: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -c conftest.c >&5
configure:7919: $? = 0
configure:8003: result: yes
configure:8016: checking for sys/types.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8016: checking for sys/stat.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8016: checking for stdlib.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8016: checking for string.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8016: checking for memory.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8016: checking for strings.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8016: checking for inttypes.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8016: checking for stdint.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8016: checking for unistd.h
configure:8016: clang -c conftest.c >&5
configure:8016: $? = 0
configure:8016: result: yes
configure:8030: checking for dlfcn.h
configure:8030: clang -c conftest.c >&5
configure:8030: $? = 0
configure:8030: result: yes
configure:8217: checking for objdir
configure:8232: result: .libs
configure:8499: checking if clang supports -fno-rtti -fno-exceptions
configure:8517: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:8521: $? = 0
configure:8534: result: yes
configure:8861: checking for clang option to produce PIC
configure:8868: result: -fPIC -DPIC
configure:8876: checking if clang PIC flag -fPIC -DPIC works
configure:8894: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:8898: $? = 0
configure:8911: result: yes
configure:8940: checking if clang static flag -static works
configure:8968: result: no
configure:8983: checking if clang supports -c -o file.o
configure:9004: clang -c -o out/conftest2.o conftest.c >&5
configure:9008: $? = 0
configure:9030: result: yes
configure:9038: checking if clang supports -c -o file.o
configure:9085: result: yes
configure:9118: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:10272: result: yes
configure:10309: checking whether -lc should be explicitly linked in
configure:10317: clang -c conftest.c >&5
configure:10320: $? = 0
configure:10335: clang -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: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11023: $? = 0
configure:11047: clang -c conftest.c >&5
configure:11050: $? = 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: clang++ -E conftest.cpp
configure:12062: $? = 0
configure:12076: clang++ -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang++ -E
configure:12121: clang++ -E conftest.cpp
configure:12121: $? = 0
configure:12135: clang++ -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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 clang++
configure:12371: result: /sysroot/bin/ld -m elf_x86_64
configure:12378: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
configure:12393: result: yes
configure:12448: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:13454: result: yes
configure:13490: clang++ -c conftest.cpp >&5
configure:13493: $? = 0
configure:14013: checking for clang++ option to produce PIC
configure:14020: result: -fPIC -DPIC
configure:14028: checking if clang++ PIC flag -fPIC -DPIC works
configure:14046: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14050: $? = 0
configure:14063: result: yes
configure:14086: checking if clang++ static flag -static works
configure:14114: result: no
configure:14126: checking if clang++ supports -c -o file.o
configure:14147: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:14151: $? = 0
configure:14173: result: yes
configure:14178: checking if clang++ supports -c -o file.o
configure:14225: result: yes
configure:14255: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:14294: result: yes
configure:14435: checking dynamic linker characteristics
configure:14904: clang++ -c conftest.cpp >&5
configure:14907: $? = 0
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: clang -o conftest conftest.c -lm >&5
configure:15284: $? = 0
configure:15293: result: yes
configure:15305: checking for main in -lrt
configure:15324: clang -o conftest conftest.c -lrt -lm >&5
configure:15324: $? = 0
configure:15333: result: yes
configure:15349: checking float.h usability
configure:15349: clang -c conftest.c >&5
configure:15349: $? = 0
configure:15349: result: yes
configure:15349: checking float.h presence
configure:15349: clang -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: clang -c conftest.c >&5
configure:15361: $? = 0
configure:15361: clang -c conftest.c >&5
conftest.c:65:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
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_LIBRT 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: clang -c conftest.c >&5
configure:15374: $? = 0
configure:15374: clang -c conftest.c >&5
conftest.c:65:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
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_LIBRT 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: clang -c conftest.c >&5
conftest.c:62:10: fatal error: 'vfork.h' file not found
#include
^
1 error generated.
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_LIBRT 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: clang -E conftest.c
conftest.c:29:10: fatal error: 'vfork.h' file not found
#include
^
1 error generated.
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_LIBRT 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: clang -o conftest conftest.c -lrt -lm >&5
configure:15400: $? = 0
configure:15400: result: yes
configure:15400: checking for vfork
configure:15400: clang -o conftest conftest.c -lrt -lm >&5
conftest.c:53:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
char vfork ();
^
conftest.c:53:6: note: 'vfork' is a builtin with type 'int (void)'
1 warning generated.
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: clang -o conftest conftest.c -lrt -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 0505d6080c70
config.status:1159: creating Makefile
config.status:1159: creating src/Makefile
config.status:1159: creating src/ccd/precision.h
config.status:1159: creating src/testsuites/Makefile
config.status:1159: creating src/testsuites/cu/Makefile
config.status:1159: creating src/config.h
config.status:1388: executing depfiles commands
config.status:1388: 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=clang
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=clang++
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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
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=x86_64-unknown-linux-gnu
ac_cv_lib_m_main=yes
ac_cv_lib_rt_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_FGREP='/usr/sbin/grep -F'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=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/bin/ld
lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
lt_cv_path_NM='/sysroot/bin/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=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
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='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='clang'
CCDEPMODE='depmode=gcc3'
CCD_PRECISION='CCD_DOUBLE'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXCPP='clang++ -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/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lrt -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/nm -B'
NMEDIT=''
OBJDUMP='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='ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.0'
ac_ct_AR='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=''
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='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
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_LIBRT 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