checking for clang... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from clang object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... clang -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fPIC -DPIC checking if clang PIC flag -fPIC -DPIC works... yes checking if clang static flag -static works... 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... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /bin/sh: /build/missing: No such file or directory configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of clang... gcc3 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing libtool commands config.status: executing depfiles commands make all-am make[1]: Entering directory '/build/libblocksruntime/src/libblocksruntime-0.4.1' /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -W -pedantic -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libBlocksRuntime_la-runtime.lo -MD -MP -MF .deps/libBlocksRuntime_la-runtime.Tpo -c -o libBlocksRuntime_la-runtime.lo `test -f 'runtime.c' || echo './'`runtime.c /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -W -pedantic -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libBlocksRuntime_la-data.lo -MD -MP -MF .deps/libBlocksRuntime_la-data.Tpo -c -o libBlocksRuntime_la-data.lo `test -f 'data.c' || echo './'`data.c libtool: compile: clang -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -W -pedantic -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libBlocksRuntime_la-data.lo -MD -MP -MF .deps/libBlocksRuntime_la-data.Tpo -c data.c -fPIC -DPIC -o .libs/libBlocksRuntime_la-data.o libtool: compile: clang -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -W -pedantic -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libBlocksRuntime_la-runtime.lo -MD -MP -MF .deps/libBlocksRuntime_la-runtime.Tpo -c runtime.c -fPIC -DPIC -o .libs/libBlocksRuntime_la-runtime.o libtool: compile: clang -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -W -pedantic -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libBlocksRuntime_la-data.lo -MD -MP -MF .deps/libBlocksRuntime_la-data.Tpo -c data.c -o libBlocksRuntime_la-data.o >/dev/null 2>&1 runtime.c:73:22: warning: unused function 'OSAtomicCompareAndSwapLong' [-Wunused-function] static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { ^ runtime.c:90:18: warning: unused variable '_Block_copy_flag' [-Wunused-const-variable] static const int _Block_copy_flag = BLOCK_NEEDS_FREE; ^ mv -f .deps/libBlocksRuntime_la-data.Tpo .deps/libBlocksRuntime_la-data.Plo 2 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -W -pedantic -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT libBlocksRuntime_la-runtime.lo -MD -MP -MF .deps/libBlocksRuntime_la-runtime.Tpo -c runtime.c -o libBlocksRuntime_la-runtime.o >/dev/null 2>&1 mv -f .deps/libBlocksRuntime_la-runtime.Tpo .deps/libBlocksRuntime_la-runtime.Plo /bin/sh ./libtool --tag=CC --mode=link clang -std=c99 -Wall -Wextra -W -pedantic -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libBlocksRuntime.la -rpath /usr/lib libBlocksRuntime_la-runtime.lo libBlocksRuntime_la-data.lo libtool: link: clang -shared -fPIC -DPIC .libs/libBlocksRuntime_la-runtime.o .libs/libBlocksRuntime_la-data.o -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libBlocksRuntime.so.0 -o .libs/libBlocksRuntime.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libBlocksRuntime.so.0" && ln -s "libBlocksRuntime.so.0.0.0" "libBlocksRuntime.so.0") libtool: link: (cd ".libs" && rm -f "libBlocksRuntime.so" && ln -s "libBlocksRuntime.so.0.0.0" "libBlocksRuntime.so") libtool: link: ar cru .libs/libBlocksRuntime.a libBlocksRuntime_la-runtime.o libBlocksRuntime_la-data.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libBlocksRuntime.a libtool: link: ( cd ".libs" && rm -f "libBlocksRuntime.la" && ln -s "../libBlocksRuntime.la" "libBlocksRuntime.la" ) make[1]: Leaving directory '/build/libblocksruntime/src/libblocksruntime-0.4.1'