I am thinking of modifying the makefile in the fplll folder and turning on 
the -fPIC flag during compile. Will that fix this problem?

- Randall

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
Found local metadata for fplll-5.2.1
Using cached file /home/owner/math/sage-8.6/upstream/fplll-5.2.1.tar.gz
fplll-5.2.1
====================================================
Setting up build directory for fplll-5.2.1
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux linux.c-71-63-252-242.hsd1.wa.comcast.net 4.12.14-lp150.12.45-default #1 
SMP Mon Jan 14 20:29:59 UTC 2019 (7a62739) x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go 
--enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver 
--enable-checking=release --disable-werror 
--with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp 
--disable-libvtv --disable-libcc1 --disable-plugin 
--with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' 
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch 
--enable-version-specific-runtime-libs --with-gcc-major-version-only 
--enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function 
--program-suffix=-7 --without-system-libunwind --enable-multilib 
--with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux 
--host=x86_64-suse-linux
Thread model: posix
gcc version 7.3.1 20180323 [gcc-7-branch revision 258812] (SUSE Linux) 
****************************************************
No record that 'fplll' was ever installed; skipping uninstall
Configuring fplll-5.2.1
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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 whether make supports nested variables... (cached) 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 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... ld
checking if the linker (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 ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt 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... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (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 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++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (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... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (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 gcc... (cached) 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 whether g++ supports C++11 features by default... 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 fplll/Makefile
config.status: creating tests/Makefile
config.status: creating fplll.pc
config.status: creating config.h
config.status: creating fplll/fplll_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Building fplll-5.2.1
make[4]: Entering directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
make  all-recursive
make[5]: Entering directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
Making all in fplll
make[6]: Entering directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
make  all-am
make[7]: Entering directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
depbase=`echo fplll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT fplll.lo -MD -MP -MF $depbase.Tpo 
-c -o fplll.lo fplll.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -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.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT fplll.lo -MD -MP -MF 
.deps/fplll.Tpo -c fplll.cpp -o fplll.o >/dev/null 2>&1
depbase=`echo util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT util.lo -MD -MP -MF $depbase.Tpo 
-c -o util.lo util.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -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.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT util.lo -MD -MP -MF 
.deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
depbase=`echo enum/topenum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/topenum.lo -MD -MP -MF 
$depbase.Tpo -c -o enum/topenum.lo enum/topenum.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/topenum.lo -MD -MP -MF 
enum/.deps/topenum.Tpo -c enum/topenum.cpp  -fPIC -DPIC -o enum/.libs/topenum.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/topenum.lo -MD -MP -MF 
enum/.deps/topenum.Tpo -c enum/topenum.cpp -o enum/topenum.o >/dev/null 2>&1
depbase=`echo enum/enumerate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate.lo -MD -MP -MF 
$depbase.Tpo -c -o enum/enumerate.lo enum/enumerate.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate.lo -MD -MP -MF 
enum/.deps/enumerate.Tpo -c enum/enumerate.cpp  -fPIC -DPIC -o 
enum/.libs/enumerate.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate.lo -MD -MP -MF 
enum/.deps/enumerate.Tpo -c enum/enumerate.cpp -o enum/enumerate.o >/dev/null 
2>&1
depbase=`echo enum/enumerate_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_base.lo -MD -MP 
-MF $depbase.Tpo -c -o enum/enumerate_base.lo enum/enumerate_base.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_base.lo -MD -MP 
-MF enum/.deps/enumerate_base.Tpo -c enum/enumerate_base.cpp  -fPIC -DPIC -o 
enum/.libs/enumerate_base.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_base.lo -MD -MP 
-MF enum/.deps/enumerate_base.Tpo -c enum/enumerate_base.cpp -o 
enum/enumerate_base.o >/dev/null 2>&1
depbase=`echo enum/enumerate_ext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_ext.lo -MD -MP -MF 
$depbase.Tpo -c -o enum/enumerate_ext.lo enum/enumerate_ext.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_ext.lo -MD -MP -MF 
enum/.deps/enumerate_ext.Tpo -c enum/enumerate_ext.cpp  -fPIC -DPIC -o 
enum/.libs/enumerate_ext.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_ext.lo -MD -MP -MF 
enum/.deps/enumerate_ext.Tpo -c enum/enumerate_ext.cpp -o enum/enumerate_ext.o 
>/dev/null 2>&1
depbase=`echo enum/evaluator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/evaluator.lo -MD -MP -MF 
$depbase.Tpo -c -o enum/evaluator.lo enum/evaluator.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/evaluator.lo -MD -MP -MF 
enum/.deps/evaluator.Tpo -c enum/evaluator.cpp  -fPIC -DPIC -o 
enum/.libs/evaluator.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/evaluator.lo -MD -MP -MF 
enum/.deps/evaluator.Tpo -c enum/evaluator.cpp -o enum/evaluator.o >/dev/null 
2>&1
depbase=`echo lll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT lll.lo -MD -MP -MF $depbase.Tpo 
-c -o lll.lo lll.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT lll.lo -MD -MP -MF .deps/lll.Tpo 
-c lll.cpp  -fPIC -DPIC -o .libs/lll.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT lll.lo -MD -MP -MF .deps/lll.Tpo 
-c lll.cpp -o lll.o >/dev/null 2>&1
depbase=`echo wrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT wrapper.lo -MD -MP -MF 
$depbase.Tpo -c -o wrapper.lo wrapper.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT wrapper.lo -MD -MP -MF 
.deps/wrapper.Tpo -c wrapper.cpp  -fPIC -DPIC -o .libs/wrapper.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT wrapper.lo -MD -MP -MF 
.deps/wrapper.Tpo -c wrapper.cpp -o wrapper.o >/dev/null 2>&1
depbase=`echo bkz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz.lo -MD -MP -MF $depbase.Tpo 
-c -o bkz.lo bkz.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz.lo -MD -MP -MF .deps/bkz.Tpo 
-c bkz.cpp  -fPIC -DPIC -o .libs/bkz.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz.lo -MD -MP -MF .deps/bkz.Tpo 
-c bkz.cpp -o bkz.o >/dev/null 2>&1
depbase=`echo bkz_param.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz_param.lo -MD -MP -MF 
$depbase.Tpo -c -o bkz_param.lo bkz_param.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz_param.lo -MD -MP -MF 
.deps/bkz_param.Tpo -c bkz_param.cpp  -fPIC -DPIC -o .libs/bkz_param.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz_param.lo -MD -MP -MF 
.deps/bkz_param.Tpo -c bkz_param.cpp -o bkz_param.o >/dev/null 2>&1
depbase=`echo gso_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_interface.lo -MD -MP -MF 
$depbase.Tpo -c -o gso_interface.lo gso_interface.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_interface.lo -MD -MP -MF 
.deps/gso_interface.Tpo -c gso_interface.cpp  -fPIC -DPIC -o 
.libs/gso_interface.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_interface.lo -MD -MP -MF 
.deps/gso_interface.Tpo -c gso_interface.cpp -o gso_interface.o >/dev/null 2>&1
depbase=`echo gso_gram.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_gram.lo -MD -MP -MF 
$depbase.Tpo -c -o gso_gram.lo gso_gram.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_gram.lo -MD -MP -MF 
.deps/gso_gram.Tpo -c gso_gram.cpp  -fPIC -DPIC -o .libs/gso_gram.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_gram.lo -MD -MP -MF 
.deps/gso_gram.Tpo -c gso_gram.cpp -o gso_gram.o >/dev/null 2>&1
depbase=`echo gso.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso.lo -MD -MP -MF $depbase.Tpo 
-c -o gso.lo gso.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso.lo -MD -MP -MF .deps/gso.Tpo 
-c gso.cpp  -fPIC -DPIC -o .libs/gso.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso.lo -MD -MP -MF .deps/gso.Tpo 
-c gso.cpp -o gso.o >/dev/null 2>&1
depbase=`echo pruner.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT pruner.lo -MD -MP -MF 
$depbase.Tpo -c -o pruner.lo pruner.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT pruner.lo -MD -MP -MF 
.deps/pruner.Tpo -c pruner.cpp  -fPIC -DPIC -o .libs/pruner.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT pruner.lo -MD -MP -MF 
.deps/pruner.Tpo -c pruner.cpp -o pruner.o >/dev/null 2>&1
depbase=`echo sieve/sieve_gauss.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss.lo -MD -MP -MF 
$depbase.Tpo -c -o sieve/sieve_gauss.lo sieve/sieve_gauss.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss.lo -MD -MP -MF 
sieve/.deps/sieve_gauss.Tpo -c sieve/sieve_gauss.cpp  -fPIC -DPIC -o 
sieve/.libs/sieve_gauss.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss.lo -MD -MP -MF 
sieve/.deps/sieve_gauss.Tpo -c sieve/sieve_gauss.cpp -o sieve/sieve_gauss.o 
>/dev/null 2>&1
depbase=`echo sieve/sieve_gauss_2sieve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_2sieve.lo -MD 
-MP -MF $depbase.Tpo -c -o sieve/sieve_gauss_2sieve.lo 
sieve/sieve_gauss_2sieve.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_2sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_2sieve.Tpo -c sieve/sieve_gauss_2sieve.cpp  
-fPIC -DPIC -o sieve/.libs/sieve_gauss_2sieve.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_2sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_2sieve.Tpo -c sieve/sieve_gauss_2sieve.cpp -o 
sieve/sieve_gauss_2sieve.o >/dev/null 2>&1
depbase=`echo sieve/sieve_gauss_3sieve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_3sieve.lo -MD 
-MP -MF $depbase.Tpo -c -o sieve/sieve_gauss_3sieve.lo 
sieve/sieve_gauss_3sieve.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_3sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_3sieve.Tpo -c sieve/sieve_gauss_3sieve.cpp  
-fPIC -DPIC -o sieve/.libs/sieve_gauss_3sieve.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_3sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_3sieve.Tpo -c sieve/sieve_gauss_3sieve.cpp -o 
sieve/sieve_gauss_3sieve.o >/dev/null 2>&1
depbase=`echo sieve/sieve_gauss_4sieve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_4sieve.lo -MD 
-MP -MF $depbase.Tpo -c -o sieve/sieve_gauss_4sieve.lo 
sieve/sieve_gauss_4sieve.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_4sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_4sieve.Tpo -c sieve/sieve_gauss_4sieve.cpp  
-fPIC -DPIC -o sieve/.libs/sieve_gauss_4sieve.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_4sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_4sieve.Tpo -c sieve/sieve_gauss_4sieve.cpp -o 
sieve/sieve_gauss_4sieve.o >/dev/null 2>&1
depbase=`echo sieve/sampler_basic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sampler_basic.lo -MD -MP 
-MF $depbase.Tpo -c -o sieve/sampler_basic.lo sieve/sampler_basic.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sampler_basic.lo -MD -MP 
-MF sieve/.deps/sampler_basic.Tpo -c sieve/sampler_basic.cpp  -fPIC -DPIC -o 
sieve/.libs/sampler_basic.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sampler_basic.lo -MD -MP 
-MF sieve/.deps/sampler_basic.Tpo -c sieve/sampler_basic.cpp -o 
sieve/sampler_basic.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=link g++  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -no-undefined -version-info 5:0:0 
-L/home/owner/math/sage-8.6/local/lib 
-Wl,-rpath,/home/owner/math/sage-8.6/local/lib  -L/lib -o libfplll.la -rpath 
/home/owner/math/sage-8.6/local/lib fplll.lo util.lo enum/topenum.lo 
enum/enumerate.lo enum/enumerate_base.lo enum/enumerate_ext.lo 
enum/evaluator.lo lll.lo wrapper.lo bkz.lo bkz_param.lo gso_interface.lo 
gso_gram.lo gso.lo pruner.lo sieve/sieve_gauss.lo sieve/sieve_gauss_2sieve.lo 
sieve/sieve_gauss_3sieve.lo sieve/sieve_gauss_4sieve.lo sieve/sampler_basic.lo  
-lmpfr -lqd -lmpfr -lmpfr -lgmp -lgmp 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/crti.o 
/usr/lib64/gcc/x86_64-suse-linux/7/crtbeginS.o  .libs/fplll.o .libs/util.o 
enum/.libs/topenum.o enum/.libs/enumerate.o enum/.libs/enumerate_base.o 
enum/.libs/enumerate_ext.o enum/.libs/evaluator.o .libs/lll.o .libs/wrapper.o 
.libs/bkz.o .libs/bkz_param.o .libs/gso_interface.o .libs/gso_gram.o 
.libs/gso.o .libs/pruner.o sieve/.libs/sieve_gauss.o 
sieve/.libs/sieve_gauss_2sieve.o sieve/.libs/sieve_gauss_3sieve.o 
sieve/.libs/sieve_gauss_4sieve.o sieve/.libs/sampler_basic.o   
-L/home/owner/math/sage-8.6/local/lib -L/lib -lqd -lmpfr -lgmp 
-L/home/owner/math/sage-8.6/local/lib/../lib64 
-L/usr/lib64/gcc/x86_64-suse-linux/7 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/lib 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib64/gcc/x86_64-suse-linux/7/crtendS.o 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/crtn.o  -O3 -Wl,-rpath 
-Wl,/home/owner/math/sage-8.6/local/lib   -Wl,-soname -Wl,libfplll.so.5 -o 
.libs/libfplll.so.5.0.0
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(dd_real.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(dd_const.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(qd_real.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(qd_const.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(util.o): relocation R_X86_64_32S against symbol 
`_ZNSs4_Rep20_S_empty_rep_storageE@@GLIBCXX_3.4' can not be used when making a 
shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(bits.o): relocation R_X86_64_32 against 
`.rodata.str1.1' can not be used when making a shared object; recompile with 
-fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: final 
link failed: nonrepresentable section on output
collect2: error: ld returned 1 exit status
make[7]: *** [Makefile:648: libfplll.la] Error 1
make[7]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
make[6]: *** [Makefile:537: all] Error 2
make[6]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
make[5]: *** [Makefile:477: all-recursive] Error 1
make[5]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
make[4]: *** [Makefile:364: all] Error 2
make[4]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
********************************************************************************
Error building fplll-5.2.1
********************************************************************************

real    11m0.575s
user    8m8.783s
sys     0m13.677s
************************************************************************
Error installing package fplll-5.2.1
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
  /home/owner/math/sage-8.6/logs/pkgs/fplll-5.2.1.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1 and type 'make' 
or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
  (cd '/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1' && 
'/home/owner/math/sage-8.6/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for fplll-5.2.1
Using cached file /home/owner/math/sage-8.6/upstream/fplll-5.2.1.tar.gz
fplll-5.2.1
====================================================
Moving old directory fplll-5.2.1 to 
/home/owner/math/sage-8.6/local/var/tmp/sage/build/old...
Setting up build directory for fplll-5.2.1
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux linux.c-71-63-252-242.hsd1.wa.comcast.net 4.12.14-lp150.12.45-default #1 
SMP Mon Jan 14 20:29:59 UTC 2019 (7a62739) x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go 
--enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver 
--enable-checking=release --disable-werror 
--with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp 
--disable-libvtv --disable-libcc1 --disable-plugin 
--with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' 
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch 
--enable-version-specific-runtime-libs --with-gcc-major-version-only 
--enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function 
--program-suffix=-7 --without-system-libunwind --enable-multilib 
--with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux 
--host=x86_64-suse-linux
Thread model: posix
gcc version 7.3.1 20180323 [gcc-7-branch revision 258812] (SUSE Linux) 
****************************************************
No record that 'fplll' was ever installed; skipping uninstall
Configuring fplll-5.2.1
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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 whether make supports nested variables... (cached) 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 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... ld
checking if the linker (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 ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt 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... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (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 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++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (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... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (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 gcc... (cached) 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 whether g++ supports C++11 features by default... 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 fplll/Makefile
config.status: creating tests/Makefile
config.status: creating fplll.pc
config.status: creating config.h
config.status: creating fplll/fplll_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Building fplll-5.2.1
make[4]: Entering directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
make  all-recursive
make[5]: Entering directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
Making all in fplll
make[6]: Entering directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
make  all-am
make[7]: Entering directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
depbase=`echo fplll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT fplll.lo -MD -MP -MF $depbase.Tpo 
-c -o fplll.lo fplll.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -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.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT fplll.lo -MD -MP -MF 
.deps/fplll.Tpo -c fplll.cpp -o fplll.o >/dev/null 2>&1
depbase=`echo util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT util.lo -MD -MP -MF $depbase.Tpo 
-c -o util.lo util.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -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.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT util.lo -MD -MP -MF 
.deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
depbase=`echo enum/topenum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/topenum.lo -MD -MP -MF 
$depbase.Tpo -c -o enum/topenum.lo enum/topenum.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/topenum.lo -MD -MP -MF 
enum/.deps/topenum.Tpo -c enum/topenum.cpp  -fPIC -DPIC -o enum/.libs/topenum.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/topenum.lo -MD -MP -MF 
enum/.deps/topenum.Tpo -c enum/topenum.cpp -o enum/topenum.o >/dev/null 2>&1
depbase=`echo enum/enumerate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate.lo -MD -MP -MF 
$depbase.Tpo -c -o enum/enumerate.lo enum/enumerate.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate.lo -MD -MP -MF 
enum/.deps/enumerate.Tpo -c enum/enumerate.cpp  -fPIC -DPIC -o 
enum/.libs/enumerate.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate.lo -MD -MP -MF 
enum/.deps/enumerate.Tpo -c enum/enumerate.cpp -o enum/enumerate.o >/dev/null 
2>&1
depbase=`echo enum/enumerate_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_base.lo -MD -MP 
-MF $depbase.Tpo -c -o enum/enumerate_base.lo enum/enumerate_base.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_base.lo -MD -MP 
-MF enum/.deps/enumerate_base.Tpo -c enum/enumerate_base.cpp  -fPIC -DPIC -o 
enum/.libs/enumerate_base.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_base.lo -MD -MP 
-MF enum/.deps/enumerate_base.Tpo -c enum/enumerate_base.cpp -o 
enum/enumerate_base.o >/dev/null 2>&1
depbase=`echo enum/enumerate_ext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_ext.lo -MD -MP -MF 
$depbase.Tpo -c -o enum/enumerate_ext.lo enum/enumerate_ext.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_ext.lo -MD -MP -MF 
enum/.deps/enumerate_ext.Tpo -c enum/enumerate_ext.cpp  -fPIC -DPIC -o 
enum/.libs/enumerate_ext.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/enumerate_ext.lo -MD -MP -MF 
enum/.deps/enumerate_ext.Tpo -c enum/enumerate_ext.cpp -o enum/enumerate_ext.o 
>/dev/null 2>&1
depbase=`echo enum/evaluator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/evaluator.lo -MD -MP -MF 
$depbase.Tpo -c -o enum/evaluator.lo enum/evaluator.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/evaluator.lo -MD -MP -MF 
enum/.deps/evaluator.Tpo -c enum/evaluator.cpp  -fPIC -DPIC -o 
enum/.libs/evaluator.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT enum/evaluator.lo -MD -MP -MF 
enum/.deps/evaluator.Tpo -c enum/evaluator.cpp -o enum/evaluator.o >/dev/null 
2>&1
depbase=`echo lll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT lll.lo -MD -MP -MF $depbase.Tpo 
-c -o lll.lo lll.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT lll.lo -MD -MP -MF .deps/lll.Tpo 
-c lll.cpp  -fPIC -DPIC -o .libs/lll.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT lll.lo -MD -MP -MF .deps/lll.Tpo 
-c lll.cpp -o lll.o >/dev/null 2>&1
depbase=`echo wrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT wrapper.lo -MD -MP -MF 
$depbase.Tpo -c -o wrapper.lo wrapper.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT wrapper.lo -MD -MP -MF 
.deps/wrapper.Tpo -c wrapper.cpp  -fPIC -DPIC -o .libs/wrapper.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT wrapper.lo -MD -MP -MF 
.deps/wrapper.Tpo -c wrapper.cpp -o wrapper.o >/dev/null 2>&1
depbase=`echo bkz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz.lo -MD -MP -MF $depbase.Tpo 
-c -o bkz.lo bkz.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz.lo -MD -MP -MF .deps/bkz.Tpo 
-c bkz.cpp  -fPIC -DPIC -o .libs/bkz.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz.lo -MD -MP -MF .deps/bkz.Tpo 
-c bkz.cpp -o bkz.o >/dev/null 2>&1
depbase=`echo bkz_param.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz_param.lo -MD -MP -MF 
$depbase.Tpo -c -o bkz_param.lo bkz_param.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz_param.lo -MD -MP -MF 
.deps/bkz_param.Tpo -c bkz_param.cpp  -fPIC -DPIC -o .libs/bkz_param.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT bkz_param.lo -MD -MP -MF 
.deps/bkz_param.Tpo -c bkz_param.cpp -o bkz_param.o >/dev/null 2>&1
depbase=`echo gso_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_interface.lo -MD -MP -MF 
$depbase.Tpo -c -o gso_interface.lo gso_interface.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_interface.lo -MD -MP -MF 
.deps/gso_interface.Tpo -c gso_interface.cpp  -fPIC -DPIC -o 
.libs/gso_interface.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_interface.lo -MD -MP -MF 
.deps/gso_interface.Tpo -c gso_interface.cpp -o gso_interface.o >/dev/null 2>&1
depbase=`echo gso_gram.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_gram.lo -MD -MP -MF 
$depbase.Tpo -c -o gso_gram.lo gso_gram.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_gram.lo -MD -MP -MF 
.deps/gso_gram.Tpo -c gso_gram.cpp  -fPIC -DPIC -o .libs/gso_gram.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso_gram.lo -MD -MP -MF 
.deps/gso_gram.Tpo -c gso_gram.cpp -o gso_gram.o >/dev/null 2>&1
depbase=`echo gso.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso.lo -MD -MP -MF $depbase.Tpo 
-c -o gso.lo gso.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso.lo -MD -MP -MF .deps/gso.Tpo 
-c gso.cpp  -fPIC -DPIC -o .libs/gso.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT gso.lo -MD -MP -MF .deps/gso.Tpo 
-c gso.cpp -o gso.o >/dev/null 2>&1
depbase=`echo pruner.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT pruner.lo -MD -MP -MF 
$depbase.Tpo -c -o pruner.lo pruner.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT pruner.lo -MD -MP -MF 
.deps/pruner.Tpo -c pruner.cpp  -fPIC -DPIC -o .libs/pruner.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT pruner.lo -MD -MP -MF 
.deps/pruner.Tpo -c pruner.cpp -o pruner.o >/dev/null 2>&1
depbase=`echo sieve/sieve_gauss.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss.lo -MD -MP -MF 
$depbase.Tpo -c -o sieve/sieve_gauss.lo sieve/sieve_gauss.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss.lo -MD -MP -MF 
sieve/.deps/sieve_gauss.Tpo -c sieve/sieve_gauss.cpp  -fPIC -DPIC -o 
sieve/.libs/sieve_gauss.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss.lo -MD -MP -MF 
sieve/.deps/sieve_gauss.Tpo -c sieve/sieve_gauss.cpp -o sieve/sieve_gauss.o 
>/dev/null 2>&1
depbase=`echo sieve/sieve_gauss_2sieve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_2sieve.lo -MD 
-MP -MF $depbase.Tpo -c -o sieve/sieve_gauss_2sieve.lo 
sieve/sieve_gauss_2sieve.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_2sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_2sieve.Tpo -c sieve/sieve_gauss_2sieve.cpp  
-fPIC -DPIC -o sieve/.libs/sieve_gauss_2sieve.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_2sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_2sieve.Tpo -c sieve/sieve_gauss_2sieve.cpp -o 
sieve/sieve_gauss_2sieve.o >/dev/null 2>&1
depbase=`echo sieve/sieve_gauss_3sieve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_3sieve.lo -MD 
-MP -MF $depbase.Tpo -c -o sieve/sieve_gauss_3sieve.lo 
sieve/sieve_gauss_3sieve.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_3sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_3sieve.Tpo -c sieve/sieve_gauss_3sieve.cpp  
-fPIC -DPIC -o sieve/.libs/sieve_gauss_3sieve.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_3sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_3sieve.Tpo -c sieve/sieve_gauss_3sieve.cpp -o 
sieve/sieve_gauss_3sieve.o >/dev/null 2>&1
depbase=`echo sieve/sieve_gauss_4sieve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_4sieve.lo -MD 
-MP -MF $depbase.Tpo -c -o sieve/sieve_gauss_4sieve.lo 
sieve/sieve_gauss_4sieve.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_4sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_4sieve.Tpo -c sieve/sieve_gauss_4sieve.cpp  
-fPIC -DPIC -o sieve/.libs/sieve_gauss_4sieve.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sieve_gauss_4sieve.lo -MD 
-MP -MF sieve/.deps/sieve_gauss_4sieve.Tpo -c sieve/sieve_gauss_4sieve.cpp -o 
sieve/sieve_gauss_4sieve.o >/dev/null 2>&1
depbase=`echo sieve/sampler_basic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sampler_basic.lo -MD -MP 
-MF $depbase.Tpo -c -o sieve/sampler_basic.lo sieve/sampler_basic.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sampler_basic.lo -MD -MP 
-MF sieve/.deps/sampler_basic.Tpo -c sieve/sampler_basic.cpp  -fPIC -DPIC -o 
sieve/.libs/sampler_basic.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. 
-DFPLLL_DEFAULT_STRATEGY_PATH=\"/home/owner/math/sage-8.6/local/share/fplll/strategies\"
 
-DFPLLL_DEFAULT_STRATEGY=\"/home/owner/math/sage-8.6/local/share/fplll/strategies/default.json\"
 -I./.. -I/home/owner/math/sage-8.6/local/include/ -I/include -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -MT sieve/sampler_basic.lo -MD -MP 
-MF sieve/.deps/sampler_basic.Tpo -c sieve/sampler_basic.cpp -o 
sieve/sampler_basic.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=link g++  -fPIC 
-I/home/owner/math/sage-8.6/local/include/ 
-L/home/owner/math/sage-8.6/local/lib -O3 -no-undefined -version-info 5:0:0 
-L/home/owner/math/sage-8.6/local/lib 
-Wl,-rpath,/home/owner/math/sage-8.6/local/lib  -L/lib -o libfplll.la -rpath 
/home/owner/math/sage-8.6/local/lib fplll.lo util.lo enum/topenum.lo 
enum/enumerate.lo enum/enumerate_base.lo enum/enumerate_ext.lo 
enum/evaluator.lo lll.lo wrapper.lo bkz.lo bkz_param.lo gso_interface.lo 
gso_gram.lo gso.lo pruner.lo sieve/sieve_gauss.lo sieve/sieve_gauss_2sieve.lo 
sieve/sieve_gauss_3sieve.lo sieve/sieve_gauss_4sieve.lo sieve/sampler_basic.lo  
-lmpfr -lqd -lmpfr -lmpfr -lgmp -lgmp 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/crti.o 
/usr/lib64/gcc/x86_64-suse-linux/7/crtbeginS.o  .libs/fplll.o .libs/util.o 
enum/.libs/topenum.o enum/.libs/enumerate.o enum/.libs/enumerate_base.o 
enum/.libs/enumerate_ext.o enum/.libs/evaluator.o .libs/lll.o .libs/wrapper.o 
.libs/bkz.o .libs/bkz_param.o .libs/gso_interface.o .libs/gso_gram.o 
.libs/gso.o .libs/pruner.o sieve/.libs/sieve_gauss.o 
sieve/.libs/sieve_gauss_2sieve.o sieve/.libs/sieve_gauss_3sieve.o 
sieve/.libs/sieve_gauss_4sieve.o sieve/.libs/sampler_basic.o   
-L/home/owner/math/sage-8.6/local/lib -L/lib -lqd -lmpfr -lgmp 
-L/home/owner/math/sage-8.6/local/lib/../lib64 
-L/usr/lib64/gcc/x86_64-suse-linux/7 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/lib 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib64/gcc/x86_64-suse-linux/7/crtendS.o 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/crtn.o  -O3 -Wl,-rpath 
-Wl,/home/owner/math/sage-8.6/local/lib   -Wl,-soname -Wl,libfplll.so.5 -o 
.libs/libfplll.so.5.0.0
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(dd_real.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(dd_const.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(qd_real.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(qd_const.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(util.o): relocation R_X86_64_32S against symbol 
`_ZNSs4_Rep20_S_empty_rep_storageE@@GLIBCXX_3.4' can not be used when making a 
shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(bits.o): relocation R_X86_64_32 against 
`.rodata.str1.1' can not be used when making a shared object; recompile with 
-fPIC
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: final 
link failed: nonrepresentable section on output
collect2: error: ld returned 1 exit status
make[7]: *** [Makefile:648: libfplll.la] Error 1
make[7]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
make[6]: *** [Makefile:537: all] Error 2
make[6]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
make[5]: *** [Makefile:477: all-recursive] Error 1
make[5]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
make[4]: *** [Makefile:364: all] Error 2
make[4]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
********************************************************************************
Error building fplll-5.2.1
********************************************************************************

real    9m54.206s
user    7m15.085s
sys     0m12.500s
************************************************************************
Error installing package fplll-5.2.1
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
  /home/owner/math/sage-8.6/logs/pkgs/fplll-5.2.1.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1 and type 'make' 
or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
  (cd '/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1' && 
'/home/owner/math/sage-8.6/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
THis is the following I saw on the screen while compiling
[fplll-5.2.1] libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/crti.o 
/usr/lib64/gcc/x86_64-suse-linux/7/crtbeginS.o  .libs/fplll.o .libs/util.o 
enum/.libs/topenum.o enum/.libs/enumerate.o enum/.libs/enumerate_base.o 
enum/.libs/enumerate_ext.o enum/.libs/evaluator.o .libs/lll.o .libs/wrapper.o 
.libs/bkz.o .libs/bkz_param.o .libs/gso_interface.o .libs/gso_gram.o 
.libs/gso.o .libs/pruner.o sieve/.libs/sieve_gauss.o 
sieve/.libs/sieve_gauss_2sieve.o sieve/.libs/sieve_gauss_3sieve.o 
sieve/.libs/sieve_gauss_4sieve.o sieve/.libs/sampler_basic.o   
-L/home/owner/math/sage-8.6/local/lib -L/lib -lqd -lmpfr -lgmp 
-L/home/owner/math/sage-8.6/local/lib/../lib64 
-L/usr/lib64/gcc/x86_64-suse-linux/7 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/lib 
-L/usr/lib64/gcc/x86_64-suse-linux/7/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib64/gcc/x86_64-suse-linux/7/crtendS.o 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/crtn.o  -O3 -Wl,-rpath 
-Wl,/home/owner/math/sage-8.6/local/lib   -Wl,-soname -Wl,libfplll.so.5 -o 
.libs/libfplll.so.5.0.0
[fplll-5.2.1] 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1
[fplll-5.2.1] 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(dd_real.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
[fplll-5.2.1] 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(dd_const.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
[fplll-5.2.1] 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(qd_real.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
[fplll-5.2.1] 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(qd_const.o): relocation R_X86_64_32 against `.bss' can 
not be used when making a shared object; recompile with -fPIC
[fplll-5.2.1] 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(util.o): relocation R_X86_64_32S against symbol 
`_ZNSs4_Rep20_S_empty_rep_storageE@@GLIBCXX_3.4' can not be used when making a 
shared object; recompile with -fPIC
[fplll-5.2.1] 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: 
/usr/local/lib64/libqd.a(bits.o): relocation R_X86_64_32 against 
`.rodata.str1.1' can not be used when making a shared object; recompile with 
-fPIC
[fplll-5.2.1] 
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: final 
link failed: nonrepresentable section on output
[fplll-5.2.1] collect2: error: ld returned 1 exit status
[fplll-5.2.1] make[7]: *** [Makefile:648: libfplll.la] Error 1
[fplll-5.2.1] make[7]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
[fplll-5.2.1] make[6]: *** [Makefile:537: all] Error 2
[fplll-5.2.1] make[6]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src/fplll'
[fplll-5.2.1] make[5]: *** [Makefile:477: all-recursive] Error 1
[fplll-5.2.1] make[5]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
[fplll-5.2.1] make[4]: *** [Makefile:364: all] Error 2
[fplll-5.2.1] make[4]: Leaving directory 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1/src'
[fplll-5.2.1] 
********************************************************************************
[fplll-5.2.1] Error building fplll-5.2.1
[fplll-5.2.1] 
********************************************************************************
[fplll-5.2.1] 
[fplll-5.2.1] real      9m54.206s
[fplll-5.2.1] user      7m15.085s
[fplll-5.2.1] sys       0m12.500s
[fplll-5.2.1] 
************************************************************************
[fplll-5.2.1] Error installing package fplll-5.2.1
[fplll-5.2.1] 
************************************************************************
[fplll-5.2.1] Please email sage-devel 
(http://groups.google.com/group/sage-devel)
[fplll-5.2.1] explaining the problem and including the log file
[fplll-5.2.1]   /home/owner/math/sage-8.6/logs/pkgs/fplll-5.2.1.log
[fplll-5.2.1] Describe your computer, operating system, etc.
[fplll-5.2.1] If you want to try to fix the problem yourself, *don't* just cd to
[fplll-5.2.1] /home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1 
and type 'make' or whatever is appropriate.
[fplll-5.2.1] Instead, the following commands setup all environment variables
[fplll-5.2.1] correctly and load a subshell for you to debug the error:
[fplll-5.2.1]   (cd 
'/home/owner/math/sage-8.6/local/var/tmp/sage/build/fplll-5.2.1' && 
'/home/owner/math/sage-8.6/sage' --sh)
[fplll-5.2.1] When you are done debugging, you can type "exit" to leave the 
subshell.
[fplll-5.2.1] 
************************************************************************
make[3]: *** [Makefile:2124: 
/home/owner/math/sage-8.6/local/var/lib/sage/installed/fplll-5.2.1] Error 1
make[3]: Leaving directory '/home/owner/math/sage-8.6/build/make'
make[2]: *** [Makefile:1801: all-start] Error 2
make[2]: Leaving directory '/home/owner/math/sage-8.6/build/make'
-----------------
I know what the problem is, the -fPIC and -dPIC settings NEED to be set in the 
fplll makefile.

The computer is an openSuse Leap-15.0 version 64-bit OS all with latest gcc 
compiler.




Reply via email to