The build took 00h 01m 49s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
5,870 |
cpp |
4,196 |
sh |
2,560 |
makefile |
46 |
perl |
45 |
ansic |
33 |
python |
12,750 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: libfplll 20160331-1 (Wed Aug 24 13:34:17 UTC 2016)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) qd-2.3.17-2
Total Installed Size: 0.72 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing qd...
==> 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 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 style of include used by make... GNU
checking for x86_64-unknown-linux-gcc... no
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /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 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 gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-unknown-linux-g++... no
checking for x86_64-unknown-linux-c++... no
checking for x86_64-unknown-linux-gpp... no
checking for x86_64-unknown-linux-aCC... no
checking for x86_64-unknown-linux-CC... no
checking for x86_64-unknown-linux-cxx... no
checking for x86_64-unknown-linux-cc++... no
checking for x86_64-unknown-linux-cl.exe... no
checking for x86_64-unknown-linux-FCC... no
checking for x86_64-unknown-linux-KCC... no
checking for x86_64-unknown-linux-RCC... no
checking for x86_64-unknown-linux-xlC_r... no
checking for x86_64-unknown-linux-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /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 g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ 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
checking for x86_64-unknown-linux-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for __gmpz_init in -lgmp... yes
checking for __gmp_get_memory_functions in -lgmp... yes
checking for mpfr_add in -lmpfr... yes
checking for mpfr_fms in -lmpfr... yes
checking qd/dd_real.h usability... yes
checking qd/dd_real.h presence... yes
checking for qd/dd_real.h... yes
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking cstdio usability... yes
checking cstdio presence... yes
checking for cstdio... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking limits usability... yes
checking limits presence... yes
checking for limits... yes
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for working volatile... yes
checking for working strtod... yes
checking for floor... yes
checking for pow... yes
checking for rint... yes
checking for sqrt... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating fplll.pc
config.status: creating config.h
config.status: creating src/fplll_config.h
config.status: src/fplll_config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/tmp/libfplll/src/libfplll-20160331'
Making all in src
make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
make all-am
make[3]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT fplll.lo -MD -MP -MF .deps/fplll.Tpo -c -o fplll.lo fplll.cpp
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -fPIC -DPIC -o .libs/util.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT fplll.lo -MD -MP -MF .deps/fplll.Tpo -c fplll.cpp -fPIC -DPIC -o .libs/fplll.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT topenum.lo -MD -MP -MF .deps/topenum.Tpo -c -o topenum.lo topenum.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT topenum.lo -MD -MP -MF .deps/topenum.Tpo -c topenum.cpp -fPIC -DPIC -o .libs/topenum.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT topenum.lo -MD -MP -MF .deps/topenum.Tpo -c topenum.cpp -o topenum.o >/dev/null 2>&1
mv -f .deps/topenum.Tpo .deps/topenum.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT evaluator.lo -MD -MP -MF .deps/evaluator.Tpo -c -o evaluator.lo evaluator.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT evaluator.lo -MD -MP -MF .deps/evaluator.Tpo -c evaluator.cpp -fPIC -DPIC -o .libs/evaluator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT evaluator.lo -MD -MP -MF .deps/evaluator.Tpo -c evaluator.cpp -o evaluator.o >/dev/null 2>&1
mv -f .deps/evaluator.Tpo .deps/evaluator.Plo
g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT latticegen.o -MD -MP -MF .deps/latticegen.Tpo -c -o latticegen.o latticegen.cpp
mv -f .deps/latticegen.Tpo .deps/latticegen.Po
In file included from nr.h:8:0,
from numvect.h:19,
from matrix.h:21,
from wrapper.h:21,
from fplll.cpp:18:
fplll.cpp: In function 'int fplll::bkzReduction(fplll::IntMatrix*, fplll::IntMatrix*, const fplll::BKZParam&, fplll::FloatType, int)':
fplll.cpp:383:41: warning: array subscript is outside array bounds [-Warray-bounds]
<< FLOAT_TYPE_STR[selFT]);
~~~~~~~~~~~~~~~~~~~~^
defs.h:67:46: note: in definition of macro 'FPLLL_ABORT'
#define FPLLL_ABORT(x) {cerr << "fplll: " << x << endl; abort();}
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT fplll.lo -MD -MP -MF .deps/fplll.Tpo -c fplll.cpp -o fplll.o >/dev/null 2>&1
mv -f .deps/fplll.Tpo .deps/fplll.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -no-undefined -version-info 1:0:1 -lqd -o libfplll.la -rpath /usr/lib fplll.lo util.lo topenum.lo evaluator.lo -lgmp -lmpfr -lmpfr -lmpfr -lgmp -lgmp
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/fplll.o .libs/util.o .libs/topenum.o .libs/evaluator.o -lqd -lmpfr -lgmp -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o -O2 -Wl,-soname -Wl,libfplll.so.0 -o .libs/libfplll.so.0.1.0
libtool: link: (cd ".libs" && rm -f "libfplll.so.0" && ln -s "libfplll.so.0.1.0" "libfplll.so.0")
libtool: link: (cd ".libs" && rm -f "libfplll.so" && ln -s "libfplll.so.0.1.0" "libfplll.so")
libtool: link: ar cru .libs/libfplll.a fplll.o util.o topenum.o evaluator.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfplll.a
libtool: link: ( cd ".libs" && rm -f "libfplll.la" && ln -s "../libfplll.la" "libfplll.la" )
/bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -lqd -o fplll main.o libfplll.la -lmpfr -lmpfr -lgmp -lgmp
/bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -lqd -o latticegen latticegen.o libfplll.la -lmpfr -lmpfr -lgmp -lgmp
libtool: link: g++ -O2 -Wall -o .libs/fplll main.o -lqd ./.libs/libfplll.so -lmpfr -lgmp
libtool: link: g++ -O2 -Wall -o .libs/latticegen latticegen.o -lqd ./.libs/libfplll.so -lmpfr -lgmp
make[3]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
Making all in tests
make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/tests'
make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331'
make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331'
make[1]: Leaving directory '/tmp/libfplll/src/libfplll-20160331'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
/usr/bin/mkdir -p '/tmp/libfplll/pkg/libfplll/usr/lib'
/usr/bin/mkdir -p '/tmp/libfplll/pkg/libfplll/usr/include/fplll'
/bin/sh ../libtool --mode=install /usr/bin/install -c libfplll.la '/tmp/libfplll/pkg/libfplll/usr/lib'
/usr/bin/install -c -m 644 defs.h dpe.h fplll.h matrix.h matrix.cpp nr_FP_dd.inl nr_FP_d.inl nr_FP_dpe.inl nr_FP.inl nr_FP_ld.inl nr_FP_misc.inl nr_FP_mpfr.inl nr_FP_qd.inl nr.h nr_rand.inl nr_Z_d.inl nr_Z.inl nr_Z_l.inl nr_Z_misc.inl nr_Z_mpz.inl numvect.h util.h svpcvp.h fplllv31.h bkz.h lll.h gso.h evaluator.h fplll_config.h wrapper.h enumerate.h '/tmp/libfplll/pkg/libfplll/usr/include/fplll'
make install-data-hook
make[3]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
echo "#include " > "./fplll.h.root"
echo "using namespace fplll;" >> "./fplll.h.root"
/usr/bin/install -c -m 644 "./fplll.h.root" "/tmp/libfplll/pkg/libfplll/usr/include/fplll.h"
rm -f "./fplll.h.root"
make[3]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
libtool: install: /usr/bin/install -c .libs/libfplll.so.0.1.0 /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.so.0.1.0
libtool: install: (cd /tmp/libfplll/pkg/libfplll/usr/lib && { ln -s -f libfplll.so.0.1.0 libfplll.so.0 || { rm -f libfplll.so.0 && ln -s libfplll.so.0.1.0 libfplll.so.0; }; })
libtool: install: (cd /tmp/libfplll/pkg/libfplll/usr/lib && { ln -s -f libfplll.so.0.1.0 libfplll.so || { rm -f libfplll.so && ln -s libfplll.so.0.1.0 libfplll.so; }; })
libtool: install: /usr/bin/install -c .libs/libfplll.lai /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.la
libtool: install: /usr/bin/install -c .libs/libfplll.a /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.a
libtool: install: chmod 644 /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.a
libtool: install: ranlib /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
/usr/bin/mkdir -p '/tmp/libfplll/pkg/libfplll/usr/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c fplll latticegen '/tmp/libfplll/pkg/libfplll/usr/bin'
libtool: warning: 'libfplll.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/fplll /tmp/libfplll/pkg/libfplll/usr/bin/fplll
libtool: warning: 'libfplll.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/latticegen /tmp/libfplll/pkg/libfplll/usr/bin/latticegen
make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
make[1]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
Making install in tests
make[1]: Entering directory '/tmp/libfplll/src/libfplll-20160331/tests'
make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331/tests'
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/libfplll/src/libfplll-20160331/tests'
make[1]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/tests'
make[1]: Entering directory '/tmp/libfplll/src/libfplll-20160331'
make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libfplll/pkg/libfplll/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 fplll.pc '/tmp/libfplll/pkg/libfplll/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331'
make[1]: Leaving directory '/tmp/libfplll/src/libfplll-20160331'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "libfplll"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libfplll 20160331-1 (Wed Aug 24 13:35:25 UTC 2016)
CMD: pacman --query --file libfplll-20160331-1-x86_64.pkg.tar.xz
Creating hybrid package for 'libfplll'
Trying to find vanilla package 'libfplll'...
CMD: pacman --query --file /mirror/libfplll-20160331-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/lib/libfplll.so.0
/usr/lib/libfplll.so
/usr/lib/libfplll.so.0.1.0
/usr/lib/pkgconfig/fplll.pc
/usr/include/fplll.h
/usr/include/fplll/defs.h
/usr/include/fplll/dpe.h
/usr/include/fplll/fplll.h
/usr/include/fplll/matrix.h
/usr/include/fplll/matrix.cpp
/usr/include/fplll/nr_FP_dd.inl
/usr/include/fplll/nr_FP_d.inl
/usr/include/fplll/nr_FP_dpe.inl
/usr/include/fplll/nr_FP.inl
/usr/include/fplll/nr_FP_ld.inl
/usr/include/fplll/nr_FP_misc.inl
/usr/include/fplll/nr_FP_mpfr.inl
/usr/include/fplll/nr_FP_qd.inl
/usr/include/fplll/nr.h
/usr/include/fplll/nr_rand.inl
/usr/include/fplll/nr_Z_d.inl
/usr/include/fplll/nr_Z.inl
/usr/include/fplll/nr_Z_l.inl
/usr/include/fplll/nr_Z_misc.inl
/usr/include/fplll/nr_Z_mpz.inl
/usr/include/fplll/numvect.h
/usr/include/fplll/util.h
/usr/include/fplll/svpcvp.h
/usr/include/fplll/fplllv31.h
/usr/include/fplll/bkz.h
/usr/include/fplll/lll.h
/usr/include/fplll/gso.h
/usr/include/fplll/evaluator.h
/usr/include/fplll/fplll_config.h
/usr/include/fplll/wrapper.h
/usr/include/fplll/enumerate.h
/usr/bin/fplll
/usr/bin/latticegen
/sysroot/usr/lib/libfplll.so.0.1.0
/sysroot/usr/lib/libfplll.so.0
/sysroot/usr/lib/libfplll.so
/sysroot/usr/lib/libfplll.la
/sysroot/usr/lib/libfplll.a
/sysroot/usr/lib/pkgconfig/fplll.pc
/sysroot/usr/include/fplll.h
/sysroot/usr/include/fplll/defs.h
/sysroot/usr/include/fplll/dpe.h
/sysroot/usr/include/fplll/fplll.h
/sysroot/usr/include/fplll/matrix.h
/sysroot/usr/include/fplll/matrix.cpp
/sysroot/usr/include/fplll/nr_FP_dd.inl
/sysroot/usr/include/fplll/nr_FP_d.inl
/sysroot/usr/include/fplll/nr_FP_dpe.inl
/sysroot/usr/include/fplll/nr_FP.inl
/sysroot/usr/include/fplll/nr_FP_ld.inl
/sysroot/usr/include/fplll/nr_FP_misc.inl
/sysroot/usr/include/fplll/nr_FP_mpfr.inl
/sysroot/usr/include/fplll/nr_FP_qd.inl
/sysroot/usr/include/fplll/nr.h
/sysroot/usr/include/fplll/nr_rand.inl
/sysroot/usr/include/fplll/nr_Z_d.inl
/sysroot/usr/include/fplll/nr_Z.inl
/sysroot/usr/include/fplll/nr_Z_l.inl
/sysroot/usr/include/fplll/nr_Z_misc.inl
/sysroot/usr/include/fplll/nr_Z_mpz.inl
/sysroot/usr/include/fplll/numvect.h
/sysroot/usr/include/fplll/util.h
/sysroot/usr/include/fplll/svpcvp.h
/sysroot/usr/include/fplll/fplllv31.h
/sysroot/usr/include/fplll/bkz.h
/sysroot/usr/include/fplll/lll.h
/sysroot/usr/include/fplll/gso.h
/sysroot/usr/include/fplll/evaluator.h
/sysroot/usr/include/fplll/fplll_config.h
/sysroot/usr/include/fplll/wrapper.h
/sysroot/usr/include/fplll/enumerate.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 libfplll.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/libfplll.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libfplll.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/libfplll.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/libfplll/src/libfplll-20160331/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 libfplll configure 4.0.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = e48c58f67739
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/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/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2570: checking for a BSD-compatible install
configure:2638: result: /usr/bin/install -c
configure:2649: checking whether build environment is sane
configure:2704: result: yes
configure:2763: checking for x86_64-unknown-linux-strip
configure:2793: result: no
configure:2803: checking for strip
configure:2819: found /usr/bin/strip
configure:2830: result: strip
configure:2855: checking for a thread-safe mkdir -p
configure:2894: result: /usr/bin/mkdir -p
configure:2901: checking for gawk
configure:2917: found /usr/bin/gawk
configure:2928: result: gawk
configure:2939: checking whether make sets $(MAKE)
configure:2961: result: yes
configure:2990: checking whether make supports nested variables
configure:3007: result: yes
configure:3172: checking build system type
configure:3186: result: x86_64-unknown-linux-gnu
configure:3206: checking host system type
configure:3219: result: x86_64-unknown-linux-gnu
configure:3260: checking how to print strings
configure:3287: result: printf
configure:3320: checking for style of include used by make
configure:3348: result: GNU
configure:3379: checking for x86_64-unknown-linux-gcc
configure:3409: result: no
configure:3419: checking for gcc
configure:3435: found /usr/bin/gcc
configure:3446: result: gcc
configure:3675: checking for C compiler version
configure:3684: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3695: $? = 0
configure:3684: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:3695: $? = 0
configure:3684: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3695: $? = 1
configure:3684: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3695: $? = 1
configure:3715: checking whether the C compiler works
configure:3737: gcc -O2 -Wall conftest.c >&5
configure:3741: $? = 0
configure:3789: result: yes
configure:3792: checking for C compiler default output file name
configure:3794: result: a.out
configure:3800: checking for suffix of executables
configure:3807: gcc -o conftest -O2 -Wall conftest.c >&5
configure:3811: $? = 0
configure:3833: result:
configure:3855: checking whether we are cross compiling
configure:3863: gcc -o conftest -O2 -Wall conftest.c >&5
configure:3867: $? = 0
configure:3874: ./conftest
configure:3878: $? = 0
configure:3893: result: no
configure:3898: checking for suffix of object files
configure:3920: gcc -c -O2 -Wall conftest.c >&5
configure:3924: $? = 0
configure:3945: result: o
configure:3949: checking whether we are using the GNU C compiler
configure:3968: gcc -c -O2 -Wall conftest.c >&5
configure:3968: $? = 0
configure:3977: result: yes
configure:3986: checking whether gcc accepts -g
configure:4006: gcc -c -g conftest.c >&5
configure:4006: $? = 0
configure:4047: result: yes
configure:4064: checking for gcc option to accept ISO C89
configure:4127: gcc -c -O2 -Wall conftest.c >&5
configure:4127: $? = 0
configure:4140: result: none needed
configure:4165: checking whether gcc understands -c and -o together
configure:4187: gcc -c conftest.c -o conftest2.o
configure:4190: $? = 0
configure:4187: gcc -c conftest.c -o conftest2.o
configure:4190: $? = 0
configure:4202: result: yes
configure:4221: checking dependency style of gcc
configure:4332: result: gcc3
configure:4347: checking for a sed that does not truncate output
configure:4411: result: /usr/bin/sed
configure:4429: checking for grep that handles long lines and -e
configure:4487: result: /usr/bin/grep
configure:4492: checking for egrep
configure:4554: result: /usr/bin/grep -E
configure:4559: checking for fgrep
configure:4621: result: /usr/bin/grep -F
configure:4656: checking for ld used by gcc
configure:4723: result: /usr/bin/ld
configure:4730: checking if the linker (/usr/bin/ld) is GNU ld
configure:4745: result: yes
configure:4757: checking for BSD- or MS-compatible name lister (nm)
configure:4811: result: /usr/bin/nm -B
configure:4941: checking the name lister (/usr/bin/nm -B) interface
configure:4948: gcc -c -O2 -Wall conftest.c >&5
configure:4951: /usr/bin/nm -B "conftest.o"
configure:4954: output
0000000000000000 B some_variable
configure:4961: result: BSD nm
configure:4964: checking whether ln -s works
configure:4968: result: yes
configure:4976: checking the maximum length of command line arguments
configure:5107: result: 1572864
configure:5155: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5195: result: func_convert_file_noop
configure:5202: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5222: result: func_convert_file_noop
configure:5229: checking for /usr/bin/ld option to reload object files
configure:5236: result: -r
configure:5270: checking for x86_64-unknown-linux-objdump
configure:5300: result: no
configure:5310: checking for objdump
configure:5326: found /usr/bin/objdump
configure:5337: result: objdump
configure:5369: checking how to recognize dependent libraries
configure:5569: result: pass_all
configure:5614: checking for x86_64-unknown-linux-dlltool
configure:5644: result: no
configure:5654: checking for dlltool
configure:5684: result: no
configure:5714: checking how to associate runtime and link libraries
configure:5741: result: printf %s\n
configure:5758: checking for x86_64-unknown-linux-ar
configure:5788: result: no
configure:5802: checking for ar
configure:5818: found /usr/bin/ar
configure:5829: result: ar
configure:5866: checking for archiver @FILE support
configure:5883: gcc -c -O2 -Wall conftest.c >&5
configure:5883: $? = 0
configure:5886: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5889: $? = 0
configure:5894: 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:5897: $? = 1
configure:5909: result: @
configure:5927: checking for x86_64-unknown-linux-strip
configure:5954: result: strip
configure:6026: checking for x86_64-unknown-linux-ranlib
configure:6056: result: no
configure:6066: checking for ranlib
configure:6082: found /usr/bin/ranlib
configure:6093: result: ranlib
configure:6195: checking command to parse /usr/bin/nm -B output from gcc object
configure:6348: gcc -c -O2 -Wall conftest.c >&5
configure:6351: $? = 0
configure:6355: /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:6358: $? = 0
configure:6424: gcc -o conftest -O2 -Wall conftest.c conftstm.o >&5
configure:6427: $? = 0
configure:6465: result: ok
configure:6512: checking for sysroot
configure:6542: result: no
configure:6549: checking for a working dd
configure:6587: result: /usr/bin/dd
configure:6591: checking how to truncate binary pipes
configure:6606: result: /usr/bin/dd bs=4096 count=1
configure:6742: gcc -c -O2 -Wall conftest.c >&5
configure:6745: $? = 0
configure:6895: checking for x86_64-unknown-linux-mt
configure:6925: result: no
configure:6935: checking for mt
configure:6965: result: no
configure:6985: checking if : is a manifest tool
configure:6991: : '-?'
configure:6999: result: no
configure:7676: checking how to run the C preprocessor
configure:7707: gcc -E conftest.c
configure:7707: $? = 0
configure:7721: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:7721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libfplll"
| #define PACKAGE_TARNAME "libfplll"
| #define PACKAGE_VERSION "4.0.5"
| #define PACKAGE_STRING "libfplll 4.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libfplll"
| #define VERSION "4.0.5"
| /* end confdefs.h. */
| #include
configure:7746: result: gcc -E
configure:7766: gcc -E conftest.c
configure:7766: $? = 0
configure:7780: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:7780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libfplll"
| #define PACKAGE_TARNAME "libfplll"
| #define PACKAGE_VERSION "4.0.5"
| #define PACKAGE_STRING "libfplll 4.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libfplll"
| #define VERSION "4.0.5"
| /* end confdefs.h. */
| #include
configure:7809: checking for ANSI C header files
configure:7829: gcc -c -O2 -Wall conftest.c >&5
configure:7829: $? = 0
configure:7902: gcc -o conftest -O2 -Wall conftest.c >&5
configure:7902: $? = 0
configure:7902: ./conftest
configure:7902: $? = 0
configure:7913: result: yes
configure:7926: checking for sys/types.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7926: checking for sys/stat.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7926: checking for stdlib.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7926: checking for string.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7926: checking for memory.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7926: checking for strings.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7926: checking for inttypes.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7926: checking for stdint.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7926: checking for unistd.h
configure:7926: gcc -c -O2 -Wall conftest.c >&5
configure:7926: $? = 0
configure:7926: result: yes
configure:7940: checking for dlfcn.h
configure:7940: gcc -c -O2 -Wall conftest.c >&5
configure:7940: $? = 0
configure:7940: result: yes
configure:8196: checking for objdir
configure:8211: result: .libs
configure:8475: checking if gcc supports -fno-rtti -fno-exceptions
configure:8493: gcc -c -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8497: $? = 0
configure:8510: result: no
configure:8868: checking for gcc option to produce PIC
configure:8875: result: -fPIC -DPIC
configure:8883: checking if gcc PIC flag -fPIC -DPIC works
configure:8901: gcc -c -O2 -Wall -fPIC -DPIC -DPIC conftest.c >&5
configure:8905: $? = 0
configure:8918: result: yes
configure:8947: checking if gcc static flag -static works
configure:8975: result: yes
configure:8990: checking if gcc supports -c -o file.o
configure:9011: gcc -c -O2 -Wall -o out/conftest2.o conftest.c >&5
configure:9015: $? = 0
configure:9037: result: yes
configure:9045: checking if gcc supports -c -o file.o
configure:9092: result: yes
configure:9125: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10388: result: yes
configure:10425: checking whether -lc should be explicitly linked in
configure:10433: gcc -c -O2 -Wall conftest.c >&5
configure:10436: $? = 0
configure:10451: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10454: $? = 0
configure:10468: result: no
configure:10628: checking dynamic linker characteristics
configure:11209: gcc -o conftest -O2 -Wall -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11209: $? = 0
configure:11458: result: GNU/Linux ld.so
configure:11580: checking how to hardcode library paths into programs
configure:11605: result: immediate
configure:12153: checking whether stripping libraries is possible
configure:12158: result: yes
configure:12193: checking if libtool supports shared libraries
configure:12195: result: yes
configure:12198: checking whether to build shared libraries
configure:12223: result: yes
configure:12226: checking whether to build static libraries
configure:12230: result: yes
configure:12291: checking for x86_64-unknown-linux-g++
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-c++
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-gpp
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-aCC
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-CC
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-cxx
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-cc++
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-cl.exe
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-FCC
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-KCC
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-RCC
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-xlC_r
configure:12321: result: no
configure:12291: checking for x86_64-unknown-linux-xlC
configure:12321: result: no
configure:12335: checking for g++
configure:12351: found /usr/bin/g++
configure:12362: result: g++
configure:12389: checking for C++ compiler version
configure:12398: g++ --version >&5
g++ (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:12409: $? = 0
configure:12398: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:12409: $? = 0
configure:12398: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:12409: $? = 1
configure:12398: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:12409: $? = 1
configure:12413: checking whether we are using the GNU C++ compiler
configure:12432: g++ -c -O2 -Wall conftest.cpp >&5
configure:12432: $? = 0
configure:12441: result: yes
configure:12450: checking whether g++ accepts -g
configure:12470: g++ -c -g conftest.cpp >&5
configure:12470: $? = 0
configure:12511: result: yes
configure:12536: checking dependency style of g++
configure:12647: result: gcc3
configure:12680: checking how to run the C++ preprocessor
configure:12707: g++ -E conftest.cpp
configure:12707: $? = 0
configure:12721: g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:12721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libfplll"
| #define PACKAGE_TARNAME "libfplll"
| #define PACKAGE_VERSION "4.0.5"
| #define PACKAGE_STRING "libfplll 4.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libfplll"
| #define VERSION "4.0.5"
| #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:12746: result: g++ -E
configure:12766: g++ -E conftest.cpp
configure:12766: $? = 0
configure:12780: g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:12780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libfplll"
| #define PACKAGE_TARNAME "libfplll"
| #define PACKAGE_VERSION "4.0.5"
| #define PACKAGE_STRING "libfplll 4.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libfplll"
| #define VERSION "4.0.5"
| #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:12942: checking for ld used by g++
configure:13009: result: /usr/bin/ld -m elf_x86_64
configure:13016: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13031: result: yes
configure:13086: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14159: result: yes
configure:14195: g++ -c -O2 -Wall conftest.cpp >&5
configure:14198: $? = 0
configure:14679: checking for g++ option to produce PIC
configure:14686: result: -fPIC -DPIC
configure:14694: checking if g++ PIC flag -fPIC -DPIC works
configure:14712: g++ -c -O2 -Wall -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14716: $? = 0
configure:14729: result: yes
configure:14752: checking if g++ static flag -static works
configure:14780: result: yes
configure:14792: checking if g++ supports -c -o file.o
configure:14813: g++ -c -O2 -Wall -o out/conftest2.o conftest.cpp >&5
configure:14817: $? = 0
configure:14839: result: yes
configure:14844: checking if g++ supports -c -o file.o
configure:14891: result: yes
configure:14921: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14964: result: yes
configure:15105: checking dynamic linker characteristics
configure:15862: result: GNU/Linux ld.so
configure:15927: checking how to hardcode library paths into programs
configure:15952: result: immediate
configure:16000: checking for x86_64-unknown-linux-gcc
configure:16027: result: gcc
configure:16296: checking for C compiler version
configure:16305: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:16316: $? = 0
configure:16305: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:16316: $? = 0
configure:16305: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:16316: $? = 1
configure:16305: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:16316: $? = 1
configure:16320: checking whether we are using the GNU C compiler
configure:16348: result: yes
configure:16357: checking whether gcc accepts -g
configure:16418: result: yes
configure:16435: checking for gcc option to accept ISO C89
configure:16511: result: none needed
configure:16536: checking whether gcc understands -c and -o together
configure:16573: result: yes
configure:16592: checking dependency style of gcc
configure:16703: result: gcc3
configure:16718: checking whether make sets $(MAKE)
configure:16740: result: yes
configure:16762: checking for __gmpz_init in -lgmp
configure:16787: g++ -o conftest -O2 -Wall conftest.cpp -lgmp >&5
configure:16787: $? = 0
configure:16796: result: yes
configure:16810: checking for __gmp_get_memory_functions in -lgmp
configure:16835: g++ -o conftest -O2 -Wall conftest.cpp -lgmp -lgmp >&5
configure:16835: $? = 0
configure:16844: result: yes
configure:16869: checking for mpfr_add in -lmpfr
configure:16894: g++ -o conftest -O2 -Wall conftest.cpp -lmpfr -lgmp -lgmp >&5
configure:16894: $? = 0
configure:16903: result: yes
configure:16917: checking for mpfr_fms in -lmpfr
configure:16942: g++ -o conftest -O2 -Wall conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
configure:16942: $? = 0
configure:16951: result: yes
configure:16977: checking qd/dd_real.h usability
configure:16977: g++ -c -O2 -Wall conftest.cpp >&5
configure:16977: $? = 0
configure:16977: result: yes
configure:16977: checking qd/dd_real.h presence
configure:16977: g++ -E conftest.cpp
configure:16977: $? = 0
configure:16977: result: yes
configure:16977: checking for qd/dd_real.h
configure:16977: result: yes
configure:16994: checking for ANSI C header files
configure:17098: result: yes
configure:17109: checking limits.h usability
configure:17109: g++ -c -O2 -Wall conftest.cpp >&5
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking limits.h presence
configure:17109: g++ -E conftest.cpp
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking for limits.h
configure:17109: result: yes
configure:17109: checking cstdio usability
configure:17109: g++ -c -O2 -Wall conftest.cpp >&5
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking cstdio presence
configure:17109: g++ -E conftest.cpp
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking for cstdio
configure:17109: result: yes
configure:17109: checking iostream usability
configure:17109: g++ -c -O2 -Wall conftest.cpp >&5
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking iostream presence
configure:17109: g++ -E conftest.cpp
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking for iostream
configure:17109: result: yes
configure:17109: checking string usability
configure:17109: g++ -c -O2 -Wall conftest.cpp >&5
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking string presence
configure:17109: g++ -E conftest.cpp
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking for string
configure:17109: result: yes
configure:17109: checking limits usability
configure:17109: g++ -c -O2 -Wall conftest.cpp >&5
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking limits presence
configure:17109: g++ -E conftest.cpp
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking for limits
configure:17109: result: yes
configure:17109: checking vector usability
configure:17109: g++ -c -O2 -Wall conftest.cpp >&5
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking vector presence
configure:17109: g++ -E conftest.cpp
configure:17109: $? = 0
configure:17109: result: yes
configure:17109: checking for vector
configure:17109: result: yes
configure:17121: checking for stdbool.h that conforms to C99
configure:17188: g++ -c -O2 -Wall conftest.cpp >&5
conftest.cpp:38:15: error: expected unqualified-id before string constant
"error: bool is not defined"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.cpp:56:48: error: 's' does not name a type
struct s { _Bool s: 1; _Bool t; } s;
^
conftest.cpp:66:28: error: 's' was not declared in this scope
char i[sizeof s.t];
^
conftest.cpp: In function 'int main()':
conftest.cpp:84:24: error: 's' was not declared in this scope
bool e = &s;
^
conftest.cpp:88:23: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.cpp:88:28: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.cpp:88:33: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.cpp:88:38: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.cpp:88:48: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.cpp:88:53: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.cpp:88:58: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.cpp:88:63: error: 'i' was not declared in this scope
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.cpp:89:30: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
^
conftest.cpp:89:35: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
^
conftest.cpp:89:40: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
^
configure:17188: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libfplll"
| #define PACKAGE_TARNAME "libfplll"
| #define PACKAGE_VERSION "4.0.5"
| #define PACKAGE_STRING "libfplll 4.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libfplll"
| #define VERSION "4.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBGMP 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBMPFR 1
| #define HAVE_LIBMPFR 1
| #define FPLLL_WITH_QD 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_CSTDIO 1
| #define HAVE_IOSTREAM 1
| #define HAVE_STRING 1
| #define HAVE_LIMITS 1
| #define HAVE_VECTOR 1
| /* end confdefs.h. */
|
| #include
| #ifndef bool
| "error: bool is not defined"
| #endif
| #ifndef false
| "error: false is not defined"
| #endif
| #if false
| "error: false is not 0"
| #endif
| #ifndef true
| "error: true is not defined"
| #endif
| #if true != 1
| "error: true is not 1"
| #endif
| #ifndef __bool_true_false_are_defined
| "error: __bool_true_false_are_defined is not defined"
| #endif
|
| struct s { _Bool s: 1; _Bool t; } s;
|
| char a[true == 1 ? 1 : -1];
| char b[false == 0 ? 1 : -1];
| char c[__bool_true_false_are_defined == 1 ? 1 : -1];
| char d[(bool) 0.5 == true ? 1 : -1];
| /* See body of main program for 'e'. */
| char f[(_Bool) 0.0 == false ? 1 : -1];
| char g[true];
| char h[sizeof (_Bool)];
| char i[sizeof s.t];
| enum { j = false, k = true, l = false * true, m = true * 256 };
| /* The following fails for
| HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
| _Bool n[m];
| char o[sizeof n == m * sizeof n[0] ? 1 : -1];
| char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
| /* Catch a bug in an HP-UX C compiler. See
| http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
| http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
| */
| _Bool q = true;
| _Bool *pq = &q;
|
| int
| main ()
| {
|
| bool e = &s;
| *pq |= q;
| *pq |= ! q;
| /* Refer to every declared value, to avoid compiler optimizations. */
| return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| + !m + !n + !o + !p + !q + !pq);
|
| ;
| return 0;
| }
configure:17195: result: no
configure:17197: checking for _Bool
configure:17197: g++ -c -O2 -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:71:13: error: '_Bool' was not declared in this scope
if (sizeof (_Bool))
^~~~~
configure:17197: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libfplll"
| #define PACKAGE_TARNAME "libfplll"
| #define PACKAGE_VERSION "4.0.5"
| #define PACKAGE_STRING "libfplll 4.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libfplll"
| #define VERSION "4.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBGMP 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBMPFR 1
| #define HAVE_LIBMPFR 1
| #define FPLLL_WITH_QD 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_CSTDIO 1
| #define HAVE_IOSTREAM 1
| #define HAVE_STRING 1
| #define HAVE_LIMITS 1
| #define HAVE_VECTOR 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof (_Bool))
| return 0;
| ;
| return 0;
| }
configure:17197: result: no
configure:17214: checking for an ANSI C-conforming const
configure:17280: g++ -c -O2 -Wall conftest.cpp >&5
configure:17280: $? = 0
configure:17287: result: yes
configure:17295: checking for inline
configure:17311: g++ -c -O2 -Wall conftest.cpp >&5
configure:17311: $? = 0
configure:17319: result: inline
configure:17337: checking for size_t
configure:17337: g++ -c -O2 -Wall conftest.cpp >&5
configure:17337: $? = 0
configure:17337: g++ -c -O2 -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:71:20: error: expected primary-expression before ')' token
if (sizeof ((size_t)))
^
configure:17337: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libfplll"
| #define PACKAGE_TARNAME "libfplll"
| #define PACKAGE_VERSION "4.0.5"
| #define PACKAGE_STRING "libfplll 4.0.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libfplll"
| #define VERSION "4.0.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBGMP 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBMPFR 1
| #define HAVE_LIBMPFR 1
| #define FPLLL_WITH_QD 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_CSTDIO 1
| #define HAVE_IOSTREAM 1
| #define HAVE_STRING 1
| #define HAVE_LIMITS 1
| #define HAVE_VECTOR 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:17337: result: yes
configure:17348: checking for working volatile
configure:17367: g++ -c -O2 -Wall conftest.cpp >&5
configure:17367: $? = 0
configure:17374: result: yes
configure:17384: checking for working strtod
configure:17425: g++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:77:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
char *string = " +69";
^~~~~~
conftest.cpp:88:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
char *string = "NaN";
^~~~~
configure:17425: $? = 0
configure:17425: ./conftest
configure:17425: $? = 0
configure:17435: result: yes
configure:17500: checking for floor
configure:17500: g++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
configure:17500: $? = 0
configure:17500: result: yes
configure:17500: checking for pow
configure:17500: g++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
configure:17500: $? = 0
configure:17500: result: yes
configure:17500: checking for rint
configure:17500: g++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
configure:17500: $? = 0
configure:17500: result: yes
configure:17500: checking for sqrt
configure:17500: g++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
configure:17500: $? = 0
configure:17500: result: yes
configure:17500: checking for strtol
configure:17500: g++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
configure:17500: $? = 0
configure:17500: result: yes
configure:17623: checking that generated files are newer than configure
configure:17629: result: done
configure:17660: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libfplll config.status 4.0.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on e48c58f67739
config.status:1169: creating Makefile
config.status:1169: creating src/Makefile
config.status:1169: creating tests/Makefile
config.status:1169: creating fplll.pc
config.status:1169: creating config.h
config.status:1169: creating src/fplll_config.h
config.status:1350: src/fplll_config.h is unchanged
config.status:1398: executing depfiles commands
config.status:1398: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_floor=yes
ac_cv_func_pow=yes
ac_cv_func_rint=yes
ac_cv_func_sqrt=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_header_cstdio=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_iostream=yes
ac_cv_header_limits=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_qd_dd_real_h=yes
ac_cv_header_stdbool_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vector=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_gmp___gmp_get_memory_functions=yes
ac_cv_lib_gmp___gmpz_init=yes
ac_cv_lib_mpfr_mpfr_add=yes
ac_cv_lib_mpfr_mpfr_fms=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=no
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/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=no
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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
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
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing aclocal-1.15'
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/libfplll/src/libfplll-20160331/missing autoconf'
AUTOHEADER='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing autoheader'
AUTOMAKE='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2 -Wall'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
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=' -lqd'
LIBOBJS=''
LIBS='-lmpfr -lmpfr -lgmp -lgmp '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libfplll'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libfplll'
PACKAGE_STRING='libfplll 4.0.5'
PACKAGE_TARNAME='libfplll'
PACKAGE_URL=''
PACKAGE_VERSION='4.0.5'
PATH_SEPARATOR=':'
POW_LIB=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='4.0.5'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/libfplll/src/libfplll-20160331/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}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libfplll"
#define PACKAGE_TARNAME "libfplll"
#define PACKAGE_VERSION "4.0.5"
#define PACKAGE_STRING "libfplll 4.0.5"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libfplll"
#define VERSION "4.0.5"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBGMP 1
#define HAVE_LIBGMP 1
#define HAVE_LIBMPFR 1
#define HAVE_LIBMPFR 1
#define FPLLL_WITH_QD 1
#define STDC_HEADERS 1
#define HAVE_LIMITS_H 1
#define HAVE_CSTDIO 1
#define HAVE_IOSTREAM 1
#define HAVE_STRING 1
#define HAVE_LIMITS 1
#define HAVE_VECTOR 1
#define HAVE_FLOOR 1
#define HAVE_POW 1
#define HAVE_RINT 1
#define HAVE_SQRT 1
#define HAVE_STRTOL 1
configure: exit 0