Build of gts with clang_glibc toolchain

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

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

SLOCLanguage
28,672 ansic
9,160 sh
4,351 makefile
42,183 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: gts 0.7.6-3 (Thu Apr 13 18:52:32 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 for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# 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 ANSI C... none needed
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang static flag works... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang supports -c -o file.o... 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
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# 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 whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ANSI C... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking for gawk... (cached) gawk
# checking for library containing strerror... none required
# checking for ANSI C header files... (cached) yes
# checking for pgm_init in -lnetpbm... no
# configure: WARNING: libnetpbm not found. Some programs will not be available.
# checking for pkg-config... /usr/bin/pkg-config
# checking for GLIB - version >= 2.4.0... yes (version 2.48.1)
# configure: WARNING: "C preprocessor does not support warning directive."
# checking fpu_control.h usability... yes
# checking fpu_control.h presence... yes
# checking for fpu_control.h... yes
# checking floatingpoint.h usability... no
# checking floatingpoint.h presence... no
# checking for floatingpoint.h... no
# checking for unistd.h... (cached) yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getopt_long... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating gts.pc
# config.status: creating gts.spec
# config.status: creating src/Makefile
# config.status: creating src/gts-config
# config.status: creating tools/Makefile
# config.status: creating doc/Makefile
# config.status: creating examples/Makefile
# config.status: creating test/Makefile
# config.status: creating test/boolean/Makefile
# config.status: creating test/delaunay/Makefile
# config.status: creating test/coarsen/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing default-1 commands
# creating src/gtsconfig.h
# make all-recursive
# make[1]: Entering directory '/tmp/gts/src/gts-0.7.6'
# Making all in src
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/src'
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ./predicates_init.c -o ./predicates_init
# ./predicates_init > ./predicates_init.h
# make all-am
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/src'
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT object.lo -MD -MP -MF ".deps/object.Tpo" -c -o object.lo object.c; \
# then mv -f ".deps/object.Tpo" ".deps/object.Plo"; else rm -f ".deps/object.Tpo"; exit 1; fi
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c -fPIC -DPIC -o .libs/object.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT point.lo -MD -MP -MF ".deps/point.Tpo" -c -o point.lo point.c; \
# then mv -f ".deps/point.Tpo" ".deps/point.Plo"; else rm -f ".deps/point.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT point.lo -MD -MP -MF .deps/point.Tpo -c point.c -fPIC -DPIC -o .libs/point.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT vertex.lo -MD -MP -MF ".deps/vertex.Tpo" -c -o vertex.lo vertex.c; \
# then mv -f ".deps/vertex.Tpo" ".deps/vertex.Plo"; else rm -f ".deps/vertex.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT vertex.lo -MD -MP -MF .deps/vertex.Tpo -c vertex.c -fPIC -DPIC -o .libs/vertex.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT segment.lo -MD -MP -MF ".deps/segment.Tpo" -c -o segment.lo segment.c; \
# then mv -f ".deps/segment.Tpo" ".deps/segment.Plo"; else rm -f ".deps/segment.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT segment.lo -MD -MP -MF .deps/segment.Tpo -c segment.c -fPIC -DPIC -o .libs/segment.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT edge.lo -MD -MP -MF ".deps/edge.Tpo" -c -o edge.lo edge.c; \
# then mv -f ".deps/edge.Tpo" ".deps/edge.Plo"; else rm -f ".deps/edge.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT edge.lo -MD -MP -MF .deps/edge.Tpo -c edge.c -fPIC -DPIC -o .libs/edge.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT triangle.lo -MD -MP -MF ".deps/triangle.Tpo" -c -o triangle.lo triangle.c; \
# then mv -f ".deps/triangle.Tpo" ".deps/triangle.Plo"; else rm -f ".deps/triangle.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT triangle.lo -MD -MP -MF .deps/triangle.Tpo -c triangle.c -fPIC -DPIC -o .libs/triangle.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT face.lo -MD -MP -MF ".deps/face.Tpo" -c -o face.lo face.c; \
# then mv -f ".deps/face.Tpo" ".deps/face.Plo"; else rm -f ".deps/face.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT face.lo -MD -MP -MF .deps/face.Tpo -c face.c -fPIC -DPIC -o .libs/face.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT kdtree.lo -MD -MP -MF ".deps/kdtree.Tpo" -c -o kdtree.lo kdtree.c; \
# then mv -f ".deps/kdtree.Tpo" ".deps/kdtree.Plo"; else rm -f ".deps/kdtree.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT kdtree.lo -MD -MP -MF .deps/kdtree.Tpo -c kdtree.c -fPIC -DPIC -o .libs/kdtree.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT bbtree.lo -MD -MP -MF ".deps/bbtree.Tpo" -c -o bbtree.lo bbtree.c; \
# then mv -f ".deps/bbtree.Tpo" ".deps/bbtree.Plo"; else rm -f ".deps/bbtree.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT bbtree.lo -MD -MP -MF .deps/bbtree.Tpo -c bbtree.c -fPIC -DPIC -o .libs/bbtree.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT misc.lo -MD -MP -MF ".deps/misc.Tpo" -c -o misc.lo misc.c; \
# then mv -f ".deps/misc.Tpo" ".deps/misc.Plo"; else rm -f ".deps/misc.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT predicates.lo -MD -MP -MF ".deps/predicates.Tpo" -c -o predicates.lo predicates.c; \
# then mv -f ".deps/predicates.Tpo" ".deps/predicates.Plo"; else rm -f ".deps/predicates.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT predicates.lo -MD -MP -MF .deps/predicates.Tpo -c predicates.c -fPIC -DPIC -o .libs/predicates.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT heap.lo -MD -MP -MF ".deps/heap.Tpo" -c -o heap.lo heap.c; \
# then mv -f ".deps/heap.Tpo" ".deps/heap.Plo"; else rm -f ".deps/heap.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c heap.c -fPIC -DPIC -o .libs/heap.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT eheap.lo -MD -MP -MF ".deps/eheap.Tpo" -c -o eheap.lo eheap.c; \
# then mv -f ".deps/eheap.Tpo" ".deps/eheap.Plo"; else rm -f ".deps/eheap.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT eheap.lo -MD -MP -MF .deps/eheap.Tpo -c eheap.c -fPIC -DPIC -o .libs/eheap.o
# eheap.c:53:21: warning: 'g_mem_chunk_new' is deprecated [-Wdeprecated-declarations]
# heap->mem_chunk = g_mem_chunk_create (GtsEHeapPair, 512, G_ALLOC_AND_FREE);
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:39:42: note: expanded from macro 'g_mem_chunk_create'
# #define g_mem_chunk_create(type, x, y) (g_mem_chunk_new (NULL, sizeof (type), 0, 0))
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:43:17: note: 'g_mem_chunk_new' has been explicitly marked deprecated here
# GMemChunk * g_mem_chunk_new (const gchar *name,
# ^
# eheap.c:101:10: warning: 'g_mem_chunk_alloc' is deprecated [-Wdeprecated-declarations]
# pair = g_chunk_new (GtsEHeapPair, heap->mem_chunk);
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:36:51: note: expanded from macro 'g_chunk_new'
# #define g_chunk_new(type, chunk) ((type *) g_mem_chunk_alloc (chunk))
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:50:17: note: 'g_mem_chunk_alloc' has been explicitly marked deprecated here
# gpointer g_mem_chunk_alloc (GMemChunk *mem_chunk);
# ^
# eheap.c:133:10: warning: 'g_mem_chunk_alloc' is deprecated [-Wdeprecated-declarations]
# pair = g_chunk_new (GtsEHeapPair, heap->mem_chunk);
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:36:51: note: expanded from macro 'g_chunk_new'
# #define g_chunk_new(type, chunk) ((type *) g_mem_chunk_alloc (chunk))
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:50:17: note: 'g_mem_chunk_alloc' has been explicitly marked deprecated here
# gpointer g_mem_chunk_alloc (GMemChunk *mem_chunk);
# ^
# eheap.c:212:5: warning: 'g_mem_chunk_free' is deprecated [-Wdeprecated-declarations]
# g_mem_chunk_free (heap->mem_chunk, pair);
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:54:17: note: 'g_mem_chunk_free' has been explicitly marked deprecated here
# void g_mem_chunk_free (GMemChunk *mem_chunk,
# ^
# eheap.c:220:3: warning: 'g_mem_chunk_free' is deprecated [-Wdeprecated-declarations]
# g_mem_chunk_free (heap->mem_chunk, pair);
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:54:17: note: 'g_mem_chunk_free' has been explicitly marked deprecated here
# void g_mem_chunk_free (GMemChunk *mem_chunk,
# ^
# eheap.c:265:3: warning: 'g_mem_chunk_destroy' is deprecated [-Wdeprecated-declarations]
# g_mem_chunk_destroy (heap->mem_chunk);
# ^
# /usr/include/glib-2.0/glib/deprecated/gallocator.h:48:17: note: 'g_mem_chunk_destroy' has been explicitly marked deprecated here
# void g_mem_chunk_destroy (GMemChunk *mem_chunk);
# ^
# 6 warnings generated.
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT fifo.lo -MD -MP -MF ".deps/fifo.Tpo" -c -o fifo.lo fifo.c; \
# then mv -f ".deps/fifo.Tpo" ".deps/fifo.Plo"; else rm -f ".deps/fifo.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT fifo.lo -MD -MP -MF .deps/fifo.Tpo -c fifo.c -fPIC -DPIC -o .libs/fifo.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT matrix.lo -MD -MP -MF ".deps/matrix.Tpo" -c -o matrix.lo matrix.c; \
# then mv -f ".deps/matrix.Tpo" ".deps/matrix.Plo"; else rm -f ".deps/matrix.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.c -fPIC -DPIC -o .libs/matrix.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT surface.lo -MD -MP -MF ".deps/surface.Tpo" -c -o surface.lo surface.c; \
# then mv -f ".deps/surface.Tpo" ".deps/surface.Plo"; else rm -f ".deps/surface.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT surface.lo -MD -MP -MF .deps/surface.Tpo -c surface.c -fPIC -DPIC -o .libs/surface.o
# surface.c:1560:13: warning: unused function 'update_closest_neighbors' [-Wunused-function]
# static void update_closest_neighbors (GtsVertex * v, GtsEHeap * heap)
# ^
# 1 warning generated.
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT stripe.lo -MD -MP -MF ".deps/stripe.Tpo" -c -o stripe.lo stripe.c; \
# then mv -f ".deps/stripe.Tpo" ".deps/stripe.Plo"; else rm -f ".deps/stripe.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT stripe.lo -MD -MP -MF .deps/stripe.Tpo -c stripe.c -fPIC -DPIC -o .libs/stripe.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT vopt.lo -MD -MP -MF ".deps/vopt.Tpo" -c -o vopt.lo vopt.c; \
# then mv -f ".deps/vopt.Tpo" ".deps/vopt.Plo"; else rm -f ".deps/vopt.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT vopt.lo -MD -MP -MF .deps/vopt.Tpo -c vopt.c -fPIC -DPIC -o .libs/vopt.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT refine.lo -MD -MP -MF ".deps/refine.Tpo" -c -o refine.lo refine.c; \
# then mv -f ".deps/refine.Tpo" ".deps/refine.Plo"; else rm -f ".deps/refine.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT refine.lo -MD -MP -MF .deps/refine.Tpo -c refine.c -fPIC -DPIC -o .libs/refine.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT iso.lo -MD -MP -MF ".deps/iso.Tpo" -c -o iso.lo iso.c; \
# then mv -f ".deps/iso.Tpo" ".deps/iso.Plo"; else rm -f ".deps/iso.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT iso.lo -MD -MP -MF .deps/iso.Tpo -c iso.c -fPIC -DPIC -o .libs/iso.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT isotetra.lo -MD -MP -MF ".deps/isotetra.Tpo" -c -o isotetra.lo isotetra.c; \
# then mv -f ".deps/isotetra.Tpo" ".deps/isotetra.Plo"; else rm -f ".deps/isotetra.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT isotetra.lo -MD -MP -MF .deps/isotetra.Tpo -c isotetra.c -fPIC -DPIC -o .libs/isotetra.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT split.lo -MD -MP -MF ".deps/split.Tpo" -c -o split.lo split.c; \
# then mv -f ".deps/split.Tpo" ".deps/split.Plo"; else rm -f ".deps/split.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT split.lo -MD -MP -MF .deps/split.Tpo -c split.c -fPIC -DPIC -o .libs/split.o
# split.c:922:13: warning: unused variable 'e' [-Wunused-variable]
# GtsEdge * e;
# ^
# split.c:923:12: warning: unused variable 'i' [-Wunused-variable]
# GSList * i;
# ^
# split.c:924:19: warning: unused variable 'cf' [-Wunused-variable]
# GtsSplitCFace * cf;
# ^
# split.c:534:13: warning: unused function 'print_split' [-Wunused-function]
# static void print_split (GtsSplit * vs, FILE * fptr)
# ^
# split.c:867:13: warning: unused function 'cface_neighbors' [-Wunused-function]
# static void cface_neighbors (GtsSplitCFace * cf,
# ^
# split.c:1105:17: warning: unused function 'list_array_are_identical' [-Wunused-function]
# static gboolean list_array_are_identical (GSList * list,
# ^
# 6 warnings generated.
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT psurface.lo -MD -MP -MF ".deps/psurface.Tpo" -c -o psurface.lo psurface.c; \
# then mv -f ".deps/psurface.Tpo" ".deps/psurface.Plo"; else rm -f ".deps/psurface.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT psurface.lo -MD -MP -MF .deps/psurface.Tpo -c psurface.c -fPIC -DPIC -o .libs/psurface.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT hsurface.lo -MD -MP -MF ".deps/hsurface.Tpo" -c -o hsurface.lo hsurface.c; \
# then mv -f ".deps/hsurface.Tpo" ".deps/hsurface.Plo"; else rm -f ".deps/hsurface.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT hsurface.lo -MD -MP -MF .deps/hsurface.Tpo -c hsurface.c -fPIC -DPIC -o .libs/hsurface.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT cdt.lo -MD -MP -MF ".deps/cdt.Tpo" -c -o cdt.lo cdt.c; \
# then mv -f ".deps/cdt.Tpo" ".deps/cdt.Plo"; else rm -f ".deps/cdt.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT cdt.lo -MD -MP -MF .deps/cdt.Tpo -c cdt.c -fPIC -DPIC -o .libs/cdt.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT boolean.lo -MD -MP -MF ".deps/boolean.Tpo" -c -o boolean.lo boolean.c; \
# then mv -f ".deps/boolean.Tpo" ".deps/boolean.Plo"; else rm -f ".deps/boolean.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT boolean.lo -MD -MP -MF .deps/boolean.Tpo -c boolean.c -fPIC -DPIC -o .libs/boolean.o
# boolean.c:1428:13: warning: unused function 'check_boundary_interior_triangulation' [-Wunused-function]
# static void check_boundary_interior_triangulation (GSList * boundary,
# ^
# 1 warning generated.
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT named.lo -MD -MP -MF ".deps/named.Tpo" -c -o named.lo named.c; \
# then mv -f ".deps/named.Tpo" ".deps/named.Plo"; else rm -f ".deps/named.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT named.lo -MD -MP -MF .deps/named.Tpo -c named.c -fPIC -DPIC -o .libs/named.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT oocs.lo -MD -MP -MF ".deps/oocs.Tpo" -c -o oocs.lo oocs.c; \
# then mv -f ".deps/oocs.Tpo" ".deps/oocs.Plo"; else rm -f ".deps/oocs.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT oocs.lo -MD -MP -MF .deps/oocs.Tpo -c oocs.c -fPIC -DPIC -o .libs/oocs.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT container.lo -MD -MP -MF ".deps/container.Tpo" -c -o container.lo container.c; \
# then mv -f ".deps/container.Tpo" ".deps/container.Plo"; else rm -f ".deps/container.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT container.lo -MD -MP -MF .deps/container.Tpo -c container.c -fPIC -DPIC -o .libs/container.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT graph.lo -MD -MP -MF ".deps/graph.Tpo" -c -o graph.lo graph.c; \
# then mv -f ".deps/graph.Tpo" ".deps/graph.Plo"; else rm -f ".deps/graph.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT graph.lo -MD -MP -MF .deps/graph.Tpo -c graph.c -fPIC -DPIC -o .libs/graph.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT pgraph.lo -MD -MP -MF ".deps/pgraph.Tpo" -c -o pgraph.lo pgraph.c; \
# then mv -f ".deps/pgraph.Tpo" ".deps/pgraph.Plo"; else rm -f ".deps/pgraph.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT pgraph.lo -MD -MP -MF .deps/pgraph.Tpo -c pgraph.c -fPIC -DPIC -o .libs/pgraph.o
# pgraph.c:33:16: warning: unused variable 'n1' [-Wunused-variable]
# GtsGNode * n1 = GTS_GNODE_SPLIT_N1 (ns);
# ^
# pgraph.c:34:16: warning: unused variable 'n2' [-Wunused-variable]
# GtsGNode * n2 = GTS_GNODE_SPLIT_N2 (ns);
# ^
# 2 warnings generated.
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT partition.lo -MD -MP -MF ".deps/partition.Tpo" -c -o partition.lo partition.c; \
# then mv -f ".deps/partition.Tpo" ".deps/partition.Plo"; else rm -f ".deps/partition.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT partition.lo -MD -MP -MF .deps/partition.Tpo -c partition.c -fPIC -DPIC -o .libs/partition.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT curvature.lo -MD -MP -MF ".deps/curvature.Tpo" -c -o curvature.lo curvature.c; \
# then mv -f ".deps/curvature.Tpo" ".deps/curvature.Plo"; else rm -f ".deps/curvature.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT curvature.lo -MD -MP -MF .deps/curvature.Tpo -c curvature.c -fPIC -DPIC -o .libs/curvature.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT tribox3.lo -MD -MP -MF ".deps/tribox3.Tpo" -c -o tribox3.lo tribox3.c; \
# then mv -f ".deps/tribox3.Tpo" ".deps/tribox3.Plo"; else rm -f ".deps/tribox3.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"Gts\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT tribox3.lo -MD -MP -MF .deps/tribox3.Tpo -c tribox3.c -fPIC -DPIC -o .libs/tribox3.o
# tribox3.c:45:5: warning: no previous prototype for function 'planeBoxOverlap' [-Wmissing-prototypes]
# int planeBoxOverlap(double normal[3], double vert[3], double maxbox[3]) // -NJMP-
# ^
# tribox3.c:144:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fex = fabsf(e0[X]);
# ^
# tribox3.c:144:10: note: use function 'fabs' instead
# fex = fabsf(e0[X]);
# ^~~~~
# fabs
# tribox3.c:145:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fey = fabsf(e0[Y]);
# ^
# tribox3.c:145:10: note: use function 'fabs' instead
# fey = fabsf(e0[Y]);
# ^~~~~
# fabs
# tribox3.c:146:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fez = fabsf(e0[Z]);
# ^
# tribox3.c:146:10: note: use function 'fabs' instead
# fez = fabsf(e0[Z]);
# ^~~~~
# fabs
# tribox3.c:151:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fex = fabsf(e1[X]);
# ^
# tribox3.c:151:10: note: use function 'fabs' instead
# fex = fabsf(e1[X]);
# ^~~~~
# fabs
# tribox3.c:152:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fey = fabsf(e1[Y]);
# ^
# tribox3.c:152:10: note: use function 'fabs' instead
# fey = fabsf(e1[Y]);
# ^~~~~
# fabs
# tribox3.c:153:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fez = fabsf(e1[Z]);
# ^
# tribox3.c:153:10: note: use function 'fabs' instead
# fez = fabsf(e1[Z]);
# ^~~~~
# fabs
# tribox3.c:158:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fex = fabsf(e2[X]);
# ^
# tribox3.c:158:10: note: use function 'fabs' instead
# fex = fabsf(e2[X]);
# ^~~~~
# fabs
# tribox3.c:159:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fey = fabsf(e2[Y]);
# ^
# tribox3.c:159:10: note: use function 'fabs' instead
# fey = fabsf(e2[Y]);
# ^~~~~
# fabs
# tribox3.c:160:10: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
# fez = fabsf(e2[Z]);
# ^
# tribox3.c:160:10: note: use function 'fabs' instead
# fez = fabsf(e2[Z]);
# ^~~~~
# fabs
# tribox3.c:116:5: warning: no previous prototype for function 'triBoxOverlap' [-Wmissing-prototypes]
# int triBoxOverlap(double boxcenter[3],double boxhalfsize[3],double triverts[3][3])
# ^
# 11 warnings generated.
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o libgts.la -rpath /usr/lib -version-info 5:1:0 -release 0.7 -export-dynamic object.lo point.lo vertex.lo segment.lo edge.lo triangle.lo face.lo kdtree.lo bbtree.lo misc.lo predicates.lo heap.lo eheap.lo fifo.lo matrix.lo surface.lo stripe.lo vopt.lo refine.lo iso.lo isotetra.lo split.lo psurface.lo hsurface.lo cdt.lo boolean.lo named.lo oocs.lo container.lo graph.lo pgraph.lo partition.lo curvature.lo tribox3.lo
# clang -shared .libs/object.o .libs/point.o .libs/vertex.o .libs/segment.o .libs/edge.o .libs/triangle.o .libs/face.o .libs/kdtree.o .libs/bbtree.o .libs/misc.o .libs/predicates.o .libs/heap.o .libs/eheap.o .libs/fifo.o .libs/matrix.o .libs/surface.o .libs/stripe.o .libs/vopt.o .libs/refine.o .libs/iso.o .libs/isotetra.o .libs/split.o .libs/psurface.o .libs/hsurface.o .libs/cdt.o .libs/boolean.o .libs/named.o .libs/oocs.o .libs/container.o .libs/graph.o .libs/pgraph.o .libs/partition.o .libs/curvature.o .libs/tribox3.o -lglib-2.0 -Wl,-soname -Wl,libgts-0.7.so.5 -o .libs/libgts-0.7.so.5.0.1
# (cd .libs && rm -f libgts-0.7.so.5 && ln -s libgts-0.7.so.5.0.1 libgts-0.7.so.5)
# (cd .libs && rm -f libgts.so && ln -s libgts-0.7.so.5.0.1 libgts.so)
# creating libgts.la
# (cd .libs && rm -f libgts.la && ln -s ../libgts.la libgts.la)
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/src'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/src'
# Making all in tools
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/tools'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-tools\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT gts2oogl.o -MD -MP -MF ".deps/gts2oogl.Tpo" -c -o gts2oogl.o gts2oogl.c; \
# then mv -f ".deps/gts2oogl.Tpo" ".deps/gts2oogl.Po"; else rm -f ".deps/gts2oogl.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o gts2oogl gts2oogl.o ../src/libgts.la -lm
# mkdir .libs
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/gts2oogl gts2oogl.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating gts2oogl
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-tools\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT gtscompare.o -MD -MP -MF ".deps/gtscompare.Tpo" -c -o gtscompare.o gtscompare.c; \
# then mv -f ".deps/gtscompare.Tpo" ".deps/gtscompare.Po"; else rm -f ".deps/gtscompare.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o gtscompare gtscompare.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/gtscompare gtscompare.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating gtscompare
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-tools\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT gtscheck.o -MD -MP -MF ".deps/gtscheck.Tpo" -c -o gtscheck.o gtscheck.c; \
# then mv -f ".deps/gtscheck.Tpo" ".deps/gtscheck.Po"; else rm -f ".deps/gtscheck.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o gtscheck gtscheck.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/gtscheck gtscheck.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating gtscheck
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-tools\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT stl2gts.o -MD -MP -MF ".deps/stl2gts.Tpo" -c -o stl2gts.o stl2gts.c; \
# then mv -f ".deps/stl2gts.Tpo" ".deps/stl2gts.Po"; else rm -f ".deps/stl2gts.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o stl2gts stl2gts.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/stl2gts stl2gts.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating stl2gts
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-tools\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT gts2dxf.o -MD -MP -MF ".deps/gts2dxf.Tpo" -c -o gts2dxf.o gts2dxf.c; \
# then mv -f ".deps/gts2dxf.Tpo" ".deps/gts2dxf.Po"; else rm -f ".deps/gts2dxf.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o gts2dxf gts2dxf.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/gts2dxf gts2dxf.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating gts2dxf
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-tools\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT gts2stl.o -MD -MP -MF ".deps/gts2stl.Tpo" -c -o gts2stl.o gts2stl.c; \
# then mv -f ".deps/gts2stl.Tpo" ".deps/gts2stl.Po"; else rm -f ".deps/gts2stl.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o gts2stl gts2stl.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/gts2stl gts2stl.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating gts2stl
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/tools'
# Making all in examples
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/examples'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT transform.o -MD -MP -MF ".deps/transform.Tpo" -c -o transform.o transform.c; \
# then mv -f ".deps/transform.Tpo" ".deps/transform.Po"; else rm -f ".deps/transform.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o transform transform.o ../src/libgts.la -lm
# mkdir .libs
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/transform transform.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating transform
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT delaunay.o -MD -MP -MF ".deps/delaunay.Tpo" -c -o delaunay.o delaunay.c; \
# then mv -f ".deps/delaunay.Tpo" ".deps/delaunay.Po"; else rm -f ".deps/delaunay.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o delaunay delaunay.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/delaunay delaunay.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating delaunay
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT set.o -MD -MP -MF ".deps/set.Tpo" -c -o set.o set.c; \
# then mv -f ".deps/set.Tpo" ".deps/set.Po"; else rm -f ".deps/set.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o set set.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/set set.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating set
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT volume.o -MD -MP -MF ".deps/volume.Tpo" -c -o volume.o volume.c; \
# then mv -f ".deps/volume.Tpo" ".deps/volume.Po"; else rm -f ".deps/volume.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o volume volume.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/volume volume.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating volume
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT cleanup.o -MD -MP -MF ".deps/cleanup.Tpo" -c -o cleanup.o cleanup.c; \
# then mv -f ".deps/cleanup.Tpo" ".deps/cleanup.Po"; else rm -f ".deps/cleanup.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o cleanup cleanup.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/cleanup cleanup.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating cleanup
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT coarsen.o -MD -MP -MF ".deps/coarsen.Tpo" -c -o coarsen.o coarsen.c; \
# then mv -f ".deps/coarsen.Tpo" ".deps/coarsen.Po"; else rm -f ".deps/coarsen.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o coarsen coarsen.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/coarsen coarsen.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating coarsen
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT refine.o -MD -MP -MF ".deps/refine.Tpo" -c -o refine.o refine.c; \
# then mv -f ".deps/refine.Tpo" ".deps/refine.Po"; else rm -f ".deps/refine.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o refine refine.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/refine refine.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating refine
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT iso.o -MD -MP -MF ".deps/iso.Tpo" -c -o iso.o iso.c; \
# then mv -f ".deps/iso.Tpo" ".deps/iso.Po"; else rm -f ".deps/iso.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o iso iso.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/iso iso.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating iso
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT gtstoc.o -MD -MP -MF ".deps/gtstoc.Tpo" -c -o gtstoc.o gtstoc.c; \
# then mv -f ".deps/gtstoc.Tpo" ".deps/gtstoc.Po"; else rm -f ".deps/gtstoc.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o gtstoc gtstoc.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/gtstoc gtstoc.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating gtstoc
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT oocs.o -MD -MP -MF ".deps/oocs.Tpo" -c -o oocs.o oocs.c; \
# then mv -f ".deps/oocs.Tpo" ".deps/oocs.Po"; else rm -f ".deps/oocs.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o oocs oocs.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/oocs oocs.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating oocs
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT partition.o -MD -MP -MF ".deps/partition.Tpo" -c -o partition.o partition.c; \
# then mv -f ".deps/partition.Tpo" ".deps/partition.Po"; else rm -f ".deps/partition.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o partition partition.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/partition partition.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating partition
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT traverse.o -MD -MP -MF ".deps/traverse.Tpo" -c -o traverse.o traverse.c; \
# then mv -f ".deps/traverse.Tpo" ".deps/traverse.Po"; else rm -f ".deps/traverse.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o traverse traverse.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/traverse traverse.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating traverse
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT cartesian.o -MD -MP -MF ".deps/cartesian.Tpo" -c -o cartesian.o cartesian.c; \
# then mv -f ".deps/cartesian.Tpo" ".deps/cartesian.Po"; else rm -f ".deps/cartesian.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o cartesian cartesian.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/cartesian cartesian.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating cartesian
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT split.o -MD -MP -MF ".deps/split.Tpo" -c -o split.o split.c; \
# then mv -f ".deps/split.Tpo" ".deps/split.Po"; else rm -f ".deps/split.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o split split.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/split split.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating split
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT smooth.o -MD -MP -MF ".deps/smooth.Tpo" -c -o smooth.o smooth.c; \
# then mv -f ".deps/smooth.Tpo" ".deps/smooth.Po"; else rm -f ".deps/smooth.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o smooth smooth.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/smooth smooth.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating smooth
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT sphere.o -MD -MP -MF ".deps/sphere.Tpo" -c -o sphere.o sphere.c; \
# then mv -f ".deps/sphere.Tpo" ".deps/sphere.Po"; else rm -f ".deps/sphere.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o sphere sphere.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/sphere sphere.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating sphere
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT stripe.o -MD -MP -MF ".deps/stripe.Tpo" -c -o stripe.o stripe.c; \
# then mv -f ".deps/stripe.Tpo" ".deps/stripe.Po"; else rm -f ".deps/stripe.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o stripe stripe.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/stripe stripe.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating stripe
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT optimize.o -MD -MP -MF ".deps/optimize.Tpo" -c -o optimize.o optimize.c; \
# then mv -f ".deps/optimize.Tpo" ".deps/optimize.Po"; else rm -f ".deps/optimize.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o optimize optimize.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/optimize optimize.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating optimize
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include -DG_LOG_DOMAIN=\"Gts-examples\" -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT merge.o -MD -MP -MF ".deps/merge.Tpo" -c -o merge.o merge.c; \
# then mv -f ".deps/merge.Tpo" ".deps/merge.Po"; else rm -f ".deps/merge.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -o merge merge.o ../src/libgts.la -lm
# clang -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/merge merge.o -lglib-2.0 ../src/.libs/libgts.so -lm
# creating merge
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/examples'
# Making all in doc
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/doc'
# Making all in test
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/test'
# Making all in boolean
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/test/boolean'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/boolean'
# Making all in delaunay
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/test/delaunay'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/delaunay'
# Making all in coarsen
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/test/coarsen'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/coarsen'
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/test'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/test'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/test'
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6'
# make[1]: Leaving directory '/tmp/gts/src/gts-0.7.6'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/gts/src/gts-0.7.6/src'
# make install-am
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/src'
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/src'
# test -z "/usr/bin" || mkdir -p -- . "/tmp/gts/pkg/gts/usr/bin"
# /usr/bin/install -c 'gts-config' '/tmp/gts/pkg/gts/usr/bin/gts-config'
# test -z "/usr/lib" || mkdir -p -- . "/tmp/gts/pkg/gts/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libgts.la' '/tmp/gts/pkg/gts/usr/lib/libgts.la'
# /usr/bin/install -c .libs/libgts-0.7.so.5.0.1 /tmp/gts/pkg/gts/usr/lib/libgts-0.7.so.5.0.1
# (cd /tmp/gts/pkg/gts/usr/lib && { ln -s -f libgts-0.7.so.5.0.1 libgts-0.7.so.5 || { rm -f libgts-0.7.so.5 && ln -s libgts-0.7.so.5.0.1 libgts-0.7.so.5; }; })
# (cd /tmp/gts/pkg/gts/usr/lib && { ln -s -f libgts-0.7.so.5.0.1 libgts.so || { rm -f libgts.so && ln -s libgts-0.7.so.5.0.1 libgts.so; }; })
# /usr/bin/install -c .libs/libgts.lai /tmp/gts/pkg/gts/usr/lib/libgts.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include" || mkdir -p -- . "/tmp/gts/pkg/gts/usr/include"
# /usr/bin/install -c -m 644 'gts.h' '/tmp/gts/pkg/gts/usr/include/gts.h'
# /usr/bin/install -c -m 644 'gtsconfig.h' '/tmp/gts/pkg/gts/usr/include/gtsconfig.h'
# test -z "/usr/share/aclocal" || mkdir -p -- . "/tmp/gts/pkg/gts/usr/share/aclocal"
# /usr/bin/install -c -m 644 'gts.m4' '/tmp/gts/pkg/gts/usr/share/aclocal/gts.m4'
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/src'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/src'
# make[1]: Leaving directory '/tmp/gts/src/gts-0.7.6/src'
# Making install in tools
# make[1]: Entering directory '/tmp/gts/src/gts-0.7.6/tools'
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/tools'
# test -z "/usr/bin" || mkdir -p -- . "/tmp/gts/pkg/gts/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'gts2oogl' '/tmp/gts/pkg/gts/usr/bin/gts2oogl'
# libtool: install: warning: `../src/libgts.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/gts2oogl /tmp/gts/pkg/gts/usr/bin/gts2oogl
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'gtscompare' '/tmp/gts/pkg/gts/usr/bin/gtscompare'
# libtool: install: warning: `../src/libgts.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/gtscompare /tmp/gts/pkg/gts/usr/bin/gtscompare
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'gtscheck' '/tmp/gts/pkg/gts/usr/bin/gtscheck'
# libtool: install: warning: `../src/libgts.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/gtscheck /tmp/gts/pkg/gts/usr/bin/gtscheck
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'stl2gts' '/tmp/gts/pkg/gts/usr/bin/stl2gts'
# libtool: install: warning: `../src/libgts.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/stl2gts /tmp/gts/pkg/gts/usr/bin/stl2gts
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'gts2dxf' '/tmp/gts/pkg/gts/usr/bin/gts2dxf'
# libtool: install: warning: `../src/libgts.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/gts2dxf /tmp/gts/pkg/gts/usr/bin/gts2dxf
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'gts2stl' '/tmp/gts/pkg/gts/usr/bin/gts2stl'
# libtool: install: warning: `../src/libgts.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/gts2stl /tmp/gts/pkg/gts/usr/bin/gts2stl
# test -z "/usr/bin" || mkdir -p -- . "/tmp/gts/pkg/gts/usr/bin"
# /usr/bin/install -c 'gtstemplate' '/tmp/gts/pkg/gts/usr/bin/gtstemplate'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/tools'
# make[1]: Leaving directory '/tmp/gts/src/gts-0.7.6/tools'
# Making install in examples
# make[1]: Entering directory '/tmp/gts/src/gts-0.7.6/examples'
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/examples'
# test -z "/usr/bin" || mkdir -p -- . "/tmp/gts/pkg/gts/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'transform' '/tmp/gts/pkg/gts/usr/bin/transform'
# libtool: install: warning: `../src/libgts.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/transform /tmp/gts/pkg/gts/usr/bin/transform
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'delaunay' '/tmp/gts/pkg/gts/usr/bin/delaunay'
# libtool: install: warning: `../src/libgts.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/delaunay /tmp/gts/pkg/gts/usr/bin/delaunay
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/examples'
# make[1]: Leaving directory '/tmp/gts/src/gts-0.7.6/examples'
# Making install in doc
# make[1]: Entering directory '/tmp/gts/src/gts-0.7.6/doc'
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/doc'
# make[1]: Leaving directory '/tmp/gts/src/gts-0.7.6/doc'
# Making install in test
# make[1]: Entering directory '/tmp/gts/src/gts-0.7.6/test'
# Making install in boolean
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/test/boolean'
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/test/boolean'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/boolean'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/boolean'
# Making install in delaunay
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/test/delaunay'
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/test/delaunay'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/delaunay'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/delaunay'
# Making install in coarsen
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/test/coarsen'
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/test/coarsen'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/coarsen'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/test/coarsen'
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6/test'
# make[3]: Entering directory '/tmp/gts/src/gts-0.7.6/test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/gts/src/gts-0.7.6/test'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6/test'
# make[1]: Leaving directory '/tmp/gts/src/gts-0.7.6/test'
# make[1]: Entering directory '/tmp/gts/src/gts-0.7.6'
# make[2]: Entering directory '/tmp/gts/src/gts-0.7.6'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || mkdir -p -- . "/tmp/gts/pkg/gts/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 'gts.pc' '/tmp/gts/pkg/gts/usr/lib/pkgconfig/gts.pc'
# make[2]: Leaving directory '/tmp/gts/src/gts-0.7.6'
# make[1]: Leaving directory '/tmp/gts/src/gts-0.7.6'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gts"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gts 0.7.6-3 (Thu Apr 13 18:53:37 UTC 2017)

CMD: pacman --query --file gts-0.7.6-3-x86_64.pkg.tar.xz
# gts 0.7.6-3

Creating hybrid package for 'gts'

Trying to find vanilla package 'gts'...

CMD: pacman --query --file /mirror/gts-0.7.6-3.pkg.tar.xz
# gts 0.7.6-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/delaunay
# /usr/bin/gts-config
# /usr/bin/gts2dxf
# /usr/bin/gts2oogl
# /usr/bin/gts2stl
# /usr/bin/gtscheck
# /usr/bin/gtscompare
# /usr/bin/gtstemplate
# /usr/bin/stl2gts
# /usr/bin/transform
# /usr/include/gts.h
# /usr/include/gtsconfig.h
# /usr/lib/libgts-0.7.so.5
# /usr/lib/libgts-0.7.so.5.0.1
# /usr/lib/libgts.so
# /usr/lib/pkgconfig/gts.pc
# /usr/share/aclocal/gts.m4
# /sysroot/usr/lib/libgts-0.7.so.5.0.1
# /sysroot/usr/lib/libgts-0.7.so.5
# /sysroot/usr/lib/libgts.so
# /sysroot/usr/lib/libgts.la
# /sysroot/usr/lib/pkgconfig/gts.pc
# /sysroot/usr/include/gts.h
# /sysroot/usr/include/gtsconfig.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gts.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 19311

Attempting to access local repository, attempt 2

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

Printing config logfiles

CMD: config logfiles '/tmp/gts/src/gts-0.7.6/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 configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4307ed84b423
# 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
# 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:1580: checking for a BSD-compatible install
# configure:1635: result: /usr/bin/install -c
# configure:1646: checking whether build environment is sane
# configure:1689: result: yes
# configure:1746: checking for gawk
# configure:1762: found /usr/bin/gawk
# configure:1772: result: gawk
# configure:1782: checking whether make sets $(MAKE)
# configure:1802: result: yes
# configure:1872: checking for x86_64-unknown-linux-strip
# configure:1901: result: no
# configure:1910: checking for strip
# configure:1926: found /usr/bin/strip
# configure:1937: result: strip
# configure:2066: checking build system type
# configure:2084: result: x86_64-unknown-linux-gnu
# configure:2092: checking host system type
# configure:2106: result: x86_64-unknown-linux-gnu
# configure:2126: checking for style of include used by make
# configure:2154: result: GNU
# configure:2187: checking for x86_64-unknown-linux-gcc
# configure:2213: result: clang
# configure:2495: checking for C compiler version
# configure:2498: 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:2501: $? = 0
# configure:2503: 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
# Selected multilib: .;@m64
# configure:2506: $? = 0
# configure:2508: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2511: $? = 1
# configure:2534: checking for C compiler default output file name
# configure:2537: clang conftest.c >&5
# configure:2540: $? = 0
# configure:2586: result: a.out
# configure:2591: checking whether the C compiler works
# configure:2597: ./a.out
# configure:2600: $? = 0
# configure:2617: result: yes
# configure:2624: checking whether we are cross compiling
# configure:2626: result: no
# configure:2629: checking for suffix of executables
# configure:2631: clang -o conftest conftest.c >&5
# configure:2634: $? = 0
# configure:2659: result:
# configure:2665: checking for suffix of object files
# configure:2686: clang -c conftest.c >&5
# configure:2689: $? = 0
# configure:2711: result: o
# configure:2715: checking whether we are using the GNU C compiler
# configure:2739: clang -c conftest.c >&5
# configure:2745: $? = 0
# configure:2748: test -z || test ! -s conftest.err
# configure:2751: $? = 0
# configure:2754: test -s conftest.o
# configure:2757: $? = 0
# configure:2770: result: yes
# configure:2776: checking whether clang accepts -g
# configure:2797: clang -c -g conftest.c >&5
# configure:2803: $? = 0
# configure:2806: test -z || test ! -s conftest.err
# configure:2809: $? = 0
# configure:2812: test -s conftest.o
# configure:2815: $? = 0
# configure:2826: result: yes
# configure:2843: checking for clang option to accept ANSI C
# configure:2913: clang -c conftest.c >&5
# configure:2919: $? = 0
# configure:2922: test -z || test ! -s conftest.err
# configure:2925: $? = 0
# configure:2928: test -s conftest.o
# configure:2931: $? = 0
# configure:2949: result: none needed
# configure:2967: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2973: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:3105: checking dependency style of clang
# configure:3195: result: gcc3
# configure:3212: checking for a sed that does not truncate output
# configure:3266: result: /usr/bin/sed
# configure:3269: checking for egrep
# configure:3279: result: grep -E
# configure:3295: checking for ld used by clang
# configure:3362: result: /usr/bin/ld
# configure:3371: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3386: result: yes
# configure:3391: checking for /usr/bin/ld option to reload object files
# configure:3398: result: -r
# configure:3416: checking for BSD-compatible nm
# configure:3458: result: nm
# configure:3462: checking whether ln -s works
# configure:3466: result: yes
# configure:3473: checking how to recognise dependent libraries
# configure:3645: result: pass_all
# configure:3730: clang -c conftest.c >&5
# configure:3733: $? = 0
# configure:3858: checking how to run the C preprocessor
# configure:3893: clang -E conftest.c
# configure:3899: $? = 0
# configure:3931: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3937: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | /* end confdefs.h. */
# | #include
# configure:3976: result: clang -E
# configure:4000: clang -E conftest.c
# configure:4006: $? = 0
# configure:4038: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4044: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | /* end confdefs.h. */
# | #include
# configure:4088: checking for ANSI C header files
# configure:4113: clang -c conftest.c >&5
# configure:4119: $? = 0
# configure:4122: test -z || test ! -s conftest.err
# configure:4125: $? = 0
# configure:4128: test -s conftest.o
# configure:4131: $? = 0
# configure:4220: clang -o conftest conftest.c >&5
# conftest.c:31:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:31:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:4223: $? = 0
# configure:4225: ./conftest
# configure:4228: $? = 0
# configure:4243: result: yes
# configure:4267: checking for sys/types.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4267: checking for sys/stat.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4267: checking for stdlib.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4267: checking for string.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4267: checking for memory.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4267: checking for strings.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4267: checking for inttypes.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4267: checking for stdint.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4267: checking for unistd.h
# configure:4283: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4292: test -z || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4312: result: yes
# configure:4338: checking dlfcn.h usability
# configure:4350: clang -c conftest.c >&5
# configure:4356: $? = 0
# configure:4359: test -z || test ! -s conftest.err
# configure:4362: $? = 0
# configure:4365: test -s conftest.o
# configure:4368: $? = 0
# configure:4378: result: yes
# configure:4382: checking dlfcn.h presence
# configure:4392: clang -E conftest.c
# configure:4398: $? = 0
# configure:4418: result: yes
# configure:4453: checking for dlfcn.h
# configure:4460: result: yes
# configure:4483: checking for x86_64-unknown-linux-g++
# configure:4509: result: clang++
# configure:4567: checking for C++ compiler version
# configure:4570: 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:4573: $? = 0
# configure:4575: 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
# Selected multilib: .;@m64
# configure:4578: $? = 0
# configure:4580: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4583: $? = 1
# configure:4586: checking whether we are using the GNU C++ compiler
# configure:4610: clang++ -c conftest.cc >&5
# configure:4616: $? = 0
# configure:4619: test -z || test ! -s conftest.err
# configure:4622: $? = 0
# configure:4625: test -s conftest.o
# configure:4628: $? = 0
# configure:4641: result: yes
# configure:4647: checking whether clang++ accepts -g
# configure:4668: clang++ -c -g conftest.cc >&5
# configure:4674: $? = 0
# configure:4677: test -z || test ! -s conftest.err
# configure:4680: $? = 0
# configure:4683: test -s conftest.o
# configure:4686: $? = 0
# configure:4697: result: yes
# configure:4739: clang++ -c conftest.cc >&5
# configure:4745: $? = 0
# configure:4748: test -z || test ! -s conftest.err
# configure:4751: $? = 0
# configure:4754: test -s conftest.o
# configure:4757: $? = 0
# configure:4783: clang++ -c conftest.cc >&5
# conftest.cc:29:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:4789: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4739: clang++ -c conftest.cc >&5
# conftest.cc:25:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:25:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:4745: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4739: clang++ -c conftest.cc >&5
# conftest.cc:25:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:25:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:4745: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4739: clang++ -c conftest.cc >&5
# configure:4745: $? = 0
# configure:4748: test -z || test ! -s conftest.err
# configure:4751: $? = 0
# configure:4754: test -s conftest.o
# configure:4757: $? = 0
# configure:4783: clang++ -c conftest.cc >&5
# configure:4789: $? = 0
# configure:4792: test -z || test ! -s conftest.err
# configure:4795: $? = 0
# configure:4798: test -s conftest.o
# configure:4801: $? = 0
# configure:4826: checking dependency style of clang++
# configure:4916: result: gcc3
# configure:4943: checking how to run the C++ preprocessor
# configure:4974: clang++ -E conftest.cc
# configure:4980: $? = 0
# configure:5012: clang++ -E conftest.cc
# conftest.cc:28:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5018: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:5057: result: clang++ -E
# configure:5081: clang++ -E conftest.cc
# configure:5087: $? = 0
# configure:5119: clang++ -E conftest.cc
# conftest.cc:28:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5125: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:5180: checking for x86_64-unknown-linux-g77
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-f77
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-xlf
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-frt
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-pgf77
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-fort77
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-fl32
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-af77
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-f90
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-xlf90
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-pgf90
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-epcf90
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-f95
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-fort
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-xlf95
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-ifc
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-efc
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-pgf95
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-lf95
# configure:5209: result: no
# configure:5180: checking for x86_64-unknown-linux-gfortran
# configure:5209: result: no
# configure:5222: checking for g77
# configure:5251: result: no
# configure:5222: checking for f77
# configure:5251: result: no
# configure:5222: checking for xlf
# configure:5251: result: no
# configure:5222: checking for frt
# configure:5251: result: no
# configure:5222: checking for pgf77
# configure:5251: result: no
# configure:5222: checking for fort77
# configure:5251: result: no
# configure:5222: checking for fl32
# configure:5251: result: no
# configure:5222: checking for af77
# configure:5251: result: no
# configure:5222: checking for f90
# configure:5251: result: no
# configure:5222: checking for xlf90
# configure:5251: result: no
# configure:5222: checking for pgf90
# configure:5251: result: no
# configure:5222: checking for epcf90
# configure:5251: result: no
# configure:5222: checking for f95
# configure:5238: found /usr/bin/f95
# configure:5248: result: f95
# configure:5263: checking for Fortran 77 compiler version
# configure:5266: f95 --version &5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5269: $? = 0
# configure:5271: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5274: $? = 0
# configure:5276: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:5279: $? = 1
# configure:5287: checking whether we are using the GNU Fortran 77 compiler
# configure:5301: f95 -c conftest.F >&5
# configure:5307: $? = 0
# configure:5310: test -z || test ! -s conftest.err
# configure:5313: $? = 0
# configure:5316: test -s conftest.o
# configure:5319: $? = 0
# configure:5332: result: yes
# configure:5338: checking whether f95 accepts -g
# configure:5350: f95 -c -g conftest.f >&5
# configure:5356: $? = 0
# configure:5359: test -z || test ! -s conftest.err
# configure:5362: $? = 0
# configure:5365: test -s conftest.o
# configure:5368: $? = 0
# configure:5380: result: yes
# configure:5410: checking the maximum length of command line arguments
# configure:5502: result: 32768
# configure:5513: checking command to parse nm output from clang object
# configure:5609: clang -c conftest.c >&5
# configure:5612: $? = 0
# configure:5616: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:5619: $? = 0
# configure:5671: clang -o conftest conftest.c conftstm.o >&5
# configure:5674: $? = 0
# configure:5712: result: ok
# configure:5716: checking for objdir
# configure:5731: result: .libs
# configure:5783: checking for x86_64-unknown-linux-ar
# configure:5812: result: no
# configure:5821: checking for ar
# configure:5837: found /usr/bin/ar
# configure:5848: result: ar
# configure:5863: checking for x86_64-unknown-linux-ranlib
# configure:5892: result: no
# configure:5901: checking for ranlib
# configure:5917: found /usr/bin/ranlib
# configure:5928: result: ranlib
# configure:5943: checking for x86_64-unknown-linux-strip
# configure:5969: result: strip
# configure:6295: checking if clang static flag works
# configure:6323: result: yes
# configure:6341: checking if clang supports -fno-rtti -fno-exceptions
# configure:6359: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:6363: $? = 0
# configure:6376: result: yes
# configure:6391: checking for clang option to produce PIC
# configure:6595: result: -fPIC
# configure:6603: checking if clang PIC flag -fPIC works
# configure:6621: clang -c -fPIC -DPIC conftest.c >&5
# configure:6625: $? = 0
# configure:6638: result: yes
# configure:6662: checking if clang supports -c -o file.o
# configure:6683: clang -c -o out/conftest2.o conftest.c >&5
# configure:6687: $? = 0
# configure:6709: result: yes
# configure:6735: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:7630: result: yes
# configure:7656: checking whether -lc should be explicitly linked in
# configure:7661: clang -c conftest.c >&5
# configure:7664: $? = 0
# configure:7678: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:7681: $? = 0
# configure:7693: result: no
# configure:7701: checking dynamic linker characteristics
# configure:8267: result: GNU/Linux ld.so
# configure:8271: checking how to hardcode library paths into programs
# configure:8296: result: immediate
# configure:8310: checking whether stripping libraries is possible
# configure:8315: result: yes
# configure:9138: checking if libtool supports shared libraries
# configure:9140: result: yes
# configure:9143: checking whether to build shared libraries
# configure:9164: result: yes
# configure:9167: checking whether to build static libraries
# configure:9171: result: no
# configure:9263: creating libtool
# configure:9841: checking for ld used by clang++
# configure:9908: result: /usr/bin/ld -m elf_x86_64
# configure:9917: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:9932: result: yes
# configure:9983: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10861: result: yes
# configure:10879: clang++ -c conftest.cpp >&5
# configure:10882: $? = 0
# configure:10992: checking for clang++ option to produce PIC
# configure:11260: result: -fPIC
# configure:11268: checking if clang++ PIC flag -fPIC works
# configure:11286: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:11290: $? = 0
# configure:11303: result: yes
# configure:11327: checking if clang++ supports -c -o file.o
# configure:11348: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:11352: $? = 0
# configure:11374: result: yes
# configure:11400: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11428: result: yes
# configure:11499: checking dynamic linker characteristics
# configure:12065: result: GNU/Linux ld.so
# configure:12069: checking how to hardcode library paths into programs
# configure:12094: result: immediate
# configure:12108: checking whether stripping libraries is possible
# configure:12113: result: yes
# configure:13442: checking if libtool supports shared libraries
# configure:13444: result: yes
# configure:13447: checking whether to build shared libraries
# configure:13467: result: yes
# configure:13470: checking whether to build static libraries
# configure:13474: result: no
# configure:13486: checking for f95 option to produce PIC
# configure:13690: result: -fPIC
# configure:13698: checking if f95 PIC flag -fPIC works
# configure:13716: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:13720: $? = 0
# configure:13733: result: yes
# configure:13757: checking if f95 supports -c -o file.o
# configure:13778: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:13782: $? = 0
# configure:13804: result: yes
# configure:13830: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14705: result: yes
# configure:14776: checking dynamic linker characteristics
# configure:15342: result: GNU/Linux ld.so
# configure:15346: checking how to hardcode library paths into programs
# configure:15371: result: immediate
# configure:15385: checking whether stripping libraries is possible
# configure:15390: result: yes
# configure:19644: checking whether to enable maintainer-specific portions of Makefiles
# configure:19653: result: no
# configure:19677: checking for x86_64-unknown-linux-gcc
# configure:19703: result: clang
# configure:19985: checking for C compiler version
# configure:19988: 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:19991: $? = 0
# configure:19993: 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
# Selected multilib: .;@m64
# configure:19996: $? = 0
# configure:19998: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:20001: $? = 1
# configure:20004: checking whether we are using the GNU C compiler
# configure:20059: result: yes
# configure:20065: checking whether clang accepts -g
# configure:20115: result: yes
# configure:20132: checking for clang option to accept ANSI C
# configure:20238: result: none needed
# configure:20256: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:20262: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:20394: checking dependency style of clang
# configure:20484: result: gcc3
# configure:20510: checking for gawk
# configure:20536: result: gawk
# configure:20546: checking for library containing strerror
# configure:20576: clang -o conftest -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations conftest.c >&5
# conftest.c:35:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:35:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:20582: $? = 0
# configure:20585: test -z || test ! -s conftest.err
# configure:20588: $? = 0
# configure:20591: test -s conftest
# configure:20594: $? = 0
# configure:20663: result: none required
# configure:20670: checking for ANSI C header files
# configure:20825: result: yes
# configure:20836: checking for pgm_init in -lnetpbm
# configure:20866: clang -o conftest -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations conftest.c -lnetpbm >&5
# /usr/bin/ld: cannot find -lnetpbm
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20872: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char pgm_init ();
# | int
# | main ()
# | {
# | pgm_init ();
# | ;
# | return 0;
# | }
# configure:20897: result: no
# configure:20902: WARNING: libnetpbm not found. Some programs will not be available.
# configure:20946: checking for pkg-config
# configure:20964: found /usr/bin/pkg-config
# configure:20977: result: /usr/bin/pkg-config
# configure:21000: checking for GLIB - version >= 2.4.0
# configure:21119: clang -o conftest -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lgthread-2.0 -pthread -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 >&5
# configure:21122: $? = 0
# configure:21124: ./conftest
# configure:21127: $? = 0
# configure:21145: result: yes (version 2.48.1)
# configure:21666: clang -c -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5
# conftest.c:33:1: warning: missing terminating '"' character [-Winvalid-pp-token]
# "{
# ^
# conftest.c:33:1: error: expected expression
# conftest.c:34:13: warning: test [-W#warnings]
# #warning test
# ^
# conftest.c:35:3: warning: missing terminating '"' character [-Winvalid-pp-token]
# }"
# ^
# conftest.c:35:3: error: expected identifier or '('
# conftest.c:37:3: error: expected identifier or '('
# return 0;
# ^
# conftest.c:38:1: error: extraneous closing brace ('}')
# }
# ^
# 3 warnings and 4 errors generated.
# configure:21672: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | "{
# | #warning test
# | }"
# | ;
# | return 0;
# | }
# configure:21695: WARNING: "C preprocessor does not support warning directive."
# configure:21715: checking fpu_control.h usability
# configure:21727: clang -c -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5
# configure:21733: $? = 0
# configure:21736: test -z || test ! -s conftest.err
# configure:21739: $? = 0
# configure:21742: test -s conftest.o
# configure:21745: $? = 0
# configure:21755: result: yes
# configure:21759: checking fpu_control.h presence
# configure:21769: clang -E conftest.c
# configure:21775: $? = 0
# configure:21795: result: yes
# configure:21830: checking for fpu_control.h
# configure:21837: result: yes
# configure:21867: checking floatingpoint.h usability
# configure:21879: clang -c -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5
# conftest.c:65:10: fatal error: 'floatingpoint.h' file not found
# #include
# ^
# 1 error generated.
# configure:21885: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_FPU_CONTROL_H 1
# | #define HAVE_FPU_CONTROL_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:21907: result: no
# configure:21911: checking floatingpoint.h presence
# configure:21921: clang -E conftest.c
# conftest.c:31:10: fatal error: 'floatingpoint.h' file not found
# #include
# ^
# 1 error generated.
# configure:21927: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define GTS_MAJOR_VERSION 0
# | #define GTS_MINOR_VERSION 7
# | #define GTS_MICRO_VERSION 6
# | #define GTS_INTERFACE_AGE 1
# | #define GTS_BINARY_AGE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_FPU_CONTROL_H 1
# | #define HAVE_FPU_CONTROL_H 1
# | /* end confdefs.h. */
# | #include
# configure:21947: result: no
# configure:21982: checking for floatingpoint.h
# configure:21989: result: no
# configure:22010: checking for unistd.h
# configure:22015: result: yes
# configure:22171: checking getopt.h usability
# configure:22183: clang -c -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5
# configure:22189: $? = 0
# configure:22192: test -z || test ! -s conftest.err
# configure:22195: $? = 0
# configure:22198: test -s conftest.o
# configure:22201: $? = 0
# configure:22211: result: yes
# configure:22215: checking getopt.h presence
# configure:22225: clang -E conftest.c
# configure:22231: $? = 0
# configure:22251: result: yes
# configure:22286: checking for getopt.h
# configure:22293: result: yes
# configure:22314: checking for getopt_long
# configure:22371: clang -o conftest -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 conftest.c >&5
# configure:22377: $? = 0
# configure:22380: test -z || test ! -s conftest.err
# configure:22383: $? = 0
# configure:22386: test -s conftest
# configure:22389: $? = 0
# configure:22401: result: yes
# configure:22551: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4307ed84b423
#
# config.status:797: creating Makefile
# config.status:797: creating gts.pc
# config.status:797: creating gts.spec
# config.status:797: creating src/Makefile
# config.status:797: creating src/gts-config
# config.status:797: creating tools/Makefile
# config.status:797: creating doc/Makefile
# config.status:797: creating examples/Makefile
# config.status:797: creating test/Makefile
# config.status:797: creating test/boolean/Makefile
# config.status:797: creating test/delaunay/Makefile
# config.status:797: creating test/coarsen/Makefile
# config.status:863: creating config.h
# config.status:1167: executing depfiles commands
# config.status:1167: executing default-1 commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_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_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_getopt_long=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_floatingpoint_h=no
# ac_cv_header_fpu_control_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_netpbm_pgm_init=no
# ac_cv_objext=o
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_strerror='none required'
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# 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_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gts/src/gts-0.7.6/missing --run aclocal-1.8'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/gts/src/gts-0.7.6/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/gts/src/gts-0.7.6/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/gts/src/gts-0.7.6/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/gts/src/gts-0.7.6/missing --run automake-1.8'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_CONFIG=''
# GLIB_DEPLIBS='-lglib-2.0'
# GLIB_GENMARSHAL='glib-genmarshal'
# GLIB_LIBS='-lglib-2.0'
# GLIB_MKENUMS='glib-mkenums'
# GOBJECT_QUERY='gobject-query'
# GTS_MAJOR_VERSION='0'
# GTS_MICRO_VERSION='6'
# GTS_MINOR_VERSION='7'
# GTS_VERSION='0.7.6'
# HAS_NETPBM_FALSE=''
# HAS_NETPBM_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=' -lglib-2.0'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_AGE='0'
# LT_CURRENT='5'
# LT_RELEASE='0.7'
# LT_REVISION='1'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/gts/src/gts-0.7.6/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='gts'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.7.6'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# glib_cflags='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# glib_libs='-lglib-2.0'
# glib_module_cflags='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# glib_module_libs='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
# glib_thread_cflags='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# glib_thread_libs='-lgthread-2.0 -pthread -lglib-2.0'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/gts/src/gts-0.7.6/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='${prefix}/man'
# mkdir_p='mkdir -p -- .'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define GTS_BINARY_AGE 1
# #define GTS_INTERFACE_AGE 1
# #define GTS_MAJOR_VERSION 0
# #define GTS_MICRO_VERSION 6
# #define GTS_MINOR_VERSION 7
# #define HAVE_DLFCN_H 1
# #define HAVE_FPU_CONTROL_H 1
# #define HAVE_FPU_CONTROL_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define STDC_HEADERS 1
# #define STDC_HEADERS 1
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0