Build of liboil with clang_glibc toolchain

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

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

SLOCLanguage
47,351 ansic
18,866 makefile
10,222 sh
1,095 perl
1,072 asm
78,606 total

The process tree of the build process is here.

Log

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

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

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: liboil 0.3.17-3 (Thu Apr 13 18:57:41 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking nano version... 0 (release)
# 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/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 for /usr/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-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# 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... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/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... no
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for GLIB... yes
# checking whether to build gtk-doc documentation... no
# checking for gtkdoc-check... /usr/bin/gtkdoc-check
# checking if compiler supports gcc-style inline assembly... yes
# checking if compiler supports FPU instructions on PowerPC... no
# checking whether byte ordering is bigendian... no
# checking if unaligned memory access works correctly... yes
# checking for _ prefix in compiled symbols... no
# checking for stdint types... stdint.h (shortcircuit)
# make use of stdint.h in liboil/liboil-stdint.h (assuming C99 compatible system)
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for rint in -lm... yes
# checking for rintf in -lm... yes
# checking for lrint in -lm... yes
# checking for lrintf in -lm... yes
# checking for sincos in -lm... yes
# checking ieee754.h usability... yes
# checking ieee754.h presence... yes
# checking for ieee754.h... yes
# checking for inttypes.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking for gettimeofday... yes
# checking for sigaction... yes
# checking for sigsetjmp... no
# checking for cos in -lm... yes
# checking for clock_gettime in -lrt... yes
# checking for monotonic clocks... yes
# checking to see if compiler understands -Wall... yes
# checking if compiler supports MMX intrinsics... yes
# checking if compiler supports SSE intrinsics... yes
# checking if compiler supports SSE2 intrinsics... yes
# checking if compiler supports SSE3 intrinsics... yes
# checking if compiler supports 3DNOW intrinsics... yes
# checking if compiler supports 3DNOWEXT intrinsics... no
# checking if compiler supports ALTIVEC intrinsics... no
# checking if compiler supports 'pmaddubsw %%mm0, %%mm0' asm instruction... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating liboil/Makefile
# config.status: creating liboil/amd64/Makefile
# config.status: creating liboil/3dnow/Makefile
# config.status: creating liboil/c/Makefile
# config.status: creating liboil/colorspace/Makefile
# config.status: creating liboil/conv/Makefile
# config.status: creating liboil/copy/Makefile
# config.status: creating liboil/dct/Makefile
# config.status: creating liboil/deprecated/Makefile
# config.status: creating liboil/fb/Makefile
# config.status: creating liboil/i386/Makefile
# config.status: creating liboil/i386_amd64/Makefile
# config.status: creating liboil/jpeg/Makefile
# config.status: creating liboil/math/Makefile
# config.status: creating liboil/md5/Makefile
# config.status: creating liboil/mmx/Makefile
# config.status: creating liboil/motovec/Makefile
# config.status: creating liboil/powerpc/Makefile
# config.status: creating liboil/powerpc_asm_blocks/Makefile
# config.status: creating liboil/ref/Makefile
# config.status: creating liboil/simdpack/Makefile
# config.status: creating liboil/sse/Makefile
# config.status: creating liboil/utf8/Makefile
# config.status: creating liboil/arm/Makefile
# config.status: creating testsuite/Makefile
# config.status: creating testsuite/instruction/Makefile
# config.status: creating examples/Makefile
# config.status: creating examples/audioresample/Makefile
# config.status: creating examples/huffman/Makefile
# config.status: creating examples/jpeg/Makefile
# config.status: creating examples/md5/Makefile
# config.status: creating examples/taylor/Makefile
# config.status: creating examples/uberopt/Makefile
# config.status: creating examples/videoscale/Makefile
# config.status: creating examples/work/Makefile
# config.status: creating liboil-uninstalled.pc
# config.status: creating liboil.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing liboil/liboil-stdint.h commands
# config.status: creating liboil/liboil-stdint.h : _LIBOIL_LIBOIL_LIBOIL_STDINT_H
# cp liboil-uninstalled.pc liboil-0.3-uninstalled.pc
# make all-recursive
# make[1]: Entering directory '/tmp/liboil/src/liboil-0.3.17'
# Making all in liboil
# make[2]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil'
# Making all in c
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/c'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-ag_clamp.lo -MD -MP -MF .deps/lib_c_la-ag_clamp.Tpo -c -o lib_c_la-ag_clamp.lo `test -f 'ag_clamp.c' || echo './'`ag_clamp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-ag_clamp.lo -MD -MP -MF .deps/lib_c_la-ag_clamp.Tpo -c ag_clamp.c -fPIC -DPIC -o .libs/lib_c_la-ag_clamp.o
# In file included from ag_clamp.c:33:
# In file included from /usr/include/math.h:26:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/lib_c_la-ag_clamp.Tpo .deps/lib_c_la-ag_clamp.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-composite.lo -MD -MP -MF .deps/lib_c_la-composite.Tpo -c -o lib_c_la-composite.lo `test -f 'composite.c' || echo './'`composite.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-composite.lo -MD -MP -MF .deps/lib_c_la-composite.Tpo -c composite.c -fPIC -DPIC -o .libs/lib_c_la-composite.o
# In file included from composite.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/lib_c_la-composite.Tpo .deps/lib_c_la-composite.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-copy.lo -MD -MP -MF .deps/lib_c_la-copy.Tpo -c -o lib_c_la-copy.lo `test -f 'copy.c' || echo './'`copy.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-copy.lo -MD -MP -MF .deps/lib_c_la-copy.Tpo -c copy.c -fPIC -DPIC -o .libs/lib_c_la-copy.o
# In file included from copy.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/lib_c_la-copy.Tpo .deps/lib_c_la-copy.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-swab.lo -MD -MP -MF .deps/lib_c_la-swab.Tpo -c -o lib_c_la-swab.lo `test -f 'swab.c' || echo './'`swab.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-swab.lo -MD -MP -MF .deps/lib_c_la-swab.Tpo -c swab.c -fPIC -DPIC -o .libs/lib_c_la-swab.o
# In file included from swab.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/lib_c_la-swab.Tpo .deps/lib_c_la-swab.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-wavelet.lo -MD -MP -MF .deps/lib_c_la-wavelet.Tpo -c -o lib_c_la-wavelet.lo `test -f 'wavelet.c' || echo './'`wavelet.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT lib_c_la-wavelet.lo -MD -MP -MF .deps/lib_c_la-wavelet.Tpo -c wavelet.c -fPIC -DPIC -o .libs/lib_c_la-wavelet.o
# In file included from wavelet.c:2:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/lib_c_la-wavelet.Tpo .deps/lib_c_la-wavelet.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o lib_c.la lib_c_la-ag_clamp.lo lib_c_la-composite.lo lib_c_la-copy.lo lib_c_la-swab.lo lib_c_la-wavelet.lo
# libtool: link: ar cru .libs/lib_c.a .libs/lib_c_la-ag_clamp.o .libs/lib_c_la-composite.o .libs/lib_c_la-copy.o .libs/lib_c_la-swab.o .libs/lib_c_la-wavelet.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/lib_c.a
# libtool: link: ( cd ".libs" && rm -f "lib_c.la" && ln -s "../lib_c.la" "lib_c.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/c'
# Making all in colorspace
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/colorspace'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcolorspace_la-composite.lo -MD -MP -MF .deps/libcolorspace_la-composite.Tpo -c -o libcolorspace_la-composite.lo `test -f 'composite.c' || echo './'`composite.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcolorspace_la-composite.lo -MD -MP -MF .deps/libcolorspace_la-composite.Tpo -c composite.c -fPIC -DPIC -o .libs/libcolorspace_la-composite.o
# In file included from composite.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libcolorspace_la-composite.Tpo .deps/libcolorspace_la-composite.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libcolorspace.la libcolorspace_la-composite.lo
# libtool: link: ar cru .libs/libcolorspace.a .libs/libcolorspace_la-composite.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libcolorspace.a
# libtool: link: ( cd ".libs" && rm -f "libcolorspace.la" && ln -s "../libcolorspace.la" "libcolorspace.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/colorspace'
# Making all in conv
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/conv'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libconv_la-conv_c.lo -MD -MP -MF .deps/libconv_la-conv_c.Tpo -c -o libconv_la-conv_c.lo `test -f 'conv_c.c' || echo './'`conv_c.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libconv_la-conv_c.lo -MD -MP -MF .deps/libconv_la-conv_c.Tpo -c conv_c.c -fPIC -DPIC -o .libs/libconv_la-conv_c.o
# In file included from conv_c.c:31:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libconv_la-conv_c.Tpo .deps/libconv_la-conv_c.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libconv_la-conv_bitstuff.lo -MD -MP -MF .deps/libconv_la-conv_bitstuff.Tpo -c -o libconv_la-conv_bitstuff.lo `test -f 'conv_bitstuff.c' || echo './'`conv_bitstuff.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libconv_la-conv_bitstuff.lo -MD -MP -MF .deps/libconv_la-conv_bitstuff.Tpo -c conv_bitstuff.c -fPIC -DPIC -o .libs/libconv_la-conv_bitstuff.o
# In file included from conv_bitstuff.c:31:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libconv_la-conv_bitstuff.Tpo .deps/libconv_la-conv_bitstuff.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libconv_la-conv_misc.lo -MD -MP -MF .deps/libconv_la-conv_misc.Tpo -c -o libconv_la-conv_misc.lo `test -f 'conv_misc.c' || echo './'`conv_misc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libconv_la-conv_misc.lo -MD -MP -MF .deps/libconv_la-conv_misc.Tpo -c conv_misc.c -fPIC -DPIC -o .libs/libconv_la-conv_misc.o
# In file included from conv_misc.c:31:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libconv_la-conv_misc.Tpo .deps/libconv_la-conv_misc.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libconv.la libconv_la-conv_c.lo libconv_la-conv_bitstuff.lo libconv_la-conv_misc.lo
# libtool: link: ar cru .libs/libconv.a .libs/libconv_la-conv_c.o .libs/libconv_la-conv_bitstuff.o .libs/libconv_la-conv_misc.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libconv.a
# libtool: link: ( cd ".libs" && rm -f "libconv.la" && ln -s "../libconv.la" "libconv.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/conv'
# Making all in copy
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/copy'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcopy_la-copy.lo -MD -MP -MF .deps/libcopy_la-copy.Tpo -c -o libcopy_la-copy.lo `test -f 'copy.c' || echo './'`copy.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcopy_la-copy.lo -MD -MP -MF .deps/libcopy_la-copy.Tpo -c copy.c -fPIC -DPIC -o .libs/libcopy_la-copy.o
# In file included from copy.c:32:
# In file included from /usr/include/string.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libcopy_la-copy.Tpo .deps/libcopy_la-copy.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcopy_la-copy8x8.lo -MD -MP -MF .deps/libcopy_la-copy8x8.Tpo -c -o libcopy_la-copy8x8.lo `test -f 'copy8x8.c' || echo './'`copy8x8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcopy_la-copy8x8.lo -MD -MP -MF .deps/libcopy_la-copy8x8.Tpo -c copy8x8.c -fPIC -DPIC -o .libs/libcopy_la-copy8x8.o
# In file included from copy8x8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libcopy_la-copy8x8.Tpo .deps/libcopy_la-copy8x8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcopy_la-splat_ref.lo -MD -MP -MF .deps/libcopy_la-splat_ref.Tpo -c -o libcopy_la-splat_ref.lo `test -f 'splat_ref.c' || echo './'`splat_ref.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcopy_la-splat_ref.lo -MD -MP -MF .deps/libcopy_la-splat_ref.Tpo -c splat_ref.c -fPIC -DPIC -o .libs/libcopy_la-splat_ref.o
# In file included from splat_ref.c:31:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libcopy_la-splat_ref.Tpo .deps/libcopy_la-splat_ref.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcopy_la-trans8x8_c.lo -MD -MP -MF .deps/libcopy_la-trans8x8_c.Tpo -c -o libcopy_la-trans8x8_c.lo `test -f 'trans8x8_c.c' || echo './'`trans8x8_c.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libcopy_la-trans8x8_c.lo -MD -MP -MF .deps/libcopy_la-trans8x8_c.Tpo -c trans8x8_c.c -fPIC -DPIC -o .libs/libcopy_la-trans8x8_c.o
# In file included from trans8x8_c.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libcopy_la-trans8x8_c.Tpo .deps/libcopy_la-trans8x8_c.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libcopy.la libcopy_la-copy.lo libcopy_la-copy8x8.lo libcopy_la-splat_ref.lo libcopy_la-trans8x8_c.lo
# libtool: link: ar cru .libs/libcopy.a .libs/libcopy_la-copy.o .libs/libcopy_la-copy8x8.o .libs/libcopy_la-splat_ref.o .libs/libcopy_la-trans8x8_c.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libcopy.a
# libtool: link: ( cd ".libs" && rm -f "libcopy.la" && ln -s "../libcopy.la" "libcopy.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/copy'
# Making all in dct
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/dct'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-dct12_f32.lo -MD -MP -MF .deps/libdct_la-dct12_f32.Tpo -c -o libdct_la-dct12_f32.lo `test -f 'dct12_f32.c' || echo './'`dct12_f32.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-dct12_f32.lo -MD -MP -MF .deps/libdct_la-dct12_f32.Tpo -c dct12_f32.c -fPIC -DPIC -o .libs/libdct_la-dct12_f32.o
# In file included from dct12_f32.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-dct12_f32.Tpo .deps/libdct_la-dct12_f32.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-dct36_f32.lo -MD -MP -MF .deps/libdct_la-dct36_f32.Tpo -c -o libdct_la-dct36_f32.lo `test -f 'dct36_f32.c' || echo './'`dct36_f32.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-dct36_f32.lo -MD -MP -MF .deps/libdct_la-dct36_f32.Tpo -c dct36_f32.c -fPIC -DPIC -o .libs/libdct_la-dct36_f32.o
# In file included from dct36_f32.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-dct36_f32.Tpo .deps/libdct_la-dct36_f32.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-fdct8_f64.lo -MD -MP -MF .deps/libdct_la-fdct8_f64.Tpo -c -o libdct_la-fdct8_f64.lo `test -f 'fdct8_f64.c' || echo './'`fdct8_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-fdct8_f64.lo -MD -MP -MF .deps/libdct_la-fdct8_f64.Tpo -c fdct8_f64.c -fPIC -DPIC -o .libs/libdct_la-fdct8_f64.o
# In file included from fdct8_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-fdct8_f64.Tpo .deps/libdct_la-fdct8_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-fdct8x8_f64.lo -MD -MP -MF .deps/libdct_la-fdct8x8_f64.Tpo -c -o libdct_la-fdct8x8_f64.lo `test -f 'fdct8x8_f64.c' || echo './'`fdct8x8_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-fdct8x8_f64.lo -MD -MP -MF .deps/libdct_la-fdct8x8_f64.Tpo -c fdct8x8_f64.c -fPIC -DPIC -o .libs/libdct_la-fdct8x8_f64.o
# In file included from fdct8x8_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-fdct8x8_f64.Tpo .deps/libdct_la-fdct8x8_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-fdct8x8s_s16.lo -MD -MP -MF .deps/libdct_la-fdct8x8s_s16.Tpo -c -o libdct_la-fdct8x8s_s16.lo `test -f 'fdct8x8s_s16.c' || echo './'`fdct8x8s_s16.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-fdct8x8s_s16.lo -MD -MP -MF .deps/libdct_la-fdct8x8s_s16.Tpo -c fdct8x8s_s16.c -fPIC -DPIC -o .libs/libdct_la-fdct8x8s_s16.o
# In file included from fdct8x8s_s16.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-fdct8x8s_s16.Tpo .deps/libdct_la-fdct8x8s_s16.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-fdct8x8theora.lo -MD -MP -MF .deps/libdct_la-fdct8x8theora.Tpo -c -o libdct_la-fdct8x8theora.lo `test -f 'fdct8x8theora.c' || echo './'`fdct8x8theora.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-fdct8x8theora.lo -MD -MP -MF .deps/libdct_la-fdct8x8theora.Tpo -c fdct8x8theora.c -fPIC -DPIC -o .libs/libdct_la-fdct8x8theora.o
# In file included from fdct8x8theora.c:49:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-fdct8x8theora.Tpo .deps/libdct_la-fdct8x8theora.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-idct8_f64.lo -MD -MP -MF .deps/libdct_la-idct8_f64.Tpo -c -o libdct_la-idct8_f64.lo `test -f 'idct8_f64.c' || echo './'`idct8_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-idct8_f64.lo -MD -MP -MF .deps/libdct_la-idct8_f64.Tpo -c idct8_f64.c -fPIC -DPIC -o .libs/libdct_la-idct8_f64.o
# In file included from idct8_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-idct8_f64.Tpo .deps/libdct_la-idct8_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-idct8x8_c.lo -MD -MP -MF .deps/libdct_la-idct8x8_c.Tpo -c -o libdct_la-idct8x8_c.lo `test -f 'idct8x8_c.c' || echo './'`idct8x8_c.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-idct8x8_c.lo -MD -MP -MF .deps/libdct_la-idct8x8_c.Tpo -c idct8x8_c.c -fPIC -DPIC -o .libs/libdct_la-idct8x8_c.o
# In file included from idct8x8_c.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-idct8x8_c.Tpo .deps/libdct_la-idct8x8_c.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-imdct32_f32.lo -MD -MP -MF .deps/libdct_la-imdct32_f32.Tpo -c -o libdct_la-imdct32_f32.lo `test -f 'imdct32_f32.c' || echo './'`imdct32_f32.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-imdct32_f32.lo -MD -MP -MF .deps/libdct_la-imdct32_f32.Tpo -c imdct32_f32.c -fPIC -DPIC -o .libs/libdct_la-imdct32_f32.o
# In file included from imdct32_f32.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-imdct32_f32.Tpo .deps/libdct_la-imdct32_f32.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-idct8x8theora_ref.lo -MD -MP -MF .deps/libdct_la-idct8x8theora_ref.Tpo -c -o libdct_la-idct8x8theora_ref.lo `test -f 'idct8x8theora_ref.c' || echo './'`idct8x8theora_ref.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdct_la-idct8x8theora_ref.lo -MD -MP -MF .deps/libdct_la-idct8x8theora_ref.Tpo -c idct8x8theora_ref.c -fPIC -DPIC -o .libs/libdct_la-idct8x8theora_ref.o
# In file included from idct8x8theora_ref.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdct_la-idct8x8theora_ref.Tpo .deps/libdct_la-idct8x8theora_ref.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libdct.la libdct_la-dct12_f32.lo libdct_la-dct36_f32.lo libdct_la-fdct8_f64.lo libdct_la-fdct8x8_f64.lo libdct_la-fdct8x8s_s16.lo libdct_la-fdct8x8theora.lo libdct_la-idct8_f64.lo libdct_la-idct8x8_c.lo libdct_la-imdct32_f32.lo libdct_la-idct8x8theora_ref.lo
# libtool: link: ar cru .libs/libdct.a .libs/libdct_la-dct12_f32.o .libs/libdct_la-dct36_f32.o .libs/libdct_la-fdct8_f64.o .libs/libdct_la-fdct8x8_f64.o .libs/libdct_la-fdct8x8s_s16.o .libs/libdct_la-fdct8x8theora.o .libs/libdct_la-idct8_f64.o .libs/libdct_la-idct8x8_c.o .libs/libdct_la-imdct32_f32.o .libs/libdct_la-idct8x8theora_ref.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libdct.a
# libtool: link: ( cd ".libs" && rm -f "libdct.la" && ln -s "../libdct.la" "libdct.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/dct'
# Making all in jpeg
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/jpeg'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-convert8x8_c.lo -MD -MP -MF .deps/libjpeg_la-convert8x8_c.Tpo -c -o libjpeg_la-convert8x8_c.lo `test -f 'convert8x8_c.c' || echo './'`convert8x8_c.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-convert8x8_c.lo -MD -MP -MF .deps/libjpeg_la-convert8x8_c.Tpo -c convert8x8_c.c -fPIC -DPIC -o .libs/libjpeg_la-convert8x8_c.o
# In file included from convert8x8_c.c:31:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libjpeg_la-convert8x8_c.Tpo .deps/libjpeg_la-convert8x8_c.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-jpeg_rgb_decoder.lo -MD -MP -MF .deps/libjpeg_la-jpeg_rgb_decoder.Tpo -c -o libjpeg_la-jpeg_rgb_decoder.lo `test -f 'jpeg_rgb_decoder.c' || echo './'`jpeg_rgb_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-jpeg_rgb_decoder.lo -MD -MP -MF .deps/libjpeg_la-jpeg_rgb_decoder.Tpo -c jpeg_rgb_decoder.c -fPIC -DPIC -o .libs/libjpeg_la-jpeg_rgb_decoder.o
# In file included from jpeg_rgb_decoder.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libjpeg_la-jpeg_rgb_decoder.Tpo .deps/libjpeg_la-jpeg_rgb_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-quantize8x8_c.lo -MD -MP -MF .deps/libjpeg_la-quantize8x8_c.Tpo -c -o libjpeg_la-quantize8x8_c.lo `test -f 'quantize8x8_c.c' || echo './'`quantize8x8_c.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-quantize8x8_c.lo -MD -MP -MF .deps/libjpeg_la-quantize8x8_c.Tpo -c quantize8x8_c.c -fPIC -DPIC -o .libs/libjpeg_la-quantize8x8_c.o
# In file included from quantize8x8_c.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libjpeg_la-quantize8x8_c.Tpo .deps/libjpeg_la-quantize8x8_c.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-yuv2rgb_c.lo -MD -MP -MF .deps/libjpeg_la-yuv2rgb_c.Tpo -c -o libjpeg_la-yuv2rgb_c.lo `test -f 'yuv2rgb_c.c' || echo './'`yuv2rgb_c.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-yuv2rgb_c.lo -MD -MP -MF .deps/libjpeg_la-yuv2rgb_c.Tpo -c yuv2rgb_c.c -fPIC -DPIC -o .libs/libjpeg_la-yuv2rgb_c.o
# In file included from yuv2rgb_c.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libjpeg_la-yuv2rgb_c.Tpo .deps/libjpeg_la-yuv2rgb_c.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-zigzag8x8_c.lo -MD -MP -MF .deps/libjpeg_la-zigzag8x8_c.Tpo -c -o libjpeg_la-zigzag8x8_c.lo `test -f 'zigzag8x8_c.c' || echo './'`zigzag8x8_c.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libjpeg_la-zigzag8x8_c.lo -MD -MP -MF .deps/libjpeg_la-zigzag8x8_c.Tpo -c zigzag8x8_c.c -fPIC -DPIC -o .libs/libjpeg_la-zigzag8x8_c.o
# In file included from zigzag8x8_c.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libjpeg_la-zigzag8x8_c.Tpo .deps/libjpeg_la-zigzag8x8_c.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libjpeg.la libjpeg_la-convert8x8_c.lo libjpeg_la-jpeg_rgb_decoder.lo libjpeg_la-quantize8x8_c.lo libjpeg_la-yuv2rgb_c.lo libjpeg_la-zigzag8x8_c.lo
# libtool: link: ar cru .libs/libjpeg.a .libs/libjpeg_la-convert8x8_c.o .libs/libjpeg_la-jpeg_rgb_decoder.o .libs/libjpeg_la-quantize8x8_c.o .libs/libjpeg_la-yuv2rgb_c.o .libs/libjpeg_la-zigzag8x8_c.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libjpeg.a
# libtool: link: ( cd ".libs" && rm -f "libjpeg.la" && ln -s "../libjpeg.la" "libjpeg.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/jpeg'
# Making all in math
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/math'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmath_la-math.lo -MD -MP -MF .deps/libmath_la-math.Tpo -c -o libmath_la-math.lo `test -f 'math.c' || echo './'`math.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmath_la-math.lo -MD -MP -MF .deps/libmath_la-math.Tpo -c math.c -fPIC -DPIC -o .libs/libmath_la-math.o
# In file included from math.c:32:
# In file included from /usr/include/math.h:26:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libmath_la-math.Tpo .deps/libmath_la-math.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmath_la-ag_math.lo -MD -MP -MF .deps/libmath_la-ag_math.Tpo -c -o libmath_la-ag_math.lo `test -f 'ag_math.c' || echo './'`ag_math.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmath_la-ag_math.lo -MD -MP -MF .deps/libmath_la-ag_math.Tpo -c ag_math.c -fPIC -DPIC -o .libs/libmath_la-ag_math.o
# In file included from ag_math.c:33:
# In file included from /usr/include/math.h:26:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libmath_la-ag_math.Tpo .deps/libmath_la-ag_math.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libmath.la libmath_la-math.lo libmath_la-ag_math.lo
# libtool: link: ar cru .libs/libmath.a .libs/libmath_la-math.o .libs/libmath_la-ag_math.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmath.a
# libtool: link: ( cd ".libs" && rm -f "libmath.la" && ln -s "../libmath.la" "libmath.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/math'
# Making all in md5
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/md5'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmd5_la-md5.lo -MD -MP -MF .deps/libmd5_la-md5.Tpo -c -o libmd5_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmd5_la-md5.lo -MD -MP -MF .deps/libmd5_la-md5.Tpo -c md5.c -fPIC -DPIC -o .libs/libmd5_la-md5.o
# In file included from md5.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libmd5_la-md5.Tpo .deps/libmd5_la-md5.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libmd5.la libmd5_la-md5.lo
# libtool: link: ar cru .libs/libmd5.a .libs/libmd5_la-md5.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmd5.a
# libtool: link: ( cd ".libs" && rm -f "libmd5.la" && ln -s "../libmd5.la" "libmd5.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/md5'
# Making all in ref
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/ref'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-addc.lo -MD -MP -MF .deps/libref_la-addc.Tpo -c -o libref_la-addc.lo `test -f 'addc.c' || echo './'`addc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-addc.lo -MD -MP -MF .deps/libref_la-addc.Tpo -c addc.c -fPIC -DPIC -o .libs/libref_la-addc.o
# In file included from addc.c:2:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-addc.Tpo .deps/libref_la-addc.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-argb_paint.lo -MD -MP -MF .deps/libref_la-argb_paint.Tpo -c -o libref_la-argb_paint.lo `test -f 'argb_paint.c' || echo './'`argb_paint.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-argb_paint.lo -MD -MP -MF .deps/libref_la-argb_paint.Tpo -c argb_paint.c -fPIC -DPIC -o .libs/libref_la-argb_paint.o
# In file included from argb_paint.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-argb_paint.Tpo .deps/libref_la-argb_paint.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-ayuv2argb.lo -MD -MP -MF .deps/libref_la-ayuv2argb.Tpo -c -o libref_la-ayuv2argb.lo `test -f 'ayuv2argb.c' || echo './'`ayuv2argb.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-ayuv2argb.lo -MD -MP -MF .deps/libref_la-ayuv2argb.Tpo -c ayuv2argb.c -fPIC -DPIC -o .libs/libref_la-ayuv2argb.o
# In file included from ayuv2argb.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-ayuv2argb.Tpo .deps/libref_la-ayuv2argb.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-clamp.lo -MD -MP -MF .deps/libref_la-clamp.Tpo -c -o libref_la-clamp.lo `test -f 'clamp.c' || echo './'`clamp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-clamp.lo -MD -MP -MF .deps/libref_la-clamp.Tpo -c clamp.c -fPIC -DPIC -o .libs/libref_la-clamp.o
# In file included from clamp.c:31:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-clamp.Tpo .deps/libref_la-clamp.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-composite.lo -MD -MP -MF .deps/libref_la-composite.Tpo -c -o libref_la-composite.lo `test -f 'composite.c' || echo './'`composite.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-composite.lo -MD -MP -MF .deps/libref_la-composite.Tpo -c composite.c -fPIC -DPIC -o .libs/libref_la-composite.o
# In file included from composite.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-composite.Tpo .deps/libref_la-composite.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-convert.lo -MD -MP -MF .deps/libref_la-convert.Tpo -c -o libref_la-convert.lo `test -f 'convert.c' || echo './'`convert.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-convert.lo -MD -MP -MF .deps/libref_la-convert.Tpo -c convert.c -fPIC -DPIC -o .libs/libref_la-convert.o
# In file included from convert.c:31:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-convert.Tpo .deps/libref_la-convert.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-copy.lo -MD -MP -MF .deps/libref_la-copy.Tpo -c -o libref_la-copy.lo `test -f 'copy.c' || echo './'`copy.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-copy.lo -MD -MP -MF .deps/libref_la-copy.Tpo -c copy.c -fPIC -DPIC -o .libs/libref_la-copy.o
# In file included from copy.c:32:
# In file included from /usr/include/string.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-copy.Tpo .deps/libref_la-copy.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-copy8x8.lo -MD -MP -MF .deps/libref_la-copy8x8.Tpo -c -o libref_la-copy8x8.lo `test -f 'copy8x8.c' || echo './'`copy8x8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-copy8x8.lo -MD -MP -MF .deps/libref_la-copy8x8.Tpo -c copy8x8.c -fPIC -DPIC -o .libs/libref_la-copy8x8.o
# In file included from copy8x8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-copy8x8.Tpo .deps/libref_la-copy8x8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-diff8x8.lo -MD -MP -MF .deps/libref_la-diff8x8.Tpo -c -o libref_la-diff8x8.lo `test -f 'diff8x8.c' || echo './'`diff8x8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-diff8x8.lo -MD -MP -MF .deps/libref_la-diff8x8.Tpo -c diff8x8.c -fPIC -DPIC -o .libs/libref_la-diff8x8.o
# In file included from diff8x8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-diff8x8.Tpo .deps/libref_la-diff8x8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-diffsquaresum_f64.lo -MD -MP -MF .deps/libref_la-diffsquaresum_f64.Tpo -c -o libref_la-diffsquaresum_f64.lo `test -f 'diffsquaresum_f64.c' || echo './'`diffsquaresum_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-diffsquaresum_f64.lo -MD -MP -MF .deps/libref_la-diffsquaresum_f64.Tpo -c diffsquaresum_f64.c -fPIC -DPIC -o .libs/libref_la-diffsquaresum_f64.o
# In file included from diffsquaresum_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-diffsquaresum_f64.Tpo .deps/libref_la-diffsquaresum_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-diffsquaresum_f32.lo -MD -MP -MF .deps/libref_la-diffsquaresum_f32.Tpo -c -o libref_la-diffsquaresum_f32.lo `test -f 'diffsquaresum_f32.c' || echo './'`diffsquaresum_f32.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-diffsquaresum_f32.lo -MD -MP -MF .deps/libref_la-diffsquaresum_f32.Tpo -c diffsquaresum_f32.c -fPIC -DPIC -o .libs/libref_la-diffsquaresum_f32.o
# In file included from diffsquaresum_f32.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-diffsquaresum_f32.Tpo .deps/libref_la-diffsquaresum_f32.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-error8x8.lo -MD -MP -MF .deps/libref_la-error8x8.Tpo -c -o libref_la-error8x8.lo `test -f 'error8x8.c' || echo './'`error8x8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-error8x8.lo -MD -MP -MF .deps/libref_la-error8x8.Tpo -c error8x8.c -fPIC -DPIC -o .libs/libref_la-error8x8.o
# In file included from error8x8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-error8x8.Tpo .deps/libref_la-error8x8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-mas.lo -MD -MP -MF .deps/libref_la-mas.Tpo -c -o libref_la-mas.lo `test -f 'mas.c' || echo './'`mas.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-mas.lo -MD -MP -MF .deps/libref_la-mas.Tpo -c mas.c -fPIC -DPIC -o .libs/libref_la-mas.o
# In file included from mas.c:2:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-mas.Tpo .deps/libref_la-mas.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-math.lo -MD -MP -MF .deps/libref_la-math.Tpo -c -o libref_la-math.lo `test -f 'math.c' || echo './'`math.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-math.lo -MD -MP -MF .deps/libref_la-math.Tpo -c math.c -fPIC -DPIC -o .libs/libref_la-math.o
# In file included from math.c:32:
# In file included from /usr/include/math.h:26:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-math.Tpo .deps/libref_la-math.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-mix_u8.lo -MD -MP -MF .deps/libref_la-mix_u8.Tpo -c -o libref_la-mix_u8.lo `test -f 'mix_u8.c' || echo './'`mix_u8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-mix_u8.lo -MD -MP -MF .deps/libref_la-mix_u8.Tpo -c mix_u8.c -fPIC -DPIC -o .libs/libref_la-mix_u8.o
# In file included from mix_u8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-mix_u8.Tpo .deps/libref_la-mix_u8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-mt19937ar.lo -MD -MP -MF .deps/libref_la-mt19937ar.Tpo -c -o libref_la-mt19937ar.lo `test -f 'mt19937ar.c' || echo './'`mt19937ar.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-mt19937ar.lo -MD -MP -MF .deps/libref_la-mt19937ar.Tpo -c mt19937ar.c -fPIC -DPIC -o .libs/libref_la-mt19937ar.o
# In file included from mt19937ar.c:48:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-mt19937ar.Tpo .deps/libref_la-mt19937ar.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-mult8x8_s16.lo -MD -MP -MF .deps/libref_la-mult8x8_s16.Tpo -c -o libref_la-mult8x8_s16.lo `test -f 'mult8x8_s16.c' || echo './'`mult8x8_s16.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-mult8x8_s16.lo -MD -MP -MF .deps/libref_la-mult8x8_s16.Tpo -c mult8x8_s16.c -fPIC -DPIC -o .libs/libref_la-mult8x8_s16.o
# In file included from mult8x8_s16.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-mult8x8_s16.Tpo .deps/libref_la-mult8x8_s16.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-multsum.lo -MD -MP -MF .deps/libref_la-multsum.Tpo -c -o libref_la-multsum.lo `test -f 'multsum.c' || echo './'`multsum.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-multsum.lo -MD -MP -MF .deps/libref_la-multsum.Tpo -c multsum.c -fPIC -DPIC -o .libs/libref_la-multsum.o
# In file included from multsum.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-multsum.Tpo .deps/libref_la-multsum.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-recon8x8.lo -MD -MP -MF .deps/libref_la-recon8x8.Tpo -c -o libref_la-recon8x8.lo `test -f 'recon8x8.c' || echo './'`recon8x8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-recon8x8.lo -MD -MP -MF .deps/libref_la-recon8x8.Tpo -c recon8x8.c -fPIC -DPIC -o .libs/libref_la-recon8x8.o
# In file included from recon8x8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-recon8x8.Tpo .deps/libref_la-recon8x8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-resample.lo -MD -MP -MF .deps/libref_la-resample.Tpo -c -o libref_la-resample.lo `test -f 'resample.c' || echo './'`resample.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-resample.lo -MD -MP -MF .deps/libref_la-resample.Tpo -c resample.c -fPIC -DPIC -o .libs/libref_la-resample.o
# In file included from resample.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-resample.Tpo .deps/libref_la-resample.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-rgb.lo -MD -MP -MF .deps/libref_la-rgb.Tpo -c -o libref_la-rgb.lo `test -f 'rgb.c' || echo './'`rgb.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-rgb.lo -MD -MP -MF .deps/libref_la-rgb.Tpo -c rgb.c -fPIC -DPIC -o .libs/libref_la-rgb.o
# In file included from rgb.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-rgb.Tpo .deps/libref_la-rgb.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-rowcolsad8x8.lo -MD -MP -MF .deps/libref_la-rowcolsad8x8.Tpo -c -o libref_la-rowcolsad8x8.lo `test -f 'rowcolsad8x8.c' || echo './'`rowcolsad8x8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-rowcolsad8x8.lo -MD -MP -MF .deps/libref_la-rowcolsad8x8.Tpo -c rowcolsad8x8.c -fPIC -DPIC -o .libs/libref_la-rowcolsad8x8.o
# In file included from rowcolsad8x8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-rowcolsad8x8.Tpo .deps/libref_la-rowcolsad8x8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sad8x8.lo -MD -MP -MF .deps/libref_la-sad8x8.Tpo -c -o libref_la-sad8x8.lo `test -f 'sad8x8.c' || echo './'`sad8x8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sad8x8.lo -MD -MP -MF .deps/libref_la-sad8x8.Tpo -c sad8x8.c -fPIC -DPIC -o .libs/libref_la-sad8x8.o
# In file included from sad8x8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-sad8x8.Tpo .deps/libref_la-sad8x8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sad8x8_broken.lo -MD -MP -MF .deps/libref_la-sad8x8_broken.Tpo -c -o libref_la-sad8x8_broken.lo `test -f 'sad8x8_broken.c' || echo './'`sad8x8_broken.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sad8x8_broken.lo -MD -MP -MF .deps/libref_la-sad8x8_broken.Tpo -c sad8x8_broken.c -fPIC -DPIC -o .libs/libref_la-sad8x8_broken.o
# In file included from sad8x8_broken.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-sad8x8_broken.Tpo .deps/libref_la-sad8x8_broken.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sad8x8avg.lo -MD -MP -MF .deps/libref_la-sad8x8avg.Tpo -c -o libref_la-sad8x8avg.lo `test -f 'sad8x8avg.c' || echo './'`sad8x8avg.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sad8x8avg.lo -MD -MP -MF .deps/libref_la-sad8x8avg.Tpo -c sad8x8avg.c -fPIC -DPIC -o .libs/libref_la-sad8x8avg.o
# In file included from sad8x8avg.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-sad8x8avg.Tpo .deps/libref_la-sad8x8avg.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sincos_f64.lo -MD -MP -MF .deps/libref_la-sincos_f64.Tpo -c -o libref_la-sincos_f64.lo `test -f 'sincos_f64.c' || echo './'`sincos_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sincos_f64.lo -MD -MP -MF .deps/libref_la-sincos_f64.Tpo -c sincos_f64.c -fPIC -DPIC -o .libs/libref_la-sincos_f64.o
# In file included from sincos_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-sincos_f64.Tpo .deps/libref_la-sincos_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-splat.lo -MD -MP -MF .deps/libref_la-splat.Tpo -c -o libref_la-splat.lo `test -f 'splat.c' || echo './'`splat.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-splat.lo -MD -MP -MF .deps/libref_la-splat.Tpo -c splat.c -fPIC -DPIC -o .libs/libref_la-splat.o
# In file included from splat.c:31:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-splat.Tpo .deps/libref_la-splat.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-squaresum_f32.lo -MD -MP -MF .deps/libref_la-squaresum_f32.Tpo -c -o libref_la-squaresum_f32.lo `test -f 'squaresum_f32.c' || echo './'`squaresum_f32.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-squaresum_f32.lo -MD -MP -MF .deps/libref_la-squaresum_f32.Tpo -c squaresum_f32.c -fPIC -DPIC -o .libs/libref_la-squaresum_f32.o
# In file included from squaresum_f32.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-squaresum_f32.Tpo .deps/libref_la-squaresum_f32.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-squaresum_f64.lo -MD -MP -MF .deps/libref_la-squaresum_f64.Tpo -c -o libref_la-squaresum_f64.lo `test -f 'squaresum_f64.c' || echo './'`squaresum_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-squaresum_f64.lo -MD -MP -MF .deps/libref_la-squaresum_f64.Tpo -c squaresum_f64.c -fPIC -DPIC -o .libs/libref_la-squaresum_f64.o
# In file included from squaresum_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-squaresum_f64.Tpo .deps/libref_la-squaresum_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sum.lo -MD -MP -MF .deps/libref_la-sum.Tpo -c -o libref_la-sum.lo `test -f 'sum.c' || echo './'`sum.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sum.lo -MD -MP -MF .deps/libref_la-sum.Tpo -c sum.c -fPIC -DPIC -o .libs/libref_la-sum.o
# In file included from sum.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-sum.Tpo .deps/libref_la-sum.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sum_f64.lo -MD -MP -MF .deps/libref_la-sum_f64.Tpo -c -o libref_la-sum_f64.lo `test -f 'sum_f64.c' || echo './'`sum_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-sum_f64.lo -MD -MP -MF .deps/libref_la-sum_f64.Tpo -c sum_f64.c -fPIC -DPIC -o .libs/libref_la-sum_f64.o
# In file included from sum_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-sum_f64.Tpo .deps/libref_la-sum_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-swab.lo -MD -MP -MF .deps/libref_la-swab.Tpo -c -o libref_la-swab.lo `test -f 'swab.c' || echo './'`swab.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-swab.lo -MD -MP -MF .deps/libref_la-swab.Tpo -c swab.c -fPIC -DPIC -o .libs/libref_la-swab.o
# In file included from swab.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-swab.Tpo .deps/libref_la-swab.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-trans8x8.lo -MD -MP -MF .deps/libref_la-trans8x8.Tpo -c -o libref_la-trans8x8.lo `test -f 'trans8x8.c' || echo './'`trans8x8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-trans8x8.lo -MD -MP -MF .deps/libref_la-trans8x8.Tpo -c trans8x8.c -fPIC -DPIC -o .libs/libref_la-trans8x8.o
# In file included from trans8x8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-trans8x8.Tpo .deps/libref_la-trans8x8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-yuv.lo -MD -MP -MF .deps/libref_la-yuv.Tpo -c -o libref_la-yuv.lo `test -f 'yuv.c' || echo './'`yuv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-yuv.lo -MD -MP -MF .deps/libref_la-yuv.Tpo -c yuv.c -fPIC -DPIC -o .libs/libref_la-yuv.o
# In file included from yuv.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-yuv.Tpo .deps/libref_la-yuv.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-wavelet.lo -MD -MP -MF .deps/libref_la-wavelet.Tpo -c -o libref_la-wavelet.lo `test -f 'wavelet.c' || echo './'`wavelet.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libref_la-wavelet.lo -MD -MP -MF .deps/libref_la-wavelet.Tpo -c wavelet.c -fPIC -DPIC -o .libs/libref_la-wavelet.o
# In file included from wavelet.c:2:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libref_la-wavelet.Tpo .deps/libref_la-wavelet.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libref.la libref_la-addc.lo libref_la-argb_paint.lo libref_la-ayuv2argb.lo libref_la-clamp.lo libref_la-composite.lo libref_la-convert.lo libref_la-copy.lo libref_la-copy8x8.lo libref_la-diff8x8.lo libref_la-diffsquaresum_f64.lo libref_la-diffsquaresum_f32.lo libref_la-error8x8.lo libref_la-mas.lo libref_la-math.lo libref_la-mix_u8.lo libref_la-mt19937ar.lo libref_la-mult8x8_s16.lo libref_la-multsum.lo libref_la-recon8x8.lo libref_la-resample.lo libref_la-rgb.lo libref_la-rowcolsad8x8.lo libref_la-sad8x8.lo libref_la-sad8x8_broken.lo libref_la-sad8x8avg.lo libref_la-sincos_f64.lo libref_la-splat.lo libref_la-squaresum_f32.lo libref_la-squaresum_f64.lo libref_la-sum.lo libref_la-sum_f64.lo libref_la-swab.lo libref_la-trans8x8.lo libref_la-yuv.lo libref_la-wavelet.lo
# libtool: link: ar cru .libs/libref.a .libs/libref_la-addc.o .libs/libref_la-argb_paint.o .libs/libref_la-ayuv2argb.o .libs/libref_la-clamp.o .libs/libref_la-composite.o .libs/libref_la-convert.o .libs/libref_la-copy.o .libs/libref_la-copy8x8.o .libs/libref_la-diff8x8.o .libs/libref_la-diffsquaresum_f64.o .libs/libref_la-diffsquaresum_f32.o .libs/libref_la-error8x8.o .libs/libref_la-mas.o .libs/libref_la-math.o .libs/libref_la-mix_u8.o .libs/libref_la-mt19937ar.o .libs/libref_la-mult8x8_s16.o .libs/libref_la-multsum.o .libs/libref_la-recon8x8.o .libs/libref_la-resample.o .libs/libref_la-rgb.o .libs/libref_la-rowcolsad8x8.o .libs/libref_la-sad8x8.o .libs/libref_la-sad8x8_broken.o .libs/libref_la-sad8x8avg.o .libs/libref_la-sincos_f64.o .libs/libref_la-splat.o .libs/libref_la-squaresum_f32.o .libs/libref_la-squaresum_f64.o .libs/libref_la-sum.o .libs/libref_la-sum_f64.o .libs/libref_la-swab.o .libs/libref_la-trans8x8.o .libs/libref_la-yuv.o .libs/libref_la-wavelet.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libref.a
# libtool: link: ( cd ".libs" && rm -f "libref.la" && ln -s "../libref.la" "libref.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/ref'
# Making all in simdpack
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/simdpack'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-diffsquaresum_f64.lo -MD -MP -MF .deps/libsimdpack_la-diffsquaresum_f64.Tpo -c -o libsimdpack_la-diffsquaresum_f64.lo `test -f 'diffsquaresum_f64.c' || echo './'`diffsquaresum_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-diffsquaresum_f64.lo -MD -MP -MF .deps/libsimdpack_la-diffsquaresum_f64.Tpo -c diffsquaresum_f64.c -fPIC -DPIC -o .libs/libsimdpack_la-diffsquaresum_f64.o
# In file included from diffsquaresum_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-diffsquaresum_f64.Tpo .deps/libsimdpack_la-diffsquaresum_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-mix_u8.lo -MD -MP -MF .deps/libsimdpack_la-mix_u8.Tpo -c -o libsimdpack_la-mix_u8.lo `test -f 'mix_u8.c' || echo './'`mix_u8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-mix_u8.lo -MD -MP -MF .deps/libsimdpack_la-mix_u8.Tpo -c mix_u8.c -fPIC -DPIC -o .libs/libsimdpack_la-mix_u8.o
# In file included from mix_u8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-mix_u8.Tpo .deps/libsimdpack_la-mix_u8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-multsum.lo -MD -MP -MF .deps/libsimdpack_la-multsum.Tpo -c -o libsimdpack_la-multsum.lo `test -f 'multsum.c' || echo './'`multsum.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-multsum.lo -MD -MP -MF .deps/libsimdpack_la-multsum.Tpo -c multsum.c -fPIC -DPIC -o .libs/libsimdpack_la-multsum.o
# In file included from multsum.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-multsum.Tpo .deps/libsimdpack_la-multsum.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-sincos_f64.lo -MD -MP -MF .deps/libsimdpack_la-sincos_f64.Tpo -c -o libsimdpack_la-sincos_f64.lo `test -f 'sincos_f64.c' || echo './'`sincos_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-sincos_f64.lo -MD -MP -MF .deps/libsimdpack_la-sincos_f64.Tpo -c sincos_f64.c -fPIC -DPIC -o .libs/libsimdpack_la-sincos_f64.o
# In file included from sincos_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-sincos_f64.Tpo .deps/libsimdpack_la-sincos_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-squaresum_f64.lo -MD -MP -MF .deps/libsimdpack_la-squaresum_f64.Tpo -c -o libsimdpack_la-squaresum_f64.lo `test -f 'squaresum_f64.c' || echo './'`squaresum_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-squaresum_f64.lo -MD -MP -MF .deps/libsimdpack_la-squaresum_f64.Tpo -c squaresum_f64.c -fPIC -DPIC -o .libs/libsimdpack_la-squaresum_f64.o
# In file included from squaresum_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-squaresum_f64.Tpo .deps/libsimdpack_la-squaresum_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-sum_f64.lo -MD -MP -MF .deps/libsimdpack_la-sum_f64.Tpo -c -o libsimdpack_la-sum_f64.lo `test -f 'sum_f64.c' || echo './'`sum_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-sum_f64.lo -MD -MP -MF .deps/libsimdpack_la-sum_f64.Tpo -c sum_f64.c -fPIC -DPIC -o .libs/libsimdpack_la-sum_f64.o
# In file included from sum_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-sum_f64.Tpo .deps/libsimdpack_la-sum_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-abs_misc.lo -MD -MP -MF .deps/libsimdpack_la-abs_misc.Tpo -c -o libsimdpack_la-abs_misc.lo `test -f 'abs_misc.c' || echo './'`abs_misc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-abs_misc.lo -MD -MP -MF .deps/libsimdpack_la-abs_misc.Tpo -c abs_misc.c -fPIC -DPIC -o .libs/libsimdpack_la-abs_misc.o
# In file included from abs_misc.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-abs_misc.Tpo .deps/libsimdpack_la-abs_misc.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-average2_u8.lo -MD -MP -MF .deps/libsimdpack_la-average2_u8.Tpo -c -o libsimdpack_la-average2_u8.lo `test -f 'average2_u8.c' || echo './'`average2_u8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-average2_u8.lo -MD -MP -MF .deps/libsimdpack_la-average2_u8.Tpo -c average2_u8.c -fPIC -DPIC -o .libs/libsimdpack_la-average2_u8.o
# In file included from average2_u8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-average2_u8.Tpo .deps/libsimdpack_la-average2_u8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-clip_fast.lo -MD -MP -MF .deps/libsimdpack_la-clip_fast.Tpo -c -o libsimdpack_la-clip_fast.lo `test -f 'clip_fast.c' || echo './'`clip_fast.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-clip_fast.lo -MD -MP -MF .deps/libsimdpack_la-clip_fast.Tpo -c clip_fast.c -fPIC -DPIC -o .libs/libsimdpack_la-clip_fast.o
# In file included from clip_fast.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-clip_fast.Tpo .deps/libsimdpack_la-clip_fast.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-scalaradd.lo -MD -MP -MF .deps/libsimdpack_la-scalaradd.Tpo -c -o libsimdpack_la-scalaradd.lo `test -f 'scalaradd.c' || echo './'`scalaradd.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-scalaradd.lo -MD -MP -MF .deps/libsimdpack_la-scalaradd.Tpo -c scalaradd.c -fPIC -DPIC -o .libs/libsimdpack_la-scalaradd.o
# In file included from scalaradd.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-scalaradd.Tpo .deps/libsimdpack_la-scalaradd.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-scalarmult.lo -MD -MP -MF .deps/libsimdpack_la-scalarmult.Tpo -c -o libsimdpack_la-scalarmult.lo `test -f 'scalarmult.c' || echo './'`scalarmult.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsimdpack_la-scalarmult.lo -MD -MP -MF .deps/libsimdpack_la-scalarmult.Tpo -c scalarmult.c -fPIC -DPIC -o .libs/libsimdpack_la-scalarmult.o
# In file included from scalarmult.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsimdpack_la-scalarmult.Tpo .deps/libsimdpack_la-scalarmult.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libsimdpack.la libsimdpack_la-diffsquaresum_f64.lo libsimdpack_la-mix_u8.lo libsimdpack_la-multsum.lo libsimdpack_la-sincos_f64.lo libsimdpack_la-squaresum_f64.lo libsimdpack_la-sum_f64.lo libsimdpack_la-abs_misc.lo libsimdpack_la-average2_u8.lo libsimdpack_la-clip_fast.lo libsimdpack_la-scalaradd.lo libsimdpack_la-scalarmult.lo
# libtool: link: ar cru .libs/libsimdpack.a .libs/libsimdpack_la-diffsquaresum_f64.o .libs/libsimdpack_la-mix_u8.o .libs/libsimdpack_la-multsum.o .libs/libsimdpack_la-sincos_f64.o .libs/libsimdpack_la-squaresum_f64.o .libs/libsimdpack_la-sum_f64.o .libs/libsimdpack_la-abs_misc.o .libs/libsimdpack_la-average2_u8.o .libs/libsimdpack_la-clip_fast.o .libs/libsimdpack_la-scalaradd.o .libs/libsimdpack_la-scalarmult.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsimdpack.a
# libtool: link: ( cd ".libs" && rm -f "libsimdpack.la" && ln -s "../libsimdpack.la" "libsimdpack.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/simdpack'
# Making all in utf8
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/utf8'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libutf8_la-utf8.lo -MD -MP -MF .deps/libutf8_la-utf8.Tpo -c -o libutf8_la-utf8.lo `test -f 'utf8.c' || echo './'`utf8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libutf8_la-utf8.lo -MD -MP -MF .deps/libutf8_la-utf8.Tpo -c utf8.c -fPIC -DPIC -o .libs/libutf8_la-utf8.o
# In file included from utf8.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libutf8_la-utf8.Tpo .deps/libutf8_la-utf8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libutf8_la-utf8_fast.lo -MD -MP -MF .deps/libutf8_la-utf8_fast.Tpo -c -o libutf8_la-utf8_fast.lo `test -f 'utf8_fast.c' || echo './'`utf8_fast.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libutf8_la-utf8_fast.lo -MD -MP -MF .deps/libutf8_la-utf8_fast.Tpo -c utf8_fast.c -fPIC -DPIC -o .libs/libutf8_la-utf8_fast.o
# In file included from utf8_fast.c:32:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libutf8_la-utf8_fast.Tpo .deps/libutf8_la-utf8_fast.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libutf8.la libutf8_la-utf8.lo libutf8_la-utf8_fast.lo
# libtool: link: ar cru .libs/libutf8.a .libs/libutf8_la-utf8.o .libs/libutf8_la-utf8_fast.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libutf8.a
# libtool: link: ( cd ".libs" && rm -f "libutf8.la" && ln -s "../libutf8.la" "libutf8.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/utf8'
# Making all in deprecated
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/deprecated'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-abs.lo -MD -MP -MF .deps/libdeprecated_la-abs.Tpo -c -o libdeprecated_la-abs.lo `test -f 'abs.c' || echo './'`abs.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-abs.lo -MD -MP -MF .deps/libdeprecated_la-abs.Tpo -c abs.c -fPIC -DPIC -o .libs/libdeprecated_la-abs.o
# In file included from abs.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-abs.Tpo .deps/libdeprecated_la-abs.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-average2_u8.lo -MD -MP -MF .deps/libdeprecated_la-average2_u8.Tpo -c -o libdeprecated_la-average2_u8.lo `test -f 'average2_u8.c' || echo './'`average2_u8.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-average2_u8.lo -MD -MP -MF .deps/libdeprecated_la-average2_u8.Tpo -c average2_u8.c -fPIC -DPIC -o .libs/libdeprecated_la-average2_u8.o
# In file included from average2_u8.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-average2_u8.Tpo .deps/libdeprecated_la-average2_u8.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-clip_ref.lo -MD -MP -MF .deps/libdeprecated_la-clip_ref.Tpo -c -o libdeprecated_la-clip_ref.lo `test -f 'clip_ref.c' || echo './'`clip_ref.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-clip_ref.lo -MD -MP -MF .deps/libdeprecated_la-clip_ref.Tpo -c clip_ref.c -fPIC -DPIC -o .libs/libdeprecated_la-clip_ref.o
# In file included from clip_ref.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-clip_ref.Tpo .deps/libdeprecated_la-clip_ref.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-conv.lo -MD -MP -MF .deps/libdeprecated_la-conv.Tpo -c -o libdeprecated_la-conv.lo `test -f 'conv.c' || echo './'`conv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-conv.lo -MD -MP -MF .deps/libdeprecated_la-conv.Tpo -c conv.c -fPIC -DPIC -o .libs/libdeprecated_la-conv.o
# In file included from conv.c:31:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-conv.Tpo .deps/libdeprecated_la-conv.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-permute.lo -MD -MP -MF .deps/libdeprecated_la-permute.Tpo -c -o libdeprecated_la-permute.lo `test -f 'permute.c' || echo './'`permute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-permute.lo -MD -MP -MF .deps/libdeprecated_la-permute.Tpo -c permute.c -fPIC -DPIC -o .libs/libdeprecated_la-permute.o
# In file included from permute.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-permute.Tpo .deps/libdeprecated_la-permute.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-scalaradd.lo -MD -MP -MF .deps/libdeprecated_la-scalaradd.Tpo -c -o libdeprecated_la-scalaradd.lo `test -f 'scalaradd.c' || echo './'`scalaradd.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-scalaradd.lo -MD -MP -MF .deps/libdeprecated_la-scalaradd.Tpo -c scalaradd.c -fPIC -DPIC -o .libs/libdeprecated_la-scalaradd.o
# In file included from scalaradd.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-scalaradd.Tpo .deps/libdeprecated_la-scalaradd.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-scalarmult.lo -MD -MP -MF .deps/libdeprecated_la-scalarmult.Tpo -c -o libdeprecated_la-scalarmult.lo `test -f 'scalarmult.c' || echo './'`scalarmult.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-scalarmult.lo -MD -MP -MF .deps/libdeprecated_la-scalarmult.Tpo -c scalarmult.c -fPIC -DPIC -o .libs/libdeprecated_la-scalarmult.o
# In file included from scalarmult.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-scalarmult.Tpo .deps/libdeprecated_la-scalarmult.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-tablelookup.lo -MD -MP -MF .deps/libdeprecated_la-tablelookup.Tpo -c -o libdeprecated_la-tablelookup.lo `test -f 'tablelookup.c' || echo './'`tablelookup.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-tablelookup.lo -MD -MP -MF .deps/libdeprecated_la-tablelookup.Tpo -c tablelookup.c -fPIC -DPIC -o .libs/libdeprecated_la-tablelookup.o
# In file included from tablelookup.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-tablelookup.Tpo .deps/libdeprecated_la-tablelookup.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-vectoradd_f64.lo -MD -MP -MF .deps/libdeprecated_la-vectoradd_f64.Tpo -c -o libdeprecated_la-vectoradd_f64.lo `test -f 'vectoradd_f64.c' || echo './'`vectoradd_f64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-vectoradd_f64.lo -MD -MP -MF .deps/libdeprecated_la-vectoradd_f64.Tpo -c vectoradd_f64.c -fPIC -DPIC -o .libs/libdeprecated_la-vectoradd_f64.o
# In file included from vectoradd_f64.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-vectoradd_f64.Tpo .deps/libdeprecated_la-vectoradd_f64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-vectoradd_s.lo -MD -MP -MF .deps/libdeprecated_la-vectoradd_s.Tpo -c -o libdeprecated_la-vectoradd_s.lo `test -f 'vectoradd_s.c' || echo './'`vectoradd_s.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libdeprecated_la-vectoradd_s.lo -MD -MP -MF .deps/libdeprecated_la-vectoradd_s.Tpo -c vectoradd_s.c -fPIC -DPIC -o .libs/libdeprecated_la-vectoradd_s.o
# In file included from vectoradd_s.c:32:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libdeprecated_la-vectoradd_s.Tpo .deps/libdeprecated_la-vectoradd_s.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libdeprecated.la libdeprecated_la-abs.lo libdeprecated_la-average2_u8.lo libdeprecated_la-clip_ref.lo libdeprecated_la-conv.lo libdeprecated_la-permute.lo libdeprecated_la-scalaradd.lo libdeprecated_la-scalarmult.lo libdeprecated_la-tablelookup.lo libdeprecated_la-vectoradd_f64.lo libdeprecated_la-vectoradd_s.lo
# libtool: link: ar cru .libs/libdeprecated.a .libs/libdeprecated_la-abs.o .libs/libdeprecated_la-average2_u8.o .libs/libdeprecated_la-clip_ref.o .libs/libdeprecated_la-conv.o .libs/libdeprecated_la-permute.o .libs/libdeprecated_la-scalaradd.o .libs/libdeprecated_la-scalarmult.o .libs/libdeprecated_la-tablelookup.o .libs/libdeprecated_la-vectoradd_f64.o .libs/libdeprecated_la-vectoradd_s.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libdeprecated.a
# libtool: link: ( cd ".libs" && rm -f "libdeprecated.la" && ln -s "../libdeprecated.la" "libdeprecated.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/deprecated'
# Making all in mmx
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/mmx'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmmx_la-composite_mmx.lo -MD -MP -MF .deps/libmmx_la-composite_mmx.Tpo -c -o libmmx_la-composite_mmx.lo `test -f 'composite_mmx.c' || echo './'`composite_mmx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmmx_la-composite_mmx.lo -MD -MP -MF .deps/libmmx_la-composite_mmx.Tpo -c composite_mmx.c -fPIC -DPIC -o .libs/libmmx_la-composite_mmx.o
# In file included from composite_mmx.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libmmx_la-composite_mmx.Tpo .deps/libmmx_la-composite_mmx.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmmx_la-copy_mmx.lo -MD -MP -MF .deps/libmmx_la-copy_mmx.Tpo -c -o libmmx_la-copy_mmx.lo `test -f 'copy_mmx.c' || echo './'`copy_mmx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmmx_la-copy_mmx.lo -MD -MP -MF .deps/libmmx_la-copy_mmx.Tpo -c copy_mmx.c -fPIC -DPIC -o .libs/libmmx_la-copy_mmx.o
# In file included from copy_mmx.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libmmx_la-copy_mmx.Tpo .deps/libmmx_la-copy_mmx.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmmx_la-recon8x8_mmx.lo -MD -MP -MF .deps/libmmx_la-recon8x8_mmx.Tpo -c -o libmmx_la-recon8x8_mmx.lo `test -f 'recon8x8_mmx.c' || echo './'`recon8x8_mmx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmmx_la-recon8x8_mmx.lo -MD -MP -MF .deps/libmmx_la-recon8x8_mmx.Tpo -c recon8x8_mmx.c -fPIC -DPIC -o .libs/libmmx_la-recon8x8_mmx.o
# In file included from recon8x8_mmx.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libmmx_la-recon8x8_mmx.Tpo .deps/libmmx_la-recon8x8_mmx.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmmx_la-splat_mmx.lo -MD -MP -MF .deps/libmmx_la-splat_mmx.Tpo -c -o libmmx_la-splat_mmx.lo `test -f 'splat_mmx.c' || echo './'`splat_mmx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libmmx_la-splat_mmx.lo -MD -MP -MF .deps/libmmx_la-splat_mmx.Tpo -c splat_mmx.c -fPIC -DPIC -o .libs/libmmx_la-splat_mmx.o
# In file included from splat_mmx.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libmmx_la-splat_mmx.Tpo .deps/libmmx_la-splat_mmx.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libmmx.la libmmx_la-composite_mmx.lo libmmx_la-copy_mmx.lo libmmx_la-recon8x8_mmx.lo libmmx_la-splat_mmx.lo
# libtool: link: ar cru .libs/libmmx.a .libs/libmmx_la-composite_mmx.o .libs/libmmx_la-copy_mmx.o .libs/libmmx_la-recon8x8_mmx.o .libs/libmmx_la-splat_mmx.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmmx.a
# libtool: link: ( cd ".libs" && rm -f "libmmx.la" && ln -s "../libmmx.la" "libmmx.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/mmx'
# Making all in fb
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/fb'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -msse -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libfb_la-fbmmx.lo -MD -MP -MF .deps/libfb_la-fbmmx.Tpo -c -o libfb_la-fbmmx.lo `test -f 'fbmmx.c' || echo './'`fbmmx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -mmmx -msse -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libfb_la-fbmmx.lo -MD -MP -MF .deps/libfb_la-fbmmx.Tpo -c fbmmx.c -fPIC -DPIC -o .libs/libfb_la-fbmmx.o
# In file included from fbmmx.c:36:
# In file included from ../../liboil/liboil.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# fbmmx.c:747:1: warning: unused function 'expand_alpha_rev' [-Wunused-function]
# expand_alpha_rev (__m64 pixel)
# ^
# fbmmx.c:784:1: warning: unused function 'over_rev_non_pre' [-Wunused-function]
# over_rev_non_pre (__m64 src, __m64 dest)
# ^
# fbmmx.c:800:1: warning: unused function 'in_over' [-Wunused-function]
# in_over (__m64 src,
# ^
# fbmmx.c:809:1: warning: unused function 'load8888' [-Wunused-function]
# load8888 (CARD32 v)
# ^
# fbmmx.c:823:1: warning: unused function 'store8888' [-Wunused-function]
# store8888 (__m64 v)
# ^
# fbmmx.c:843:1: warning: unused function 'expand565' [-Wunused-function]
# expand565 (__m64 pixel, int pos)
# ^
# fbmmx.c:863:1: warning: unused function 'expand8888' [-Wunused-function]
# expand8888 (__m64 in, int pos)
# ^
# fbmmx.c:872:1: warning: unused function 'pack565' [-Wunused-function]
# pack565 (__m64 pixel, __m64 target, int pos)
# ^
# 9 warnings generated.
# mv -f .deps/libfb_la-fbmmx.Tpo .deps/libfb_la-fbmmx.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -mmmx -msse -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libfb.la libfb_la-fbmmx.lo
# libtool: link: ar cru .libs/libfb.a .libs/libfb_la-fbmmx.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libfb.a
# libtool: link: ( cd ".libs" && rm -f "libfb.la" && ln -s "../libfb.la" "libfb.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/fb'
# Making all in sse
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/sse'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-clamp_sse.lo -MD -MP -MF .deps/libsse_la-clamp_sse.Tpo -c -o libsse_la-clamp_sse.lo `test -f 'clamp_sse.c' || echo './'`clamp_sse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-clamp_sse.lo -MD -MP -MF .deps/libsse_la-clamp_sse.Tpo -c clamp_sse.c -fPIC -DPIC -o .libs/libsse_la-clamp_sse.o
# In file included from clamp_sse.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-clamp_sse.Tpo .deps/libsse_la-clamp_sse.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-composite_sse.lo -MD -MP -MF .deps/libsse_la-composite_sse.Tpo -c -o libsse_la-composite_sse.lo `test -f 'composite_sse.c' || echo './'`composite_sse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-composite_sse.lo -MD -MP -MF .deps/libsse_la-composite_sse.Tpo -c composite_sse.c -fPIC -DPIC -o .libs/libsse_la-composite_sse.o
# In file included from composite_sse.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-composite_sse.Tpo .deps/libsse_la-composite_sse.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-composite_sse_2pix.lo -MD -MP -MF .deps/libsse_la-composite_sse_2pix.Tpo -c -o libsse_la-composite_sse_2pix.lo `test -f 'composite_sse_2pix.c' || echo './'`composite_sse_2pix.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-composite_sse_2pix.lo -MD -MP -MF .deps/libsse_la-composite_sse_2pix.Tpo -c composite_sse_2pix.c -fPIC -DPIC -o .libs/libsse_la-composite_sse_2pix.o
# In file included from composite_sse_2pix.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-composite_sse_2pix.Tpo .deps/libsse_la-composite_sse_2pix.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-composite_sse_4pix.lo -MD -MP -MF .deps/libsse_la-composite_sse_4pix.Tpo -c -o libsse_la-composite_sse_4pix.lo `test -f 'composite_sse_4pix.c' || echo './'`composite_sse_4pix.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-composite_sse_4pix.lo -MD -MP -MF .deps/libsse_la-composite_sse_4pix.Tpo -c composite_sse_4pix.c -fPIC -DPIC -o .libs/libsse_la-composite_sse_4pix.o
# In file included from composite_sse_4pix.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-composite_sse_4pix.Tpo .deps/libsse_la-composite_sse_4pix.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-copy_sse.lo -MD -MP -MF .deps/libsse_la-copy_sse.Tpo -c -o libsse_la-copy_sse.lo `test -f 'copy_sse.c' || echo './'`copy_sse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-copy_sse.lo -MD -MP -MF .deps/libsse_la-copy_sse.Tpo -c copy_sse.c -fPIC -DPIC -o .libs/libsse_la-copy_sse.o
# In file included from copy_sse.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-copy_sse.Tpo .deps/libsse_la-copy_sse.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-math_sse.lo -MD -MP -MF .deps/libsse_la-math_sse.Tpo -c -o libsse_la-math_sse.lo `test -f 'math_sse.c' || echo './'`math_sse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-math_sse.lo -MD -MP -MF .deps/libsse_la-math_sse.Tpo -c math_sse.c -fPIC -DPIC -o .libs/libsse_la-math_sse.o
# In file included from math_sse.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-math_sse.Tpo .deps/libsse_la-math_sse.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-math_sse_unroll2.lo -MD -MP -MF .deps/libsse_la-math_sse_unroll2.Tpo -c -o libsse_la-math_sse_unroll2.lo `test -f 'math_sse_unroll2.c' || echo './'`math_sse_unroll2.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-math_sse_unroll2.lo -MD -MP -MF .deps/libsse_la-math_sse_unroll2.Tpo -c math_sse_unroll2.c -fPIC -DPIC -o .libs/libsse_la-math_sse_unroll2.o
# In file included from math_sse_unroll2.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-math_sse_unroll2.Tpo .deps/libsse_la-math_sse_unroll2.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-multsum_sse.lo -MD -MP -MF .deps/libsse_la-multsum_sse.Tpo -c -o libsse_la-multsum_sse.lo `test -f 'multsum_sse.c' || echo './'`multsum_sse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-multsum_sse.lo -MD -MP -MF .deps/libsse_la-multsum_sse.Tpo -c multsum_sse.c -fPIC -DPIC -o .libs/libsse_la-multsum_sse.o
# In file included from multsum_sse.c:4:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-multsum_sse.Tpo .deps/libsse_la-multsum_sse.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-sad8x8_sse.lo -MD -MP -MF .deps/libsse_la-sad8x8_sse.Tpo -c -o libsse_la-sad8x8_sse.lo `test -f 'sad8x8_sse.c' || echo './'`sad8x8_sse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-sad8x8_sse.lo -MD -MP -MF .deps/libsse_la-sad8x8_sse.Tpo -c sad8x8_sse.c -fPIC -DPIC -o .libs/libsse_la-sad8x8_sse.o
# In file included from sad8x8_sse.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-sad8x8_sse.Tpo .deps/libsse_la-sad8x8_sse.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-splat_sse.lo -MD -MP -MF .deps/libsse_la-splat_sse.Tpo -c -o libsse_la-splat_sse.lo `test -f 'splat_sse.c' || echo './'`splat_sse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libsse_la-splat_sse.lo -MD -MP -MF .deps/libsse_la-splat_sse.Tpo -c splat_sse.c -fPIC -DPIC -o .libs/libsse_la-splat_sse.o
# In file included from splat_sse.c:30:
# In file included from ../../liboil/liboilclasses.h:33:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/libsse_la-splat_sse.Tpo .deps/libsse_la-splat_sse.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -o libsse.la libsse_la-clamp_sse.lo libsse_la-composite_sse.lo libsse_la-composite_sse_2pix.lo libsse_la-composite_sse_4pix.lo libsse_la-copy_sse.lo libsse_la-math_sse.lo libsse_la-math_sse_unroll2.lo libsse_la-multsum_sse.lo libsse_la-sad8x8_sse.lo libsse_la-splat_sse.lo
# libtool: link: ar cru .libs/libsse.a .libs/libsse_la-clamp_sse.o .libs/libsse_la-composite_sse.o .libs/libsse_la-composite_sse_2pix.o .libs/libsse_la-composite_sse_4pix.o .libs/libsse_la-copy_sse.o .libs/libsse_la-math_sse.o .libs/libsse_la-math_sse_unroll2.o .libs/libsse_la-multsum_sse.o .libs/libsse_la-sad8x8_sse.o .libs/libsse_la-splat_sse.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsse.a
# libtool: link: ( cd ".libs" && rm -f "libsse.la" && ln -s "../libsse.la" "libsse.la" )
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/sse'
# Making all in amd64
# make[3]: Entering directory '/tmp/liboil/src/liboil-0.3.17/liboil/amd64'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libamd64_la-wavelet.lo -MD -MP -MF .deps/libamd64_la-wavelet.Tpo -c -o libamd64_la-wavelet.lo `test -f 'wavelet.c' || echo './'`wavelet.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -MT libamd64_la-wavelet.lo -MD -MP -MF .deps/libamd64_la-wavelet.Tpo -c wavelet.c -fPIC -DPIC -o .libs/libamd64_la-wavelet.o
# In file included from wavelet.c:2:
# In file included from ../../liboil/liboilfunction.h:31:
# In file included from ../../liboil/liboilutils.h:31:
# In file included from ../../liboil/liboil-stdint.h:7:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# wavelet.c:1756:27: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
# [s1] "+r" ((long)(s1))
# ~~~~~~~^~~
# 1 warning and 1 error generated.
# make[3]: *** [Makefile:304: libamd64_la-wavelet.lo] Error 1
# make[3]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil/amd64'
# make[2]: *** [Makefile:979: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/liboil/src/liboil-0.3.17/liboil'
# make[1]: *** [Makefile:384: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/liboil/src/liboil-0.3.17'
# make: *** [Makefile:289: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/liboil/src/liboil-0.3.17/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 liboil configure 0.3.17, which was
# generated by GNU Autoconf 2.64. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9aa5ccc6c522
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2631: checking nano version
# configure:2638: result: 0 (release)
# configure:2676: checking build system type
# configure:2690: result: x86_64-unknown-linux-gnu
# configure:2710: checking host system type
# configure:2723: result: x86_64-unknown-linux-gnu
# configure:2759: checking for a BSD-compatible install
# configure:2827: result: /usr/bin/install -c
# configure:2838: checking whether build environment is sane
# configure:2888: result: yes
# configure:2937: checking for x86_64-unknown-linux-strip
# configure:2967: result: no
# configure:2977: checking for strip
# configure:2993: found /usr/bin/strip
# configure:3004: result: strip
# configure:3029: checking for a thread-safe mkdir -p
# configure:3068: result: /usr/bin/mkdir -p
# configure:3081: checking for gawk
# configure:3097: found /usr/bin/gawk
# configure:3108: result: gawk
# configure:3119: checking whether make sets $(MAKE)
# configure:3141: result: yes
# configure:3223: checking whether to enable maintainer-specific portions of Makefiles
# configure:3232: result: no
# configure:3596: checking for style of include used by make
# configure:3624: result: GNU
# configure:3654: checking for x86_64-unknown-linux-gcc
# configure:3681: result: clang
# configure:3950: checking for C compiler version
# configure:3959: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3970: $? = 0
# configure:3959: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3970: $? = 0
# configure:3959: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3970: $? = 1
# configure:3959: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3970: $? = 1
# configure:3992: checking for C compiler default output file name
# configure:4014: clang conftest.c >&5
# configure:4018: $? = 0
# configure:4055: result: a.out
# configure:4071: checking whether the C compiler works
# configure:4080: ./a.out
# configure:4084: $? = 0
# configure:4099: result: yes
# configure:4106: checking whether we are cross compiling
# configure:4108: result: no
# configure:4111: checking for suffix of executables
# configure:4118: clang -o conftest conftest.c >&5
# configure:4122: $? = 0
# configure:4144: result:
# configure:4150: checking for suffix of object files
# configure:4172: clang -c conftest.c >&5
# configure:4176: $? = 0
# configure:4197: result: o
# configure:4201: checking whether we are using the GNU C compiler
# configure:4220: clang -c conftest.c >&5
# configure:4220: $? = 0
# configure:4229: result: yes
# configure:4238: checking whether clang accepts -g
# configure:4258: clang -c -g conftest.c >&5
# configure:4258: $? = 0
# configure:4299: result: yes
# configure:4316: checking for clang option to accept ISO C89
# configure:4380: clang -c conftest.c >&5
# configure:4380: $? = 0
# configure:4393: result: none needed
# configure:4415: checking dependency style of clang
# configure:4525: result: gcc3
# configure:4540: checking for a sed that does not truncate output
# configure:4604: result: /usr/bin/sed
# configure:4622: checking for grep that handles long lines and -e
# configure:4680: result: /usr/bin/grep
# configure:4685: checking for egrep
# configure:4747: result: /usr/bin/grep -E
# configure:4752: checking for fgrep
# configure:4814: result: /usr/bin/grep -F
# configure:4849: checking for ld used by clang
# configure:4916: result: /usr/bin/ld
# configure:4923: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4938: result: yes
# configure:4950: checking for BSD- or MS-compatible name lister (nm)
# configure:4999: result: /usr/bin/nm -B
# configure:5117: checking the name lister (/usr/bin/nm -B) interface
# configure:5124: clang -c conftest.c >&5
# configure:5127: /usr/bin/nm -B "conftest.o"
# configure:5130: output
# 0000000000000000 B some_variable
# configure:5137: result: BSD nm
# configure:5140: checking whether ln -s works
# configure:5144: result: yes
# configure:5152: checking the maximum length of command line arguments
# configure:5272: result: 1572864
# configure:5289: checking whether the shell understands some XSI constructs
# configure:5299: result: yes
# configure:5303: checking whether the shell understands "+="
# configure:5309: result: yes
# configure:5344: checking for /usr/bin/ld option to reload object files
# configure:5351: result: -r
# configure:5380: checking for x86_64-unknown-linux-objdump
# configure:5407: result: objdump
# configure:5476: checking how to recognize dependent libraries
# configure:5672: result: pass_all
# configure:5692: checking for x86_64-unknown-linux-ar
# configure:5722: result: no
# configure:5732: checking for ar
# configure:5748: found /usr/bin/ar
# configure:5759: result: ar
# configure:5797: checking for x86_64-unknown-linux-strip
# configure:5824: result: strip
# configure:5896: checking for x86_64-unknown-linux-ranlib
# configure:5926: result: no
# configure:5936: checking for ranlib
# configure:5952: found /usr/bin/ranlib
# configure:5963: result: ranlib
# configure:6053: checking command to parse /usr/bin/nm -B output from clang object
# configure:6171: clang -c conftest.c >&5
# configure:6174: $? = 0
# configure:6178: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6181: $? = 0
# configure:6235: clang -o conftest conftest.c conftstm.o >&5
# configure:6238: $? = 0
# configure:6276: result: ok
# configure:6372: clang -c conftest.c >&5
# configure:6375: $? = 0
# configure:7085: checking how to run the C preprocessor
# configure:7116: clang -E conftest.c
# configure:7116: $? = 0
# configure:7130: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7130: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboil"
# | #define PACKAGE_TARNAME "liboil"
# | #define PACKAGE_VERSION "0.3.17"
# | #define PACKAGE_STRING "liboil 0.3.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "liboil"
# | #define VERSION "0.3.17"
# | /* end confdefs.h. */
# | #include
# configure:7155: result: clang -E
# configure:7175: clang -E conftest.c
# configure:7175: $? = 0
# configure:7189: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7189: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboil"
# | #define PACKAGE_TARNAME "liboil"
# | #define PACKAGE_VERSION "0.3.17"
# | #define PACKAGE_STRING "liboil 0.3.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "liboil"
# | #define VERSION "0.3.17"
# | /* end confdefs.h. */
# | #include
# configure:7218: checking for ANSI C header files
# configure:7238: clang -c conftest.c >&5
# configure:7238: $? = 0
# configure:7311: clang -o conftest conftest.c >&5
# configure:7311: $? = 0
# configure:7311: ./conftest
# configure:7311: $? = 0
# configure:7322: result: yes
# configure:7335: checking for sys/types.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7335: checking for sys/stat.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7335: checking for stdlib.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7335: checking for string.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7335: checking for memory.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7335: checking for strings.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7335: checking for inttypes.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7335: checking for stdint.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7335: checking for unistd.h
# configure:7335: clang -c conftest.c >&5
# configure:7335: $? = 0
# configure:7335: result: yes
# configure:7350: checking for dlfcn.h
# configure:7350: clang -c conftest.c >&5
# configure:7350: $? = 0
# configure:7350: result: yes
# configure:7532: checking for objdir
# configure:7547: result: .libs
# configure:7843: checking if clang supports -fno-rtti -fno-exceptions
# configure:7861: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7865: $? = 0
# configure:7878: result: yes
# configure:7898: checking for clang option to produce PIC
# configure:8170: result: -fPIC -DPIC
# configure:8182: checking if clang PIC flag -fPIC -DPIC works
# configure:8200: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8204: $? = 0
# configure:8217: result: yes
# configure:8241: checking if clang static flag -static works
# configure:8269: result: yes
# configure:8284: checking if clang supports -c -o file.o
# configure:8305: clang -c -o out/conftest2.o conftest.c >&5
# configure:8309: $? = 0
# configure:8331: result: yes
# configure:8339: checking if clang supports -c -o file.o
# configure:8386: result: yes
# configure:8419: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9409: result: yes
# configure:9446: checking whether -lc should be explicitly linked in
# configure:9451: clang -c conftest.c >&5
# configure:9454: $? = 0
# configure:9469: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9472: $? = 0
# configure:9484: result: no
# configure:9648: checking dynamic linker characteristics
# configure:10081: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10081: $? = 0
# configure:10311: result: GNU/Linux ld.so
# configure:10413: checking how to hardcode library paths into programs
# configure:10438: result: immediate
# configure:10958: checking whether stripping libraries is possible
# configure:10963: result: yes
# configure:10998: checking if libtool supports shared libraries
# configure:11000: result: yes
# configure:11003: checking whether to build shared libraries
# configure:11024: result: yes
# configure:11027: checking whether to build static libraries
# configure:11031: result: no
# configure:11075: checking dependency style of clang
# configure:11183: result: gcc3
# configure:11208: checking for x86_64-unknown-linux-pkg-config
# configure:11241: result: no
# configure:11251: checking for pkg-config
# configure:11269: found /usr/bin/pkg-config
# configure:11281: result: /usr/bin/pkg-config
# configure:11306: checking pkg-config is at least version 0.9.0
# configure:11309: result: yes
# configure:11320: checking for GLIB
# configure:11328: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:11331: $? = 0
# configure:11346: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:11349: $? = 0
# configure:11371: result: yes
# configure:11508: checking whether to build gtk-doc documentation
# configure:11510: result: no
# configure:11517: checking for gtkdoc-check
# configure:11535: found /usr/bin/gtkdoc-check
# configure:11547: result: /usr/bin/gtkdoc-check
# configure:11579: checking if compiler supports gcc-style inline assembly
# configure:11602: clang -c conftest.c >&5
# configure:11602: $? = 0
# configure:11616: result: yes
# configure:11729: checking if compiler supports FPU instructions on PowerPC
# configure:11743: clang -c conftest.c >&5
# conftest.c:30:24: error: unknown use of instruction mnemonic without a size suffix
# double x = 0; __asm__ ("fadd 0,0,0"::"f" (x):"32")
# ^
# :1:2: note: instantiated into assembly here
# fadd 0,0,0
# ^
# 1 error generated.
# configure:11743: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboil"
# | #define PACKAGE_TARNAME "liboil"
# | #define PACKAGE_VERSION "0.3.17"
# | #define PACKAGE_STRING "liboil 0.3.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "liboil"
# | #define VERSION "0.3.17"
# | #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_GCC_ASM 1
# | #define HAVE_AMD64 1
# | #define HAVE_OS_LINUX 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | double x = 0; __asm__ ("fadd 0,0,0"::"f" (x):"32")
# | ;
# | return 0;
# | }
# configure:11757: result: no
# configure:11774: checking whether byte ordering is bigendian
# configure:11789: clang -c conftest.c >&5
# conftest.c:27:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:27:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:11789: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboil"
# | #define PACKAGE_TARNAME "liboil"
# | #define PACKAGE_VERSION "0.3.17"
# | #define PACKAGE_STRING "liboil 0.3.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "liboil"
# | #define VERSION "0.3.17"
# | #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_GCC_ASM 1
# | #define HAVE_AMD64 1
# | #define HAVE_OS_LINUX 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:11834: clang -c conftest.c >&5
# configure:11834: $? = 0
# configure:11852: clang -c conftest.c >&5
# conftest.c:33:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:11852: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboil"
# | #define PACKAGE_TARNAME "liboil"
# | #define PACKAGE_VERSION "0.3.17"
# | #define PACKAGE_STRING "liboil 0.3.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "liboil"
# | #define VERSION "0.3.17"
# | #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_GCC_ASM 1
# | #define HAVE_AMD64 1
# | #define HAVE_OS_LINUX 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:11980: result: no
# configure:11999: checking if unaligned memory access works correctly
# configure:12039: clang -o conftest conftest.c >&5
# conftest.c:31:3: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Wimplicit-function-declaration]
# memcpy(iarray,array,8);
# ^
# conftest.c:31:3: note: include the header or explicitly provide a declaration for 'memcpy'
# 1 warning generated.
# configure:12039: $? = 0
# configure:12039: ./conftest
# configure:12039: $? = 0
# configure:12049: result: yes
# configure:12060: checking for _ prefix in compiled symbols
# configure:12070: clang -c conftest.c >&5
# conftest.c:2:12: warning: expression result unused [-Wunused-value]
# int main(){nm_test_func;return 0;}
# ^~~~~~~~~~~~
# 1 warning generated.
# configure:12073: $? = 0
# configure:12077: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:12080: $? = 0
# configure:12102: result: no
# configure:12114: checking for stdint types
# configure:12137: clang -c conftest.c >&5
# configure:12137: $? = 0
# configure:12181: result: stdint.h (shortcircuit)
# configure:12573: result: make use of stdint.h in liboil/liboil-stdint.h (assuming C99 compatible system)
# configure:12584: checking for stdlib.h
# configure:12584: result: yes
# configure:12584: checking for unistd.h
# configure:12584: result: yes
# configure:12597: checking for getpagesize
# configure:12597: clang -o conftest conftest.c >&5
# configure:12597: $? = 0
# configure:12597: result: yes
# configure:12606: checking for working mmap
# configure:12743: clang -o conftest conftest.c >&5
# configure:12743: $? = 0
# configure:12743: ./conftest
# configure:12743: $? = 0
# configure:12753: result: yes
# configure:12762: checking for rint in -lm
# configure:12787: clang -o conftest conftest.c -lm >&5
# conftest.c:38:6: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration]
# char rint ();
# ^
# conftest.c:38:6: note: 'rint' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:12787: $? = 0
# configure:12796: result: yes
# configure:12804: checking for rintf in -lm
# configure:12829: clang -o conftest conftest.c -lm >&5
# conftest.c:39:6: warning: incompatible redeclaration of library function 'rintf' [-Wincompatible-library-redeclaration]
# char rintf ();
# ^
# conftest.c:39:6: note: 'rintf' is a builtin with type 'float (float)'
# 1 warning generated.
# configure:12829: $? = 0
# configure:12838: result: yes
# configure:12846: checking for lrint in -lm
# configure:12871: clang -o conftest conftest.c -lm >&5
# conftest.c:40:6: warning: incompatible redeclaration of library function 'lrint' [-Wincompatible-library-redeclaration]
# char lrint ();
# ^
# conftest.c:40:6: note: 'lrint' is a builtin with type 'long (double)'
# 1 warning generated.
# configure:12871: $? = 0
# configure:12880: result: yes
# configure:12888: checking for lrintf in -lm
# configure:12913: clang -o conftest conftest.c -lm >&5
# conftest.c:41:6: warning: incompatible redeclaration of library function 'lrintf' [-Wincompatible-library-redeclaration]
# char lrintf ();
# ^
# conftest.c:41:6: note: 'lrintf' is a builtin with type 'long (float)'
# 1 warning generated.
# configure:12913: $? = 0
# configure:12922: result: yes
# configure:12930: checking for sincos in -lm
# configure:12955: clang -o conftest conftest.c -lm >&5
# configure:12955: $? = 0
# configure:12964: result: yes
# configure:12973: checking ieee754.h usability
# configure:12973: clang -c conftest.c >&5
# configure:12973: $? = 0
# configure:12973: result: yes
# configure:12973: checking ieee754.h presence
# configure:12973: clang -E conftest.c
# configure:12973: $? = 0
# configure:12973: result: yes
# configure:12973: checking for ieee754.h
# configure:12973: result: yes
# configure:12984: checking for inttypes.h
# configure:12984: result: yes
# configure:12996: checking sys/time.h usability
# configure:12996: clang -c conftest.c >&5
# configure:12996: $? = 0
# configure:12996: result: yes
# configure:12996: checking sys/time.h presence
# configure:12996: clang -E conftest.c
# configure:12996: $? = 0
# configure:12996: result: yes
# configure:12996: checking for sys/time.h
# configure:12996: result: yes
# configure:13008: checking for unistd.h
# configure:13008: result: yes
# configure:13021: checking for gettimeofday
# configure:13021: clang -o conftest conftest.c >&5
# configure:13021: $? = 0
# configure:13021: result: yes
# configure:13032: checking for sigaction
# configure:13032: clang -o conftest conftest.c >&5
# configure:13032: $? = 0
# configure:13032: result: yes
# configure:13043: checking for sigsetjmp
# configure:13043: clang -o conftest conftest.c >&5
# conftest.c:65:6: warning: declaration of built-in function 'sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char sigsetjmp ();
# ^
# 1 warning generated.
# /tmp/conftest-e2d292.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `sigsetjmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13043: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboil"
# | #define PACKAGE_TARNAME "liboil"
# | #define PACKAGE_VERSION "0.3.17"
# | #define PACKAGE_STRING "liboil 0.3.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "liboil"
# | #define VERSION "0.3.17"
# | #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_GCC_ASM 1
# | #define HAVE_AMD64 1
# | #define HAVE_OS_LINUX 1
# | #define HAVE_UNALIGNED_ACCESS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_RINT 1
# | #define HAVE_RINTF 1
# | #define HAVE_LRINT 1
# | #define HAVE_LRINTF 1
# | #define HAVE_SINCOS 1
# | #define HAVE_IEEE754_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SIGACTION 1
# | /* end confdefs.h. */
# | /* Define sigsetjmp to an innocuous variant, in case declares sigsetjmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sigsetjmp innocuous_sigsetjmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sigsetjmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sigsetjmp
# |
# | /* 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 sigsetjmp ();
# | /* 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_sigsetjmp || defined __stub___sigsetjmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sigsetjmp ();
# | ;
# | return 0;
# | }
# configure:13043: result: no
# configure:13141: checking for cos in -lm
# configure:13166: clang -o conftest conftest.c -lm >&5
# conftest.c:49:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:49:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:13166: $? = 0
# configure:13175: result: yes
# configure:13187: checking for clock_gettime in -lrt
# configure:13212: clang -o conftest conftest.c -lrt >&5
# configure:13212: $? = 0
# configure:13221: result: yes
# configure:13233: checking for monotonic clocks
# configure:13251: clang -c conftest.c >&5
# configure:13251: $? = 0
# configure:13258: result: yes
# configure:13267: checking to see if compiler understands -Wall
# configure:13284: clang -c -Wall conftest.c >&5
# configure:13284: $? = 0
# configure:13299: result: yes
# configure:13560: checking if compiler supports MMX intrinsics
# configure:13576: clang -c -mmmx conftest.c >&5
# configure:13576: $? = 0
# configure:13592: result: yes
# configure:13596: checking if compiler supports SSE intrinsics
# configure:13618: clang -c -msse conftest.c >&5
# configure:13618: $? = 0
# configure:13634: result: yes
# configure:13638: checking if compiler supports SSE2 intrinsics
# configure:13660: clang -c -msse2 conftest.c >&5
# configure:13660: $? = 0
# configure:13676: result: yes
# configure:13680: checking if compiler supports SSE3 intrinsics
# configure:13702: clang -c -msse3 conftest.c >&5
# configure:13702: $? = 0
# configure:13718: result: yes
# configure:13722: checking if compiler supports 3DNOW intrinsics
# configure:13738: clang -c -m3dnow conftest.c >&5
# configure:13738: $? = 0
# configure:13754: result: yes
# configure:13758: checking if compiler supports 3DNOWEXT intrinsics
# configure:13774: clang -c -m3dnow -march=athlon conftest.c >&5
# error: unknown target CPU 'athlon'
# configure:13774: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboil"
# | #define PACKAGE_TARNAME "liboil"
# | #define PACKAGE_VERSION "0.3.17"
# | #define PACKAGE_STRING "liboil 0.3.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "liboil"
# | #define VERSION "0.3.17"
# | #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_GCC_ASM 1
# | #define HAVE_AMD64 1
# | #define HAVE_OS_LINUX 1
# | #define HAVE_UNALIGNED_ACCESS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_RINT 1
# | #define HAVE_RINTF 1
# | #define HAVE_LRINT 1
# | #define HAVE_LRINTF 1
# | #define HAVE_SINCOS 1
# | #define HAVE_IEEE754_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_MONOTONIC_CLOCK 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | __m64 a;a=_m_pf2iw(a)
# | ;
# | return 0;
# | }
# configure:13790: result: no
# configure:13794: checking if compiler supports ALTIVEC intrinsics
# configure:13810: clang -c -maltivec conftest.c >&5
# clang-3.8: error: invalid argument '-faltivec' only allowed with 'ppc/ppc64/ppc64le'
# configure:13810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboil"
# | #define PACKAGE_TARNAME "liboil"
# | #define PACKAGE_VERSION "0.3.17"
# | #define PACKAGE_STRING "liboil 0.3.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "liboil"
# | #define VERSION "0.3.17"
# | #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_GCC_ASM 1
# | #define HAVE_AMD64 1
# | #define HAVE_OS_LINUX 1
# | #define HAVE_UNALIGNED_ACCESS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_RINT 1
# | #define HAVE_RINTF 1
# | #define HAVE_LRINT 1
# | #define HAVE_LRINTF 1
# | #define HAVE_SINCOS 1
# | #define HAVE_IEEE754_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_MONOTONIC_CLOCK 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | __vector a; a = vec_or(a,a)
# | ;
# | return 0;
# | }
# configure:13826: result: no
# configure:13896: checking if compiler supports 'pmaddubsw %%mm0, %%mm0' asm instruction
# configure:13919: clang -c conftest.c >&5
# configure:13919: $? = 0
# configure:13933: result: yes
# configure:14168: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by liboil config.status 0.3.17, which was
# generated by GNU Autoconf 2.64. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 9aa5ccc6c522
#
# config.status:1216: creating Makefile
# config.status:1216: creating doc/Makefile
# config.status:1216: creating liboil/Makefile
# config.status:1216: creating liboil/amd64/Makefile
# config.status:1216: creating liboil/3dnow/Makefile
# config.status:1216: creating liboil/c/Makefile
# config.status:1216: creating liboil/colorspace/Makefile
# config.status:1216: creating liboil/conv/Makefile
# config.status:1216: creating liboil/copy/Makefile
# config.status:1216: creating liboil/dct/Makefile
# config.status:1216: creating liboil/deprecated/Makefile
# config.status:1216: creating liboil/fb/Makefile
# config.status:1216: creating liboil/i386/Makefile
# config.status:1216: creating liboil/i386_amd64/Makefile
# config.status:1216: creating liboil/jpeg/Makefile
# config.status:1216: creating liboil/math/Makefile
# config.status:1216: creating liboil/md5/Makefile
# config.status:1216: creating liboil/mmx/Makefile
# config.status:1216: creating liboil/motovec/Makefile
# config.status:1216: creating liboil/powerpc/Makefile
# config.status:1216: creating liboil/powerpc_asm_blocks/Makefile
# config.status:1216: creating liboil/ref/Makefile
# config.status:1216: creating liboil/simdpack/Makefile
# config.status:1216: creating liboil/sse/Makefile
# config.status:1216: creating liboil/utf8/Makefile
# config.status:1216: creating liboil/arm/Makefile
# config.status:1216: creating testsuite/Makefile
# config.status:1216: creating testsuite/instruction/Makefile
# config.status:1216: creating examples/Makefile
# config.status:1216: creating examples/audioresample/Makefile
# config.status:1216: creating examples/huffman/Makefile
# config.status:1216: creating examples/jpeg/Makefile
# config.status:1216: creating examples/md5/Makefile
# config.status:1216: creating examples/taylor/Makefile
# config.status:1216: creating examples/uberopt/Makefile
# config.status:1216: creating examples/videoscale/Makefile
# config.status:1216: creating examples/work/Makefile
# config.status:1216: creating liboil-uninstalled.pc
# config.status:1216: creating liboil.pc
# config.status:1216: creating config.h
# config.status:1436: executing depfiles commands
# config.status:1436: executing libtool commands
# config.status:1436: executing liboil/liboil-stdint.h commands
# config.status:2180: creating liboil/liboil-stdint.h : _LIBOIL_LIBOIL_LIBOIL_STDINT_H
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CCASFLAGS_set=
# ac_cv_env_CCASFLAGS_value=
# ac_cv_env_CCAS_set=
# ac_cv_env_CCAS_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=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_GLIB_CFLAGS_set=
# ac_cv_env_GLIB_CFLAGS_value=
# ac_cv_env_GLIB_LIBS_set=
# ac_cv_env_GLIB_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_getpagesize=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sigsetjmp=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_ieee754_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint=stdint.h
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdint_t=stdint.h
# 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_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_m_cos=yes
# ac_cv_lib_m_lrint=yes
# ac_cv_lib_m_lrintf=yes
# ac_cv_lib_m_rint=yes
# ac_cv_lib_m_rintf=yes
# ac_cv_lib_m_sincos=yes
# ac_cv_lib_rt_clock_gettime=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_GTKDOC_CHECK=/usr/bin/gtkdoc-check
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_OBJDUMP=objdump
# 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_make_make_set=yes
# ac_cv_stdint_message='using gnu compiler clang version 3.8.0 (tags/RELEASE_380/final)'
# ac_cv_stdint_result='(assuming C99 compatible system)'
# am_cv_CCAS_dependencies_compiler_type=gcc3
# am_cv_CC_dependencies_compiler_type=gcc3
# as_cv_unaligned_access=yes
# 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=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# 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_sys_symbol_underscore=no
# oil_cv_monotonic_clock=yes
# pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GLIB_LIBS=-lglib-2.0
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/liboil/src/liboil-0.3.17/missing --run aclocal-1.11'
# ALTIVEC_CFLAGS='-maltivec'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/liboil/src/liboil-0.3.17/missing --run tar'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/liboil/src/liboil-0.3.17/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/liboil/src/liboil-0.3.17/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/liboil/src/liboil-0.3.17/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCAS='clang'
# CCASDEPMODE='depmode=gcc3'
# CCASFLAGS=''
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_GTK_DOC_FALSE=''
# ENABLE_GTK_DOC_TRUE='#'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_LIBS='-lglib-2.0'
# GREP='/usr/bin/grep'
# GTKDOC_CHECK='/usr/bin/gtkdoc-check'
# GTK_DOC_USE_LIBTOOL_FALSE='#'
# GTK_DOC_USE_LIBTOOL_TRUE=''
# HAVE_3DNOWEXT_INTRINSICS_FALSE=''
# HAVE_3DNOWEXT_INTRINSICS_TRUE='#'
# HAVE_3DNOW_INTRINSICS_FALSE='#'
# HAVE_3DNOW_INTRINSICS_TRUE=''
# HAVE_ALTIVEC_INTRINSICS_FALSE=''
# HAVE_ALTIVEC_INTRINSICS_TRUE='#'
# HAVE_AMD64_FALSE='#'
# HAVE_AMD64_TRUE=''
# HAVE_ARM_FALSE=''
# HAVE_ARM_TRUE='#'
# HAVE_ASM_BLOCKS_FALSE=''
# HAVE_ASM_BLOCKS_TRUE='#'
# HAVE_GCC_ASM_FALSE='#'
# HAVE_GCC_ASM_POWERPC_FPU_FALSE=''
# HAVE_GCC_ASM_POWERPC_FPU_TRUE='#'
# HAVE_GCC_ASM_TRUE=''
# HAVE_GLIB_FALSE='#'
# HAVE_GLIB_TRUE=''
# HAVE_I386_FALSE=''
# HAVE_I386_TRUE='#'
# HAVE_MMX_INTRINSICS_FALSE='#'
# HAVE_MMX_INTRINSICS_TRUE=''
# HAVE_OS_LINUX_FALSE=''
# HAVE_OS_LINUX_TRUE='#'
# HAVE_OS_WIN32_FALSE=''
# HAVE_OS_WIN32_TRUE='#'
# HAVE_POWERPC_FALSE=''
# HAVE_POWERPC_TRUE='#'
# HAVE_SSE2_INTRINSICS_FALSE='#'
# HAVE_SSE2_INTRINSICS_TRUE=''
# HAVE_SSE3_INTRINSICS_FALSE='#'
# HAVE_SSE3_INTRINSICS_TRUE=''
# HAVE_SSE_INTRINSICS_FALSE='#'
# HAVE_SSE_INTRINSICS_TRUE=''
# HTML_DIR='${datadir}/gtk-doc/html'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBM='-lm'
# LIBOBJS=''
# LIBOIL_CFLAGS=' -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I$(top_srcdir) -DOIL_ENABLE_UNSTABLE_API'
# LIBOIL_LIBS='$(top_builddir)/liboil/liboil-0.3.la -lm -lrt'
# LIBOIL_LIBVERSION='3:0:3'
# LIBOIL_MAJORMINOR='0.3'
# LIBOIL_OLD_MAJORMINOR='0.2'
# LIBOIL_OPT_CFLAGS=''
# LIBRT='-lrt'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/liboil/src/liboil-0.3.17/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MMX_CFLAGS='-mmmx'
# NANO='0'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='liboil'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='liboil'
# PACKAGE_STRING='liboil 0.3.17'
# PACKAGE_TARNAME='liboil'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.3.17'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SSE2_CFLAGS='-msse2'
# SSE3_CFLAGS='-msse3'
# SSE_CFLAGS='-msse'
# STRIP='strip'
# USE_ALT_OPT_FALSE=''
# USE_ALT_OPT_TRUE='#'
# USE_NEW_ABI_FALSE=''
# USE_NEW_ABI_TRUE='#'
# VERSION='0.3.17'
# VFP_CFLAGS=''
# _3DNOWEXT_CFLAGS='-m3dnow -march=athlon'
# _3DNOW_CFLAGS='-m3dnow'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCCAS_FALSE='#'
# am__fastdepCCAS_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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/liboil/src/liboil-0.3.17/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgconfigdir='$(libdir)/pkgconfig'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sys_symbol_underscore='no'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "liboil"
# #define PACKAGE_TARNAME "liboil"
# #define PACKAGE_VERSION "0.3.17"
# #define PACKAGE_STRING "liboil 0.3.17"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "liboil"
# #define VERSION "0.3.17"
# #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_GCC_ASM 1
# #define HAVE_AMD64 1
# #define HAVE_OS_LINUX 1
# #define HAVE_UNALIGNED_ACCESS 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define HAVE_RINT 1
# #define HAVE_RINTF 1
# #define HAVE_LRINT 1
# #define HAVE_LRINTF 1
# #define HAVE_SINCOS 1
# #define HAVE_IEEE754_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_SIGACTION 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_MONOTONIC_CLOCK 1
# #define HAVE_SSSE3_ASM 1
# #define OIL_EXPORTS 1
#
# configure: exit 0