Build of givaro with clang_glibc toolchain

The build took 00h 03m 33s and was SUCCESSFUL.

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

SLOCLanguage
23,420 cpp
17,123 makefile
11,094 sh
6,912 ansic
58,549 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: givaro 4.0.1-1 (Thu Apr 13 17:33:12 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for rm... /usr/bin/rm
# checking whether to enable maintainer-specific portions of Makefiles... no
# -----------------------------------------------
# checking whether to enable debugging options in the library... no
# checking whether to enable profiling everything in the library... no
# checking whether to enable warnings when compiling the library... no
# checking whether to inline or not most of the code ?... no
#
# -----------------------------------------------
# checking whether the C++ compiler works... yes
# checking for C++ compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for family name of compiler... clang31
# checking whether clang++ supports C++11 features by default... no
# checking whether clang++ supports C++11 features with -std=gnu++11... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking how to run the C++ preprocessor... clang++ -E
# 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 -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# -----------------------------------------------
# START GIVARO CONFIG
# -----------------------------------------------
# -----------------------------------------------
# -----------------------------------------------
# checking size of char... 1
# checking size of short... 2
# checking size of int... 4
# checking size of long... 8
# checking size of long long... 8
# checking size of __int64... 0
# checking for ANSI C header files... (cached) yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for stdint.h... (cached) yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking whether byte ordering is bigendian... no
# Creating symbolic link for compilation
# -----------------------------------------------
# -----------------------------------------------
# checking for GMP >= 4.0.0 with cxx enabled... found
# checking whether to build documentation... no
# checking whether dot works... yes
# -----------------------------------------------
# END GIVARO CONFIG
# -----------------------------------------------
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating givaro-config
# config.status: creating givaro-makefile
# config.status: creating src/Makefile
# config.status: creating src/kernel/Makefile
# config.status: creating src/kernel/system/Makefile
# config.status: creating src/kernel/memory/Makefile
# config.status: creating src/kernel/gmp++/Makefile
# config.status: creating src/kernel/integer/Makefile
# config.status: creating src/kernel/bstruct/Makefile
# config.status: creating src/kernel/rational/Makefile
# config.status: creating src/kernel/recint/Makefile
# config.status: creating src/kernel/field/Makefile
# config.status: creating src/kernel/ring/Makefile
# config.status: creating src/library/Makefile
# config.status: creating src/library/vector/Makefile
# config.status: creating src/library/tools/Makefile
# config.status: creating src/library/poly1/Makefile
# config.status: creating src/library/matrix/Makefile
# config.status: creating macros/Makefile
# config.status: creating benchmarks/Makefile
# config.status: creating examples/Makefile
# config.status: creating examples/FiniteField/Makefile
# config.status: creating examples/Integer/Makefile
# config.status: creating examples/Rational/Makefile
# config.status: creating examples/RecInt/Makefile
# config.status: creating examples/Polynomial/Makefile
# config.status: creating tests/Makefile
# config.status: creating docs/Makefile
# config.status: creating givaro.pc
# config.status: creating config.h
# config.status: executing givaro-config.h commands
# config.status: creating givaro-config.h - prefix __GIVARO for config.h defines
# config.status: givaro-config.h is unchanged
# config.status: executing depfiles commands
# config.status: executing libtool commands
# -----------------------------------------------
# make all-recursive
# make[1]: Entering directory '/tmp/givaro/src/givaro-4.0.1'
# Making all in src
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src'
# Making all in kernel
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# Making all in system
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/system'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givbasictype.lo givbasictype.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givbasictype.C -fPIC -DPIC -o .libs/givbasictype.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givbasictype.C -o givbasictype.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o giverror.lo giverror.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c giverror.C -fPIC -DPIC -o .libs/giverror.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c giverror.C -o giverror.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givinit.lo givinit.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givinit.C -fPIC -DPIC -o .libs/givinit.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givinit.C -o givinit.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givmodule.lo givmodule.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givmodule.C -fPIC -DPIC -o .libs/givmodule.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givmodule.C -o givmodule.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givtimer.lo givtimer.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givtimer.C -fPIC -DPIC -o .libs/givtimer.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givtimer.C -o givtimer.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgivsystem.la givbasictype.lo giverror.lo givinit.lo givmodule.lo givtimer.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgivsystem.a .libs/givbasictype.o .libs/giverror.o .libs/givinit.o .libs/givmodule.o .libs/givtimer.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivsystem.a
# libtool: link: ( cd ".libs" && rm -f "libgivsystem.la" && ln -s "../libgivsystem.la" "libgivsystem.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/system'
# Making all in memory
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/memory'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givaromm.lo givaromm.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givaromm.C -fPIC -DPIC -o .libs/givaromm.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givaromm.C -o givaromm.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgivmemory.la givaromm.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgivmemory.a .libs/givaromm.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivmemory.a
# libtool: link: ( cd ".libs" && rm -f "libgivmemory.la" && ln -s "../libgivmemory.la" "libgivmemory.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/memory'
# Making all in gmp++
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/gmp++'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_lib.lo gmp++_int_lib.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_lib.C -fPIC -DPIC -o .libs/gmp++_int_lib.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_lib.C -o gmp++_int_lib.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_div.lo gmp++_int_div.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_div.C -fPIC -DPIC -o .libs/gmp++_int_div.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_div.C -o gmp++_int_div.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_mod.lo gmp++_int_mod.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_mod.C -fPIC -DPIC -o .libs/gmp++_int_mod.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_mod.C -o gmp++_int_mod.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_sub.lo gmp++_int_sub.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_sub.C -fPIC -DPIC -o .libs/gmp++_int_sub.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_sub.C -o gmp++_int_sub.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_compare.lo gmp++_int_compare.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_compare.C -fPIC -DPIC -o .libs/gmp++_int_compare.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_compare.C -o gmp++_int_compare.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_rat_compare.lo gmp++_rat_compare.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_compare.C -fPIC -DPIC -o .libs/gmp++_rat_compare.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_compare.C -o gmp++_rat_compare.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_gcd.lo gmp++_int_gcd.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_gcd.C -fPIC -DPIC -o .libs/gmp++_int_gcd.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_gcd.C -o gmp++_int_gcd.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_io.lo gmp++_int_io.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_io.C -fPIC -DPIC -o .libs/gmp++_int_io.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_io.C -o gmp++_int_io.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_rat_io.lo gmp++_rat_io.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_io.C -fPIC -DPIC -o .libs/gmp++_rat_io.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_io.C -o gmp++_rat_io.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_mul.lo gmp++_int_mul.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_mul.C -fPIC -DPIC -o .libs/gmp++_int_mul.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_mul.C -o gmp++_int_mul.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_add.lo gmp++_int_add.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_add.C -fPIC -DPIC -o .libs/gmp++_int_add.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_add.C -o gmp++_int_add.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_rat_add.lo gmp++_rat_add.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_add.C -fPIC -DPIC -o .libs/gmp++_rat_add.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_add.C -o gmp++_rat_add.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_cstor.lo gmp++_int_cstor.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_cstor.C -fPIC -DPIC -o .libs/gmp++_int_cstor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_cstor.C -o gmp++_int_cstor.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_rat_cstor.lo gmp++_rat_cstor.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_cstor.C -fPIC -DPIC -o .libs/gmp++_rat_cstor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_cstor.C -o gmp++_rat_cstor.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_misc.lo gmp++_int_misc.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_misc.C -fPIC -DPIC -o .libs/gmp++_int_misc.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_misc.C -o gmp++_int_misc.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_rat_misc.lo gmp++_rat_misc.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_misc.C -fPIC -DPIC -o .libs/gmp++_rat_misc.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_rat_misc.C -o gmp++_rat_misc.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o gmp++_int_pow.lo gmp++_int_pow.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_pow.C -fPIC -DPIC -o .libs/gmp++_int_pow.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel/recint -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c gmp++_int_pow.C -o gmp++_int_pow.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgmppp.la gmp++_int_lib.lo gmp++_int_div.lo gmp++_int_mod.lo gmp++_int_sub.lo gmp++_int_compare.lo gmp++_rat_compare.lo gmp++_int_gcd.lo gmp++_int_io.lo gmp++_rat_io.lo gmp++_int_mul.lo gmp++_int_add.lo gmp++_rat_add.lo gmp++_int_cstor.lo gmp++_rat_cstor.lo gmp++_int_misc.lo gmp++_rat_misc.lo gmp++_int_pow.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgmppp.a .libs/gmp++_int_lib.o .libs/gmp++_int_div.o .libs/gmp++_int_mod.o .libs/gmp++_int_sub.o .libs/gmp++_int_compare.o .libs/gmp++_rat_compare.o .libs/gmp++_int_gcd.o .libs/gmp++_int_io.o .libs/gmp++_rat_io.o .libs/gmp++_int_mul.o .libs/gmp++_int_add.o .libs/gmp++_rat_add.o .libs/gmp++_int_cstor.o .libs/gmp++_rat_cstor.o .libs/gmp++_int_misc.o .libs/gmp++_rat_misc.o .libs/gmp++_int_pow.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgmppp.a
# libtool: link: ( cd ".libs" && rm -f "libgmppp.la" && ln -s "../libgmppp.la" "libgmppp.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/gmp++'
# Making all in integer
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/integer'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givintprime.lo givintprime.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givintprime.C -fPIC -DPIC -o .libs/givintprime.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/memory -I../../../src/kernel/system -I../../../src/kernel -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givintprime.C -o givintprime.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgivinteger.la givintprime.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgivinteger.a .libs/givintprime.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivinteger.a
# libtool: link: ( cd ".libs" && rm -f "libgivinteger.la" && ln -s "../libgivinteger.la" "libgivinteger.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/integer'
# Making all in bstruct
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/bstruct'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givbits.lo givbits.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givbits.C -fPIC -DPIC -o .libs/givbits.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givbits.C -o givbits.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgivbstruct.la givbits.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgivbstruct.a .libs/givbits.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivbstruct.a
# libtool: link: ( cd ".libs" && rm -f "libgivbstruct.la" && ln -s "../libgivbstruct.la" "libgivbstruct.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/bstruct'
# Making all in rational
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/rational'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givratcstor.lo givratcstor.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratcstor.C -fPIC -DPIC -o .libs/givratcstor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratcstor.C -o givratcstor.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givratio.lo givratio.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratio.C -fPIC -DPIC -o .libs/givratio.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratio.C -o givratio.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givratmisc.lo givratmisc.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratmisc.C -fPIC -DPIC -o .libs/givratmisc.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratmisc.C -o givratmisc.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givratmuldiv.lo givratmuldiv.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratmuldiv.C -fPIC -DPIC -o .libs/givratmuldiv.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratmuldiv.C -o givratmuldiv.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givrataddsub.lo givrataddsub.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givrataddsub.C -fPIC -DPIC -o .libs/givrataddsub.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givrataddsub.C -o givrataddsub.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givratcpy.lo givratcpy.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratcpy.C -fPIC -DPIC -o .libs/givratcpy.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratcpy.C -o givratcpy.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givratcompare.lo givratcompare.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratcompare.C -fPIC -DPIC -o .libs/givratcompare.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratcompare.C -o givratcompare.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givratreconstruct.lo givratreconstruct.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratreconstruct.C -fPIC -DPIC -o .libs/givratreconstruct.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/ring -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givratreconstruct.C -o givratreconstruct.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgivrational.la givratcstor.lo givratio.lo givratmisc.lo givratmuldiv.lo givrataddsub.lo givratcpy.lo givratcompare.lo givratreconstruct.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgivrational.a .libs/givratcstor.o .libs/givratio.o .libs/givratmisc.o .libs/givratmuldiv.o .libs/givrataddsub.o .libs/givratcpy.o .libs/givratcompare.o .libs/givratreconstruct.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivrational.a
# libtool: link: ( cd ".libs" && rm -f "libgivrational.la" && ln -s "../libgivrational.la" "libgivrational.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/rational'
# Making all in recint
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/recint'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/recint'
# Making all in field
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/field'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/bstruct -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givprimes16.lo givprimes16.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/bstruct -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givprimes16.C -fPIC -DPIC -o .libs/givprimes16.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/bstruct -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givprimes16.C -o givprimes16.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/bstruct -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givtablelimits.lo givtablelimits.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/bstruct -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givtablelimits.C -fPIC -DPIC -o .libs/givtablelimits.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/integer -I../../../src/kernel -I../../../src/kernel/system -I../../../src/kernel/memory -I../../../src/kernel/bstruct -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givtablelimits.C -o givtablelimits.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgivfield.la givprimes16.lo givtablelimits.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgivfield.a .libs/givprimes16.o .libs/givtablelimits.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivfield.a
# libtool: link: ( cd ".libs" && rm -f "libgivfield.la" && ln -s "../libgivfield.la" "libgivfield.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/field'
# Making all in ring
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/ring'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/ring'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# Making all in library
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# Making all in poly1
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/poly1'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/bstruct -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givindeter.lo givindeter.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/bstruct -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givindeter.C -fPIC -DPIC -o .libs/givindeter.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/bstruct -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givindeter.C -o givindeter.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/bstruct -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givdegree.lo givdegree.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/bstruct -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givdegree.C -fPIC -DPIC -o .libs/givdegree.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../src/kernel/bstruct -I../../../src/kernel/system -I../../../src/kernel/memory -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givdegree.C -o givdegree.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgivpoly1.la givindeter.lo givdegree.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgivpoly1.a .libs/givindeter.o .libs/givdegree.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivpoly1.a
# libtool: link: ( cd ".libs" && rm -f "libgivpoly1.la" && ln -s "../libgivpoly1.la" "libgivpoly1.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/poly1'
# Making all in tools
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/tools'
# /bin/sh ../../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I/usr/include -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o givops.lo givops.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I/usr/include -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givops.C -fPIC -DPIC -o .libs/givops.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I/usr/include -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c givops.C -o givops.o >/dev/null 2>&1
# /bin/sh ../../../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -o libgivtools.la givops.lo -lgmpxx -lgmp
# libtool: link: ar cru .libs/libgivtools.a .libs/givops.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivtools.a
# libtool: link: ( cd ".libs" && rm -f "libgivtools.la" && ln -s "../libgivtools.la" "libgivtools.la" )
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/tools'
# Making all in vector
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/vector'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/vector'
# Making all in matrix
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/matrix'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/matrix'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c -o dummy.lo dummy.C
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c dummy.C -fPIC -DPIC -o .libs/dummy.o
# dummy.C:9:12: warning: unused variable 'dummy' [-Wunused-variable]
# static int dummy;
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -c dummy.C -o dummy.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG -std=gnu++11 -version-info 8:1:0 -no-undefined -o libgivaro.la -rpath /usr/lib dummy.lo kernel/gmp++/libgmppp.la kernel/bstruct/libgivbstruct.la kernel/integer/libgivinteger.la kernel/memory/libgivmemory.la kernel/rational/libgivrational.la kernel/system/libgivsystem.la kernel/field/libgivfield.la library/tools/libgivtools.la library/poly1/libgivpoly1.la -lgmpxx -lgmp
# libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/dummy.o -Wl,--whole-archive kernel/gmp++/.libs/libgmppp.a kernel/bstruct/.libs/libgivbstruct.a kernel/integer/.libs/libgivinteger.a kernel/memory/.libs/libgivmemory.a kernel/rational/.libs/libgivrational.a kernel/system/.libs/libgivsystem.a kernel/field/.libs/libgivfield.a library/tools/.libs/libgivtools.a library/poly1/.libs/libgivpoly1.a -Wl,--no-whole-archive -lgmpxx -lgmp -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -O2 -Wl,-soname -Wl,libgivaro.so.8 -o .libs/libgivaro.so.8.0.1
# libtool: link: (cd ".libs" && rm -f "libgivaro.so.8" && ln -s "libgivaro.so.8.0.1" "libgivaro.so.8")
# libtool: link: (cd ".libs" && rm -f "libgivaro.so" && ln -s "libgivaro.so.8.0.1" "libgivaro.so")
# libtool: link: (cd .libs/libgivaro.lax/libgmppp.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/kernel/gmp++/.libs/libgmppp.a")
# libtool: link: (cd .libs/libgivaro.lax/libgivbstruct.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/kernel/bstruct/.libs/libgivbstruct.a")
# libtool: link: (cd .libs/libgivaro.lax/libgivinteger.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/kernel/integer/.libs/libgivinteger.a")
# libtool: link: (cd .libs/libgivaro.lax/libgivmemory.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/kernel/memory/.libs/libgivmemory.a")
# libtool: link: (cd .libs/libgivaro.lax/libgivrational.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/kernel/rational/.libs/libgivrational.a")
# libtool: link: (cd .libs/libgivaro.lax/libgivsystem.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/kernel/system/.libs/libgivsystem.a")
# libtool: link: (cd .libs/libgivaro.lax/libgivfield.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/kernel/field/.libs/libgivfield.a")
# libtool: link: (cd .libs/libgivaro.lax/libgivtools.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/library/tools/.libs/libgivtools.a")
# libtool: link: (cd .libs/libgivaro.lax/libgivpoly1.a && ar x "/tmp/givaro/src/givaro-4.0.1/src/library/poly1/.libs/libgivpoly1.a")
# libtool: link: ar cru .libs/libgivaro.a dummy.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_add.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_compare.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_cstor.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_div.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_gcd.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_io.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_lib.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_misc.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_mod.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_mul.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_pow.o .libs/libgivaro.lax/libgmppp.a/gmp++_int_sub.o .libs/libgivaro.lax/libgmppp.a/gmp++_rat_add.o .libs/libgivaro.lax/libgmppp.a/gmp++_rat_compare.o .libs/libgivaro.lax/libgmppp.a/gmp++_rat_cstor.o .libs/libgivaro.lax/libgmppp.a/gmp++_rat_io.o .libs/libgivaro.lax/libgmppp.a/gmp++_rat_misc.o .libs/libgivaro.lax/libgivbstruct.a/givbits.o .libs/libgivaro.lax/libgivinteger.a/givintprime.o .libs/libgivaro.lax/libgivmemory.a/givaromm.o .libs/libgivaro.lax/libgivrational.a/givrataddsub.o .libs/libgivaro.lax/libgivrational.a/givratcompare.o .libs/libgivaro.lax/libgivrational.a/givratcpy.o .libs/libgivaro.lax/libgivrational.a/givratcstor.o .libs/libgivaro.lax/libgivrational.a/givratio.o .libs/libgivaro.lax/libgivrational.a/givratmisc.o .libs/libgivaro.lax/libgivrational.a/givratmuldiv.o .libs/libgivaro.lax/libgivrational.a/givratreconstruct.o .libs/libgivaro.lax/libgivsystem.a/givbasictype.o .libs/libgivaro.lax/libgivsystem.a/giverror.o .libs/libgivaro.lax/libgivsystem.a/givinit.o .libs/libgivaro.lax/libgivsystem.a/givmodule.o .libs/libgivaro.lax/libgivsystem.a/givtimer.o .libs/libgivaro.lax/libgivfield.a/givprimes16.o .libs/libgivaro.lax/libgivfield.a/givtablelimits.o .libs/libgivaro.lax/libgivtools.a/givops.o .libs/libgivaro.lax/libgivpoly1.a/givdegree.o .libs/libgivaro.lax/libgivpoly1.a/givindeter.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgivaro.a
# libtool: link: rm -fr .libs/libgivaro.lax
# libtool: link: ( cd ".libs" && rm -f "libgivaro.la" && ln -s "../libgivaro.la" "libgivaro.la" )
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src'
# Making all in macros
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/macros'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/macros'
# Making all in tests
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/tests'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/tests'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/tests'
# Making all in docs
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/docs'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/docs'
# Making all in examples
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples'
# Making all in Rational
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Rational'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/Rational'
# Making all in Integer
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Integer'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/Integer'
# Making all in FiniteField
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/FiniteField'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/FiniteField'
# Making all in Polynomial
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Polynomial'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/Polynomial'
# Making all in RecInt
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/RecInt'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/RecInt'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples'
# Making all in benchmarks
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1'
# make[1]: Leaving directory '/tmp/givaro/src/givaro-4.0.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src'
# Making install in kernel
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# Making install in system
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/system'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/system'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givbasictype.h givconfig.h giverror.h givgenarith.h givinit.h givcaster.h givmodule.h givperf.h givpower.h givrandom.h givtimer.h givomptimer.h givranditer.h udl.h '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/system'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/system'
# Making install in memory
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/memory'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/memory'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givaromm.h givmemorer.h givpointer.h givref_count.h '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/memory'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/memory'
# Making install in gmp++
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/gmp++'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/gmp++'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/gmp++'
# /usr/bin/install -c -m 644 gmp++.h gmp++_int.h gmp++_int_rand.inl gmp++_rat.h gmp++_rat.inl '/tmp/givaro/pkg/givaro/usr/include/gmp++'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/gmp++'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/gmp++'
# Making install in integer
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/integer'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/integer'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givinteger.h random-integer.h givintfactor.h givintprime.h givintnumtheo.h givintrsa.h givintrns.h givintprime.inl givintnumtheo.inl givintrsa.inl givintfactor.inl givintsqrootmod.h givintsqrootmod.inl givintrns_convert.inl givintrns_cstor.inl givspyinteger.h '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/integer'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/integer'
# Making install in bstruct
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/bstruct'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/bstruct'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givarray0.h givarrayallocator.h givarrayfixed.h givbits.h givelem.h givhashtable.h givlist0.h givstack.h givarray0.inl givbits.inl givhashtable.inl givlist0.inl givstack.inl '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/bstruct'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/bstruct'
# Making install in rational
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/rational'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/rational'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givrational.h givrational.inl '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/rational'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/rational'
# Making install in recint
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/recint'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/recint'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/recint'
# /usr/bin/install -c -m 644 recint.h recdefine.h reclonglong.h rcmp.h rdisplay.h rfiddling.h rconvert.h rrandom.h rdiv.h radd.h rsub.h rmul.h rrint.h rint.h rmadd.h rmbaddmul.h rmbexp.h rmbinv.h rmbmodule.h rmbmul.h rmbreduc.h rmbrmint.h rmcmp.h rmconvert.h rmdefine.h rmdisplay.h rmdiv.h rmextra.h rmgaddmul.h rmgexp.h rmginv.h rmgmodule.h rmgmul.h rmgreduc.h rmgrmint.h rmint.h rmintmg.h rmmanip.h rmmul.h rmneg.h '/tmp/givaro/pkg/givaro/usr/include/recint'
# /usr/bin/install -c -m 644 rmrandom.h rmsub.h ruadd.h ruaddmul.h rucmp.h ruconvert.h rudisplay.h rudiv.h ruexp.h rufiddling.h rugcd.h ruint.h ruinvmod.h rumanip.h rumul.h rurandom.h ruruint.h rushift.h rusub.h rutools.h '/tmp/givaro/pkg/givaro/usr/include/recint'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/recint'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/recint'
# Making install in field
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/field'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/field'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 StaticElement.h gf2.h gfq.h gfqext.h gfqkronecker.h extension.h givprimes16.h givrns.h givrnsfixed.h chineseremainder.h givtablelimits.h givrnsfixed.inl givrnscstor.inl givrnsconvert.inl gf2.inl gfq.inl '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/field'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/field'
# Making install in ring
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/ring'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/ring'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 modular.h modular-general.h modular-defines.h modular-int8.h modular-int16.h modular-int32.h modular-int64.h modular-uint8.h modular-uint16.h modular-uint32.h modular-uint64.h modular-float.h modular-double.h modular-integer.h modular-inttype.h modular-log16.h modular-ruint.h modular-balanced.h modular-balanced-int32.h modular-balanced-int64.h modular-balanced-float.h modular-balanced-double.h unparametric-operations.h zring.h montgomery.h montgomery-int32.h montgomery-ruint.h modular-general.inl modular-int8.inl modular-int16.inl modular-int32.inl modular-int64.inl modular-uint8.inl modular-uint16.inl modular-uint32.inl modular-uint64.inl modular-float.inl modular-double.inl modular-integer.inl modular-inttype.inl '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 modular-log16.inl modular-ruint.inl modular-balanced-int32.inl modular-balanced-int64.inl modular-balanced-float.inl modular-balanced-double.inl montgomery-int32.inl montgomery-ruint.inl ring-interface.h '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/ring'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel/ring'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/kernel'
# Making install in library
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# Making install in poly1
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/poly1'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/poly1'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givindeter.h givpoly1.h givdegree.h givinterp.h givinterpgeom.h givinterpgeom-multip.h givpoly1dense.h givpoly1factor.h givpoly1padic.h givpoly1denseops.inl givpoly1addsub.inl givpoly1muldiv.inl givpoly1axpy.inl givpoly1gcd.inl givpoly1kara.inl givpoly1cstor.inl givpoly1io.inl givpoly1misc.inl givpoly1sqrfree.inl givpoly1cyclo.inl givpoly1factor.inl givpoly1proot.inl givpoly1ratrecon.inl givpoly1crt.h givpoly1crtcstor.inl givpoly1crtconvert.inl '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/poly1'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/poly1'
# Making install in tools
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/tools'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/tools'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givcategory.h givops.h giviterator.h givarithmetics.h givfractiondomain.h givquotientdomain.h givtruncdomain.h givtruncdomain.inl givfixedtrunc.h givhighorder.h '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/tools'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/tools'
# Making install in vector
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/vector'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/vector'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givstorage.h givvectorsparse.h givstoragedense.h givstoragesparse.h givvector.h givvectorsparse.inl givvectsparseops.inl givvectdensespe.inl givvectordense.inl givvectdenseops.inl '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/vector'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/vector'
# Making install in matrix
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/matrix'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library/matrix'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include/givaro'
# /usr/bin/install -c -m 644 givmatdense.h givmatrix.h givmatsparse.h givmatstoragedense.h givmatsparseops.inl givmatstoragesparse.h givmatdenseops.inl givmatstorage.h '/tmp/givaro/pkg/givaro/usr/include/givaro'
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/matrix'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library/matrix'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# make[4]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src/library'
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/src'
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libgivaro.la '/tmp/givaro/pkg/givaro/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libgivaro.so.8.0.1 /tmp/givaro/pkg/givaro/usr/lib/libgivaro.so.8.0.1
# libtool: install: (cd /tmp/givaro/pkg/givaro/usr/lib && { ln -s -f libgivaro.so.8.0.1 libgivaro.so.8 || { rm -f libgivaro.so.8 && ln -s libgivaro.so.8.0.1 libgivaro.so.8; }; })
# libtool: install: (cd /tmp/givaro/pkg/givaro/usr/lib && { ln -s -f libgivaro.so.8.0.1 libgivaro.so || { rm -f libgivaro.so && ln -s libgivaro.so.8.0.1 libgivaro.so; }; })
# libtool: install: /usr/bin/install -c .libs/libgivaro.lai /tmp/givaro/pkg/givaro/usr/lib/libgivaro.la
# libtool: install: /usr/bin/install -c .libs/libgivaro.a /tmp/givaro/pkg/givaro/usr/lib/libgivaro.a
# libtool: install: chmod 644 /tmp/givaro/pkg/givaro/usr/lib/libgivaro.a
# libtool: install: ranlib /tmp/givaro/pkg/givaro/usr/lib/libgivaro.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src'
# make[1]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/src'
# Making install in macros
# make[1]: Entering directory '/tmp/givaro/src/givaro-4.0.1/macros'
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/macros'
# 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/givaro/src/givaro-4.0.1/macros'
# make[1]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/macros'
# Making install in tests
# make[1]: Entering directory '/tmp/givaro/src/givaro-4.0.1/tests'
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/tests'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/tests'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/tests'
# make[1]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/tests'
# Making install in docs
# make[1]: Entering directory '/tmp/givaro/src/givaro-4.0.1/docs'
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/docs'
# 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/givaro/src/givaro-4.0.1/docs'
# make[1]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/docs'
# Making install in examples
# make[1]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples'
# Making install in Rational
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Rational'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Rational'
# 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/givaro/src/givaro-4.0.1/examples/Rational'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/Rational'
# Making install in Integer
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Integer'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Integer'
# 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/givaro/src/givaro-4.0.1/examples/Integer'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/Integer'
# Making install in FiniteField
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/FiniteField'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/FiniteField'
# 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/givaro/src/givaro-4.0.1/examples/FiniteField'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/FiniteField'
# Making install in Polynomial
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Polynomial'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/Polynomial'
# 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/givaro/src/givaro-4.0.1/examples/Polynomial'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/Polynomial'
# Making install in RecInt
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/RecInt'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples/RecInt'
# 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/givaro/src/givaro-4.0.1/examples/RecInt'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples/RecInt'
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/examples'
# 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/givaro/src/givaro-4.0.1/examples'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples'
# make[1]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/examples'
# Making install in benchmarks
# make[1]: Entering directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# make[3]: Entering directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# 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/givaro/src/givaro-4.0.1/benchmarks'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# make[1]: Leaving directory '/tmp/givaro/src/givaro-4.0.1/benchmarks'
# make[1]: Entering directory '/tmp/givaro/src/givaro-4.0.1'
# make[2]: Entering directory '/tmp/givaro/src/givaro-4.0.1'
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/bin'
# /usr/bin/install -c givaro-config givaro-makefile '/tmp/givaro/pkg/givaro/usr/bin'
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/include'
# /usr/bin/install -c -m 644 givaro-config.h '/tmp/givaro/pkg/givaro/usr/include'
# /usr/bin/mkdir -p '/tmp/givaro/pkg/givaro/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 givaro.pc '/tmp/givaro/pkg/givaro/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/givaro/src/givaro-4.0.1'
# make[1]: Leaving directory '/tmp/givaro/src/givaro-4.0.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "givaro"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: givaro 4.0.1-1 (Thu Apr 13 17:35:01 UTC 2017)

CMD: pacman --query --file givaro-4.0.1-1-x86_64.pkg.tar.xz
# givaro 4.0.1-1

Creating hybrid package for 'givaro'

Trying to find vanilla package 'givaro'...

CMD: pacman --query --file /mirror/givaro-4.0.1-1.pkg.tar.xz
# givaro 4.0.1-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/givaro-config.h
# /usr/include/givaro/givbasictype.h
# /usr/include/givaro/givconfig.h
# /usr/include/givaro/giverror.h
# /usr/include/givaro/givgenarith.h
# /usr/include/givaro/givinit.h
# /usr/include/givaro/givcaster.h
# /usr/include/givaro/givmodule.h
# /usr/include/givaro/givperf.h
# /usr/include/givaro/givpower.h
# /usr/include/givaro/givrandom.h
# /usr/include/givaro/givtimer.h
# /usr/include/givaro/givomptimer.h
# /usr/include/givaro/givranditer.h
# /usr/include/givaro/udl.h
# /usr/include/givaro/givaromm.h
# /usr/include/givaro/givmemorer.h
# /usr/include/givaro/givpointer.h
# /usr/include/givaro/givref_count.h
# /usr/include/givaro/givinteger.h
# /usr/include/givaro/random-integer.h
# /usr/include/givaro/givintfactor.h
# /usr/include/givaro/givintprime.h
# /usr/include/givaro/givintnumtheo.h
# /usr/include/givaro/givintrsa.h
# /usr/include/givaro/givintrns.h
# /usr/include/givaro/givintprime.inl
# /usr/include/givaro/givintnumtheo.inl
# /usr/include/givaro/givintrsa.inl
# /usr/include/givaro/givintfactor.inl
# /usr/include/givaro/givintsqrootmod.h
# /usr/include/givaro/givintsqrootmod.inl
# /usr/include/givaro/givintrns_convert.inl
# /usr/include/givaro/givintrns_cstor.inl
# /usr/include/givaro/givspyinteger.h
# /usr/include/givaro/givarray0.h
# /usr/include/givaro/givarrayallocator.h
# /usr/include/givaro/givarrayfixed.h
# /usr/include/givaro/givbits.h
# /usr/include/givaro/givelem.h
# /usr/include/givaro/givhashtable.h
# /usr/include/givaro/givlist0.h
# /usr/include/givaro/givstack.h
# /usr/include/givaro/givarray0.inl
# /usr/include/givaro/givbits.inl
# /usr/include/givaro/givhashtable.inl
# /usr/include/givaro/givlist0.inl
# /usr/include/givaro/givstack.inl
# /usr/include/givaro/givrational.h
# /usr/include/givaro/givrational.inl
# /usr/include/givaro/StaticElement.h
# /usr/include/givaro/gf2.h
# /usr/include/givaro/gfq.h
# /usr/include/givaro/gfqext.h
# /usr/include/givaro/gfqkronecker.h
# /usr/include/givaro/extension.h
# /usr/include/givaro/givprimes16.h
# /usr/include/givaro/givrns.h
# /usr/include/givaro/givrnsfixed.h
# /usr/include/givaro/chineseremainder.h
# /usr/include/givaro/givtablelimits.h
# /usr/include/givaro/givrnsfixed.inl
# /usr/include/givaro/givrnscstor.inl
# /usr/include/givaro/givrnsconvert.inl
# /usr/include/givaro/gf2.inl
# /usr/include/givaro/gfq.inl
# /usr/include/givaro/modular.h
# /usr/include/givaro/modular-general.h
# /usr/include/givaro/modular-defines.h
# /usr/include/givaro/modular-int8.h
# /usr/include/givaro/modular-int16.h
# /usr/include/givaro/modular-int32.h
# /usr/include/givaro/modular-int64.h
# /usr/include/givaro/modular-uint8.h
# /usr/include/givaro/modular-uint16.h
# /usr/include/givaro/modular-uint32.h
# /usr/include/givaro/modular-uint64.h
# /usr/include/givaro/modular-float.h
# /usr/include/givaro/modular-double.h
# /usr/include/givaro/modular-integer.h
# /usr/include/givaro/modular-inttype.h
# /usr/include/givaro/modular-log16.h
# /usr/include/givaro/modular-ruint.h
# /usr/include/givaro/modular-balanced.h
# /usr/include/givaro/modular-balanced-int32.h
# /usr/include/givaro/modular-balanced-int64.h
# /usr/include/givaro/modular-balanced-float.h
# /usr/include/givaro/modular-balanced-double.h
# /usr/include/givaro/unparametric-operations.h
# /usr/include/givaro/zring.h
# /usr/include/givaro/montgomery.h
# /usr/include/givaro/montgomery-int32.h
# /usr/include/givaro/montgomery-ruint.h
# /usr/include/givaro/modular-general.inl
# /usr/include/givaro/modular-int8.inl
# /usr/include/givaro/modular-int16.inl
# /usr/include/givaro/modular-int32.inl
# /usr/include/givaro/modular-int64.inl
# /usr/include/givaro/modular-uint8.inl
# /usr/include/givaro/modular-uint16.inl
# /usr/include/givaro/modular-uint32.inl
# /usr/include/givaro/modular-uint64.inl
# /usr/include/givaro/modular-float.inl
# /usr/include/givaro/modular-double.inl
# /usr/include/givaro/modular-integer.inl
# /usr/include/givaro/modular-inttype.inl
# /usr/include/givaro/modular-log16.inl
# /usr/include/givaro/modular-ruint.inl
# /usr/include/givaro/modular-balanced-int32.inl
# /usr/include/givaro/modular-balanced-int64.inl
# /usr/include/givaro/modular-balanced-float.inl
# /usr/include/givaro/modular-balanced-double.inl
# /usr/include/givaro/montgomery-int32.inl
# /usr/include/givaro/montgomery-ruint.inl
# /usr/include/givaro/ring-interface.h
# /usr/include/givaro/givindeter.h
# /usr/include/givaro/givpoly1.h
# /usr/include/givaro/givdegree.h
# /usr/include/givaro/givinterp.h
# /usr/include/givaro/givinterpgeom.h
# /usr/include/givaro/givinterpgeom-multip.h
# /usr/include/givaro/givpoly1dense.h
# /usr/include/givaro/givpoly1factor.h
# /usr/include/givaro/givpoly1padic.h
# /usr/include/givaro/givpoly1denseops.inl
# /usr/include/givaro/givpoly1addsub.inl
# /usr/include/givaro/givpoly1muldiv.inl
# /usr/include/givaro/givpoly1axpy.inl
# /usr/include/givaro/givpoly1gcd.inl
# /usr/include/givaro/givpoly1kara.inl
# /usr/include/givaro/givpoly1cstor.inl
# /usr/include/givaro/givpoly1io.inl
# /usr/include/givaro/givops.h
# /usr/include/givaro/givpoly1misc.inl
# /usr/include/givaro/givpoly1sqrfree.inl
# /usr/include/givaro/givpoly1cyclo.inl
# /usr/include/givaro/givpoly1factor.inl
# /usr/include/givaro/givpoly1proot.inl
# /usr/include/givaro/givpoly1ratrecon.inl
# /usr/include/givaro/givpoly1crt.h
# /usr/include/givaro/givpoly1crtcstor.inl
# /usr/include/givaro/givpoly1crtconvert.inl
# /usr/include/givaro/givcategory.h
# /usr/include/givaro/giviterator.h
# /usr/include/givaro/givarithmetics.h
# /usr/include/givaro/givfractiondomain.h
# /usr/include/givaro/givquotientdomain.h
# /usr/include/givaro/givtruncdomain.h
# /usr/include/givaro/givtruncdomain.inl
# /usr/include/givaro/givfixedtrunc.h
# /usr/include/givaro/givhighorder.h
# /usr/include/givaro/givstorage.h
# /usr/include/givaro/givvectorsparse.h
# /usr/include/givaro/givstoragedense.h
# /usr/include/givaro/givstoragesparse.h
# /usr/include/givaro/givvector.h
# /usr/include/givaro/givvectorsparse.inl
# /usr/include/givaro/givvectsparseops.inl
# /usr/include/givaro/givvectdensespe.inl
# /usr/include/givaro/givvectordense.inl
# /usr/include/givaro/givvectdenseops.inl
# /usr/include/givaro/givmatdense.h
# /usr/include/givaro/givmatrix.h
# /usr/include/givaro/givmatsparse.h
# /usr/include/givaro/givmatstoragedense.h
# /usr/include/givaro/givmatsparseops.inl
# /usr/include/givaro/givmatstoragesparse.h
# /usr/include/givaro/givmatdenseops.inl
# /usr/include/givaro/givmatstorage.h
# /usr/include/gmp++/gmp++.h
# /usr/include/gmp++/gmp++_int.h
# /usr/include/gmp++/gmp++_int_rand.inl
# /usr/include/gmp++/gmp++_rat.h
# /usr/include/gmp++/gmp++_rat.inl
# /usr/include/recint/recint.h
# /usr/include/recint/recdefine.h
# /usr/include/recint/reclonglong.h
# /usr/include/recint/rcmp.h
# /usr/include/recint/rdisplay.h
# /usr/include/recint/rfiddling.h
# /usr/include/recint/rconvert.h
# /usr/include/recint/rrandom.h
# /usr/include/recint/rdiv.h
# /usr/include/recint/radd.h
# /usr/include/recint/rsub.h
# /usr/include/recint/rmul.h
# /usr/include/recint/rrint.h
# /usr/include/recint/rint.h
# /usr/include/recint/rmadd.h
# /usr/include/recint/rmbaddmul.h
# /usr/include/recint/rmbexp.h
# /usr/include/recint/rmbinv.h
# /usr/include/recint/rmbmodule.h
# /usr/include/recint/rmbmul.h
# /usr/include/recint/rmbreduc.h
# /usr/include/recint/rmbrmint.h
# /usr/include/recint/rmcmp.h
# /usr/include/recint/rmconvert.h
# /usr/include/recint/rmdefine.h
# /usr/include/recint/rmdisplay.h
# /usr/include/recint/rmdiv.h
# /usr/include/recint/rmextra.h
# /usr/include/recint/rmgaddmul.h
# /usr/include/recint/rmgexp.h
# /usr/include/recint/rmginv.h
# /usr/include/recint/rmgmodule.h
# /usr/include/recint/rmgmul.h
# /usr/include/recint/rmgreduc.h
# /usr/include/recint/rmgrmint.h
# /usr/include/recint/rmint.h
# /usr/include/recint/rmintmg.h
# /usr/include/recint/rmmanip.h
# /usr/include/recint/rmmul.h
# /usr/include/recint/rmneg.h
# /usr/include/recint/rmrandom.h
# /usr/include/recint/rmsub.h
# /usr/include/recint/ruadd.h
# /usr/include/recint/ruaddmul.h
# /usr/include/recint/rucmp.h
# /usr/include/recint/ruconvert.h
# /usr/include/recint/rudisplay.h
# /usr/include/recint/rudiv.h
# /usr/include/recint/ruexp.h
# /usr/include/recint/rufiddling.h
# /usr/include/recint/rugcd.h
# /usr/include/recint/ruint.h
# /usr/include/recint/ruinvmod.h
# /usr/include/recint/rumanip.h
# /usr/include/recint/rumul.h
# /usr/include/recint/rurandom.h
# /usr/include/recint/ruruint.h
# /usr/include/recint/rushift.h
# /usr/include/recint/rusub.h
# /usr/include/recint/rutools.h
# /usr/lib/libgivaro.so.8
# /usr/lib/libgivaro.so
# /usr/lib/libgivaro.so.8.0.1
# /usr/lib/pkgconfig/givaro.pc
# /usr/bin/givaro-config
# /usr/bin/givaro-makefile
# /sysroot/usr/lib/libgivaro.so.8.0.1
# /sysroot/usr/lib/libgivaro.so.8
# /sysroot/usr/lib/libgivaro.so
# /sysroot/usr/lib/libgivaro.la
# /sysroot/usr/lib/libgivaro.a
# /sysroot/usr/lib/pkgconfig/givaro.pc
# /sysroot/usr/include/givaro-config.h
# /sysroot/usr/include/givaro/givbasictype.h
# /sysroot/usr/include/givaro/givconfig.h
# /sysroot/usr/include/givaro/giverror.h
# /sysroot/usr/include/givaro/givgenarith.h
# /sysroot/usr/include/givaro/givinit.h
# /sysroot/usr/include/givaro/givcaster.h
# /sysroot/usr/include/givaro/givmodule.h
# /sysroot/usr/include/givaro/givperf.h
# /sysroot/usr/include/givaro/givpower.h
# /sysroot/usr/include/givaro/givrandom.h
# /sysroot/usr/include/givaro/givtimer.h
# /sysroot/usr/include/givaro/givomptimer.h
# /sysroot/usr/include/givaro/givranditer.h
# /sysroot/usr/include/givaro/udl.h
# /sysroot/usr/include/givaro/givaromm.h
# /sysroot/usr/include/givaro/givmemorer.h
# /sysroot/usr/include/givaro/givpointer.h
# /sysroot/usr/include/givaro/givref_count.h
# /sysroot/usr/include/givaro/givinteger.h
# /sysroot/usr/include/givaro/random-integer.h
# /sysroot/usr/include/givaro/givintfactor.h
# /sysroot/usr/include/givaro/givintprime.h
# /sysroot/usr/include/givaro/givintnumtheo.h
# /sysroot/usr/include/givaro/givintrsa.h
# /sysroot/usr/include/givaro/givintrns.h
# /sysroot/usr/include/givaro/givintprime.inl
# /sysroot/usr/include/givaro/givintnumtheo.inl
# /sysroot/usr/include/givaro/givintrsa.inl
# /sysroot/usr/include/givaro/givintfactor.inl
# /sysroot/usr/include/givaro/givintsqrootmod.h
# /sysroot/usr/include/givaro/givintsqrootmod.inl
# /sysroot/usr/include/givaro/givintrns_convert.inl
# /sysroot/usr/include/givaro/givintrns_cstor.inl
# /sysroot/usr/include/givaro/givspyinteger.h
# /sysroot/usr/include/givaro/givarray0.h
# /sysroot/usr/include/givaro/givarrayallocator.h
# /sysroot/usr/include/givaro/givarrayfixed.h
# /sysroot/usr/include/givaro/givbits.h
# /sysroot/usr/include/givaro/givelem.h
# /sysroot/usr/include/givaro/givhashtable.h
# /sysroot/usr/include/givaro/givlist0.h
# /sysroot/usr/include/givaro/givstack.h
# /sysroot/usr/include/givaro/givarray0.inl
# /sysroot/usr/include/givaro/givbits.inl
# /sysroot/usr/include/givaro/givhashtable.inl
# /sysroot/usr/include/givaro/givlist0.inl
# /sysroot/usr/include/givaro/givstack.inl
# /sysroot/usr/include/givaro/givrational.h
# /sysroot/usr/include/givaro/givrational.inl
# /sysroot/usr/include/givaro/StaticElement.h
# /sysroot/usr/include/givaro/gf2.h
# /sysroot/usr/include/givaro/gfq.h
# /sysroot/usr/include/givaro/gfqext.h
# /sysroot/usr/include/givaro/gfqkronecker.h
# /sysroot/usr/include/givaro/extension.h
# /sysroot/usr/include/givaro/givprimes16.h
# /sysroot/usr/include/givaro/givrns.h
# /sysroot/usr/include/givaro/givrnsfixed.h
# /sysroot/usr/include/givaro/chineseremainder.h
# /sysroot/usr/include/givaro/givtablelimits.h
# /sysroot/usr/include/givaro/givrnsfixed.inl
# /sysroot/usr/include/givaro/givrnscstor.inl
# /sysroot/usr/include/givaro/givrnsconvert.inl
# /sysroot/usr/include/givaro/gf2.inl
# /sysroot/usr/include/givaro/gfq.inl
# /sysroot/usr/include/givaro/modular.h
# /sysroot/usr/include/givaro/modular-general.h
# /sysroot/usr/include/givaro/modular-defines.h
# /sysroot/usr/include/givaro/modular-int8.h
# /sysroot/usr/include/givaro/modular-int16.h
# /sysroot/usr/include/givaro/modular-int32.h
# /sysroot/usr/include/givaro/modular-int64.h
# /sysroot/usr/include/givaro/modular-uint8.h
# /sysroot/usr/include/givaro/modular-uint16.h
# /sysroot/usr/include/givaro/modular-uint32.h
# /sysroot/usr/include/givaro/modular-uint64.h
# /sysroot/usr/include/givaro/modular-float.h
# /sysroot/usr/include/givaro/modular-double.h
# /sysroot/usr/include/givaro/modular-integer.h
# /sysroot/usr/include/givaro/modular-inttype.h
# /sysroot/usr/include/givaro/modular-log16.h
# /sysroot/usr/include/givaro/modular-ruint.h
# /sysroot/usr/include/givaro/modular-balanced.h
# /sysroot/usr/include/givaro/modular-balanced-int32.h
# /sysroot/usr/include/givaro/modular-balanced-int64.h
# /sysroot/usr/include/givaro/modular-balanced-float.h
# /sysroot/usr/include/givaro/modular-balanced-double.h
# /sysroot/usr/include/givaro/unparametric-operations.h
# /sysroot/usr/include/givaro/zring.h
# /sysroot/usr/include/givaro/montgomery.h
# /sysroot/usr/include/givaro/montgomery-int32.h
# /sysroot/usr/include/givaro/montgomery-ruint.h
# /sysroot/usr/include/givaro/modular-general.inl
# /sysroot/usr/include/givaro/modular-int8.inl
# /sysroot/usr/include/givaro/modular-int16.inl
# /sysroot/usr/include/givaro/modular-int32.inl
# /sysroot/usr/include/givaro/modular-int64.inl
# /sysroot/usr/include/givaro/modular-uint8.inl
# /sysroot/usr/include/givaro/modular-uint16.inl
# /sysroot/usr/include/givaro/modular-uint32.inl
# /sysroot/usr/include/givaro/modular-uint64.inl
# /sysroot/usr/include/givaro/modular-float.inl
# /sysroot/usr/include/givaro/modular-double.inl
# /sysroot/usr/include/givaro/modular-integer.inl
# /sysroot/usr/include/givaro/modular-inttype.inl
# /sysroot/usr/include/givaro/modular-log16.inl
# /sysroot/usr/include/givaro/modular-ruint.inl
# /sysroot/usr/include/givaro/modular-balanced-int32.inl
# /sysroot/usr/include/givaro/modular-balanced-int64.inl
# /sysroot/usr/include/givaro/modular-balanced-float.inl
# /sysroot/usr/include/givaro/modular-balanced-double.inl
# /sysroot/usr/include/givaro/montgomery-int32.inl
# /sysroot/usr/include/givaro/montgomery-ruint.inl
# /sysroot/usr/include/givaro/ring-interface.h
# /sysroot/usr/include/givaro/givindeter.h
# /sysroot/usr/include/givaro/givpoly1.h
# /sysroot/usr/include/givaro/givdegree.h
# /sysroot/usr/include/givaro/givinterp.h
# /sysroot/usr/include/givaro/givinterpgeom.h
# /sysroot/usr/include/givaro/givinterpgeom-multip.h
# /sysroot/usr/include/givaro/givpoly1dense.h
# /sysroot/usr/include/givaro/givpoly1factor.h
# /sysroot/usr/include/givaro/givpoly1padic.h
# /sysroot/usr/include/givaro/givpoly1denseops.inl
# /sysroot/usr/include/givaro/givpoly1addsub.inl
# /sysroot/usr/include/givaro/givpoly1muldiv.inl
# /sysroot/usr/include/givaro/givpoly1axpy.inl
# /sysroot/usr/include/givaro/givpoly1gcd.inl
# /sysroot/usr/include/givaro/givpoly1kara.inl
# /sysroot/usr/include/givaro/givpoly1cstor.inl
# /sysroot/usr/include/givaro/givpoly1io.inl
# /sysroot/usr/include/givaro/givops.h
# /sysroot/usr/include/givaro/givpoly1misc.inl
# /sysroot/usr/include/givaro/givpoly1sqrfree.inl
# /sysroot/usr/include/givaro/givpoly1cyclo.inl
# /sysroot/usr/include/givaro/givpoly1factor.inl
# /sysroot/usr/include/givaro/givpoly1proot.inl
# /sysroot/usr/include/givaro/givpoly1ratrecon.inl
# /sysroot/usr/include/givaro/givpoly1crt.h
# /sysroot/usr/include/givaro/givpoly1crtcstor.inl
# /sysroot/usr/include/givaro/givpoly1crtconvert.inl
# /sysroot/usr/include/givaro/givcategory.h
# /sysroot/usr/include/givaro/giviterator.h
# /sysroot/usr/include/givaro/givarithmetics.h
# /sysroot/usr/include/givaro/givfractiondomain.h
# /sysroot/usr/include/givaro/givquotientdomain.h
# /sysroot/usr/include/givaro/givtruncdomain.h
# /sysroot/usr/include/givaro/givtruncdomain.inl
# /sysroot/usr/include/givaro/givfixedtrunc.h
# /sysroot/usr/include/givaro/givhighorder.h
# /sysroot/usr/include/givaro/givstorage.h
# /sysroot/usr/include/givaro/givvectorsparse.h
# /sysroot/usr/include/givaro/givstoragedense.h
# /sysroot/usr/include/givaro/givstoragesparse.h
# /sysroot/usr/include/givaro/givvector.h
# /sysroot/usr/include/givaro/givvectorsparse.inl
# /sysroot/usr/include/givaro/givvectsparseops.inl
# /sysroot/usr/include/givaro/givvectdensespe.inl
# /sysroot/usr/include/givaro/givvectordense.inl
# /sysroot/usr/include/givaro/givvectdenseops.inl
# /sysroot/usr/include/givaro/givmatdense.h
# /sysroot/usr/include/givaro/givmatrix.h
# /sysroot/usr/include/givaro/givmatsparse.h
# /sysroot/usr/include/givaro/givmatstoragedense.h
# /sysroot/usr/include/givaro/givmatsparseops.inl
# /sysroot/usr/include/givaro/givmatstoragesparse.h
# /sysroot/usr/include/givaro/givmatdenseops.inl
# /sysroot/usr/include/givaro/givmatstorage.h
# /sysroot/usr/include/gmp++/gmp++.h
# /sysroot/usr/include/gmp++/gmp++_int.h
# /sysroot/usr/include/gmp++/gmp++_int_rand.inl
# /sysroot/usr/include/gmp++/gmp++_rat.h
# /sysroot/usr/include/gmp++/gmp++_rat.inl
# /sysroot/usr/include/recint/recint.h
# /sysroot/usr/include/recint/recdefine.h
# /sysroot/usr/include/recint/reclonglong.h
# /sysroot/usr/include/recint/rcmp.h
# /sysroot/usr/include/recint/rdisplay.h
# /sysroot/usr/include/recint/rfiddling.h
# /sysroot/usr/include/recint/rconvert.h
# /sysroot/usr/include/recint/rrandom.h
# /sysroot/usr/include/recint/rdiv.h
# /sysroot/usr/include/recint/radd.h
# /sysroot/usr/include/recint/rsub.h
# /sysroot/usr/include/recint/rmul.h
# /sysroot/usr/include/recint/rrint.h
# /sysroot/usr/include/recint/rint.h
# /sysroot/usr/include/recint/rmadd.h
# /sysroot/usr/include/recint/rmbaddmul.h
# /sysroot/usr/include/recint/rmbexp.h
# /sysroot/usr/include/recint/rmbinv.h
# /sysroot/usr/include/recint/rmbmodule.h
# /sysroot/usr/include/recint/rmbmul.h
# /sysroot/usr/include/recint/rmbreduc.h
# /sysroot/usr/include/recint/rmbrmint.h
# /sysroot/usr/include/recint/rmcmp.h
# /sysroot/usr/include/recint/rmconvert.h
# /sysroot/usr/include/recint/rmdefine.h
# /sysroot/usr/include/recint/rmdisplay.h
# /sysroot/usr/include/recint/rmdiv.h
# /sysroot/usr/include/recint/rmextra.h
# /sysroot/usr/include/recint/rmgaddmul.h
# /sysroot/usr/include/recint/rmgexp.h
# /sysroot/usr/include/recint/rmginv.h
# /sysroot/usr/include/recint/rmgmodule.h
# /sysroot/usr/include/recint/rmgmul.h
# /sysroot/usr/include/recint/rmgreduc.h
# /sysroot/usr/include/recint/rmgrmint.h
# /sysroot/usr/include/recint/rmint.h
# /sysroot/usr/include/recint/rmintmg.h
# /sysroot/usr/include/recint/rmmanip.h
# /sysroot/usr/include/recint/rmmul.h
# /sysroot/usr/include/recint/rmneg.h
# /sysroot/usr/include/recint/rmrandom.h
# /sysroot/usr/include/recint/rmsub.h
# /sysroot/usr/include/recint/ruadd.h
# /sysroot/usr/include/recint/ruaddmul.h
# /sysroot/usr/include/recint/rucmp.h
# /sysroot/usr/include/recint/ruconvert.h
# /sysroot/usr/include/recint/rudisplay.h
# /sysroot/usr/include/recint/rudiv.h
# /sysroot/usr/include/recint/ruexp.h
# /sysroot/usr/include/recint/rufiddling.h
# /sysroot/usr/include/recint/rugcd.h
# /sysroot/usr/include/recint/ruint.h
# /sysroot/usr/include/recint/ruinvmod.h
# /sysroot/usr/include/recint/rumanip.h
# /sysroot/usr/include/recint/rumul.h
# /sysroot/usr/include/recint/rurandom.h
# /sysroot/usr/include/recint/ruruint.h
# /sysroot/usr/include/recint/rushift.h
# /sysroot/usr/include/recint/rusub.h
# /sysroot/usr/include/recint/rutools.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/givaro.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/givaro.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/givaro/src/givaro-4.0.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by Givaro configure 4.0.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-shared
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5e3e721a7c16
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2581: checking for a BSD-compatible install
# configure:2649: result: /usr/bin/install -c
# configure:2660: checking whether build environment is sane
# configure:2715: result: yes
# configure:2774: checking for x86_64-unknown-linux-strip
# configure:2804: result: no
# configure:2814: checking for strip
# configure:2830: found /usr/bin/strip
# configure:2841: result: strip
# configure:2866: checking for a thread-safe mkdir -p
# configure:2905: result: /usr/bin/mkdir -p
# configure:2912: checking for gawk
# configure:2928: found /usr/bin/gawk
# configure:2939: result: gawk
# configure:2950: checking whether make sets $(MAKE)
# configure:2972: result: yes
# configure:3001: checking whether make supports nested variables
# configure:3018: result: yes
# configure:3150: checking for rm
# configure:3168: found /usr/bin/rm
# configure:3181: result: /usr/bin/rm
# configure:3193: checking whether to enable maintainer-specific portions of Makefiles
# configure:3202: result: no
# configure:3265: checking whether to enable debugging options in the library
# configure:3274: result: no
# configure:3287: checking whether to enable profiling everything in the library
# configure:3296: result: no
# configure:3309: checking whether to enable warnings when compiling the library
# configure:3318: result: no
# configure:3322: checking whether to inline or not most of the code ?
# configure:3334: result: no
# configure:3475: checking for C++ compiler version
# configure:3484: 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:3495: $? = 0
# configure:3484: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3495: $? = 0
# configure:3484: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3495: $? = 1
# configure:3484: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3495: $? = 1
# configure:3515: checking whether the C++ compiler works
# configure:3537: clang++ conftest.cpp >&5
# configure:3541: $? = 0
# configure:3589: result: yes
# configure:3592: checking for C++ compiler default output file name
# configure:3594: result: a.out
# configure:3600: checking for suffix of executables
# configure:3607: clang++ -o conftest conftest.cpp >&5
# configure:3611: $? = 0
# configure:3633: result:
# configure:3655: checking whether we are cross compiling
# configure:3663: clang++ -o conftest conftest.cpp >&5
# configure:3667: $? = 0
# configure:3674: ./conftest
# configure:3678: $? = 0
# configure:3693: result: no
# configure:3698: checking for suffix of object files
# configure:3720: clang++ -c conftest.cpp >&5
# configure:3724: $? = 0
# configure:3745: result: o
# configure:3749: checking whether we are using the GNU C++ compiler
# configure:3768: clang++ -c conftest.cpp >&5
# configure:3768: $? = 0
# configure:3777: result: yes
# configure:3786: checking whether clang++ accepts -g
# configure:3806: clang++ -c -g conftest.cpp >&5
# configure:3806: $? = 0
# configure:3847: result: yes
# configure:3873: checking for family name of compiler
# configure:3891: clang++ -o conftest conftest.cpp >&5
# conftest.cpp:15:4: error: unknown type name 'pas'
# pas intel
# ^
# conftest.cpp:15:13: error: expected ';' after top level declarator
# pas intel
# ^
# ;
# 2 errors generated.
# configure:3891: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | /* end confdefs.h. */
# |
# | #ifdef __INTEL_COMPILER
# | int main() { return 0 ; }
# | #else
# | pas intel
# | #endif
# configure:3920: clang++ -o conftest conftest.cpp >&5
# conftest.cpp:15:8: error: unknown type name 'pas'
# pas ekopath non plus.
# ^
# conftest.cpp:15:19: error: expected ';' after top level declarator
# pas ekopath non plus.
# ^
# ;
# 2 errors generated.
# configure:3920: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | /* end confdefs.h. */
# |
# | #ifdef __PATHSCALE__
# | int main() { return !(__PATHCC__ >= 4) ; }
# | #else
# | pas ekopath non plus.
# | #endif
# configure:3951: clang++ -o conftest conftest.cpp >&5
# configure:3951: $? = 0
# configure:3951: ./conftest
# configure:3951: $? = 0
# configure:3953: result: clang31
# configure:4090: checking whether clang++ supports C++11 features by default
# configure:4116: clang++ -c conftest.cpp >&5
# conftest.cpp:15:21: error: expected parameter declarator
# static_assert(sizeof(int) <= sizeof(T), "not big enough");
# ^
# conftest.cpp:15:21: error: expected ')'
# conftest.cpp:15:20: note: to match this '('
# static_assert(sizeof(int) <= sizeof(T), "not big enough");
# ^
# conftest.cpp:15:7: error: C++ requires a type specifier for all declarations
# static_assert(sizeof(int) <= sizeof(T), "not big enough");
# ^
# conftest.cpp:18:29: error: a space is required between consecutive right angle brackets (use '> >')
# typedef check> right_angle_brackets;
# ^~
# > >
# conftest.cpp:21:5: error: unknown type name 'decltype'
# decltype(a) b;
# ^
# conftest.cpp:21:16: error: expected ';' after top level declarator
# decltype(a) b;
# ^
# ;
# conftest.cpp:25:15: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
# check_type&& cr = static_cast(c);
# ^
# conftest.cpp:25:45: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
# check_type&& cr = static_cast(c);
# ^
# conftest.cpp:27:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
# auto d = a;
# ^
# 3 warnings and 6 errors generated.
# configure:4116: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | /* end confdefs.h. */
# |
# | template
# | struct check
# | {
# | static_assert(sizeof(int) <= sizeof(T), "not big enough");
# | };
# |
# | typedef check> right_angle_brackets;
# |
# | int a;
# | decltype(a) b;
# |
# | typedef check check_type;
# | check_type c;
# | check_type&& cr = static_cast(c);
# |
# | auto d = a;
# |
# configure:4123: result: no
# configure:4132: checking whether clang++ supports C++11 features with -std=gnu++11
# configure:4160: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:4160: $? = 0
# configure:4169: result: yes
# configure:4343: checking how to run the C++ preprocessor
# configure:4370: clang++ -E conftest.cpp
# configure:4370: $? = 0
# configure:4384: clang++ -E conftest.cpp
# conftest.cpp:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4384: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | #define HAVE_CXX11 1
# | /* end confdefs.h. */
# | #include
# configure:4409: result: clang++ -E
# configure:4429: clang++ -E conftest.cpp
# configure:4429: $? = 0
# configure:4443: clang++ -E conftest.cpp
# conftest.cpp:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4443: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | #define HAVE_CXX11 1
# | /* end confdefs.h. */
# | #include
# configure:4472: checking for grep that handles long lines and -e
# configure:4530: result: /usr/bin/grep
# configure:4535: checking for egrep
# configure:4597: result: /usr/bin/grep -E
# configure:4602: checking for ANSI C header files
# configure:4622: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:4622: $? = 0
# configure:4695: clang++ -o conftest -std=gnu++11 conftest.cpp >&5
# configure:4695: $? = 0
# configure:4695: ./conftest
# configure:4695: $? = 0
# configure:4706: result: yes
# configure:4743: checking build system type
# configure:4757: result: x86_64-unknown-linux-gnu
# configure:4777: checking host system type
# configure:4790: result: x86_64-unknown-linux-gnu
# configure:4831: checking how to print strings
# configure:4858: result: printf
# configure:4887: checking for x86_64-unknown-linux-gcc
# configure:4914: result: clang
# configure:5183: checking for C compiler version
# configure:5192: 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:5203: $? = 0
# configure:5192: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:5203: $? = 0
# configure:5192: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5203: $? = 1
# configure:5192: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5203: $? = 1
# configure:5207: checking whether we are using the GNU C compiler
# configure:5226: clang -c conftest.c >&5
# configure:5226: $? = 0
# configure:5235: result: yes
# configure:5244: checking whether clang accepts -g
# configure:5264: clang -c -g conftest.c >&5
# configure:5264: $? = 0
# configure:5305: result: yes
# configure:5322: checking for clang option to accept ISO C89
# configure:5385: clang -c conftest.c >&5
# configure:5385: $? = 0
# configure:5398: result: none needed
# configure:5423: checking whether clang understands -c and -o together
# configure:5445: clang -c conftest.c -o conftest2.o
# configure:5448: $? = 0
# configure:5445: clang -c conftest.c -o conftest2.o
# configure:5448: $? = 0
# configure:5460: result: yes
# configure:5477: checking for a sed that does not truncate output
# configure:5541: result: /usr/bin/sed
# configure:5559: checking for fgrep
# configure:5621: result: /usr/bin/grep -F
# configure:5656: checking for ld used by clang
# configure:5723: result: /usr/bin/ld
# configure:5730: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5745: result: yes
# configure:5757: checking for BSD- or MS-compatible name lister (nm)
# configure:5806: result: /usr/bin/nm -B
# configure:5936: checking the name lister (/usr/bin/nm -B) interface
# configure:5943: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:5946: /usr/bin/nm -B "conftest.o"
# configure:5949: output
# 0000000000000000 B some_variable
# configure:5956: result: BSD nm
# configure:5959: checking whether ln -s works
# configure:5963: result: yes
# configure:5971: checking the maximum length of command line arguments
# configure:6102: result: 1572864
# configure:6119: checking whether the shell understands some XSI constructs
# configure:6129: result: yes
# configure:6133: checking whether the shell understands "+="
# configure:6139: result: yes
# configure:6174: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6214: result: func_convert_file_noop
# configure:6221: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6241: result: func_convert_file_noop
# configure:6248: checking for /usr/bin/ld option to reload object files
# configure:6255: result: -r
# configure:6289: checking for x86_64-unknown-linux-objdump
# configure:6319: result: no
# configure:6329: checking for objdump
# configure:6345: found /usr/bin/objdump
# configure:6356: result: objdump
# configure:6388: checking how to recognize dependent libraries
# configure:6586: result: pass_all
# configure:6631: checking for x86_64-unknown-linux-dlltool
# configure:6661: result: no
# configure:6671: checking for dlltool
# configure:6701: result: no
# configure:6731: checking how to associate runtime and link libraries
# configure:6758: result: printf %s\n
# configure:6774: checking for x86_64-unknown-linux-ar
# configure:6804: result: no
# configure:6818: checking for ar
# configure:6834: found /usr/bin/ar
# configure:6845: result: ar
# configure:6882: checking for archiver @FILE support
# configure:6899: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:6899: $? = 0
# configure:6902: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6905: $? = 0
# configure:6910: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6913: $? = 1
# configure:6925: result: @
# configure:6943: checking for x86_64-unknown-linux-strip
# configure:6970: result: strip
# configure:7042: checking for x86_64-unknown-linux-ranlib
# configure:7072: result: no
# configure:7082: checking for ranlib
# configure:7098: found /usr/bin/ranlib
# configure:7109: result: ranlib
# configure:7211: checking command to parse /usr/bin/nm -B output from clang object
# configure:7331: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:7334: $? = 0
# configure:7338: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7341: $? = 0
# configure:7407: clang++ -o conftest -std=gnu++11 conftest.cpp conftstm.o >&5
# configure:7410: $? = 0
# configure:7448: result: ok
# configure:7485: checking for sysroot
# configure:7515: result: no
# configure:7593: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:7596: $? = 0
# configure:7745: checking for x86_64-unknown-linux-mt
# configure:7775: result: no
# configure:7785: checking for mt
# configure:7815: result: no
# configure:7835: checking if : is a manifest tool
# configure:7841: : '-?'
# configure:7849: result: no
# configure:8491: checking for sys/types.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for sys/stat.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for stdlib.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for string.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for memory.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for strings.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for inttypes.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for stdint.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8491: checking for unistd.h
# configure:8491: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8491: $? = 0
# configure:8491: result: yes
# configure:8505: checking for dlfcn.h
# configure:8505: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:8505: $? = 0
# configure:8505: result: yes
# configure:8721: checking for objdir
# configure:8736: result: .libs
# configure:9007: checking if clang supports -fno-rtti -fno-exceptions
# configure:9025: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9029: $? = 0
# configure:9042: result: yes
# configure:9369: checking for clang option to produce PIC
# configure:9376: result: -fPIC -DPIC
# configure:9384: checking if clang PIC flag -fPIC -DPIC works
# configure:9402: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9406: $? = 0
# configure:9419: result: yes
# configure:9448: checking if clang static flag -static works
# configure:9476: result: yes
# configure:9491: checking if clang supports -c -o file.o
# configure:9512: clang -c -o out/conftest2.o conftest.c >&5
# configure:9516: $? = 0
# configure:9538: result: yes
# configure:9546: checking if clang supports -c -o file.o
# configure:9593: result: yes
# configure:9626: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10783: result: yes
# configure:10820: checking whether -lc should be explicitly linked in
# configure:10828: clang -c conftest.c >&5
# configure:10831: $? = 0
# configure:10846: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10849: $? = 0
# configure:10863: result: no
# configure:11023: checking dynamic linker characteristics
# configure:11523: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11523: $? = 0
# configure:11757: result: GNU/Linux ld.so
# configure:11864: checking how to hardcode library paths into programs
# configure:11889: result: immediate
# configure:12429: checking whether stripping libraries is possible
# configure:12434: result: yes
# configure:12469: checking if libtool supports shared libraries
# configure:12471: result: yes
# configure:12474: checking whether to build shared libraries
# configure:12495: result: yes
# configure:12498: checking whether to build static libraries
# configure:12502: result: yes
# configure:12525: checking how to run the C++ preprocessor
# configure:12591: result: clang++ -E
# configure:12611: clang++ -E conftest.cpp
# configure:12611: $? = 0
# configure:12625: clang++ -E conftest.cpp
# conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12625: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | #define HAVE_CXX11 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12794: checking for ld used by clang++
# configure:12861: result: /usr/bin/ld -m elf_x86_64
# configure:12868: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12883: result: yes
# configure:12938: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13940: result: yes
# configure:13976: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:13979: $? = 0
# configure:14499: checking for clang++ option to produce PIC
# configure:14506: result: -fPIC -DPIC
# configure:14514: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14532: clang++ -c -std=gnu++11 -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14536: $? = 0
# configure:14549: result: yes
# configure:14572: checking if clang++ static flag -static works
# configure:14600: result: yes
# configure:14612: checking if clang++ supports -c -o file.o
# configure:14633: clang++ -c -std=gnu++11 -o out/conftest2.o conftest.cpp >&5
# configure:14637: $? = 0
# configure:14659: result: yes
# configure:14664: checking if clang++ supports -c -o file.o
# configure:14711: result: yes
# configure:14741: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14780: result: yes
# configure:14921: checking dynamic linker characteristics
# configure:15589: result: GNU/Linux ld.so
# configure:15642: checking how to hardcode library paths into programs
# configure:15667: result: immediate
# configure:15748: checking size of char
# configure:15753: clang++ -o conftest -std=gnu++11 conftest.cpp >&5
# configure:15753: $? = 0
# configure:15753: ./conftest
# configure:15753: $? = 0
# configure:15767: result: 1
# configure:15781: checking size of short
# configure:15786: clang++ -o conftest -std=gnu++11 conftest.cpp >&5
# configure:15786: $? = 0
# configure:15786: ./conftest
# configure:15786: $? = 0
# configure:15800: result: 2
# configure:15814: checking size of int
# configure:15819: clang++ -o conftest -std=gnu++11 conftest.cpp >&5
# configure:15819: $? = 0
# configure:15819: ./conftest
# configure:15819: $? = 0
# configure:15833: result: 4
# configure:15847: checking size of long
# configure:15852: clang++ -o conftest -std=gnu++11 conftest.cpp >&5
# configure:15852: $? = 0
# configure:15852: ./conftest
# configure:15852: $? = 0
# configure:15866: result: 8
# configure:15880: checking size of long long
# configure:15885: clang++ -o conftest -std=gnu++11 conftest.cpp >&5
# configure:15885: $? = 0
# configure:15885: ./conftest
# configure:15885: $? = 0
# configure:15899: result: 8
# configure:15913: checking size of __int64
# configure:15918: clang++ -o conftest -std=gnu++11 conftest.cpp >&5
# conftest.cpp:62:57: error: unknown type name '__int64'; did you mean '__int64_t'?
# static long int longval () { return (long int) (sizeof (__int64)); }
# ^~~~~~~
# __int64_t
# /usr/include/bits/types.h:43:25: note: '__int64_t' declared here
# typedef signed long int __int64_t;
# ^
# conftest.cpp:63:67: error: unknown type name '__int64'; did you mean '__int64_t'?
# static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
# ^~~~~~~
# __int64_t
# /usr/include/bits/types.h:43:25: note: '__int64_t' declared here
# typedef signed long int __int64_t;
# ^
# conftest.cpp:73:28: error: unknown type name '__int64'; did you mean '__int64_t'?
# if (((long int) (sizeof (__int64))) < 0)
# ^~~~~~~
# __int64_t
# /usr/include/bits/types.h:43:25: note: '__int64_t' declared here
# typedef signed long int __int64_t;
# ^
# conftest.cpp:76:37: error: unknown type name '__int64'; did you mean '__int64_t'?
# if (i != ((long int) (sizeof (__int64))))
# ^~~~~~~
# __int64_t
# /usr/include/bits/types.h:43:25: note: '__int64_t' declared here
# typedef signed long int __int64_t;
# ^
# conftest.cpp:83:37: error: unknown type name '__int64'; did you mean '__int64_t'?
# if (i != ((long int) (sizeof (__int64))))
# ^~~~~~~
# __int64_t
# /usr/include/bits/types.h:43:25: note: '__int64_t' declared here
# typedef signed long int __int64_t;
# ^
# 5 errors generated.
# configure:15918: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | #define HAVE_CXX11 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | static long int longval () { return (long int) (sizeof (__int64)); }
# | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | FILE *f = fopen ("conftest.val", "w");
# | if (! f)
# | return 1;
# | if (((long int) (sizeof (__int64))) < 0)
# | {
# | long int i = longval ();
# | if (i != ((long int) (sizeof (__int64))))
# | return 1;
# | fprintf (f, "%ld", i);
# | }
# | else
# | {
# | unsigned long int i = ulongval ();
# | if (i != ((long int) (sizeof (__int64))))
# | return 1;
# | fprintf (f, "%lu", i);
# | }
# | /* Do not output a trailing newline, as this causes \r\n confusion
# | on some platforms. */
# | return ferror (f) || fclose (f) != 0;
# |
# | ;
# | return 0;
# | }
# configure:15932: result: 0
# configure:15944: checking for ANSI C header files
# configure:16048: result: yes
# configure:16059: checking float.h usability
# configure:16059: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking float.h presence
# configure:16059: clang++ -E conftest.cpp
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking for float.h
# configure:16059: result: yes
# configure:16059: checking limits.h usability
# configure:16059: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking limits.h presence
# configure:16059: clang++ -E conftest.cpp
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking for limits.h
# configure:16059: result: yes
# configure:16059: checking stddef.h usability
# configure:16059: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking stddef.h presence
# configure:16059: clang++ -E conftest.cpp
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking for stddef.h
# configure:16059: result: yes
# configure:16059: checking for stdlib.h
# configure:16059: result: yes
# configure:16059: checking for string.h
# configure:16059: result: yes
# configure:16059: checking sys/time.h usability
# configure:16059: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking sys/time.h presence
# configure:16059: clang++ -E conftest.cpp
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking for sys/time.h
# configure:16059: result: yes
# configure:16059: checking for stdint.h
# configure:16059: result: yes
# configure:16059: checking pthread.h usability
# configure:16059: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking pthread.h presence
# configure:16059: clang++ -E conftest.cpp
# configure:16059: $? = 0
# configure:16059: result: yes
# configure:16059: checking for pthread.h
# configure:16059: result: yes
# configure:16072: checking whether byte ordering is bigendian
# configure:16087: clang++ -c -std=gnu++11 conftest.cpp >&5
# conftest.cpp:40:9: error: expected unqualified-id
# not a universal capable compiler
# ^
# 1 error generated.
# configure:16087: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | #define HAVE_CXX11 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF___INT64 0
# | #define STDC_HEADERS 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:16132: clang++ -c -std=gnu++11 conftest.cpp >&5
# configure:16132: $? = 0
# configure:16150: clang++ -c -std=gnu++11 conftest.cpp >&5
# conftest.cpp:46:11: error: expected ';' after expression
# not big endian
# ^
# ;
# conftest.cpp:46:8: error: use of undeclared identifier 'big'
# not big endian
# ^
# conftest.cpp:46:12: error: use of undeclared identifier 'endian'
# not big endian
# ^
# 3 errors generated.
# configure:16150: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Givaro"
# | #define PACKAGE_TARNAME "givaro"
# | #define PACKAGE_VERSION "4.0.1"
# | #define PACKAGE_STRING "Givaro 4.0.1"
# | #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# | #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# | #define PACKAGE "givaro"
# | #define VERSION "4.0.1"
# | #define HAVE_CXX11 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF___INT64 0
# | #define STDC_HEADERS 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:16278: result: no
# configure:16372: checking for GMP >= 4.0.0 with cxx enabled
# configure:16423: clang++ -o conftest -std=gnu++11 conftest.cpp -lgmpxx -lgmp >&5
# configure:16423: $? = 0
# configure:16438: clang++ -o conftest -std=gnu++11 conftest.cpp -lgmpxx -lgmp >&5
# configure:16438: $? = 0
# configure:16438: ./conftest
# configure:16438: $? = 0
# configure:16440: result: found
# configure:16489: checking whether to build documentation
# configure:16581: result: no
# configure:16595: checking whether dot works
# configure:16599: result: yes
# configure:16735: checking that generated files are newer than configure
# configure:16741: result: done
# configure:16801: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Givaro config.status 4.0.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5e3e721a7c16
#
# config.status:1215: creating Makefile
# config.status:1215: creating givaro-config
# config.status:1215: creating givaro-makefile
# config.status:1215: creating src/Makefile
# config.status:1215: creating src/kernel/Makefile
# config.status:1215: creating src/kernel/system/Makefile
# config.status:1215: creating src/kernel/memory/Makefile
# config.status:1215: creating src/kernel/gmp++/Makefile
# config.status:1215: creating src/kernel/integer/Makefile
# config.status:1215: creating src/kernel/bstruct/Makefile
# config.status:1215: creating src/kernel/rational/Makefile
# config.status:1215: creating src/kernel/recint/Makefile
# config.status:1215: creating src/kernel/field/Makefile
# config.status:1215: creating src/kernel/ring/Makefile
# config.status:1215: creating src/library/Makefile
# config.status:1215: creating src/library/vector/Makefile
# config.status:1215: creating src/library/tools/Makefile
# config.status:1215: creating src/library/poly1/Makefile
# config.status:1215: creating src/library/matrix/Makefile
# config.status:1215: creating macros/Makefile
# config.status:1215: creating benchmarks/Makefile
# config.status:1215: creating examples/Makefile
# config.status:1215: creating examples/FiniteField/Makefile
# config.status:1215: creating examples/Integer/Makefile
# config.status:1215: creating examples/Rational/Makefile
# config.status:1215: creating examples/RecInt/Makefile
# config.status:1215: creating examples/Polynomial/Makefile
# config.status:1215: creating tests/Makefile
# config.status:1215: creating docs/Makefile
# config.status:1215: creating givaro.pc
# config.status:1215: creating config.h
# config.status:1444: executing givaro-config.h commands
# config.status:1482: creating givaro-config.h - prefix __GIVARO for config.h defines
# config.status:1504: givaro-config.h is unchanged
# config.status:1444: executing depfiles commands
# config.status:1444: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_RM=/usr/bin/rm
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof___int64=0
# ac_cv_sizeof_char=1
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_short=2
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_cxx_compile_cxx11=no
# ax_cv_cxx_compile_cxx11__std_gnupp11=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/givaro/src/givaro-4.0.1/build-aux/missing aclocal-1.14 -I macros'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/givaro/src/givaro-4.0.1/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/givaro/src/givaro-4.0.1/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/givaro/src/givaro-4.0.1/build-aux/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCNAM='clang31'
# CFLAGS=''
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=' -std=gnu++11'
# CYGPATH_W='echo'
# DBG='no'
# DEBUG_CFLAGS='-g -DNDEBUG -UGIVARO_DEBUG -UDEBUG'
# DEBUG_FALSE=''
# DEBUG_TRUE='#'
# DEFAULT_CFLAGS='-O2 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG'
# DEFS='-DHAVE_CONFIG_H'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GIVARO_BUILD_DOC_FALSE=''
# GIVARO_BUILD_DOC_TRUE='#'
# GIVARO_DOC_PATH='/usr/docs'
# GIVARO_DOXYGEN_FOUND_FALSE='#'
# GIVARO_DOXYGEN_FOUND_TRUE=''
# GIVARO_INLINE_ALL=''
# GIVARO_INLINE_ALL_FALSE=''
# GIVARO_INLINE_ALL_TRUE='#'
# GMP_CFLAGS=''
# GMP_LIBS=' -lgmpxx -lgmp'
# GREP='/usr/bin/grep'
# HAVE_CXX11='1'
# INSIDE_GNOME_COMMON_FALSE=''
# INSIDE_GNOME_COMMON_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=' -lgmpxx -lgmp'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/givaro/src/givaro-4.0.1/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='givaro'
# PACKAGE_BUGREPORT='Jean-Guillaume.Dumas@imag.fr'
# PACKAGE_NAME='Givaro'
# PACKAGE_STRING='Givaro 4.0.1'
# PACKAGE_TARNAME='givaro'
# PACKAGE_URL='http://ljk.imag.fr/CASYS/LOGICIELS/givaro'
# PACKAGE_VERSION='4.0.1'
# PATH_SEPARATOR=':'
# PROF='no'
# PROFILE_FALSE=''
# PROFILE_TRUE='#'
# RANLIB='ranlib'
# RM='/usr/bin/rm -f'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TESTS_CFLAGS='-O0 -Wall -g -DNDEBUG -UGIVARO_DEBUG -UDEBUG'
# VERSION='4.0.1'
# WARN='no'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/givaro/src/givaro-4.0.1/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Givaro"
# #define PACKAGE_TARNAME "givaro"
# #define PACKAGE_VERSION "4.0.1"
# #define PACKAGE_STRING "Givaro 4.0.1"
# #define PACKAGE_BUGREPORT "Jean-Guillaume.Dumas@imag.fr"
# #define PACKAGE_URL "http://ljk.imag.fr/CASYS/LOGICIELS/givaro"
# #define PACKAGE "givaro"
# #define VERSION "4.0.1"
# #define HAVE_CXX11 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define SIZEOF_CHAR 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF___INT64 0
# #define STDC_HEADERS 1
# #define HAVE_FLOAT_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_LITTLE_ENDIAN 1
# #define INT8
# #define INT16
# #define INT32
# #define INT64
# #define HAVE_GMP 1
#
# configure: exit 0