Skip to content

Instantly share code, notes, and snippets.

@kalmarek
Created January 16, 2020 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalmarek/5e91df6f820417e506c2a6e8b9ce8650 to your computer and use it in GitHub Desktop.
Save kalmarek/5e91df6f820417e506c2a6e8b9ce8650 to your computer and use it in GitHub Desktop.
GAP.jl build.log
Already on 'stable-4.11'
Your branch is up to date with 'origin/stable-4.11'.
From https://github.com/gap-system/gap
* branch stable-4.11 -> FETCH_HEAD
Already up to date.
+ autoconf -Wall -f
+ autoheader -Wall -f
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-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 for gcc option to accept ISO C99... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking ABI flags...
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 size of void *... 8
checking ABI bit size... 64
checking for a BSD-compatible install... /bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc ... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++ ... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether byte ordering is bigendian... no
checking for __attribute__((always_inline))... yes
checking for __attribute__((format))... yes
checking for __attribute__((noinline))... yes
checking for __attribute__((noreturn))... yes
checking for __builtin_mul_overflow... no
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_popcountl... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking whether to enable HPC-GAP... no
checking which garbage collector to use... julia
checking whether to enable debug mode... no
checking whether to enable memory checking... no
checking whether to enable valgrind extensions to GASMAN... no
checking whether to treat C compiler warnings as errors... no
checking whether C compiler accepts -Werror=unknown-warning-option... no
checking whether C compiler accepts -Wno-suggest-attribute=format... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Warray-bounds... yes
checking whether C compiler accepts -Wno-cast-function-type... yes
checking whether C compiler accepts -Wdouble-promotion... yes
checking whether C compiler accepts -Wduplicated-branches... yes
checking whether C compiler accepts -Wduplicated-cond... yes
checking whether C compiler accepts -Wformat-nonliteral... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wno-inline... yes
checking whether C compiler accepts -Wlogical-op... yes
checking whether C compiler accepts -Wmissing-field-initializers... yes
checking whether C compiler accepts -Wmissing-format-attribute... yes
checking whether C compiler accepts -Wmissing-include-dirs... yes
checking whether C compiler accepts -Wmissing-variable-declarations... no
checking whether C compiler accepts -Wno-pragmas... yes
checking whether C compiler accepts -Wpacked... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wredundant-decls... yes
checking whether C compiler accepts -Wredundant-decls... (cached) yes
checking whether C compiler accepts -Wrestrict... yes
checking whether C compiler accepts -Wreturn-type... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Wno-sign-compare... yes
checking whether C compiler accepts -Wstrict-aliasing... yes
checking whether C compiler accepts -Wundef... yes
checking whether C compiler accepts -Wunused-but-set-variable... yes
checking whether C compiler accepts -Wno-unused-parameter... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wno-implicit-fallthrough... yes
checking whether C compiler accepts -Wimplicit-function-declaration... yes
checking whether C compiler accepts -Wjump-misses-init... yes
checking whether C compiler accepts -Wnested-externs... yes
checking whether C compiler accepts -Wold-style-definition... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether C++ compiler accepts -Wextra-semi... yes
checking whether C compiler accepts -Wno-error=cast-function-type... yes
checking whether C compiler accepts -Wno-error=inline... yes
checking whether C compiler accepts -Wno-error=pragmas... yes
checking whether C compiler accepts -Wno-error=sign-compare... yes
checking whether C compiler accepts -Wno-error=unused-parameter... yes
checking whether C compiler accepts -Wno-error=implicit-fallthrough... yes
checking whether to try and use __builtin_popcountl... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflateEnd in -lz... yes
checking for library containing rl_bind_keyseq... -lreadline
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for julia... /opt/julia-1.3.0/bin/julia
checking for JULIA_CPPFLAGS... -I/opt/julia-1.3.0/include/julia -fPIC
checking for JULIA_LDFLAGS... -L/opt/julia-1.3.0/lib -Wl,--export-dynamic
checking for JULIA_LIBS... -Wl,-rpath,/opt/julia-1.3.0/lib -Wl,-rpath,/opt/julia-1.3.0/lib/julia -ljulia
configure: installing GAPTypes.jl
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
[?25l[?25h Resolving package versions...
Updating `/tmp/jl_q6zYYD/Project.toml`
[no changes]
Updating `/tmp/jl_q6zYYD/Manifest.toml`
[2a0f44e3] ~ Base64 [`@stdlib/Base64`] ⇒
[ade2ca70] ~ Dates [`@stdlib/Dates`] ⇒
[b77e0a4c] ~ InteractiveUtils [`@stdlib/InteractiveUtils`] ⇒
[76f85450] ~ LibGit2 [`@stdlib/LibGit2`] ⇒
[56ddb016] ~ Logging [`@stdlib/Logging`] ⇒
[d6f4376e] ~ Markdown [`@stdlib/Markdown`] ⇒
[de0858da] ~ Printf [`@stdlib/Printf`] ⇒
[9a3f8284] ~ Random [`@stdlib/Random`] ⇒
[ea8e919c] ~ SHA [`@stdlib/SHA`] ⇒
[9e88b42a] ~ Serialization [`@stdlib/Serialization`] ⇒
[6462fe0b] ~ Sockets [`@stdlib/Sockets`] ⇒
[cf7118a7] ~ UUIDs [`@stdlib/UUIDs`] ⇒
[4ec0a83e] ~ Unicode [`@stdlib/Unicode`] ⇒
checking whether to enable compatibility mode for packages... yes
configure: in-tree build
checking unaligned access... 2
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for library containing openpty... -lutil
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for select... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for popen... yes
checking for posix_spawn... yes
checking for sig_atomic_t... yes
checking for signal... yes
checking for sigaction... yes
checking for setpgid... yes
checking for library containing dlopen... -ldl
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for clock_gettime... yes
checking for clock_getres... yes
checking for setitimer... yes
checking for vm_allocate... no
checking for sbrk... yes
checking for madvise... yes
checking for sysconf... yes
checking for strlcpy... no
checking for strlcmp... no
checking for strlcat... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for library containing cos... -lm
checking for log2... yes
checking for log10... yes
checking for log1p... yes
checking for exp2... yes
checking for expm1... yes
checking for exp10... yes
checking for trunc... yes
checking for sigsetjmp... yes
checking for _setjmp... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking size parameter type for backtrace()... int
checking for library containing backtrace... none required
configure: creating ./config.status
config.status: creating bin/gap.sh
config.status: creating GNUmakefile
config.status: creating doc/make_doc
config.status: creating gac
config.status: creating gen/config.h
config.status: gen/config.h is unchanged
config.status: executing gen/stamp-h commands
config.status: executing libtool commands
C src/ariths.c => obj/src/ariths.lo
C src/bags.c => obj/src/bags.lo
C src/blister.c => obj/src/blister.lo
C src/bool.c => obj/src/bool.lo
C src/c_oper1.c => obj/src/c_oper1.lo
C src/c_type1.c => obj/src/c_type1.lo
C src/calls.c => obj/src/calls.lo
C src/code.c => obj/src/code.lo
CXX src/collectors.cc => obj/src/collectors.lo
C src/compiler.c => obj/src/compiler.lo
C src/compstat.c => obj/src/compstat.lo
C src/costab.c => obj/src/costab.lo
C src/cyclotom.c => obj/src/cyclotom.lo
C src/debug.c => obj/src/debug.lo
C src/dt.c => obj/src/dt.lo
C src/dteval.c => obj/src/dteval.lo
C src/error.c => obj/src/error.lo
C src/exprs.c => obj/src/exprs.lo
C src/ffdata.c => obj/src/ffdata.lo
C src/finfield.c => obj/src/finfield.lo
C src/funcs.c => obj/src/funcs.lo
C src/gap.c => obj/src/gap.lo
C gen/gap_version.c => obj/gen/gap_version.lo
C src/gvars.c => obj/src/gvars.lo
C src/hookintrprtr.c => obj/src/hookintrprtr.lo
C src/info.c => obj/src/info.lo
C src/integer.c => obj/src/integer.lo
C src/intfuncs.c => obj/src/intfuncs.lo
C src/intrprtr.c => obj/src/intrprtr.lo
C src/io.c => obj/src/io.lo
C src/iostream.c => obj/src/iostream.lo
C src/libgap-api.c => obj/src/libgap-api.lo
C src/listfunc.c => obj/src/listfunc.lo
C src/listoper.c => obj/src/listoper.lo
C src/lists.c => obj/src/lists.lo
C src/macfloat.c => obj/src/macfloat.lo
C src/modules.c => obj/src/modules.lo
C src/modules_builtin.c => obj/src/modules_builtin.lo
C src/objcftl.c => obj/src/objcftl.lo
C src/objects.c => obj/src/objects.lo
CXX src/objfgelm.cc => obj/src/objfgelm.lo
CXX src/objpcgel.cc => obj/src/objpcgel.lo
C src/objset.c => obj/src/objset.lo
C src/opers.c => obj/src/opers.lo
CXX src/permutat.cc => obj/src/permutat.lo
C src/plist.c => obj/src/plist.lo
CXX src/pperm.cc => obj/src/pperm.lo
C src/precord.c => obj/src/precord.lo
C src/profile.c => obj/src/profile.lo
C src/range.c => obj/src/range.lo
C src/rational.c => obj/src/rational.lo
C src/read.c => obj/src/read.lo
C src/records.c => obj/src/records.lo
C src/saveload.c => obj/src/saveload.lo
C src/scanner.c => obj/src/scanner.lo
C src/sctable.c => obj/src/sctable.lo
C src/set.c => obj/src/set.lo
C src/stats.c => obj/src/stats.lo
C src/streams.c => obj/src/streams.lo
C src/stringobj.c => obj/src/stringobj.lo
C src/syntaxtree.c => obj/src/syntaxtree.lo
C src/sysfiles.c => obj/src/sysfiles.lo
C src/sysmem.c => obj/src/sysmem.lo
C src/system.c => obj/src/system.lo
C src/tietze.c => obj/src/tietze.lo
CXX src/trans.cc => obj/src/trans.lo
C src/vars.c => obj/src/vars.lo
C src/vec8bit.c => obj/src/vec8bit.lo
C src/vecffe.c => obj/src/vecffe.lo
C src/vecgf2.c => obj/src/vecgf2.lo
C src/vector.c => obj/src/vector.lo
C src/weakptr.c => obj/src/weakptr.lo
C src/julia_gc.c => obj/src/julia_gc.lo
LINK gap
LINK libgap.la
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
[?25l[?25h Resolving package versions...
Updating `~/.julia/environments/v1.3/Project.toml`
[no changes]
Updating `~/.julia/environments/v1.3/Manifest.toml`
[no changes]
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 383M 0 52997 0 0 60498 0 1:50:39 --:--:-- 1:50:39 60429
1 383M 1 4259k 0 0 2897k 0 0:02:15 0:00:01 0:02:14 2895k
3 383M 3 13.2M 0 0 5468k 0 0:01:11 0:00:02 0:01:09 5466k
5 383M 5 22.6M 0 0 6663k 0 0:00:58 0:00:03 0:00:55 6661k
8 383M 8 32.0M 0 0 7354k 0 0:00:53 0:00:04 0:00:49 7352k
9 383M 9 36.8M 0 0 6903k 0 0:00:56 0:00:05 0:00:51 8209k
11 383M 11 43.7M 0 0 6893k 0 0:00:56 0:00:06 0:00:50 8062k
13 383M 13 50.7M 0 0 6952k 0 0:00:56 0:00:07 0:00:49 7686k
15 383M 15 57.8M 0 0 7000k 0 0:00:56 0:00:08 0:00:48 7235k
16 383M 16 64.4M 0 0 6955k 0 0:00:56 0:00:09 0:00:47 6600k
19 383M 19 74.0M 0 0 7247k 0 0:00:54 0:00:10 0:00:44 7624k
21 383M 21 81.6M 0 0 7288k 0 0:00:53 0:00:11 0:00:42 7803k
23 383M 23 90.2M 0 0 7411k 0 0:00:52 0:00:12 0:00:40 8097k
25 383M 25 97.9M 0 0 7440k 0 0:00:52 0:00:13 0:00:39 8183k
27 383M 27 104M 0 0 7369k 0 0:00:53 0:00:14 0:00:39 8159k
28 383M 28 110M 0 0 7326k 0 0:00:53 0:00:15 0:00:38 7491k
30 383M 30 117M 0 0 7303k 0 0:00:53 0:00:16 0:00:37 7338k
32 383M 32 123M 0 0 7266k 0 0:00:53 0:00:17 0:00:36 6903k
33 383M 33 129M 0 0 7196k 0 0:00:54 0:00:18 0:00:36 6535k
35 383M 35 135M 0 0 7093k 0 0:00:55 0:00:19 0:00:36 6302k
36 383M 36 140M 0 0 7028k 0 0:00:55 0:00:20 0:00:35 6105k
38 383M 38 145M 0 0 6951k 0 0:00:56 0:00:21 0:00:35 5794k
39 383M 39 151M 0 0 6891k 0 0:00:56 0:00:22 0:00:34 5580k
40 383M 40 157M 0 0 6847k 0 0:00:57 0:00:23 0:00:34 5564k
42 383M 42 162M 0 0 6816k 0 0:00:57 0:00:24 0:00:33 5726k
43 383M 43 168M 0 0 6771k 0 0:00:57 0:00:25 0:00:32 5722k
45 383M 45 175M 0 0 6796k 0 0:00:57 0:00:26 0:00:31 6130k
47 383M 47 181M 0 0 6750k 0 0:00:58 0:00:27 0:00:31 6118k
48 383M 48 186M 0 0 6715k 0 0:00:58 0:00:28 0:00:30 6092k
50 383M 50 192M 0 0 6706k 0 0:00:58 0:00:29 0:00:29 6164k
51 383M 51 198M 0 0 6665k 0 0:00:58 0:00:30 0:00:28 6125k
53 383M 53 204M 0 0 6645k 0 0:00:59 0:00:31 0:00:28 5853k
55 383M 55 212M 0 0 6692k 0 0:00:58 0:00:32 0:00:26 6371k
56 383M 56 216M 0 0 6627k 0 0:00:59 0:00:33 0:00:26 6126k
58 383M 58 222M 0 0 6617k 0 0:00:59 0:00:34 0:00:25 6092k
59 383M 59 228M 0 0 6590k 0 0:00:59 0:00:35 0:00:24 6131k
60 383M 60 232M 0 0 6499k 0 0:01:00 0:00:36 0:00:24 5588k
62 383M 62 238M 0 0 6491k 0 0:01:00 0:00:37 0:00:23 5210k
63 383M 63 243M 0 0 6477k 0 0:01:00 0:00:38 0:00:22 5471k
64 383M 64 247M 0 0 6433k 0 0:01:00 0:00:39 0:00:21 5164k
65 383M 65 252M 0 0 6388k 0 0:01:01 0:00:40 0:00:21 4960k
67 383M 67 258M 0 0 6381k 0 0:01:01 0:00:41 0:00:20 5500k
68 383M 68 263M 0 0 6355k 0 0:01:01 0:00:42 0:00:19 5316k
70 383M 70 269M 0 0 6347k 0 0:01:01 0:00:43 0:00:18 5346k
71 383M 71 275M 0 0 6334k 0 0:01:01 0:00:44 0:00:17 5556k
73 383M 73 280M 0 0 6290k 0 0:01:02 0:00:45 0:00:17 5524k
74 383M 74 283M 0 0 6246k 0 0:01:02 0:00:46 0:00:16 5126k
74 383M 74 286M 0 0 6185k 0 0:01:03 0:00:47 0:00:16 4744k
75 383M 75 290M 0 0 6125k 0 0:01:04 0:00:48 0:00:16 4217k
77 383M 77 297M 0 0 6150k 0 0:01:03 0:00:49 0:00:14 4515k
79 383M 79 303M 0 0 6154k 0 0:01:03 0:00:50 0:00:13 4864k
80 383M 80 307M 0 0 6118k 0 0:01:04 0:00:51 0:00:13 4933k
81 383M 81 313M 0 0 6119k 0 0:01:04 0:00:52 0:00:12 5489k
83 383M 83 318M 0 0 6089k 0 0:01:04 0:00:53 0:00:11 5736k
84 383M 84 323M 0 0 6072k 0 0:01:04 0:00:54 0:00:10 5301k
85 383M 85 328M 0 0 6063k 0 0:01:04 0:00:55 0:00:09 5146k
86 383M 86 333M 0 0 6042k 0 0:01:04 0:00:56 0:00:08 5257k
88 383M 88 337M 0 0 6004k 0 0:01:05 0:00:57 0:00:08 4809k
89 383M 89 341M 0 0 5982k 0 0:01:05 0:00:58 0:00:07 4826k
90 383M 90 345M 0 0 5942k 0 0:01:06 0:00:59 0:00:07 4527k
91 383M 91 349M 0 0 5916k 0 0:01:06 0:01:00 0:00:06 4281k
92 383M 92 354M 0 0 5896k 0 0:01:06 0:01:01 0:00:05 4256k
93 383M 93 357M 0 0 5867k 0 0:01:06 0:01:02 0:00:04 4278k
94 383M 94 362M 0 0 5841k 0 0:01:07 0:01:03 0:00:04 4198k
95 383M 95 366M 0 0 5818k 0 0:01:07 0:01:04 0:00:03 4339k
97 383M 97 371M 0 0 5814k 0 0:01:07 0:01:05 0:00:02 4576k
97 383M 97 374M 0 0 5761k 0 0:01:08 0:01:06 0:00:02 4105k
98 383M 98 376M 0 0 5711k 0 0:01:08 0:01:07 0:00:01 3764k
98 383M 98 379M 0 0 5665k 0 0:01:09 0:01:08 0:00:01 3456k
99 383M 99 382M 0 0 5635k 0 0:01:09 0:01:09 --:--:-- 3270k
100 383M 100 383M 0 0 5631k 0 0:01:09 0:01:09 --:--:-- 2776k
Using GAP root /home/kalmar/.julia/packages/GAP/W20PN/gap
Building with 64-bit ABI
Attempting to build GAP packages.
Note that many GAP packages require extra programs to be installed,
and some are quite difficult to build. Please read the documentation for
packages which fail to build correctly, and only worry about packages
you require!
Thu Jan 16 17:29:37 CET 2020
==== Checking primgrp-3.4.0
No building required for primgrp-3.4.0
Thu Jan 16 17:29:37 CET 2020
==== Checking crypting-0.10
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using settings from /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make' 'clean'
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7 gen
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using settings from /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make'
GAC src/crypting.c => gen/src/crypting.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/crypting.lo -MMD -MP -MF gen/src/crypting.d -o gen/src/crypting.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/crypting.c
libtool: compile: gcc -g -O2 -MQ gen/src/crypting.lo -MMD -MP -MF gen/src/crypting.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/crypting.c -fPIC -DPIC -o gen/src/.libs/crypting.o
GAC gen/src/crypting.lo => bin/x86_64-pc-linux-gnu-julia64-kv7/crypting.so
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=link gcc -module -avoid-version -rpath /lib -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -o bin/x86_64-pc-linux-gnu-julia64-kv7/crypting.so gen/src/crypting.lo
libtool: link: gcc -shared -fPIC -DPIC gen/src/.libs/crypting.o -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -Wl,-soname -Wl,crypting.so -o bin/x86_64-pc-linux-gnu-julia64-kv7/.libs/crypting.so
libtool: link: ( cd "bin/x86_64-pc-linux-gnu-julia64-kv7/.libs" && rm -f "crypting.la" && ln -s "../crypting.la" "crypting.la" )
rm -f
Thu Jan 16 17:29:38 CET 2020
==== Checking idrel-2.43
No building required for idrel-2.43
Thu Jan 16 17:29:38 CET 2020
==== Checking digraphs-1.0.3
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether make supports the include directive... yes (GNU style)
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 ar... ar
checking the archiver (ar) interface... ar
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking whether to enable debug mode... no
checking whether to enable stats mode... no
checking whether to build with code coverage support... no
checking whether enable compiler warnings... no
checking whether to use external planarity... no
checking whether to use external bliss... no
checking for __builtin_ctzll... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/_pkgconfig.h
config.status: executing depfiles commands
config.status: executing src/digraphs-config.h commands
config.status: creating src/digraphs-config.h - prefix DIGRAPHS for src/_pkgconfig.h defines
config.status: executing libtool commands
=== configuring in extern/edge-addition-planarity-suite-Version_3.0.0.5 (/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3/extern/edge-addition-planarity-suite-Version_3.0.0.5)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=${abs_top_builddir}/../../bin/' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
Making clean in extern/edge-addition-planarity-suite-Version_3.0.0.5
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3/extern/edge-addition-planarity-suite-Version_3.0.0.5'
rm -f planarity
test -z "libplanarity.la" || rm -f libplanarity.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf c/.libs c/_libs
rm -f *.o
rm -f c/*.o
rm -f c/*.lo
rm -f *.lo
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3/extern/edge-addition-planarity-suite-Version_3.0.0.5'
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3'
test -z "digraphs.la" || rm -f digraphs.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf extern/bliss-0.73/.libs extern/bliss-0.73/_libs
rm -rf src/.libs src/_libs
find . -name '*.gcda' -delete
rm -f *.o
rm -f extern/bliss-0.73/*.o
rm -f extern/bliss-0.73/*.lo
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3'
Running 'make'
Making all in extern/edge-addition-planarity-suite-Version_3.0.0.5
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3/extern/edge-addition-planarity-suite-Version_3.0.0.5'
depbase=`echo c/planarity.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planarity.o -MD -MP -MF $depbase.Tpo -c -o c/planarity.o c/planarity.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c/planarityCommandLine.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planarityCommandLine.o -MD -MP -MF $depbase.Tpo -c -o c/planarityCommandLine.o c/planarityCommandLine.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c/graphDFSUtils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDFSUtils.lo -MD -MP -MF $depbase.Tpo -c -o c/graphDFSUtils.lo c/graphDFSUtils.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDFSUtils.lo -MD -MP -MF c/.deps/graphDFSUtils.Tpo -c c/graphDFSUtils.c -fPIC -DPIC -o c/.libs/graphDFSUtils.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDFSUtils.lo -MD -MP -MF c/.deps/graphDFSUtils.Tpo -c c/graphDFSUtils.c -o c/graphDFSUtils.o >/dev/null 2>&1
depbase=`echo c/graphDrawPlanar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDrawPlanar.lo -MD -MP -MF $depbase.Tpo -c -o c/graphDrawPlanar.lo c/graphDrawPlanar.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDrawPlanar.lo -MD -MP -MF c/.deps/graphDrawPlanar.Tpo -c c/graphDrawPlanar.c -fPIC -DPIC -o c/.libs/graphDrawPlanar.o
c/graphDrawPlanar.c: In function ‘_RenderToString’:
c/graphDrawPlanar.c:835:17: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
835 | strncpy(visRep + (2*Pos) * (M+1) + Mid, numBuffer, strlen(numBuffer));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c/graphDrawPlanar.c:833:78: note: length computed here
833 | if ((unsigned)(context->VI[v].end - context->VI[v].start + 1) >= strlen(numBuffer))
| ^~~~~~~~~~~~~~~~~
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDrawPlanar.lo -MD -MP -MF c/.deps/graphDrawPlanar.Tpo -c c/graphDrawPlanar.c -o c/graphDrawPlanar.o >/dev/null 2>&1
depbase=`echo c/graphDrawPlanar_Extensions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDrawPlanar_Extensions.lo -MD -MP -MF $depbase.Tpo -c -o c/graphDrawPlanar_Extensions.lo c/graphDrawPlanar_Extensions.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDrawPlanar_Extensions.lo -MD -MP -MF c/.deps/graphDrawPlanar_Extensions.Tpo -c c/graphDrawPlanar_Extensions.c -fPIC -DPIC -o c/.libs/graphDrawPlanar_Extensions.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphDrawPlanar_Extensions.lo -MD -MP -MF c/.deps/graphDrawPlanar_Extensions.Tpo -c c/graphDrawPlanar_Extensions.c -o c/graphDrawPlanar_Extensions.o >/dev/null 2>&1
depbase=`echo c/graphEmbed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphEmbed.lo -MD -MP -MF $depbase.Tpo -c -o c/graphEmbed.lo c/graphEmbed.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphEmbed.lo -MD -MP -MF c/.deps/graphEmbed.Tpo -c c/graphEmbed.c -fPIC -DPIC -o c/.libs/graphEmbed.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphEmbed.lo -MD -MP -MF c/.deps/graphEmbed.Tpo -c c/graphEmbed.c -o c/graphEmbed.o >/dev/null 2>&1
depbase=`echo c/graphExtensions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphExtensions.lo -MD -MP -MF $depbase.Tpo -c -o c/graphExtensions.lo c/graphExtensions.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphExtensions.lo -MD -MP -MF c/.deps/graphExtensions.Tpo -c c/graphExtensions.c -fPIC -DPIC -o c/.libs/graphExtensions.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphExtensions.lo -MD -MP -MF c/.deps/graphExtensions.Tpo -c c/graphExtensions.c -o c/graphExtensions.o >/dev/null 2>&1
depbase=`echo c/graphIO.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphIO.lo -MD -MP -MF $depbase.Tpo -c -o c/graphIO.lo c/graphIO.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphIO.lo -MD -MP -MF c/.deps/graphIO.Tpo -c c/graphIO.c -fPIC -DPIC -o c/.libs/graphIO.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphIO.lo -MD -MP -MF c/.deps/graphIO.Tpo -c c/graphIO.c -o c/graphIO.o >/dev/null 2>&1
depbase=`echo c/graphIsolator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphIsolator.lo -MD -MP -MF $depbase.Tpo -c -o c/graphIsolator.lo c/graphIsolator.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphIsolator.lo -MD -MP -MF c/.deps/graphIsolator.Tpo -c c/graphIsolator.c -fPIC -DPIC -o c/.libs/graphIsolator.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphIsolator.lo -MD -MP -MF c/.deps/graphIsolator.Tpo -c c/graphIsolator.c -o c/graphIsolator.o >/dev/null 2>&1
depbase=`echo c/graphK23Search.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK23Search.lo -MD -MP -MF $depbase.Tpo -c -o c/graphK23Search.lo c/graphK23Search.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK23Search.lo -MD -MP -MF c/.deps/graphK23Search.Tpo -c c/graphK23Search.c -fPIC -DPIC -o c/.libs/graphK23Search.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK23Search.lo -MD -MP -MF c/.deps/graphK23Search.Tpo -c c/graphK23Search.c -o c/graphK23Search.o >/dev/null 2>&1
depbase=`echo c/graphK23Search_Extensions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK23Search_Extensions.lo -MD -MP -MF $depbase.Tpo -c -o c/graphK23Search_Extensions.lo c/graphK23Search_Extensions.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK23Search_Extensions.lo -MD -MP -MF c/.deps/graphK23Search_Extensions.Tpo -c c/graphK23Search_Extensions.c -fPIC -DPIC -o c/.libs/graphK23Search_Extensions.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK23Search_Extensions.lo -MD -MP -MF c/.deps/graphK23Search_Extensions.Tpo -c c/graphK23Search_Extensions.c -o c/graphK23Search_Extensions.o >/dev/null 2>&1
depbase=`echo c/graphK33Search.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK33Search.lo -MD -MP -MF $depbase.Tpo -c -o c/graphK33Search.lo c/graphK33Search.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK33Search.lo -MD -MP -MF c/.deps/graphK33Search.Tpo -c c/graphK33Search.c -fPIC -DPIC -o c/.libs/graphK33Search.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK33Search.lo -MD -MP -MF c/.deps/graphK33Search.Tpo -c c/graphK33Search.c -o c/graphK33Search.o >/dev/null 2>&1
depbase=`echo c/graphK33Search_Extensions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK33Search_Extensions.lo -MD -MP -MF $depbase.Tpo -c -o c/graphK33Search_Extensions.lo c/graphK33Search_Extensions.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK33Search_Extensions.lo -MD -MP -MF c/.deps/graphK33Search_Extensions.Tpo -c c/graphK33Search_Extensions.c -fPIC -DPIC -o c/.libs/graphK33Search_Extensions.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK33Search_Extensions.lo -MD -MP -MF c/.deps/graphK33Search_Extensions.Tpo -c c/graphK33Search_Extensions.c -o c/graphK33Search_Extensions.o >/dev/null 2>&1
depbase=`echo c/graphK4Search.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK4Search.lo -MD -MP -MF $depbase.Tpo -c -o c/graphK4Search.lo c/graphK4Search.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK4Search.lo -MD -MP -MF c/.deps/graphK4Search.Tpo -c c/graphK4Search.c -fPIC -DPIC -o c/.libs/graphK4Search.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK4Search.lo -MD -MP -MF c/.deps/graphK4Search.Tpo -c c/graphK4Search.c -o c/graphK4Search.o >/dev/null 2>&1
depbase=`echo c/graphK4Search_Extensions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK4Search_Extensions.lo -MD -MP -MF $depbase.Tpo -c -o c/graphK4Search_Extensions.lo c/graphK4Search_Extensions.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK4Search_Extensions.lo -MD -MP -MF c/.deps/graphK4Search_Extensions.Tpo -c c/graphK4Search_Extensions.c -fPIC -DPIC -o c/.libs/graphK4Search_Extensions.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphK4Search_Extensions.lo -MD -MP -MF c/.deps/graphK4Search_Extensions.Tpo -c c/graphK4Search_Extensions.c -o c/graphK4Search_Extensions.o >/dev/null 2>&1
depbase=`echo c/graphNonplanar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphNonplanar.lo -MD -MP -MF $depbase.Tpo -c -o c/graphNonplanar.lo c/graphNonplanar.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphNonplanar.lo -MD -MP -MF c/.deps/graphNonplanar.Tpo -c c/graphNonplanar.c -fPIC -DPIC -o c/.libs/graphNonplanar.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphNonplanar.lo -MD -MP -MF c/.deps/graphNonplanar.Tpo -c c/graphNonplanar.c -o c/graphNonplanar.o >/dev/null 2>&1
depbase=`echo c/graphOuterplanarObstruction.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphOuterplanarObstruction.lo -MD -MP -MF $depbase.Tpo -c -o c/graphOuterplanarObstruction.lo c/graphOuterplanarObstruction.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphOuterplanarObstruction.lo -MD -MP -MF c/.deps/graphOuterplanarObstruction.Tpo -c c/graphOuterplanarObstruction.c -fPIC -DPIC -o c/.libs/graphOuterplanarObstruction.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphOuterplanarObstruction.lo -MD -MP -MF c/.deps/graphOuterplanarObstruction.Tpo -c c/graphOuterplanarObstruction.c -o c/graphOuterplanarObstruction.o >/dev/null 2>&1
depbase=`echo c/graphTests.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphTests.lo -MD -MP -MF $depbase.Tpo -c -o c/graphTests.lo c/graphTests.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphTests.lo -MD -MP -MF c/.deps/graphTests.Tpo -c c/graphTests.c -fPIC -DPIC -o c/.libs/graphTests.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphTests.lo -MD -MP -MF c/.deps/graphTests.Tpo -c c/graphTests.c -o c/graphTests.o >/dev/null 2>&1
depbase=`echo c/graphUtils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphUtils.lo -MD -MP -MF $depbase.Tpo -c -o c/graphUtils.lo c/graphUtils.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphUtils.lo -MD -MP -MF c/.deps/graphUtils.Tpo -c c/graphUtils.c -fPIC -DPIC -o c/.libs/graphUtils.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/graphUtils.lo -MD -MP -MF c/.deps/graphUtils.Tpo -c c/graphUtils.c -o c/graphUtils.o >/dev/null 2>&1
depbase=`echo c/listcoll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/listcoll.lo -MD -MP -MF $depbase.Tpo -c -o c/listcoll.lo c/listcoll.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/listcoll.lo -MD -MP -MF c/.deps/listcoll.Tpo -c c/listcoll.c -fPIC -DPIC -o c/.libs/listcoll.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/listcoll.lo -MD -MP -MF c/.deps/listcoll.Tpo -c c/listcoll.c -o c/listcoll.o >/dev/null 2>&1
depbase=`echo c/planarityRandomGraphs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planarityRandomGraphs.lo -MD -MP -MF $depbase.Tpo -c -o c/planarityRandomGraphs.lo c/planarityRandomGraphs.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planarityRandomGraphs.lo -MD -MP -MF c/.deps/planarityRandomGraphs.Tpo -c c/planarityRandomGraphs.c -fPIC -DPIC -o c/.libs/planarityRandomGraphs.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planarityRandomGraphs.lo -MD -MP -MF c/.deps/planarityRandomGraphs.Tpo -c c/planarityRandomGraphs.c -o c/planarityRandomGraphs.o >/dev/null 2>&1
depbase=`echo c/planaritySpecificGraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planaritySpecificGraph.lo -MD -MP -MF $depbase.Tpo -c -o c/planaritySpecificGraph.lo c/planaritySpecificGraph.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planaritySpecificGraph.lo -MD -MP -MF c/.deps/planaritySpecificGraph.Tpo -c c/planaritySpecificGraph.c -fPIC -DPIC -o c/.libs/planaritySpecificGraph.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planaritySpecificGraph.lo -MD -MP -MF c/.deps/planaritySpecificGraph.Tpo -c c/planaritySpecificGraph.c -o c/planaritySpecificGraph.o >/dev/null 2>&1
depbase=`echo c/planarityUtils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planarityUtils.lo -MD -MP -MF $depbase.Tpo -c -o c/planarityUtils.lo c/planarityUtils.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planarityUtils.lo -MD -MP -MF c/.deps/planarityUtils.Tpo -c c/planarityUtils.c -fPIC -DPIC -o c/.libs/planarityUtils.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/planarityUtils.lo -MD -MP -MF c/.deps/planarityUtils.Tpo -c c/planarityUtils.c -o c/planarityUtils.o >/dev/null 2>&1
depbase=`echo c/stack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" -DPACKAGE_STRING=\"planarity\ 3.0.0.5\" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/stack.lo -MD -MP -MF $depbase.Tpo -c -o c/stack.lo c/stack.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/stack.lo -MD -MP -MF c/.deps/stack.Tpo -c c/stack.c -fPIC -DPIC -o c/.libs/stack.o
libtool: compile: gcc -DPACKAGE_NAME=\"planarity\" -DPACKAGE_TARNAME=\"planarity\" -DPACKAGE_VERSION=\"3.0.0.5\" "-DPACKAGE_STRING=\"planarity 3.0.0.5\"" -DPACKAGE_BUGREPORT=\"jboyer@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"planarity\" -DVERSION=\"3.0.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CTYPE_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT c/stack.lo -MD -MP -MF c/.deps/stack.Tpo -c c/stack.c -o c/stack.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -version-info 0:0:0 -o libplanarity.la -rpath /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3/extern/edge-addition-planarity-suite-Version_3.0.0.5/../../bin/lib c/graphDFSUtils.lo c/graphDrawPlanar.lo c/graphDrawPlanar_Extensions.lo c/graphEmbed.lo c/graphExtensions.lo c/graphIO.lo c/graphIsolator.lo c/graphK23Search.lo c/graphK23Search_Extensions.lo c/graphK33Search.lo c/graphK33Search_Extensions.lo c/graphK4Search.lo c/graphK4Search_Extensions.lo c/graphNonplanar.lo c/graphOuterplanarObstruction.lo c/graphTests.lo c/graphUtils.lo c/listcoll.lo c/planarityRandomGraphs.lo c/planaritySpecificGraph.lo c/planarityUtils.lo c/stack.lo
libtool: link: gcc -shared -fPIC -DPIC c/.libs/graphDFSUtils.o c/.libs/graphDrawPlanar.o c/.libs/graphDrawPlanar_Extensions.o c/.libs/graphEmbed.o c/.libs/graphExtensions.o c/.libs/graphIO.o c/.libs/graphIsolator.o c/.libs/graphK23Search.o c/.libs/graphK23Search_Extensions.o c/.libs/graphK33Search.o c/.libs/graphK33Search_Extensions.o c/.libs/graphK4Search.o c/.libs/graphK4Search_Extensions.o c/.libs/graphNonplanar.o c/.libs/graphOuterplanarObstruction.o c/.libs/graphTests.o c/.libs/graphUtils.o c/.libs/listcoll.o c/.libs/planarityRandomGraphs.o c/.libs/planaritySpecificGraph.o c/.libs/planarityUtils.o c/.libs/stack.o -g -O2 -Wl,-soname -Wl,libplanarity.so.0 -o .libs/libplanarity.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libplanarity.so.0" && ln -s "libplanarity.so.0.0.0" "libplanarity.so.0")
libtool: link: (cd ".libs" && rm -f "libplanarity.so" && ln -s "libplanarity.so.0.0.0" "libplanarity.so")
libtool: link: ar cru .libs/libplanarity.a c/graphDFSUtils.o c/graphDrawPlanar.o c/graphDrawPlanar_Extensions.o c/graphEmbed.o c/graphExtensions.o c/graphIO.o c/graphIsolator.o c/graphK23Search.o c/graphK23Search_Extensions.o c/graphK33Search.o c/graphK33Search_Extensions.o c/graphK4Search.o c/graphK4Search_Extensions.o c/graphNonplanar.o c/graphOuterplanarObstruction.o c/graphTests.o c/graphUtils.o c/listcoll.o c/planarityRandomGraphs.o c/planaritySpecificGraph.o c/planarityUtils.o c/stack.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libplanarity.a
libtool: link: ( cd ".libs" && rm -f "libplanarity.la" && ln -s "../libplanarity.la" "libplanarity.la" )
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -o planarity c/planarity.o c/planarityCommandLine.o libplanarity.la
libtool: link: gcc -g -O2 -o .libs/planarity c/planarity.o c/planarityCommandLine.o ./.libs/libplanarity.so -Wl,-rpath -Wl,/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3/extern/edge-addition-planarity-suite-Version_3.0.0.5/../../bin/lib
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3/extern/edge-addition-planarity-suite-Version_3.0.0.5'
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3'
CC src/digraphs_la-digraphs.lo
CC src/digraphs_la-bitarray.lo
In file included from src/bitarray.c:11:
src/bitarray.h: In function ‘init_bit_array’:
src/bitarray.h:298:12: warning: overflow in conversion from ‘long unsigned int’ to ‘int’ changes value from ‘18446744073709551615’ to ‘-1’ [-Woverflow]
298 | (Block) ~0ul,
| ^~~~~~~~~~~~
CC src/digraphs_la-conditions.lo
In file included from src/conditions.h:23,
from src/conditions.c:11:
src/bitarray.h: In function ‘init_bit_array’:
src/bitarray.h:298:12: warning: overflow in conversion from ‘long unsigned int’ to ‘int’ changes value from ‘18446744073709551615’ to ‘-1’ [-Woverflow]
298 | (Block) ~0ul,
| ^~~~~~~~~~~~
CC src/digraphs_la-homos.lo
In file included from src/homos.c:42:
src/bitarray.h: In function ‘init_bit_array’:
src/bitarray.h:298:12: warning: overflow in conversion from ‘long unsigned int’ to ‘int’ changes value from ‘18446744073709551615’ to ‘-1’ [-Woverflow]
298 | (Block) ~0ul,
| ^~~~~~~~~~~~
CC src/digraphs_la-homos-graphs.lo
In file included from src/homos-graphs.h:19,
from src/homos-graphs.c:11:
src/bitarray.h: In function ‘init_bit_array’:
src/bitarray.h:298:12: warning: overflow in conversion from ‘long unsigned int’ to ‘int’ changes value from ‘18446744073709551615’ to ‘-1’ [-Woverflow]
298 | (Block) ~0ul,
| ^~~~~~~~~~~~
CC src/digraphs_la-perms.lo
CC src/digraphs_la-planar.lo
CC src/digraphs_la-schreier-sims.lo
CXX extern/bliss-0.73/digraphs_la-defs.lo
CXX extern/bliss-0.73/digraphs_la-graph.lo
CXX extern/bliss-0.73/digraphs_la-partition.lo
CXX extern/bliss-0.73/digraphs_la-orbit.lo
CXX extern/bliss-0.73/digraphs_la-uintseqhash.lo
CXX extern/bliss-0.73/digraphs_la-heap.lo
CXX extern/bliss-0.73/digraphs_la-timer.lo
CXX extern/bliss-0.73/digraphs_la-utils.lo
CXX extern/bliss-0.73/digraphs_la-bliss_C.lo
CXXLD digraphs.la
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7 ./bin/lib
cp -RL extern/edge-addition-planarity-suite-Version_3.0.0.5/.libs/* ./bin/lib/
cp .libs/digraphs.so /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3/bin/x86_64-pc-linux-gnu-julia64-kv7/
SUCCESS!
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/digraphs-1.0.3'
Thu Jan 16 17:30:17 CET 2020
==== Checking datastructures-0.2.5
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using settings from /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make' 'clean'
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7 gen
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using settings from /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make'
GAC src/avl.c => gen/src/avl.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/avl.lo -MMD -MP -MF gen/src/avl.d -o gen/src/avl.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/avl.c
libtool: compile: gcc -g -O2 -MQ gen/src/avl.lo -MMD -MP -MF gen/src/avl.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/avl.c -fPIC -DPIC -o gen/src/.libs/avl.o
GAC src/binaryheap.c => gen/src/binaryheap.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/binaryheap.lo -MMD -MP -MF gen/src/binaryheap.d -o gen/src/binaryheap.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/binaryheap.c
libtool: compile: gcc -g -O2 -MQ gen/src/binaryheap.lo -MMD -MP -MF gen/src/binaryheap.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/binaryheap.c -fPIC -DPIC -o gen/src/.libs/binaryheap.o
GAC src/datastructures.c => gen/src/datastructures.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/datastructures.lo -MMD -MP -MF gen/src/datastructures.d -o gen/src/datastructures.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/datastructures.c
libtool: compile: gcc -g -O2 -MQ gen/src/datastructures.lo -MMD -MP -MF gen/src/datastructures.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/datastructures.c -fPIC -DPIC -o gen/src/.libs/datastructures.o
GAC src/hashfunctions.c => gen/src/hashfunctions.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/hashfunctions.lo -MMD -MP -MF gen/src/hashfunctions.d -o gen/src/hashfunctions.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/hashfunctions.c
libtool: compile: gcc -g -O2 -MQ gen/src/hashfunctions.lo -MMD -MP -MF gen/src/hashfunctions.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/hashfunctions.c -fPIC -DPIC -o gen/src/.libs/hashfunctions.o
GAC src/hashmap.c => gen/src/hashmap.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/hashmap.lo -MMD -MP -MF gen/src/hashmap.d -o gen/src/hashmap.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/hashmap.c
libtool: compile: gcc -g -O2 -MQ gen/src/hashmap.lo -MMD -MP -MF gen/src/hashmap.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/hashmap.c -fPIC -DPIC -o gen/src/.libs/hashmap.o
GAC src/pairingheap.c => gen/src/pairingheap.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/pairingheap.lo -MMD -MP -MF gen/src/pairingheap.d -o gen/src/pairingheap.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/pairingheap.c
libtool: compile: gcc -g -O2 -MQ gen/src/pairingheap.lo -MMD -MP -MF gen/src/pairingheap.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/pairingheap.c -fPIC -DPIC -o gen/src/.libs/pairingheap.o
GAC src/skiplist.c => gen/src/skiplist.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/skiplist.lo -MMD -MP -MF gen/src/skiplist.d -o gen/src/skiplist.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/skiplist.c
libtool: compile: gcc -g -O2 -MQ gen/src/skiplist.lo -MMD -MP -MF gen/src/skiplist.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/skiplist.c -fPIC -DPIC -o gen/src/.libs/skiplist.o
GAC src/uf.c => gen/src/uf.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/uf.lo -MMD -MP -MF gen/src/uf.d -o gen/src/uf.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/uf.c
libtool: compile: gcc -g -O2 -MQ gen/src/uf.lo -MMD -MP -MF gen/src/uf.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/uf.c -fPIC -DPIC -o gen/src/.libs/uf.o
GAC gen/src/avl.lo => bin/x86_64-pc-linux-gnu-julia64-kv7/datastructures.so
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=link gcc -module -avoid-version -rpath /lib -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -o bin/x86_64-pc-linux-gnu-julia64-kv7/datastructures.so gen/src/avl.lo gen/src/binaryheap.lo gen/src/datastructures.lo gen/src/hashfunctions.lo gen/src/hashmap.lo gen/src/pairingheap.lo gen/src/skiplist.lo gen/src/uf.lo
libtool: link: gcc -shared -fPIC -DPIC gen/src/.libs/avl.o gen/src/.libs/binaryheap.o gen/src/.libs/datastructures.o gen/src/.libs/hashfunctions.o gen/src/.libs/hashmap.o gen/src/.libs/pairingheap.o gen/src/.libs/skiplist.o gen/src/.libs/uf.o -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -Wl,-soname -Wl,datastructures.so -o bin/x86_64-pc-linux-gnu-julia64-kv7/.libs/datastructures.so
libtool: link: ( cd "bin/x86_64-pc-linux-gnu-julia64-kv7/.libs" && rm -f "datastructures.la" && ln -s "../datastructures.la" "datastructures.la" )
rm -f
Thu Jan 16 17:30:19 CET 2020
==== Checking kan-1.29
No building required for kan-1.29
Thu Jan 16 17:30:19 CET 2020
==== Checking simpcomp
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
configure: WARNING: unrecognized options: --with-gaproot
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-gaproot
Running 'make' 'clean'
test -z "bistellar" || rm -f bistellar
rm -f *.o
rm -f src/*.o
Running 'make'
depbase=`echo src/bistellar_move.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -g -O2 -MT src/bistellar_move.o -MD -MP -MF $depbase.Tpo -c -o src/bistellar_move.o src/bistellar_move.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/face.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -g -O2 -MT src/face.o -MD -MP -MF $depbase.Tpo -c -o src/face.o src/face.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -g -O2 -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o src/main.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/movable_complex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -g -O2 -MT src/movable_complex.o -MD -MP -MF $depbase.Tpo -c -o src/movable_complex.o src/movable_complex.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/randomize_complex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -g -O2 -MT src/randomize_complex.o -MD -MP -MF $depbase.Tpo -c -o src/randomize_complex.o src/randomize_complex.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/reduce_complex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -g -O2 -MT src/reduce_complex.o -MD -MP -MF $depbase.Tpo -c -o src/reduce_complex.o src/reduce_complex.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -g -O2 -MT src/types.o -MD -MP -MF $depbase.Tpo -c -o src/types.o src/types.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -g -O2 -MT src/util.o -MD -MP -MF $depbase.Tpo -c -o src/util.o src/util.cpp &&\
mv -f $depbase.Tpo $depbase.Po
g++ -g -O2 -o bistellar src/bistellar_move.o src/face.o src/main.o src/movable_complex.o src/randomize_complex.o src/reduce_complex.o src/types.o src/util.o
mkdir -p bin
cp bistellar bin/bistellar
rm -f bistellar
rm -f *.o
rm -f src/*.o
Thu Jan 16 17:30:31 CET 2020
==== Checking NormalizInterface-1.1.0
Found GAP in directory /home/kalmar/.julia/packages/GAP/W20PN/gap
GAParch = x86_64-pc-linux-gnu-julia64-kv7
GAP was apparently built with external GMP
##
## downloading normaliz-3.5.4.tar.gz
##
Checking for normaliz-3.5.4.tar.gz... downloading with wget
--2020-01-16 17:30:31-- https://github.com/Normaliz/Normaliz/releases/download/v3.5.4/normaliz-3.5.4.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.118.3
Connecting to github.com (github.com)|140.82.118.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/27780668/29f11c1e-3f40-11e8-91d2-c3816aba3e27?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200116%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200116T163031Z&X-Amz-Expires=300&X-Amz-Signature=74ce84aeb6ff071a79a358f4a5b4113695ec190cb9bf2a2d7afcf8443b5b18cb&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dnormaliz-3.5.4.tar.gz&response-content-type=application%2Foctet-stream [following]
--2020-01-16 17:30:31-- https://github-production-release-asset-2e65be.s3.amazonaws.com/27780668/29f11c1e-3f40-11e8-91d2-c3816aba3e27?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200116%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200116T163031Z&X-Amz-Expires=300&X-Amz-Signature=74ce84aeb6ff071a79a358f4a5b4113695ec190cb9bf2a2d7afcf8443b5b18cb&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dnormaliz-3.5.4.tar.gz&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.114.131
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.114.131|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3994494 (3.8M) [application/octet-stream]
Saving to: ‘normaliz-3.5.4.tar.gz’
0K .......... .......... .......... .......... .......... 1% 220K 18s
50K .......... .......... .......... .......... .......... 2% 2.17M 10s
100K .......... .......... .......... .......... .......... 3% 435K 9s
150K .......... .......... .......... .......... .......... 5% 6.84M 7s
200K .......... .......... .......... .......... .......... 6% 617K 7s
250K .......... .......... .......... .......... .......... 7% 2.11M 6s
300K .......... .......... .......... .......... .......... 8% 5.83M 5s
350K .......... .......... .......... .......... .......... 10% 7.78M 4s
400K .......... .......... .......... .......... .......... 11% 6.29M 4s
450K .......... .......... .......... .......... .......... 12% 785K 4s
500K .......... .......... .......... .......... .......... 14% 2.16M 4s
550K .......... .......... .......... .......... .......... 15% 7.56M 3s
600K .......... .......... .......... .......... .......... 16% 6.08M 3s
650K .......... .......... .......... .......... .......... 17% 5.99M 3s
700K .......... .......... .......... .......... .......... 19% 6.79M 3s
750K .......... .......... .......... .......... .......... 20% 8.02M 2s
800K .......... .......... .......... .......... .......... 21% 9.26M 2s
850K .......... .......... .......... .......... .......... 23% 6.98M 2s
900K .......... .......... .......... .......... .......... 24% 2.36M 2s
950K .......... .......... .......... .......... .......... 25% 4.94M 2s
1000K .......... .......... .......... .......... .......... 26% 3.85M 2s
1050K .......... .......... .......... .......... .......... 28% 2.91M 2s
1100K .......... .......... .......... .......... .......... 29% 6.76M 2s
1150K .......... .......... .......... .......... .......... 30% 4.15M 2s
1200K .......... .......... .......... .......... .......... 32% 12.1M 2s
1250K .......... .......... .......... .......... .......... 33% 7.21M 1s
1300K .......... .......... .......... .......... .......... 34% 5.92M 1s
1350K .......... .......... .......... .......... .......... 35% 544K 1s
1400K .......... .......... .......... .......... .......... 37% 6.57M 1s
1450K .......... .......... .......... .......... .......... 38% 356K 2s
1500K .......... .......... .......... .......... .......... 39% 6.68M 1s
1550K .......... .......... .......... .......... .......... 41% 7.64M 1s
1600K .......... .......... .......... .......... .......... 42% 277K 2s
1650K .......... .......... .......... .......... .......... 43% 125M 2s
1700K .......... .......... .......... .......... .......... 44% 146M 1s
1750K .......... .......... .......... .......... .......... 46% 141M 1s
1800K .......... .......... .......... .......... .......... 47% 133M 1s
1850K .......... .......... .......... .......... .......... 48% 133M 1s
1900K .......... .......... .......... .......... .......... 49% 136M 1s
1950K .......... .......... .......... .......... .......... 51% 130M 1s
2000K .......... .......... .......... .......... .......... 52% 135M 1s
2050K .......... .......... .......... .......... .......... 53% 136M 1s
2100K .......... .......... .......... .......... .......... 55% 536K 1s
2150K .......... .......... .......... .......... .......... 56% 3.76M 1s
2200K .......... .......... .......... .......... .......... 57% 540K 1s
2250K .......... .......... .......... .......... .......... 58% 7.14M 1s
2300K .......... .......... .......... .......... .......... 60% 6.30M 1s
2350K .......... .......... .......... .......... .......... 61% 5.88M 1s
2400K .......... .......... .......... .......... .......... 62% 7.19M 1s
2450K .......... .......... .......... .......... .......... 64% 13.0M 1s
2500K .......... .......... .......... .......... .......... 65% 6.39M 1s
2550K .......... .......... .......... .......... .......... 66% 388K 1s
2600K .......... .......... .......... .......... .......... 67% 8.49M 1s
2650K .......... .......... .......... .......... .......... 69% 46.4M 1s
2700K .......... .......... .......... .......... .......... 70% 909K 1s
2750K .......... .......... .......... .......... .......... 71% 2.46M 1s
2800K .......... .......... .......... .......... .......... 73% 4.11M 1s
2850K .......... .......... .......... .......... .......... 74% 14.5M 1s
2900K .......... .......... .......... .......... .......... 75% 57.6M 1s
2950K .......... .......... .......... .......... .......... 76% 51.8M 0s
3000K .......... .......... .......... .......... .......... 78% 39.5M 0s
3050K .......... .......... .......... .......... .......... 79% 45.0M 0s
3100K .......... .......... .......... .......... .......... 80% 54.2M 0s
3150K .......... .......... .......... .......... .......... 82% 51.0M 0s
3200K .......... .......... .......... .......... .......... 83% 54.6M 0s
3250K .......... .......... .......... .......... .......... 84% 49.6M 0s
3300K .......... .......... .......... .......... .......... 85% 51.3M 0s
3350K .......... .......... .......... .......... .......... 87% 55.3M 0s
3400K .......... .......... .......... .......... .......... 88% 4.37M 0s
3450K .......... .......... .......... .......... .......... 89% 6.54M 0s
3500K .......... .......... .......... .......... .......... 91% 527K 0s
3550K .......... .......... .......... .......... .......... 92% 10.6M 0s
3600K .......... .......... .......... .......... .......... 93% 521K 0s
3650K .......... .......... .......... .......... .......... 94% 534K 0s
3700K .......... .......... .......... .......... .......... 96% 524K 0s
3750K .......... .......... .......... .......... .......... 97% 7.49M 0s
3800K .......... .......... .......... .......... .......... 98% 11.1M 0s
3850K .......... .......... .......... .......... .......... 99% 6.79M 0s
3900K 100% 1665G=2.1s
2020-01-16 17:30:34 (1.84 MB/s) - ‘normaliz-3.5.4.tar.gz’ saved [3994494/3994494]
Verifying SHA256 checksum of normaliz-3.5.4.tar.gz...
valid SHA256 checksum
##
## extracting normaliz-3.5.4.tar.gz
##
normaliz-3.5.4/
normaliz-3.5.4/Qexample/
normaliz-3.5.4/Qexample/Condorcet.in
normaliz-3.5.4/Qexample/cyclicpolytope30-15.in
normaliz-3.5.4/Qexample/3x3magic.in
normaliz-3.5.4/Qexample/medium.in
normaliz-3.5.4/Qexample/small.in
normaliz-3.5.4/Qexample/InhomIneq_7.in
normaliz-3.5.4/Qexample/rational.in
normaliz-3.5.4/Qexample/max_polytope_cand.in
normaliz-3.5.4/Qexample/3x3magiceven.in
normaliz-3.5.4/Qexample/4x4.in
normaliz-3.5.4/Qexample/cut_poly_7.in
normaliz-3.5.4/Qexample/InhomIneq_gen.in
normaliz-3.5.4/Qexample/2equations.in
normaliz-3.5.4/Qexample/A443.in
normaliz-3.5.4/Qexample/subspace4.in
normaliz-3.5.4/Qexample/Makefile.in
normaliz-3.5.4/Qexample/strict_sign.in
normaliz-3.5.4/Qexample/Makefile.am
normaliz-3.5.4/Qexample/3x3magiceven_lat.in
normaliz-3.5.4/Qexample/bo5.in
normaliz-3.5.4/Qexample/2x2.in
normaliz-3.5.4/Qexample/A543.in
normaliz-3.5.4/Qexample/5x5.in
normaliz-3.5.4/Qexample/3x3magiceven_sat.in
normaliz-3.5.4/Qexample/gen_inhom_nonpointed.in
normaliz-3.5.4/Qexample/5x5dual.in
normaliz-3.5.4/compile
normaliz-3.5.4/install_normaliz.sh
normaliz-3.5.4/m4/
normaliz-3.5.4/m4/ltsugar.m4
normaliz-3.5.4/m4/ltoptions.m4
normaliz-3.5.4/m4/ax_cxx_compile_stdcxx.m4
normaliz-3.5.4/m4/libtool.m4
normaliz-3.5.4/m4/ax_openmp.m4
normaliz-3.5.4/m4/lt~obsolete.m4
normaliz-3.5.4/m4/ltversion.m4
normaliz-3.5.4/CHANGELOG
normaliz-3.5.4/source/
normaliz-3.5.4/source/UseLibnormaliz.cmake
normaliz-3.5.4/source/libnormaliz/
normaliz-3.5.4/source/libnormaliz/LibnormalizConfig.cmake
normaliz-3.5.4/source/libnormaliz/integer.cpp
normaliz-3.5.4/source/libnormaliz/cone_dual_mode.cpp
normaliz-3.5.4/source/libnormaliz/bottom.h
normaliz-3.5.4/source/libnormaliz/libnormaliz.h
normaliz-3.5.4/source/libnormaliz/Makefile.classic
normaliz-3.5.4/source/libnormaliz/cone_dual_mode.h
normaliz-3.5.4/source/libnormaliz/version.h.in
normaliz-3.5.4/source/libnormaliz/descent.cpp
normaliz-3.5.4/source/libnormaliz/nmz_integrate.cpp
normaliz-3.5.4/source/libnormaliz/vector_operations.cpp
normaliz-3.5.4/source/libnormaliz/cone_property.h
normaliz-3.5.4/source/libnormaliz/linear_algebra.cpp
normaliz-3.5.4/source/libnormaliz/my_omp.h
normaliz-3.5.4/source/libnormaliz/matrix.cpp
normaliz-3.5.4/source/libnormaliz/map_operations.h
normaliz-3.5.4/source/libnormaliz/offload_handler.cpp
normaliz-3.5.4/source/libnormaliz/sublattice_representation.cpp
normaliz-3.5.4/source/libnormaliz/full_cone.h
normaliz-3.5.4/source/libnormaliz/offload_handler.h
normaliz-3.5.4/source/libnormaliz/HilbertSeries.h
normaliz-3.5.4/source/libnormaliz/version.h
normaliz-3.5.4/source/libnormaliz/simplex.h
normaliz-3.5.4/source/libnormaliz/nmz_integrate.h
normaliz-3.5.4/source/libnormaliz/descent.h
normaliz-3.5.4/source/libnormaliz/primal.cpp
normaliz-3.5.4/source/libnormaliz/list_operations.cpp
normaliz-3.5.4/source/libnormaliz/reduction.cpp
normaliz-3.5.4/source/libnormaliz/README
normaliz-3.5.4/source/libnormaliz/enumeration.cpp
normaliz-3.5.4/source/libnormaliz/libnormaliz.cpp
normaliz-3.5.4/source/libnormaliz/project_and_lift.h
normaliz-3.5.4/source/libnormaliz/vector_operations.h
normaliz-3.5.4/source/libnormaliz/cone.h
normaliz-3.5.4/source/libnormaliz/integer.h
normaliz-3.5.4/source/libnormaliz/other_algorithms.cpp
normaliz-3.5.4/source/libnormaliz/cone_property.cpp
normaliz-3.5.4/source/libnormaliz/matrix.h
normaliz-3.5.4/source/libnormaliz/bottom.cpp
normaliz-3.5.4/source/libnormaliz/HilbertSeries.cpp
normaliz-3.5.4/source/libnormaliz/simplex.cpp
normaliz-3.5.4/source/libnormaliz/normaliz_exception.h
normaliz-3.5.4/source/libnormaliz/general.h
normaliz-3.5.4/source/libnormaliz/cone_and_control.cpp
normaliz-3.5.4/source/libnormaliz/full_cone.cpp
normaliz-3.5.4/source/libnormaliz/sublattice_representation.h
normaliz-3.5.4/source/libnormaliz/nmz_integral.cpp
normaliz-3.5.4/source/libnormaliz/reduction.h
normaliz-3.5.4/source/libnormaliz/cone.cpp
normaliz-3.5.4/source/libnormaliz/nmz_polynomial.cpp
normaliz-3.5.4/source/libnormaliz/project_and_lift.cpp
normaliz-3.5.4/source/libnormaliz/list_operations.h
normaliz-3.5.4/source/libnormaliz/CMakeLists.txt
normaliz-3.5.4/source/libnormaliz/convert.h
normaliz-3.5.4/source/COPYING
normaliz-3.5.4/source/INSTALL
normaliz-3.5.4/source/Makefile.classic
normaliz-3.5.4/source/output.h
normaliz-3.5.4/source/output.cpp
normaliz-3.5.4/source/Makefile.configuration
normaliz-3.5.4/source/maxsimplex/
normaliz-3.5.4/source/maxsimplex/Makefile.classic
normaliz-3.5.4/source/maxsimplex/CMakeLists.txt
normaliz-3.5.4/source/maxsimplex/maxsimplex.cpp
normaliz-3.5.4/source/input.cpp
normaliz-3.5.4/source/LibnormalizConfig.cmake.in
normaliz-3.5.4/source/cmake/
normaliz-3.5.4/source/cmake/Modules/
normaliz-3.5.4/source/cmake/Modules/FindMIC_GMPXX.cmake
normaliz-3.5.4/source/cmake/Modules/FindCOCOA.cmake
normaliz-3.5.4/source/cmake/Modules/FindGMPXX.cmake
normaliz-3.5.4/source/cmake/Modules/FindGMP.cmake
normaliz-3.5.4/source/cmake/Modules/FindNAUTY.cmake
normaliz-3.5.4/source/cmake/Modules/FindMIC_GMP.cmake
normaliz-3.5.4/source/cmake/Modules/FindSCIP.cmake
normaliz-3.5.4/source/cmake/Modules/FindMPFR.cmake
normaliz-3.5.4/source/cmake/Modules/FindFLINT.cmake
normaliz-3.5.4/source/cmake/detect_features.cmake
normaliz-3.5.4/source/options.cpp
normaliz-3.5.4/source/Makefile.in
normaliz-3.5.4/source/Makefile.am
normaliz-3.5.4/source/outerpar/
normaliz-3.5.4/source/outerpar/small_gens.mat
normaliz-3.5.4/source/outerpar/Makefile.classic
normaliz-3.5.4/source/outerpar/outerpar.cpp
normaliz-3.5.4/source/normaliz.h
normaliz-3.5.4/source/normaliz.cpp
normaliz-3.5.4/source/CMakeLists.txt
normaliz-3.5.4/source/options.h
normaliz-3.5.4/Docker/
normaliz-3.5.4/Docker/Dockerfile
normaliz-3.5.4/PyNormaliz/
normaliz-3.5.4/PyNormaliz/COPYING
normaliz-3.5.4/PyNormaliz/.gitignore
normaliz-3.5.4/PyNormaliz/MANIFEST.in
normaliz-3.5.4/PyNormaliz/Readme.md
normaliz-3.5.4/PyNormaliz/setup.cfg
normaliz-3.5.4/PyNormaliz/NormalizModule.cpp
normaliz-3.5.4/PyNormaliz/doc/
normaliz-3.5.4/PyNormaliz/doc/PyNormaliz_Tutorial.pdf
normaliz-3.5.4/PyNormaliz/doc/PyNormaliz_Tutorial.ipynb
normaliz-3.5.4/PyNormaliz/GPLv2
normaliz-3.5.4/PyNormaliz/PyNormaliz.py
normaliz-3.5.4/PyNormaliz/examples/
normaliz-3.5.4/PyNormaliz/examples/j462.py
normaliz-3.5.4/PyNormaliz/examples/simple.py
normaliz-3.5.4/PyNormaliz/examples/first.py
normaliz-3.5.4/PyNormaliz/examples/first_rational.py
normaliz-3.5.4/PyNormaliz/examples/first_long.py
normaliz-3.5.4/PyNormaliz/Makefile
normaliz-3.5.4/PyNormaliz/setup.py
normaliz-3.5.4/PyNormaliz/.travis.yml
normaliz-3.5.4/PyNormaliz/.travis-test.sh
normaliz-3.5.4/PyNormaliz/.travis-install.sh
normaliz-3.5.4/bootstrap.sh
normaliz-3.5.4/configure
normaliz-3.5.4/test/
normaliz-3.5.4/test/test-pr/
normaliz-3.5.4/test/test-pr/small_sh_proj_inhom.ProjectCone.ref
normaliz-3.5.4/test/test-pr/nonpointed.ProjectCone.ref
normaliz-3.5.4/test/test-pr/polyhedron.in
normaliz-3.5.4/test/test-pr/small_proj_inhom.in
normaliz-3.5.4/test/test-pr/small_sh_proj_inhom.ref
normaliz-3.5.4/test/test-pr/small_sh_proj.ProjectCone.ref
normaliz-3.5.4/test/test-pr/small_proj.ProjectCone.ref
normaliz-3.5.4/test/test-pr/small_proj.in
normaliz-3.5.4/test/test-pr/small_sh_proj_inhom.in
normaliz-3.5.4/test/test-pr/nonpointed.ref
normaliz-3.5.4/test/test-pr/small_sh_proj.ref
normaliz-3.5.4/test/test-pr/nonpointed.in
normaliz-3.5.4/test/test-pr/small_proj_inhom.ProjectCone.ref
normaliz-3.5.4/test/test-pr/small_sh_proj.in
normaliz-3.5.4/test/test-pr/polyhedron.ref
normaliz-3.5.4/test/test-pr/small_proj_inhom.ref
normaliz-3.5.4/test/test-pr/polyhedron.ProjectCone.ref
normaliz-3.5.4/test/test-pr/small_proj.ref
normaliz-3.5.4/test/test-d/
normaliz-3.5.4/test/test-d/direct_overflow.ref
normaliz-3.5.4/test/test-d/dupl_remove.in
normaliz-3.5.4/test/test-d/cross2.ref
normaliz-3.5.4/test/test-d/inhom_eq.ref
normaliz-3.5.4/test/test-d/Fact_wrt_dual_error.ref
normaliz-3.5.4/test/test-d/zero4.in
normaliz-3.5.4/test/test-d/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-d/halfspace2.in
normaliz-3.5.4/test/test-d/3x3magic.in
normaliz-3.5.4/test/test-d/empty_polyhedron.ref
normaliz-3.5.4/test/test-d/inhom_eq.in
normaliz-3.5.4/test/test-d/gen_nonpointed.ref
normaliz-3.5.4/test/test-d/election1dual.in
normaliz-3.5.4/test/test-d/ChineseRemainder.in
normaliz-3.5.4/test/test-d/fullspace.in
normaliz-3.5.4/test/test-d/halfspace2.ref
normaliz-3.5.4/test/test-d/3x3magic.ref
normaliz-3.5.4/test/test-d/cross2.in
normaliz-3.5.4/test/test-d/direct_overflow.in
normaliz-3.5.4/test/test-d/n_6_feas.in
normaliz-3.5.4/test/test-d/n_6_feas.ref
normaliz-3.5.4/test/test-d/ChineseRemainder.ref
normaliz-3.5.4/test/test-d/dual_index.in
normaliz-3.5.4/test/test-d/4x4.in
normaliz-3.5.4/test/test-d/mode456.in
normaliz-3.5.4/test/test-d/rees_mini.in
normaliz-3.5.4/test/test-d/hyperplanes-not-pointed.in
normaliz-3.5.4/test/test-d/halfspace3inhom.ref
normaliz-3.5.4/test/test-d/dual_index.ref
normaliz-3.5.4/test/test-d/empty_polyhedron.in
normaliz-3.5.4/test/test-d/rees_mini.ref
normaliz-3.5.4/test/test-d/zero4.ref
normaliz-3.5.4/test/test-d/latt_id_nonpointed.in
normaliz-3.5.4/test/test-d/normface.ref
normaliz-3.5.4/test/test-d/gen_nonpointed.in
normaliz-3.5.4/test/test-d/hyperplanes-not-pointed.ref
normaliz-3.5.4/test/test-d/fullspace.ref
normaliz-3.5.4/test/test-d/election1dual.ref
normaliz-3.5.4/test/test-d/dupl_remove.ref
normaliz-3.5.4/test/test-d/n_6_infeas.in
normaliz-3.5.4/test/test-d/strip2.in
normaliz-3.5.4/test/test-d/gen_inhom_nonpointed.ref
normaliz-3.5.4/test/test-d/fullspacehyp.ref
normaliz-3.5.4/test/test-d/strip2.ref
normaliz-3.5.4/test/test-d/dual-inhom-not-pointed.in
normaliz-3.5.4/test/test-d/dual_not_full_dim.in
normaliz-3.5.4/test/test-d/halfspace3inhom.in
normaliz-3.5.4/test/test-d/dual_not_full_dim.ref
normaliz-3.5.4/test/test-d/normface.in
normaliz-3.5.4/test/test-d/Fact_wrt_dual_error.in
normaliz-3.5.4/test/test-d/mode45.in
normaliz-3.5.4/test/test-d/mode45.ref
normaliz-3.5.4/test/test-d/5x5.in
normaliz-3.5.4/test/test-d/n_6_infeas.ref
normaliz-3.5.4/test/test-d/4x4.ref
normaliz-3.5.4/test/test-d/mode456.ref
normaliz-3.5.4/test/test-d/gen_inhom_nonpointed.in
normaliz-3.5.4/test/test-d/5x5.ref
normaliz-3.5.4/test/test-d/fullspacehyp.in
normaliz-3.5.4/test/test-d/dual-inhom-not-pointed.ref
normaliz-3.5.4/test/sortdiff
normaliz-3.5.4/test/tools/
normaliz-3.5.4/test/tools/mygetin.sh
normaliz-3.5.4/test/tools/my-out-ref.sh
normaliz-3.5.4/test/tools/mygetin-1.sh
normaliz-3.5.4/test/test-nn/
normaliz-3.5.4/test/test-nn/rp2poly.ref
normaliz-3.5.4/test/test-nn/direct_overflow.ref
normaliz-3.5.4/test/test-nn/notpointed.ref
normaliz-3.5.4/test/test-nn/dupl_remove.in
normaliz-3.5.4/test/test-nn/cross2.ref
normaliz-3.5.4/test/test-nn/rp2poly.in
normaliz-3.5.4/test/test-nn/2equation_large_simplex.in
normaliz-3.5.4/test/test-nn/polytop.in
normaliz-3.5.4/test/test-nn/Fact_wrt_dual_error.ref
normaliz-3.5.4/test/test-nn/smallerror.ref
normaliz-3.5.4/test/test-nn/zero4.in
normaliz-3.5.4/test/test-nn/binom.ref
normaliz-3.5.4/test/test-nn/squaref1.ref
normaliz-3.5.4/test/test-nn/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-nn/halfspace2.in
normaliz-3.5.4/test/test-nn/lattice_ideal.in
normaliz-3.5.4/test/test-nn/rproj2.in
normaliz-3.5.4/test/test-nn/rproj2.ref
normaliz-3.5.4/test/test-nn/subspace4.ref
normaliz-3.5.4/test/test-nn/medium.in
normaliz-3.5.4/test/test-nn/icmi.ref
normaliz-3.5.4/test/test-nn/small.in
normaliz-3.5.4/test/test-nn/lattice_ideal.ref
normaliz-3.5.4/test/test-nn/rafa1409.in
normaliz-3.5.4/test/test-nn/gen_nonpointed.ref
normaliz-3.5.4/test/test-nn/inhom_quasi.ref
normaliz-3.5.4/test/test-nn/ChineseRemainder.in
normaliz-3.5.4/test/test-nn/rees.in
normaliz-3.5.4/test/test-nn/fullspace.in
normaliz-3.5.4/test/test-nn/small-sh.ref
normaliz-3.5.4/test/test-nn/halfspace2.ref
normaliz-3.5.4/test/test-nn/rees_prim.ref
normaliz-3.5.4/test/test-nn/subspace4_inhom.in
normaliz-3.5.4/test/test-nn/cross2.in
normaliz-3.5.4/test/test-nn/direct_overflow.in
normaliz-3.5.4/test/test-nn/rafa2416.in
normaliz-3.5.4/test/test-nn/ChineseRemainder.ref
normaliz-3.5.4/test/test-nn/squaref1.in
normaliz-3.5.4/test/test-nn/rees_prim.in
normaliz-3.5.4/test/test-nn/icml.ref
normaliz-3.5.4/test/test-nn/mode456.in
normaliz-3.5.4/test/test-nn/polytop.ref
normaliz-3.5.4/test/test-nn/dual.in
normaliz-3.5.4/test/test-nn/subspace4_inhom.ref
normaliz-3.5.4/test/test-nn/subspace4.in
normaliz-3.5.4/test/test-nn/rees_mini.in
normaliz-3.5.4/test/test-nn/NonCMDiv.ref
normaliz-3.5.4/test/test-nn/hyperplanes-not-pointed.in
normaliz-3.5.4/test/test-nn/notpointed.in
normaliz-3.5.4/test/test-nn/squaref0.in
normaliz-3.5.4/test/test-nn/halfspace3inhom.ref
normaliz-3.5.4/test/test-nn/smallerror.in
normaliz-3.5.4/test/test-nn/small-sh.in
normaliz-3.5.4/test/test-nn/icmi.in
normaliz-3.5.4/test/test-nn/rees_mini.ref
normaliz-3.5.4/test/test-nn/zero4.ref
normaliz-3.5.4/test/test-nn/small.ref
normaliz-3.5.4/test/test-nn/latt_id_nonpointed.in
normaliz-3.5.4/test/test-nn/normface.ref
normaliz-3.5.4/test/test-nn/hickerson-16.ref
normaliz-3.5.4/test/test-nn/gen_nonpointed.in
normaliz-3.5.4/test/test-nn/hickerson-16.in
normaliz-3.5.4/test/test-nn/cut.in
normaliz-3.5.4/test/test-nn/cut.ref
normaliz-3.5.4/test/test-nn/rafa2310.in
normaliz-3.5.4/test/test-nn/hyperplanes-not-pointed.ref
normaliz-3.5.4/test/test-nn/fullspace.ref
normaliz-3.5.4/test/test-nn/binom.in
normaliz-3.5.4/test/test-nn/dupl_remove.ref
normaliz-3.5.4/test/test-nn/strip2.in
normaliz-3.5.4/test/test-nn/gen_inhom_nonpointed.ref
normaliz-3.5.4/test/test-nn/fullspacehyp.ref
normaliz-3.5.4/test/test-nn/strip2.ref
normaliz-3.5.4/test/test-nn/dual_not_full_dim.in
normaliz-3.5.4/test/test-nn/rees.ref
normaliz-3.5.4/test/test-nn/halfspace3inhom.in
normaliz-3.5.4/test/test-nn/dual.ref
normaliz-3.5.4/test/test-nn/rafa2416.ref
normaliz-3.5.4/test/test-nn/dual_not_full_dim.ref
normaliz-3.5.4/test/test-nn/normface.in
normaliz-3.5.4/test/test-nn/2equation_large_simplex.ref
normaliz-3.5.4/test/test-nn/squaref0.ref
normaliz-3.5.4/test/test-nn/Fact_wrt_dual_error.in
normaliz-3.5.4/test/test-nn/medium.ref
normaliz-3.5.4/test/test-nn/lowrank.ref
normaliz-3.5.4/test/test-nn/mode45.in
normaliz-3.5.4/test/test-nn/mode45.ref
normaliz-3.5.4/test/test-nn/rafa2310.ref
normaliz-3.5.4/test/test-nn/lowrank.in
normaliz-3.5.4/test/test-nn/NonCMDiv.in
normaliz-3.5.4/test/test-nn/inhom_quasi.in
normaliz-3.5.4/test/test-nn/rafa1409.ref
normaliz-3.5.4/test/test-nn/icml.in
normaliz-3.5.4/test/test-nn/mode456.ref
normaliz-3.5.4/test/test-nn/gen_inhom_nonpointed.in
normaliz-3.5.4/test/test-nn/fullspacehyp.in
normaliz-3.5.4/test/test-r1/
normaliz-3.5.4/test/test-r1/rp2poly.ref
normaliz-3.5.4/test/test-r1/direct_overflow.ref
normaliz-3.5.4/test/test-r1/notpointed.ref
normaliz-3.5.4/test/test-r1/dupl_remove.in
normaliz-3.5.4/test/test-r1/cross2.ref
normaliz-3.5.4/test/test-r1/rp2poly.in
normaliz-3.5.4/test/test-r1/polytop.in
normaliz-3.5.4/test/test-r1/zero4.in
normaliz-3.5.4/test/test-r1/squaref1.ref
normaliz-3.5.4/test/test-r1/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-r1/halfspace2.in
normaliz-3.5.4/test/test-r1/rproj2.in
normaliz-3.5.4/test/test-r1/rproj2.ref
normaliz-3.5.4/test/test-r1/3x3magic.in
normaliz-3.5.4/test/test-r1/medium.in
normaliz-3.5.4/test/test-r1/small.in
normaliz-3.5.4/test/test-r1/gen_nonpointed.ref
normaliz-3.5.4/test/test-r1/rees.in
normaliz-3.5.4/test/test-r1/halfspace2.ref
normaliz-3.5.4/test/test-r1/3x3magic.ref
normaliz-3.5.4/test/test-r1/cross2.in
normaliz-3.5.4/test/test-r1/direct_overflow.in
normaliz-3.5.4/test/test-r1/rafa2416.in
normaliz-3.5.4/test/test-r1/squaref1.in
normaliz-3.5.4/test/test-r1/4x4.in
normaliz-3.5.4/test/test-r1/mode456.in
normaliz-3.5.4/test/test-r1/polytop.ref
normaliz-3.5.4/test/test-r1/dual.in
normaliz-3.5.4/test/test-r1/rees_mini.in
normaliz-3.5.4/test/test-r1/hyperplanes-not-pointed.in
normaliz-3.5.4/test/test-r1/notpointed.in
normaliz-3.5.4/test/test-r1/squaref0.in
normaliz-3.5.4/test/test-r1/rees_mini.ref
normaliz-3.5.4/test/test-r1/zero4.ref
normaliz-3.5.4/test/test-r1/small.ref
normaliz-3.5.4/test/test-r1/latt_id_nonpointed.in
normaliz-3.5.4/test/test-r1/hickerson-16.ref
normaliz-3.5.4/test/test-r1/gen_nonpointed.in
normaliz-3.5.4/test/test-r1/hickerson-16.in
normaliz-3.5.4/test/test-r1/cut.in
normaliz-3.5.4/test/test-r1/cut.ref
normaliz-3.5.4/test/test-r1/hyperplanes-not-pointed.ref
normaliz-3.5.4/test/test-r1/dupl_remove.ref
normaliz-3.5.4/test/test-r1/dual_not_full_dim.in
normaliz-3.5.4/test/test-r1/rees.ref
normaliz-3.5.4/test/test-r1/dual.ref
normaliz-3.5.4/test/test-r1/rafa2416.ref
normaliz-3.5.4/test/test-r1/dual_not_full_dim.ref
normaliz-3.5.4/test/test-r1/squaref0.ref
normaliz-3.5.4/test/test-r1/medium.ref
normaliz-3.5.4/test/test-r1/lowrank.ref
normaliz-3.5.4/test/test-r1/mode45.in
normaliz-3.5.4/test/test-r1/mode45.ref
normaliz-3.5.4/test/test-r1/lowrank.in
normaliz-3.5.4/test/test-r1/4x4.ref
normaliz-3.5.4/test/test-r1/mode456.ref
normaliz-3.5.4/test/Makefile.classic
normaliz-3.5.4/test/test-h/
normaliz-3.5.4/test/test-h/rp2poly.ref
normaliz-3.5.4/test/test-h/direct_overflow.ref
normaliz-3.5.4/test/test-h/notpointed.ref
normaliz-3.5.4/test/test-h/dupl_remove.in
normaliz-3.5.4/test/test-h/cross2.ref
normaliz-3.5.4/test/test-h/rp2poly.in
normaliz-3.5.4/test/test-h/polytop.in
normaliz-3.5.4/test/test-h/zero4.in
normaliz-3.5.4/test/test-h/binom.ref
normaliz-3.5.4/test/test-h/squaref1.ref
normaliz-3.5.4/test/test-h/3x3_sign2.ref
normaliz-3.5.4/test/test-h/4x4gen.in
normaliz-3.5.4/test/test-h/3x3_sign.in
normaliz-3.5.4/test/test-h/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-h/simple_grading2.ref
normaliz-3.5.4/test/test-h/halfspace2.in
normaliz-3.5.4/test/test-h/3x3_sign.ref
normaliz-3.5.4/test/test-h/lattice_ideal.in
normaliz-3.5.4/test/test-h/rproj2.in
normaliz-3.5.4/test/test-h/rproj2.ref
normaliz-3.5.4/test/test-h/medium.in
normaliz-3.5.4/test/test-h/small.in
normaliz-3.5.4/test/test-h/lattice_ideal.ref
normaliz-3.5.4/test/test-h/gen_nonpointed.ref
normaliz-3.5.4/test/test-h/rees.in
normaliz-3.5.4/test/test-h/halfspace2.ref
normaliz-3.5.4/test/test-h/cross2.in
normaliz-3.5.4/test/test-h/direct_overflow.in
normaliz-3.5.4/test/test-h/rafa2416.in
normaliz-3.5.4/test/test-h/3x3magiceven.in
normaliz-3.5.4/test/test-h/squaref1.in
normaliz-3.5.4/test/test-h/4x4.in
normaliz-3.5.4/test/test-h/mode456.in
normaliz-3.5.4/test/test-h/3x3_sign2.in
normaliz-3.5.4/test/test-h/polytop.ref
normaliz-3.5.4/test/test-h/rees_grading.ref
normaliz-3.5.4/test/test-h/dual.in
normaliz-3.5.4/test/test-h/simple_grading2.in
normaliz-3.5.4/test/test-h/rees_mini.in
normaliz-3.5.4/test/test-h/NonCMDiv.ref
normaliz-3.5.4/test/test-h/3x3magiceven.ref
normaliz-3.5.4/test/test-h/notpointed.in
normaliz-3.5.4/test/test-h/squaref0.in
normaliz-3.5.4/test/test-h/halfspace3inhom.ref
normaliz-3.5.4/test/test-h/rees_mini.ref
normaliz-3.5.4/test/test-h/zero4.ref
normaliz-3.5.4/test/test-h/simple_grading.in
normaliz-3.5.4/test/test-h/inhom_triangle.in
normaliz-3.5.4/test/test-h/4x4gen.ref
normaliz-3.5.4/test/test-h/small.ref
normaliz-3.5.4/test/test-h/latt_id_nonpointed.in
normaliz-3.5.4/test/test-h/normface.ref
normaliz-3.5.4/test/test-h/hickerson-16.ref
normaliz-3.5.4/test/test-h/gen_nonpointed.in
normaliz-3.5.4/test/test-h/hickerson-16.in
normaliz-3.5.4/test/test-h/cut.in
normaliz-3.5.4/test/test-h/cut.ref
normaliz-3.5.4/test/test-h/inhom_triangle.ref
normaliz-3.5.4/test/test-h/binom.in
normaliz-3.5.4/test/test-h/dupl_remove.ref
normaliz-3.5.4/test/test-h/strip2.in
normaliz-3.5.4/test/test-h/strip2.ref
normaliz-3.5.4/test/test-h/dual_not_full_dim.in
normaliz-3.5.4/test/test-h/rees.ref
normaliz-3.5.4/test/test-h/halfspace3inhom.in
normaliz-3.5.4/test/test-h/dual.ref
normaliz-3.5.4/test/test-h/rafa2416.ref
normaliz-3.5.4/test/test-h/test22dual.ref
normaliz-3.5.4/test/test-h/test22dual.in
normaliz-3.5.4/test/test-h/dual_not_full_dim.ref
normaliz-3.5.4/test/test-h/normface.in
normaliz-3.5.4/test/test-h/squaref0.ref
normaliz-3.5.4/test/test-h/medium.ref
normaliz-3.5.4/test/test-h/lowrank.ref
normaliz-3.5.4/test/test-h/simple_grading.ref
normaliz-3.5.4/test/test-h/lowrank.in
normaliz-3.5.4/test/test-h/NonCMDiv.in
normaliz-3.5.4/test/test-h/rees_grading.in
normaliz-3.5.4/test/test-h/4x4.ref
normaliz-3.5.4/test/test-h/mode456.ref
normaliz-3.5.4/test/test-n/
normaliz-3.5.4/test/test-n/direct_overflow.ref
normaliz-3.5.4/test/test-n/dupl_remove.in
normaliz-3.5.4/test/test-n/cross2.ref
normaliz-3.5.4/test/test-n/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-n/halfspace2.in
normaliz-3.5.4/test/test-n/lattice_ideal.in
normaliz-3.5.4/test/test-n/lattice_ideal.ref
normaliz-3.5.4/test/test-n/gen_nonpointed.ref
normaliz-3.5.4/test/test-n/inhom_quasi.ref
normaliz-3.5.4/test/test-n/halfspace2.ref
normaliz-3.5.4/test/test-n/cross2.in
normaliz-3.5.4/test/test-n/direct_overflow.in
normaliz-3.5.4/test/test-n/rees_mini.in
normaliz-3.5.4/test/test-n/halfspace3inhom.ref
normaliz-3.5.4/test/test-n/knapsack_11_60_test2.in
normaliz-3.5.4/test/test-n/rees_mini.ref
normaliz-3.5.4/test/test-n/inhom_triangle.in
normaliz-3.5.4/test/test-n/latt_id_nonpointed.in
normaliz-3.5.4/test/test-n/normface.ref
normaliz-3.5.4/test/test-n/hickerson-16.ref
normaliz-3.5.4/test/test-n/gen_nonpointed.in
normaliz-3.5.4/test/test-n/hickerson-16.in
normaliz-3.5.4/test/test-n/inhom_triangle.ref
normaliz-3.5.4/test/test-n/dupl_remove.ref
normaliz-3.5.4/test/test-n/knapsack_11_60_test2.ref
normaliz-3.5.4/test/test-n/strip2.in
normaliz-3.5.4/test/test-n/strip2.ref
normaliz-3.5.4/test/test-n/halfspace3inhom.in
normaliz-3.5.4/test/test-n/normface.in
normaliz-3.5.4/test/test-n/inhom_quasi.in
normaliz-3.5.4/test/test-w/
normaliz-3.5.4/test/test-w/rp2poly.ref
normaliz-3.5.4/test/test-w/direct_overflow.ref
normaliz-3.5.4/test/test-w/notpointed.ref
normaliz-3.5.4/test/test-w/dupl_remove.in
normaliz-3.5.4/test/test-w/rp2poly.in
normaliz-3.5.4/test/test-w/polytop.in
normaliz-3.5.4/test/test-w/smallerror.ref
normaliz-3.5.4/test/test-w/binom.ref
normaliz-3.5.4/test/test-w/squaref1.ref
normaliz-3.5.4/test/test-w/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-w/lattice_ideal.in
normaliz-3.5.4/test/test-w/rproj2.in
normaliz-3.5.4/test/test-w/rproj2.ref
normaliz-3.5.4/test/test-w/medium.in
normaliz-3.5.4/test/test-w/icmi.ref
normaliz-3.5.4/test/test-w/small.in
normaliz-3.5.4/test/test-w/lattice_ideal.ref
normaliz-3.5.4/test/test-w/rafa1409.in
normaliz-3.5.4/test/test-w/gen_nonpointed.ref
normaliz-3.5.4/test/test-w/rees.in
normaliz-3.5.4/test/test-w/rees_prim.ref
normaliz-3.5.4/test/test-w/direct_overflow.in
normaliz-3.5.4/test/test-w/rafa2416.in
normaliz-3.5.4/test/test-w/squaref1.in
normaliz-3.5.4/test/test-w/rees_prim.in
normaliz-3.5.4/test/test-w/icml.ref
normaliz-3.5.4/test/test-w/polytop.ref
normaliz-3.5.4/test/test-w/rees_mini.in
normaliz-3.5.4/test/test-w/notpointed.in
normaliz-3.5.4/test/test-w/squaref0.in
normaliz-3.5.4/test/test-w/smallerror.in
normaliz-3.5.4/test/test-w/icmi.in
normaliz-3.5.4/test/test-w/rees_mini.ref
normaliz-3.5.4/test/test-w/small.ref
normaliz-3.5.4/test/test-w/latt_id_nonpointed.in
normaliz-3.5.4/test/test-w/gen_nonpointed.in
normaliz-3.5.4/test/test-w/rafa2310.in
normaliz-3.5.4/test/test-w/binom.in
normaliz-3.5.4/test/test-w/dupl_remove.ref
normaliz-3.5.4/test/test-w/rees.ref
normaliz-3.5.4/test/test-w/rafa2416.ref
normaliz-3.5.4/test/test-w/squaref0.ref
normaliz-3.5.4/test/test-w/medium.ref
normaliz-3.5.4/test/test-w/lowrank.ref
normaliz-3.5.4/test/test-w/rafa2310.ref
normaliz-3.5.4/test/test-w/lowrank.in
normaliz-3.5.4/test/test-w/rafa1409.ref
normaliz-3.5.4/test/test-w/icml.in
normaliz-3.5.4/test/test-p/
normaliz-3.5.4/test/test-p/rp2poly.ref
normaliz-3.5.4/test/test-p/direct_overflow.ref
normaliz-3.5.4/test/test-p/notpointed.ref
normaliz-3.5.4/test/test-p/cross2.ref
normaliz-3.5.4/test/test-p/rp2poly.in
normaliz-3.5.4/test/test-p/polytop.in
normaliz-3.5.4/test/test-p/zero4.in
normaliz-3.5.4/test/test-p/binom.ref
normaliz-3.5.4/test/test-p/squaref1.ref
normaliz-3.5.4/test/test-p/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-p/halfspace2.in
normaliz-3.5.4/test/test-p/lattice_ideal.in
normaliz-3.5.4/test/test-p/rproj2.in
normaliz-3.5.4/test/test-p/rproj2.ref
normaliz-3.5.4/test/test-p/medium.in
normaliz-3.5.4/test/test-p/small.in
normaliz-3.5.4/test/test-p/lattice_ideal.ref
normaliz-3.5.4/test/test-p/gen_nonpointed.ref
normaliz-3.5.4/test/test-p/rees.in
normaliz-3.5.4/test/test-p/halfspace2.ref
normaliz-3.5.4/test/test-p/cross2.in
normaliz-3.5.4/test/test-p/direct_overflow.in
normaliz-3.5.4/test/test-p/rafa2416.in
normaliz-3.5.4/test/test-p/squaref1.in
normaliz-3.5.4/test/test-p/bugHpoly.ref
normaliz-3.5.4/test/test-p/polytop.ref
normaliz-3.5.4/test/test-p/dual.in
normaliz-3.5.4/test/test-p/rees_mini.in
normaliz-3.5.4/test/test-p/bugHpoly.in
normaliz-3.5.4/test/test-p/notpointed.in
normaliz-3.5.4/test/test-p/squaref0.in
normaliz-3.5.4/test/test-p/knapsack_11_60_test2.in
normaliz-3.5.4/test/test-p/rees_mini.ref
normaliz-3.5.4/test/test-p/zero4.ref
normaliz-3.5.4/test/test-p/small.ref
normaliz-3.5.4/test/test-p/latt_id_nonpointed.in
normaliz-3.5.4/test/test-p/hickerson-16.ref
normaliz-3.5.4/test/test-p/gen_nonpointed.in
normaliz-3.5.4/test/test-p/hickerson-16.in
normaliz-3.5.4/test/test-p/cut.in
normaliz-3.5.4/test/test-p/cut.ref
normaliz-3.5.4/test/test-p/binom.in
normaliz-3.5.4/test/test-p/knapsack_11_60_test2.ref
normaliz-3.5.4/test/test-p/dual_not_full_dim.in
normaliz-3.5.4/test/test-p/rees.ref
normaliz-3.5.4/test/test-p/dual.ref
normaliz-3.5.4/test/test-p/rafa2416.ref
normaliz-3.5.4/test/test-p/dual_not_full_dim.ref
normaliz-3.5.4/test/test-p/squaref0.ref
normaliz-3.5.4/test/test-p/medium.ref
normaliz-3.5.4/test/test-p/lowrank.ref
normaliz-3.5.4/test/test-p/lowrank.in
normaliz-3.5.4/test/test-/
normaliz-3.5.4/test/test-/rp2poly.ref
normaliz-3.5.4/test/test-/direct_overflow.ref
normaliz-3.5.4/test/test-/SquareMinusVertexPolyh.in
normaliz-3.5.4/test/test-/notpointed.ref
normaliz-3.5.4/test/test-/dupl_remove.in
normaliz-3.5.4/test/test-/cross2.ref
normaliz-3.5.4/test/test-/inhom_eq.ref
normaliz-3.5.4/test/test-/rp2poly.in
normaliz-3.5.4/test/test-/crash2.ref
normaliz-3.5.4/test/test-/ChF_8_1024.ref
normaliz-3.5.4/test/test-/dehomogenization.ref
normaliz-3.5.4/test/test-/hickerson-16plus1.ref
normaliz-3.5.4/test/test-/polytop.in
normaliz-3.5.4/test/test-/Fact_wrt_dual_error.ref
normaliz-3.5.4/test/test-/rational_inhom.ref
normaliz-3.5.4/test/test-/zero4.in
normaliz-3.5.4/test/test-/Thierry.ref
normaliz-3.5.4/test/test-/binom.ref
normaliz-3.5.4/test/test-/squaref1.ref
normaliz-3.5.4/test/test-/3x3_sign2.ref
normaliz-3.5.4/test/test-/InhomIneqSymb.in
normaliz-3.5.4/test/test-/4x4gen.in
normaliz-3.5.4/test/test-/3x3_sign.in
normaliz-3.5.4/test/test-/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-/simple_grading2.ref
normaliz-3.5.4/test/test-/halfspace2.in
normaliz-3.5.4/test/test-/strict.ref
normaliz-3.5.4/test/test-/CondParSymmSemi.ref
normaliz-3.5.4/test/test-/3x3_sign.ref
normaliz-3.5.4/test/test-/lattice_ideal.in
normaliz-3.5.4/test/test-/intcl1.in
normaliz-3.5.4/test/test-/rproj2.in
normaliz-3.5.4/test/test-/rproj2.ref
normaliz-3.5.4/test/test-/subspace4.ref
normaliz-3.5.4/test/test-/direct_overflow_dual.ref
normaliz-3.5.4/test/test-/empty_polyhedron.ref
normaliz-3.5.4/test/test-/medium.in
normaliz-3.5.4/test/test-/smallPF.ref
normaliz-3.5.4/test/test-/inhom_eq.in
normaliz-3.5.4/test/test-/small.in
normaliz-3.5.4/test/test-/lattice_ideal.ref
normaliz-3.5.4/test/test-/direct_overflow_dual.in
normaliz-3.5.4/test/test-/23.ref
normaliz-3.5.4/test/test-/rafa1409.in
normaliz-3.5.4/test/test-/gen_nonpointed.ref
normaliz-3.5.4/test/test-/inhom_quasi.ref
normaliz-3.5.4/test/test-/ChineseRemainder.in
normaliz-3.5.4/test/test-/Thierry.in
normaliz-3.5.4/test/test-/rees.in
normaliz-3.5.4/test/test-/fullspace.in
normaliz-3.5.4/test/test-/small-sh.ref
normaliz-3.5.4/test/test-/zero_polyhedron.in
normaliz-3.5.4/test/test-/polyhedron.in
normaliz-3.5.4/test/test-/halfspace2.ref
normaliz-3.5.4/test/test-/rees_prim.ref
normaliz-3.5.4/test/test-/Frol_high_6_1024Null5_6.in
normaliz-3.5.4/test/test-/subspace4_inhom.in
normaliz-3.5.4/test/test-/cross2.in
normaliz-3.5.4/test/test-/direct_overflow.in
normaliz-3.5.4/test/test-/euclid.ref
normaliz-3.5.4/test/test-/n_6_feas.in
normaliz-3.5.4/test/test-/euclid.in
normaliz-3.5.4/test/test-/mode456_constraints.in
normaliz-3.5.4/test/test-/CondParSymmSemi.in
normaliz-3.5.4/test/test-/rafa2416.in
normaliz-3.5.4/test/test-/n_6_feas.ref
normaliz-3.5.4/test/test-/ChineseRemainder.ref
normaliz-3.5.4/test/test-/3x3magiceven.in
normaliz-3.5.4/test/test-/squaref1.in
normaliz-3.5.4/test/test-/4x4.in
normaliz-3.5.4/test/test-/rees_prim.in
normaliz-3.5.4/test/test-/rational_inhom.in
normaliz-3.5.4/test/test-/ThierryApproximate.in
normaliz-3.5.4/test/test-/mode456.in
normaliz-3.5.4/test/test-/3x3_sign2.in
normaliz-3.5.4/test/test-/polytop.ref
normaliz-3.5.4/test/test-/rees_grading.ref
normaliz-3.5.4/test/test-/dual.in
normaliz-3.5.4/test/test-/subspace4_inhom.ref
normaliz-3.5.4/test/test-/ThierryNoProjection.ref
normaliz-3.5.4/test/test-/simple_grading2.in
normaliz-3.5.4/test/test-/subspace4.in
normaliz-3.5.4/test/test-/rees_mini.in
normaliz-3.5.4/test/test-/InhomIneqSymb.ref
normaliz-3.5.4/test/test-/smallPF.in
normaliz-3.5.4/test/test-/NonCMDiv.ref
normaliz-3.5.4/test/test-/3x3magiceven.ref
normaliz-3.5.4/test/test-/notpointed.in
normaliz-3.5.4/test/test-/squaref0.in
normaliz-3.5.4/test/test-/halfspace3inhom.ref
normaliz-3.5.4/test/test-/23.in
normaliz-3.5.4/test/test-/empty_polyhedron2.ref
normaliz-3.5.4/test/test-/empty_polyhedron.in
normaliz-3.5.4/test/test-/small-sh.in
normaliz-3.5.4/test/test-/knapsack_11_60_test2.in
normaliz-3.5.4/test/test-/rees_mini.ref
normaliz-3.5.4/test/test-/strict.in
normaliz-3.5.4/test/test-/zero4.ref
normaliz-3.5.4/test/test-/simple_grading.in
normaliz-3.5.4/test/test-/inhom_triangle.in
normaliz-3.5.4/test/test-/ChF_8_1024.in
normaliz-3.5.4/test/test-/4x4gen.ref
normaliz-3.5.4/test/test-/small.ref
normaliz-3.5.4/test/test-/SquareMinusVertexPolyh.ref
normaliz-3.5.4/test/test-/ThierryPF.in
normaliz-3.5.4/test/test-/zero_polyhedron.ref
normaliz-3.5.4/test/test-/latt_id_nonpointed.in
normaliz-3.5.4/test/test-/normface.ref
normaliz-3.5.4/test/test-/hickerson-16.ref
normaliz-3.5.4/test/test-/gen_nonpointed.in
normaliz-3.5.4/test/test-/hickerson-16.in
normaliz-3.5.4/test/test-/ThierryNoProjection.in
normaliz-3.5.4/test/test-/crash2.in
normaliz-3.5.4/test/test-/cut.in
normaliz-3.5.4/test/test-/cut.ref
normaliz-3.5.4/test/test-/rafa2310.in
normaliz-3.5.4/test/test-/inhom_triangle.ref
normaliz-3.5.4/test/test-/fullspace.ref
normaliz-3.5.4/test/test-/binom.in
normaliz-3.5.4/test/test-/dupl_remove.ref
normaliz-3.5.4/test/test-/knapsack_11_60_test2.ref
normaliz-3.5.4/test/test-/n_6_infeas.in
normaliz-3.5.4/test/test-/strip2.in
normaliz-3.5.4/test/test-/gen_inhom_nonpointed.ref
normaliz-3.5.4/test/test-/fullspacehyp.ref
normaliz-3.5.4/test/test-/strip2.ref
normaliz-3.5.4/test/test-/mode456_constraints.ref
normaliz-3.5.4/test/test-/dehomogenization.in
normaliz-3.5.4/test/test-/diagonal.in
normaliz-3.5.4/test/test-/dual_not_full_dim.in
normaliz-3.5.4/test/test-/empty_polyhedron2.in
normaliz-3.5.4/test/test-/rees.ref
normaliz-3.5.4/test/test-/halfspace3inhom.in
normaliz-3.5.4/test/test-/crash.in
normaliz-3.5.4/test/test-/dual.ref
normaliz-3.5.4/test/test-/rafa2416.ref
normaliz-3.5.4/test/test-/test22dual.ref
normaliz-3.5.4/test/test-/ChF_8_1024P.ref
normaliz-3.5.4/test/test-/ChF_8_1024P.in
normaliz-3.5.4/test/test-/polyhedron.ref
normaliz-3.5.4/test/test-/test22dual.in
normaliz-3.5.4/test/test-/dual_not_full_dim.ref
normaliz-3.5.4/test/test-/normface.in
normaliz-3.5.4/test/test-/crash.ref
normaliz-3.5.4/test/test-/squaref0.ref
normaliz-3.5.4/test/test-/Fact_wrt_dual_error.in
normaliz-3.5.4/test/test-/medium.ref
normaliz-3.5.4/test/test-/lowrank.ref
normaliz-3.5.4/test/test-/simple_grading.ref
normaliz-3.5.4/test/test-/lowrankPF.in
normaliz-3.5.4/test/test-/rafa2310.ref
normaliz-3.5.4/test/test-/lowrank.in
normaliz-3.5.4/test/test-/NonCMDiv.in
normaliz-3.5.4/test/test-/diagonal.ref
normaliz-3.5.4/test/test-/inhom_quasi.in
normaliz-3.5.4/test/test-/rees_grading.in
normaliz-3.5.4/test/test-/zero3.in
normaliz-3.5.4/test/test-/n_6_infeas.ref
normaliz-3.5.4/test/test-/rafa1409.ref
normaliz-3.5.4/test/test-/ThierryApproximate.ref
normaliz-3.5.4/test/test-/4x4.ref
normaliz-3.5.4/test/test-/Frol_high_6_1024Null5_6.ref
normaliz-3.5.4/test/test-/mode456.ref
normaliz-3.5.4/test/test-/lowrankPF.ref
normaliz-3.5.4/test/test-/zero3.ref
normaliz-3.5.4/test/test-/intcl1.ref
normaliz-3.5.4/test/test-/gen_inhom_nonpointed.in
normaliz-3.5.4/test/test-/hickerson-16plus1.in
normaliz-3.5.4/test/test-/ThierryPF.ref
normaliz-3.5.4/test/test-/fullspacehyp.in
normaliz-3.5.4/test/test-mm/
normaliz-3.5.4/test/test-mm/rp2poly.ref
normaliz-3.5.4/test/test-mm/direct_overflow.ref
normaliz-3.5.4/test/test-mm/notpointed.ref
normaliz-3.5.4/test/test-mm/dupl_remove.in
normaliz-3.5.4/test/test-mm/cross2.ref
normaliz-3.5.4/test/test-mm/rp2poly.in
normaliz-3.5.4/test/test-mm/polytop.in
normaliz-3.5.4/test/test-mm/binom.ref
normaliz-3.5.4/test/test-mm/squaref1.ref
normaliz-3.5.4/test/test-mm/4x4gen.in
normaliz-3.5.4/test/test-mm/simple_grading2.ref
normaliz-3.5.4/test/test-mm/lattice_ideal.in
normaliz-3.5.4/test/test-mm/intcl1.in
normaliz-3.5.4/test/test-mm/rproj2.in
normaliz-3.5.4/test/test-mm/rproj2.ref
normaliz-3.5.4/test/test-mm/medium.in
normaliz-3.5.4/test/test-mm/lattice_ideal.ref
normaliz-3.5.4/test/test-mm/rafa1409.in
normaliz-3.5.4/test/test-mm/gen_nonpointed.ref
normaliz-3.5.4/test/test-mm/no_open_facet.ref
normaliz-3.5.4/test/test-mm/rees.in
normaliz-3.5.4/test/test-mm/fullspace.in
normaliz-3.5.4/test/test-mm/modgen_inhom3.ref
normaliz-3.5.4/test/test-mm/zero_polyhedron.in
normaliz-3.5.4/test/test-mm/rees_prim.ref
normaliz-3.5.4/test/test-mm/open_facet.ref
normaliz-3.5.4/test/test-mm/cross2.in
normaliz-3.5.4/test/test-mm/no_open_facet.in
normaliz-3.5.4/test/test-mm/direct_overflow.in
normaliz-3.5.4/test/test-mm/rafa2416.in
normaliz-3.5.4/test/test-mm/squaref1.in
normaliz-3.5.4/test/test-mm/rees_prim.in
normaliz-3.5.4/test/test-mm/polytop.ref
normaliz-3.5.4/test/test-mm/rees_grading.ref
normaliz-3.5.4/test/test-mm/simple_grading2.in
normaliz-3.5.4/test/test-mm/open_facet.in
normaliz-3.5.4/test/test-mm/rees_mini.in
normaliz-3.5.4/test/test-mm/notpointed.in
normaliz-3.5.4/test/test-mm/squaref0.in
normaliz-3.5.4/test/test-mm/knapsack_11_60_test2.in
normaliz-3.5.4/test/test-mm/rees_mini.ref
normaliz-3.5.4/test/test-mm/simple_grading.in
normaliz-3.5.4/test/test-mm/future/
normaliz-3.5.4/test/test-mm/future/SquareMinusVertexPolyh.in
normaliz-3.5.4/test/test-mm/future/inhom_quasi.ref
normaliz-3.5.4/test/test-mm/future/SquareMinusVertexPolyh.ref
normaliz-3.5.4/test/test-mm/future/inhom_quasi.in
normaliz-3.5.4/test/test-mm/4x4gen.ref
normaliz-3.5.4/test/test-mm/modgen_inhom3.in
normaliz-3.5.4/test/test-mm/zero_polyhedron.ref
normaliz-3.5.4/test/test-mm/normface.ref
normaliz-3.5.4/test/test-mm/gen_nonpointed.in
normaliz-3.5.4/test/test-mm/rafa2310.in
normaliz-3.5.4/test/test-mm/fullspace.ref
normaliz-3.5.4/test/test-mm/binom.in
normaliz-3.5.4/test/test-mm/dupl_remove.ref
normaliz-3.5.4/test/test-mm/knapsack_11_60_test2.ref
normaliz-3.5.4/test/test-mm/fullspacehyp.ref
normaliz-3.5.4/test/test-mm/rees.ref
normaliz-3.5.4/test/test-mm/rafa2416.ref
normaliz-3.5.4/test/test-mm/test22dual.ref
normaliz-3.5.4/test/test-mm/modgen_inhom2.ref
normaliz-3.5.4/test/test-mm/test22dual.in
normaliz-3.5.4/test/test-mm/normface.in
normaliz-3.5.4/test/test-mm/squaref0.ref
normaliz-3.5.4/test/test-mm/medium.ref
normaliz-3.5.4/test/test-mm/lowrank.ref
normaliz-3.5.4/test/test-mm/simple_grading.ref
normaliz-3.5.4/test/test-mm/rafa2310.ref
normaliz-3.5.4/test/test-mm/lowrank.in
normaliz-3.5.4/test/test-mm/modgen_inhom2.in
normaliz-3.5.4/test/test-mm/rees_grading.in
normaliz-3.5.4/test/test-mm/rafa1409.ref
normaliz-3.5.4/test/test-mm/intcl1.ref
normaliz-3.5.4/test/test-mm/fullspacehyp.in
normaliz-3.5.4/test/test-dnn/
normaliz-3.5.4/test/test-dnn/direct_overflow.ref
normaliz-3.5.4/test/test-dnn/dupl_remove.in
normaliz-3.5.4/test/test-dnn/cross2.ref
normaliz-3.5.4/test/test-dnn/inhom_eq.ref
normaliz-3.5.4/test/test-dnn/Fact_wrt_dual_error.ref
normaliz-3.5.4/test/test-dnn/zero4.in
normaliz-3.5.4/test/test-dnn/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-dnn/halfspace2.in
normaliz-3.5.4/test/test-dnn/3x3magic.in
normaliz-3.5.4/test/test-dnn/empty_polyhedron.ref
normaliz-3.5.4/test/test-dnn/inhom_eq.in
normaliz-3.5.4/test/test-dnn/gen_nonpointed.ref
normaliz-3.5.4/test/test-dnn/election1dual.in
normaliz-3.5.4/test/test-dnn/ChineseRemainder.in
normaliz-3.5.4/test/test-dnn/fullspace.in
normaliz-3.5.4/test/test-dnn/halfspace2.ref
normaliz-3.5.4/test/test-dnn/3x3magic.ref
normaliz-3.5.4/test/test-dnn/cross2.in
normaliz-3.5.4/test/test-dnn/direct_overflow.in
normaliz-3.5.4/test/test-dnn/ChineseRemainder.ref
normaliz-3.5.4/test/test-dnn/dual_index.in
normaliz-3.5.4/test/test-dnn/4x4.in
normaliz-3.5.4/test/test-dnn/mode456.in
normaliz-3.5.4/test/test-dnn/rees_mini.in
normaliz-3.5.4/test/test-dnn/hyperplanes-not-pointed.in
normaliz-3.5.4/test/test-dnn/halfspace3inhom.ref
normaliz-3.5.4/test/test-dnn/dual_index.ref
normaliz-3.5.4/test/test-dnn/empty_polyhedron.in
normaliz-3.5.4/test/test-dnn/rees_mini.ref
normaliz-3.5.4/test/test-dnn/zero4.ref
normaliz-3.5.4/test/test-dnn/latt_id_nonpointed.in
normaliz-3.5.4/test/test-dnn/gen_nonpointed.in
normaliz-3.5.4/test/test-dnn/hyperplanes-not-pointed.ref
normaliz-3.5.4/test/test-dnn/fullspace.ref
normaliz-3.5.4/test/test-dnn/election1dual.ref
normaliz-3.5.4/test/test-dnn/dupl_remove.ref
normaliz-3.5.4/test/test-dnn/strip2.in
normaliz-3.5.4/test/test-dnn/gen_inhom_nonpointed.ref
normaliz-3.5.4/test/test-dnn/fullspacehyp.ref
normaliz-3.5.4/test/test-dnn/strip2.ref
normaliz-3.5.4/test/test-dnn/dual-inhom-not-pointed.in
normaliz-3.5.4/test/test-dnn/dual_not_full_dim.in
normaliz-3.5.4/test/test-dnn/halfspace3inhom.in
normaliz-3.5.4/test/test-dnn/dual_not_full_dim.ref
normaliz-3.5.4/test/test-dnn/Fact_wrt_dual_error.in
normaliz-3.5.4/test/test-dnn/mode45.in
normaliz-3.5.4/test/test-dnn/mode45.ref
normaliz-3.5.4/test/test-dnn/5x5.in
normaliz-3.5.4/test/test-dnn/4x4.ref
normaliz-3.5.4/test/test-dnn/mode456.ref
normaliz-3.5.4/test/test-dnn/gen_inhom_nonpointed.in
normaliz-3.5.4/test/test-dnn/5x5.ref
normaliz-3.5.4/test/test-dnn/fullspacehyp.in
normaliz-3.5.4/test/test-dnn/dual-inhom-not-pointed.ref
normaliz-3.5.4/test/test-Int/
normaliz-3.5.4/test/test-Int/Condorcet-v.ref
normaliz-3.5.4/test/test-Int/rational-L.ref
normaliz-3.5.4/test/test-Int/rational-E.in
normaliz-3.5.4/test/test-Int/Condorcet-q.in
normaliz-3.5.4/test/test-Int/CondorcetSemi-q.in
normaliz-3.5.4/test/test-Int/j462.in
normaliz-3.5.4/test/test-Int/rational-I.ref
normaliz-3.5.4/test/test-Int/rational-L.in
normaliz-3.5.4/test/test-Int/CondorcetSemi-q.ref
normaliz-3.5.4/test/test-Int/Condorcet-q.ref
normaliz-3.5.4/test/test-Int/j462.ref
normaliz-3.5.4/test/test-Int/rational-I.in
normaliz-3.5.4/test/test-Int/zero-L.ref
normaliz-3.5.4/test/test-Int/Condorcet-v.in
normaliz-3.5.4/test/test-Int/zero-I.ref
normaliz-3.5.4/test/test-Int/zero-I.in
normaliz-3.5.4/test/test-Int/zero-E.ref
normaliz-3.5.4/test/test-Int/zero-E.in
normaliz-3.5.4/test/test-Int/zero-L.in
normaliz-3.5.4/test/test-Int/rational-E.ref
normaliz-3.5.4/test/test-hh/
normaliz-3.5.4/test/test-hh/direct_overflow.ref
normaliz-3.5.4/test/test-hh/fullspace.IntHull.ref
normaliz-3.5.4/test/test-hh/rational.IntHull.ref
normaliz-3.5.4/test/test-hh/fullspacehyp.IntHull.ref
normaliz-3.5.4/test/test-hh/no_int_point.ref
normaliz-3.5.4/test/test-hh/fullspace.in
normaliz-3.5.4/test/test-hh/halfspace3inhom.IntHull.ref
normaliz-3.5.4/test/test-hh/InhomIneq.in
normaliz-3.5.4/test/test-hh/no_int_point.IntHull.ref
normaliz-3.5.4/test/test-hh/diagonal_5.ref
normaliz-3.5.4/test/test-hh/rational.in
normaliz-3.5.4/test/test-hh/direct_overflow.in
normaliz-3.5.4/test/test-hh/direct_overflow.IntHull.ref
normaliz-3.5.4/test/test-hh/rational.ref
normaliz-3.5.4/test/test-hh/diagonal_5.IntHull.ref
normaliz-3.5.4/test/test-hh/halfspace3inhom.ref
normaliz-3.5.4/test/test-hh/diagonal_5.in
normaliz-3.5.4/test/test-hh/InhomIneq.IntHull.ref
normaliz-3.5.4/test/test-hh/fullspace.ref
normaliz-3.5.4/test/test-hh/strip2.in
normaliz-3.5.4/test/test-hh/fullspacehyp.ref
normaliz-3.5.4/test/test-hh/strip2.ref
normaliz-3.5.4/test/test-hh/no_int_point.in
normaliz-3.5.4/test/test-hh/halfspace3inhom.in
normaliz-3.5.4/test/test-hh/strip2.IntHull.ref
normaliz-3.5.4/test/test-hh/fullspacehyp.in
normaliz-3.5.4/test/test-hh/InhomIneq.ref
normaliz-3.5.4/test/test-Scip/
normaliz-3.5.4/test/test-Scip/hickerson-16plus1.ref
normaliz-3.5.4/test/test-Scip/knapsack_11_60.in
normaliz-3.5.4/test/test-Scip/hickerson-16.ref
normaliz-3.5.4/test/test-Scip/hickerson-16.in
normaliz-3.5.4/test/test-Scip/knapsack_11_60.ref
normaliz-3.5.4/test/test-Scip/hickerson-16plus1.in
normaliz-3.5.4/test/Makefile.in
normaliz-3.5.4/test/test-s/
normaliz-3.5.4/test/test-s/rp2poly.ref
normaliz-3.5.4/test/test-s/direct_overflow.ref
normaliz-3.5.4/test/test-s/SquareMinusVertexPolyh.in
normaliz-3.5.4/test/test-s/notpointed.ref
normaliz-3.5.4/test/test-s/dupl_remove.in
normaliz-3.5.4/test/test-s/cross2.ref
normaliz-3.5.4/test/test-s/rp2poly.in
normaliz-3.5.4/test/test-s/huge.in
normaliz-3.5.4/test/test-s/dehomogenization.ref
normaliz-3.5.4/test/test-s/polytop.in
normaliz-3.5.4/test/test-s/smallerror.ref
normaliz-3.5.4/test/test-s/zero4.in
normaliz-3.5.4/test/test-s/binom.ref
normaliz-3.5.4/test/test-s/squaref1.ref
normaliz-3.5.4/test/test-s/3x3_sign.in
normaliz-3.5.4/test/test-s/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-s/halfspace2.in
normaliz-3.5.4/test/test-s/3x3_sign.ref
normaliz-3.5.4/test/test-s/lattice_ideal.in
normaliz-3.5.4/test/test-s/rproj2.in
normaliz-3.5.4/test/test-s/rproj2.ref
normaliz-3.5.4/test/test-s/subspace4.ref
normaliz-3.5.4/test/test-s/medium.in
normaliz-3.5.4/test/test-s/icmi.ref
normaliz-3.5.4/test/test-s/small.in
normaliz-3.5.4/test/test-s/lattice_ideal.ref
normaliz-3.5.4/test/test-s/23.ref
normaliz-3.5.4/test/test-s/rafa1409.in
normaliz-3.5.4/test/test-s/gen_nonpointed.ref
normaliz-3.5.4/test/test-s/ChineseRemainder.in
normaliz-3.5.4/test/test-s/rees.in
normaliz-3.5.4/test/test-s/fullspace.in
normaliz-3.5.4/test/test-s/small-sh.ref
normaliz-3.5.4/test/test-s/halfspace2.ref
normaliz-3.5.4/test/test-s/rees_prim.ref
normaliz-3.5.4/test/test-s/subspace4_inhom.in
normaliz-3.5.4/test/test-s/cross2.in
normaliz-3.5.4/test/test-s/direct_overflow.in
normaliz-3.5.4/test/test-s/rafa2416.in
normaliz-3.5.4/test/test-s/ChineseRemainder.ref
normaliz-3.5.4/test/test-s/3x3magiceven.in
normaliz-3.5.4/test/test-s/squaref1.in
normaliz-3.5.4/test/test-s/rees_prim.in
normaliz-3.5.4/test/test-s/huge.ref
normaliz-3.5.4/test/test-s/icml.ref
normaliz-3.5.4/test/test-s/mode456.in
normaliz-3.5.4/test/test-s/polytop.ref
normaliz-3.5.4/test/test-s/dual.in
normaliz-3.5.4/test/test-s/subspace4_inhom.ref
normaliz-3.5.4/test/test-s/subspace4.in
normaliz-3.5.4/test/test-s/rees_mini.in
normaliz-3.5.4/test/test-s/3x3magiceven.ref
normaliz-3.5.4/test/test-s/hyperplanes-not-pointed.in
normaliz-3.5.4/test/test-s/notpointed.in
normaliz-3.5.4/test/test-s/squaref0.in
normaliz-3.5.4/test/test-s/halfspace3inhom.ref
normaliz-3.5.4/test/test-s/smallerror.in
normaliz-3.5.4/test/test-s/23.in
normaliz-3.5.4/test/test-s/small-sh.in
normaliz-3.5.4/test/test-s/icmi.in
normaliz-3.5.4/test/test-s/rees_mini.ref
normaliz-3.5.4/test/test-s/zero4.ref
normaliz-3.5.4/test/test-s/small.ref
normaliz-3.5.4/test/test-s/SquareMinusVertexPolyh.ref
normaliz-3.5.4/test/test-s/latt_id_nonpointed.in
normaliz-3.5.4/test/test-s/hickerson-16.ref
normaliz-3.5.4/test/test-s/gen_nonpointed.in
normaliz-3.5.4/test/test-s/hickerson-16.in
normaliz-3.5.4/test/test-s/cut.in
normaliz-3.5.4/test/test-s/cut.ref
normaliz-3.5.4/test/test-s/rafa2310.in
normaliz-3.5.4/test/test-s/hyperplanes-not-pointed.ref
normaliz-3.5.4/test/test-s/fullspace.ref
normaliz-3.5.4/test/test-s/binom.in
normaliz-3.5.4/test/test-s/dupl_remove.ref
normaliz-3.5.4/test/test-s/strip2.in
normaliz-3.5.4/test/test-s/gen_inhom_nonpointed.ref
normaliz-3.5.4/test/test-s/fullspacehyp.ref
normaliz-3.5.4/test/test-s/strip2.ref
normaliz-3.5.4/test/test-s/dehomogenization.in
normaliz-3.5.4/test/test-s/dual_not_full_dim.in
normaliz-3.5.4/test/test-s/rees.ref
normaliz-3.5.4/test/test-s/halfspace3inhom.in
normaliz-3.5.4/test/test-s/dual.ref
normaliz-3.5.4/test/test-s/rafa2416.ref
normaliz-3.5.4/test/test-s/dual_not_full_dim.ref
normaliz-3.5.4/test/test-s/squaref0.ref
normaliz-3.5.4/test/test-s/medium.ref
normaliz-3.5.4/test/test-s/lowrank.ref
normaliz-3.5.4/test/test-s/mode45.in
normaliz-3.5.4/test/test-s/mode45.ref
normaliz-3.5.4/test/test-s/rafa2310.ref
normaliz-3.5.4/test/test-s/lowrank.in
normaliz-3.5.4/test/test-s/rafa1409.ref
normaliz-3.5.4/test/test-s/icml.in
normaliz-3.5.4/test/test-s/mode456.ref
normaliz-3.5.4/test/test-s/gen_inhom_nonpointed.in
normaliz-3.5.4/test/test-s/fullspacehyp.in
normaliz-3.5.4/test/Makefile.am
normaliz-3.5.4/test/test-v/
normaliz-3.5.4/test/test-v/rp2poly.ref
normaliz-3.5.4/test/test-v/direct_overflow.ref
normaliz-3.5.4/test/test-v/notpointed.ref
normaliz-3.5.4/test/test-v/cross2.ref
normaliz-3.5.4/test/test-v/rp2poly.in
normaliz-3.5.4/test/test-v/polytop.in
normaliz-3.5.4/test/test-v/zero4.in
normaliz-3.5.4/test/test-v/binom.ref
normaliz-3.5.4/test/test-v/squaref1.ref
normaliz-3.5.4/test/test-v/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-v/halfspace2.in
normaliz-3.5.4/test/test-v/lattice_ideal.in
normaliz-3.5.4/test/test-v/rproj2.in
normaliz-3.5.4/test/test-v/rproj2.ref
normaliz-3.5.4/test/test-v/medium.in
normaliz-3.5.4/test/test-v/small.in
normaliz-3.5.4/test/test-v/lattice_ideal.ref
normaliz-3.5.4/test/test-v/gen_nonpointed.ref
normaliz-3.5.4/test/test-v/rees.in
normaliz-3.5.4/test/test-v/fullspace.in
normaliz-3.5.4/test/test-v/halfspace2.ref
normaliz-3.5.4/test/test-v/cross2.in
normaliz-3.5.4/test/test-v/direct_overflow.in
normaliz-3.5.4/test/test-v/rafa2416.in
normaliz-3.5.4/test/test-v/squaref1.in
normaliz-3.5.4/test/test-v/polytop.ref
normaliz-3.5.4/test/test-v/dual.in
normaliz-3.5.4/test/test-v/rees_mini.in
normaliz-3.5.4/test/test-v/notpointed.in
normaliz-3.5.4/test/test-v/squaref0.in
normaliz-3.5.4/test/test-v/halfspace3inhom.ref
normaliz-3.5.4/test/test-v/knapsack_11_60_test2.in
normaliz-3.5.4/test/test-v/rees_mini.ref
normaliz-3.5.4/test/test-v/zero4.ref
normaliz-3.5.4/test/test-v/inhom_triangle.in
normaliz-3.5.4/test/test-v/small.ref
normaliz-3.5.4/test/test-v/latt_id_nonpointed.in
normaliz-3.5.4/test/test-v/hickerson-16.ref
normaliz-3.5.4/test/test-v/gen_nonpointed.in
normaliz-3.5.4/test/test-v/hickerson-16.in
normaliz-3.5.4/test/test-v/cut.in
normaliz-3.5.4/test/test-v/cut.ref
normaliz-3.5.4/test/test-v/inhom_triangle.ref
normaliz-3.5.4/test/test-v/fullspace.ref
normaliz-3.5.4/test/test-v/binom.in
normaliz-3.5.4/test/test-v/knapsack_11_60_test2.ref
normaliz-3.5.4/test/test-v/strip2.in
normaliz-3.5.4/test/test-v/fullspacehyp.ref
normaliz-3.5.4/test/test-v/strip2.ref
normaliz-3.5.4/test/test-v/dual_not_full_dim.in
normaliz-3.5.4/test/test-v/rees.ref
normaliz-3.5.4/test/test-v/halfspace3inhom.in
normaliz-3.5.4/test/test-v/dual.ref
normaliz-3.5.4/test/test-v/rafa2416.ref
normaliz-3.5.4/test/test-v/dual_not_full_dim.ref
normaliz-3.5.4/test/test-v/squaref0.ref
normaliz-3.5.4/test/test-v/medium.ref
normaliz-3.5.4/test/test-v/lowrank.ref
normaliz-3.5.4/test/test-v/mode45.in
normaliz-3.5.4/test/test-v/mode45.ref
normaliz-3.5.4/test/test-v/lowrank.in
normaliz-3.5.4/test/test-v/fullspacehyp.in
normaliz-3.5.4/test/test-1/
normaliz-3.5.4/test/test-1/rp2poly.ref
normaliz-3.5.4/test/test-1/direct_overflow.ref
normaliz-3.5.4/test/test-1/notpointed.ref
normaliz-3.5.4/test/test-1/dupl_remove.in
normaliz-3.5.4/test/test-1/cross2.ref
normaliz-3.5.4/test/test-1/rp2poly.in
normaliz-3.5.4/test/test-1/polytop.in
normaliz-3.5.4/test/test-1/zero4.in
normaliz-3.5.4/test/test-1/squaref1.ref
normaliz-3.5.4/test/test-1/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-1/halfspace2.in
normaliz-3.5.4/test/test-1/lattice_ideal.in
normaliz-3.5.4/test/test-1/rproj2.in
normaliz-3.5.4/test/test-1/rproj2.ref
normaliz-3.5.4/test/test-1/3x3magic.in
normaliz-3.5.4/test/test-1/medium.in
normaliz-3.5.4/test/test-1/small.in
normaliz-3.5.4/test/test-1/lattice_ideal.ref
normaliz-3.5.4/test/test-1/gen_nonpointed.ref
normaliz-3.5.4/test/test-1/rees.in
normaliz-3.5.4/test/test-1/fullspace.in
normaliz-3.5.4/test/test-1/halfspace2.ref
normaliz-3.5.4/test/test-1/3x3magic.ref
normaliz-3.5.4/test/test-1/cross2.in
normaliz-3.5.4/test/test-1/direct_overflow.in
normaliz-3.5.4/test/test-1/n_6_feas.in
normaliz-3.5.4/test/test-1/rafa2416.in
normaliz-3.5.4/test/test-1/n_6_feas.ref
normaliz-3.5.4/test/test-1/squaref1.in
normaliz-3.5.4/test/test-1/mode456.in
normaliz-3.5.4/test/test-1/polytop.ref
normaliz-3.5.4/test/test-1/dual.in
normaliz-3.5.4/test/test-1/rees_mini.in
normaliz-3.5.4/test/test-1/notpointed.in
normaliz-3.5.4/test/test-1/squaref0.in
normaliz-3.5.4/test/test-1/Fact_wrt_dual_error_hom.in
normaliz-3.5.4/test/test-1/rees_mini.ref
normaliz-3.5.4/test/test-1/zero4.ref
normaliz-3.5.4/test/test-1/small.ref
normaliz-3.5.4/test/test-1/latt_id_nonpointed.in
normaliz-3.5.4/test/test-1/hickerson-16.ref
normaliz-3.5.4/test/test-1/gen_nonpointed.in
normaliz-3.5.4/test/test-1/hickerson-16.in
normaliz-3.5.4/test/test-1/cut.in
normaliz-3.5.4/test/test-1/cut.ref
normaliz-3.5.4/test/test-1/fullspace.ref
normaliz-3.5.4/test/test-1/dupl_remove.ref
normaliz-3.5.4/test/test-1/n_6_infeas.in
normaliz-3.5.4/test/test-1/fullspacehyp.ref
normaliz-3.5.4/test/test-1/dual_not_full_dim.in
normaliz-3.5.4/test/test-1/rees.ref
normaliz-3.5.4/test/test-1/dual.ref
normaliz-3.5.4/test/test-1/rafa2416.ref
normaliz-3.5.4/test/test-1/dual_not_full_dim.ref
normaliz-3.5.4/test/test-1/squaref0.ref
normaliz-3.5.4/test/test-1/medium.ref
normaliz-3.5.4/test/test-1/lowrank.ref
normaliz-3.5.4/test/test-1/mode45.in
normaliz-3.5.4/test/test-1/mode45.ref
normaliz-3.5.4/test/test-1/lowrank.in
normaliz-3.5.4/test/test-1/n_6_infeas.ref
normaliz-3.5.4/test/test-1/mode456.ref
normaliz-3.5.4/test/test-1/Fact_wrt_dual_error_hom.ref
normaliz-3.5.4/test/test-1/fullspacehyp.in
normaliz-3.5.4/test/test-d1/
normaliz-3.5.4/test/test-d1/direct_overflow.ref
normaliz-3.5.4/test/test-d1/dupl_remove.in
normaliz-3.5.4/test/test-d1/cross2.ref
normaliz-3.5.4/test/test-d1/zero4.in
normaliz-3.5.4/test/test-d1/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-d1/halfspace2.in
normaliz-3.5.4/test/test-d1/3x3magic.in
normaliz-3.5.4/test/test-d1/gen_nonpointed.ref
normaliz-3.5.4/test/test-d1/election1dual.in
normaliz-3.5.4/test/test-d1/fullspace.in
normaliz-3.5.4/test/test-d1/halfspace2.ref
normaliz-3.5.4/test/test-d1/3x3magic.ref
normaliz-3.5.4/test/test-d1/cross2.in
normaliz-3.5.4/test/test-d1/direct_overflow.in
normaliz-3.5.4/test/test-d1/4x4.in
normaliz-3.5.4/test/test-d1/mode456.in
normaliz-3.5.4/test/test-d1/rees_mini.in
normaliz-3.5.4/test/test-d1/hyperplanes-not-pointed.in
normaliz-3.5.4/test/test-d1/Fact_wrt_dual_error_hom.in
normaliz-3.5.4/test/test-d1/rees_mini.ref
normaliz-3.5.4/test/test-d1/zero4.ref
normaliz-3.5.4/test/test-d1/latt_id_nonpointed.in
normaliz-3.5.4/test/test-d1/gen_nonpointed.in
normaliz-3.5.4/test/test-d1/hyperplanes-not-pointed.ref
normaliz-3.5.4/test/test-d1/fullspace.ref
normaliz-3.5.4/test/test-d1/election1dual.ref
normaliz-3.5.4/test/test-d1/dupl_remove.ref
normaliz-3.5.4/test/test-d1/fullspacehyp.ref
normaliz-3.5.4/test/test-d1/dual_not_full_dim.in
normaliz-3.5.4/test/test-d1/dual_not_full_dim.ref
normaliz-3.5.4/test/test-d1/mode45.in
normaliz-3.5.4/test/test-d1/mode45.ref
normaliz-3.5.4/test/test-d1/5x5.in
normaliz-3.5.4/test/test-d1/4x4.ref
normaliz-3.5.4/test/test-d1/mode456.ref
normaliz-3.5.4/test/test-d1/Fact_wrt_dual_error_hom.ref
normaliz-3.5.4/test/test-d1/5x5.ref
normaliz-3.5.4/test/test-d1/fullspacehyp.in
normaliz-3.5.4/test/test-Special/
normaliz-3.5.4/test/test-Special/5x5PF.in
normaliz-3.5.4/test/test-Special/5x5PF.ref
normaliz-3.5.4/test/test-q/
normaliz-3.5.4/test/test-q/rp2poly.ref
normaliz-3.5.4/test/test-q/direct_overflow.ref
normaliz-3.5.4/test/test-q/notpointed.ref
normaliz-3.5.4/test/test-q/cross2.ref
normaliz-3.5.4/test/test-q/rp2poly.in
normaliz-3.5.4/test/test-q/polytop.in
normaliz-3.5.4/test/test-q/zero4.in
normaliz-3.5.4/test/test-q/squaref1.ref
normaliz-3.5.4/test/test-q/latt_id_nonpointed.ref
normaliz-3.5.4/test/test-q/halfspace2.in
normaliz-3.5.4/test/test-q/lattice_ideal.in
normaliz-3.5.4/test/test-q/rproj2.in
normaliz-3.5.4/test/test-q/rproj2.ref
normaliz-3.5.4/test/test-q/subspace4.ref
normaliz-3.5.4/test/test-q/medium.in
normaliz-3.5.4/test/test-q/small.in
normaliz-3.5.4/test/test-q/lattice_ideal.ref
normaliz-3.5.4/test/test-q/poly_hom_const.ref
normaliz-3.5.4/test/test-q/gen_nonpointed.ref
normaliz-3.5.4/test/test-q/inhom_quasi.ref
normaliz-3.5.4/test/test-q/rees.in
normaliz-3.5.4/test/test-q/fullspace.in
normaliz-3.5.4/test/test-q/halfspace2.ref
normaliz-3.5.4/test/test-q/cross2.in
normaliz-3.5.4/test/test-q/direct_overflow.in
normaliz-3.5.4/test/test-q/rafa2416.in
normaliz-3.5.4/test/test-q/squaref1.in
normaliz-3.5.4/test/test-q/bugHpoly.ref
normaliz-3.5.4/test/test-q/polytop.ref
normaliz-3.5.4/test/test-q/dual.in
normaliz-3.5.4/test/test-q/subspace4.in
normaliz-3.5.4/test/test-q/rees_mini.in
normaliz-3.5.4/test/test-q/bugHpoly.in
normaliz-3.5.4/test/test-q/NonCMDiv.ref
normaliz-3.5.4/test/test-q/notpointed.in
normaliz-3.5.4/test/test-q/squaref0.in
normaliz-3.5.4/test/test-q/halfspace3inhom.ref
normaliz-3.5.4/test/test-q/knapsack_11_60_test2.in
normaliz-3.5.4/test/test-q/rees_mini.ref
normaliz-3.5.4/test/test-q/zero4.ref
normaliz-3.5.4/test/test-q/inhom_triangle.in
normaliz-3.5.4/test/test-q/small.ref
normaliz-3.5.4/test/test-q/latt_id_nonpointed.in
normaliz-3.5.4/test/test-q/hickerson-16.ref
normaliz-3.5.4/test/test-q/gen_nonpointed.in
normaliz-3.5.4/test/test-q/hickerson-16.in
normaliz-3.5.4/test/test-q/cut.in
normaliz-3.5.4/test/test-q/poly_hom_const.in
normaliz-3.5.4/test/test-q/cut.ref
normaliz-3.5.4/test/test-q/inhom_triangle.ref
normaliz-3.5.4/test/test-q/fullspace.ref
normaliz-3.5.4/test/test-q/knapsack_11_60_test2.ref
normaliz-3.5.4/test/test-q/strip2.in
normaliz-3.5.4/test/test-q/fullspacehyp.ref
normaliz-3.5.4/test/test-q/strip2.ref
normaliz-3.5.4/test/test-q/dual_not_full_dim.in
normaliz-3.5.4/test/test-q/rees.ref
normaliz-3.5.4/test/test-q/halfspace3inhom.in
normaliz-3.5.4/test/test-q/dual.ref
normaliz-3.5.4/test/test-q/rafa2416.ref
normaliz-3.5.4/test/test-q/dual_not_full_dim.ref
normaliz-3.5.4/test/test-q/squaref0.ref
normaliz-3.5.4/test/test-q/medium.ref
normaliz-3.5.4/test/test-q/lowrank.ref
normaliz-3.5.4/test/test-q/lowrank.in
normaliz-3.5.4/test/test-q/NonCMDiv.in
normaliz-3.5.4/test/test-q/inhom_quasi.in
normaliz-3.5.4/test/test-q/fullspacehyp.in
normaliz-3.5.4/example/
normaliz-3.5.4/example/SquareMinusVertexPolyh.in
normaliz-3.5.4/example/CondorcetExpansion.in
normaliz-3.5.4/example/InhomCong.in
normaliz-3.5.4/example/huge.in
normaliz-3.5.4/example/hickerson-18plus1.in
normaliz-3.5.4/example/polytope_deg1.in
normaliz-3.5.4/example/Condorcet.in
normaliz-3.5.4/example/Condorcet.symm.in
normaliz-3.5.4/example/strictBorda.in
normaliz-3.5.4/example/CondorcetN.in
normaliz-3.5.4/example/halfspace2.in
normaliz-3.5.4/example/j462.in
normaliz-3.5.4/example/lattice_ideal.in
normaliz-3.5.4/example/3x3magic.in
normaliz-3.5.4/example/medium.in
normaliz-3.5.4/example/small.in
normaliz-3.5.4/example/big.in
normaliz-3.5.4/example/InhomIneq_7.in
normaliz-3.5.4/example/ChineseRemainder.in
normaliz-3.5.4/example/rees.in
normaliz-3.5.4/example/small_proj_inhom.in
normaliz-3.5.4/example/CondorcetSemi.in
normaliz-3.5.4/example/pedro2.in
normaliz-3.5.4/example/InhomIneq.in
normaliz-3.5.4/example/NumSemi.in
normaliz-3.5.4/example/polytope.in
normaliz-3.5.4/example/CondEffPlur.in
normaliz-3.5.4/example/cross2.in
normaliz-3.5.4/example/rational.in
normaliz-3.5.4/example/max_polytope_cand.in
normaliz-3.5.4/example/no_open_facet.in
normaliz-3.5.4/example/MonIdeal.in
normaliz-3.5.4/example/PluralityVsCutoff.in
normaliz-3.5.4/example/SquareMinusVertexStrict.in
normaliz-3.5.4/example/euclid.in
normaliz-3.5.4/example/rafa2416.in
normaliz-3.5.4/example/3x3magiceven.in
normaliz-3.5.4/example/4x4.in
normaliz-3.5.4/example/rational_inhom.in
normaliz-3.5.4/example/small_proj.in
normaliz-3.5.4/example/2equations_default.in
normaliz-3.5.4/example/cut_poly_7.in
normaliz-3.5.4/example/CondorcetInt.in
normaliz-3.5.4/example/InhomIneq_gen.in
normaliz-3.5.4/example/2cone_int.in
normaliz-3.5.4/example/2equations.in
normaliz-3.5.4/example/2cone.in
normaliz-3.5.4/example/SquareMinusVertexInhom.in
normaliz-3.5.4/example/A443.in
normaliz-3.5.4/example/open_facet.in
normaliz-3.5.4/example/subspace4.in
normaliz-3.5.4/example/InhomCongLat.in
normaliz-3.5.4/example/CondorcetRange.in
normaliz-3.5.4/example/ChF_8_1024.in
normaliz-3.5.4/example/IntClMonIdSupp.in
normaliz-3.5.4/example/VdM_16_1048576.in
normaliz-3.5.4/example/knapsack_11_60.in
normaliz-3.5.4/example/Condorcet_one.in
normaliz-3.5.4/example/poly_ineq.in
normaliz-3.5.4/example/hickerson-16.in
normaliz-3.5.4/example/rationalIH.in
normaliz-3.5.4/example/2cone_ineq.in
normaliz-3.5.4/example/Makefile.in
normaliz-3.5.4/example/A553.in
normaliz-3.5.4/example/small_sh_proj_inhom.in
normaliz-3.5.4/example/strict_sign.in
normaliz-3.5.4/example/poly_hom_const.in
normaliz-3.5.4/example/Makefile.am
normaliz-3.5.4/example/3x3magiceven_lat.in
normaliz-3.5.4/example/InhomIneq_7_8.in
normaliz-3.5.4/example/bo5.in
normaliz-3.5.4/example/A643.in
normaliz-3.5.4/example/dehomogenization.in
normaliz-3.5.4/example/FortuneCookie.in
normaliz-3.5.4/example/InhomIneqIH.in
normaliz-3.5.4/example/2cone_ext.in
normaliz-3.5.4/example/small_sh_proj.in
normaliz-3.5.4/example/IntClMonId.in
normaliz-3.5.4/example/ChF_2_64.in
normaliz-3.5.4/example/semigraphoid5.in
normaliz-3.5.4/example/normface.in
normaliz-3.5.4/example/InhomCongSigns.in
normaliz-3.5.4/example/SquareMinusVertex.in
normaliz-3.5.4/example/A543.in
normaliz-3.5.4/example/5x5.in
normaliz-3.5.4/example/NonCMDiv.in
normaliz-3.5.4/example/3x3magiceven_sat.in
normaliz-3.5.4/example/6x6.in
normaliz-3.5.4/example/2cone_supp.in
normaliz-3.5.4/example/5x5Gorenstein.in
normaliz-3.5.4/example/gen_inhom_nonpointed.in
normaliz-3.5.4/example/5x5dual.in
normaliz-3.5.4/example/lo6.in
normaliz-3.5.4/example/hickerson-18.in
normaliz-3.5.4/.travis-build.sh
normaliz-3.5.4/aclocal.m4
normaliz-3.5.4/install_normaliz_with_opt.sh
normaliz-3.5.4/doc/
normaliz-3.5.4/doc/jNormaliz.jpg
normaliz-3.5.4/doc/Normaliz.pdf
normaliz-3.5.4/doc/Normaliz.tex
normaliz-3.5.4/Makefile.in
normaliz-3.5.4/ltmain.sh
normaliz-3.5.4/Dockerfile
normaliz-3.5.4/config.guess
normaliz-3.5.4/Makefile.am
normaliz-3.5.4/Qsource/
normaliz-3.5.4/Qsource/LibQnormalizConfig.cmake.in
normaliz-3.5.4/Qsource/Makefile.classic
normaliz-3.5.4/Qsource/Qinput.cpp
normaliz-3.5.4/Qsource/Qoptions.h
normaliz-3.5.4/Qsource/Makefile.configuration
normaliz-3.5.4/Qsource/Qnormaliz.cpp
normaliz-3.5.4/Qsource/UseLibQnormaliz.cmake
normaliz-3.5.4/Qsource/cmake/
normaliz-3.5.4/Qsource/cmake/Modules/
normaliz-3.5.4/Qsource/cmake/Modules/FindMIC_GMPXX.cmake
normaliz-3.5.4/Qsource/cmake/Modules/FindCOCOA.cmake
normaliz-3.5.4/Qsource/cmake/Modules/FindGMPXX.cmake
normaliz-3.5.4/Qsource/cmake/Modules/FindGMP.cmake
normaliz-3.5.4/Qsource/cmake/Modules/FindNAUTY.cmake
normaliz-3.5.4/Qsource/cmake/Modules/FindMIC_GMP.cmake
normaliz-3.5.4/Qsource/cmake/Modules/FindSCIP.cmake
normaliz-3.5.4/Qsource/cmake/detect_features.cmake
normaliz-3.5.4/Qsource/Makefile.in
normaliz-3.5.4/Qsource/Makefile.am
normaliz-3.5.4/Qsource/Qoutput.cpp
normaliz-3.5.4/Qsource/Qoutput.h
normaliz-3.5.4/Qsource/Qoptions.cpp
normaliz-3.5.4/Qsource/libQnormaliz/
normaliz-3.5.4/Qsource/libQnormaliz/Qmatrix.cpp
normaliz-3.5.4/Qsource/libQnormaliz/libQnormaliz-templated.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Makefile.classic
normaliz-3.5.4/Qsource/libQnormaliz/Qmatrix.h
normaliz-3.5.4/Qsource/libQnormaliz/Qversion.h
normaliz-3.5.4/Qsource/libQnormaliz/Qcone.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qlist_operations.h
normaliz-3.5.4/Qsource/libQnormaliz/Qcone_helper.h
normaliz-3.5.4/Qsource/libQnormaliz/Qcone_property.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qsublattice_representation.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qinteger.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qsublattice_representation.h
normaliz-3.5.4/Qsource/libQnormaliz/Qversion.h.in
normaliz-3.5.4/Qsource/libQnormaliz/Qlibnormaliz.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qlist_operations.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qfull_cone.h
normaliz-3.5.4/Qsource/libQnormaliz/Qinteger.h
normaliz-3.5.4/Qsource/libQnormaliz/Qgeneral.h
normaliz-3.5.4/Qsource/libQnormaliz/Qcone_helper.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qconvert.h
normaliz-3.5.4/Qsource/libQnormaliz/Qmy_omp.h
normaliz-3.5.4/Qsource/libQnormaliz/Qfull_cone.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qmap_operations.h
normaliz-3.5.4/Qsource/libQnormaliz/Qcone.h
normaliz-3.5.4/Qsource/libQnormaliz/Qcone_property.h
normaliz-3.5.4/Qsource/libQnormaliz/libQnormaliz.h
normaliz-3.5.4/Qsource/libQnormaliz/Qvector_operations.h
normaliz-3.5.4/Qsource/libQnormaliz/CMakeLists.txt
normaliz-3.5.4/Qsource/libQnormaliz/Qvector_operations.cpp
normaliz-3.5.4/Qsource/libQnormaliz/Qnormaliz_exception.h
normaliz-3.5.4/Qsource/Qnormaliz.h
normaliz-3.5.4/Qsource/CMakeLists.txt
normaliz-3.5.4/install-sh
normaliz-3.5.4/.travis.yml
normaliz-3.5.4/configure.ac
normaliz-3.5.4/config.sub
normaliz-3.5.4/missing
normaliz-3.5.4/depcomp
normaliz-3.5.4/install_nmz_cocoa.sh
normaliz-3.5.4/Qtest/
normaliz-3.5.4/Qtest/Makefile.classic
normaliz-3.5.4/Qtest/Makefile.in
normaliz-3.5.4/Qtest/test-s/
normaliz-3.5.4/Qtest/test-s/bo5.ref
normaliz-3.5.4/Qtest/test-s/Condorcet.in
normaliz-3.5.4/Qtest/test-s/5x5dual.ref
normaliz-3.5.4/Qtest/test-s/max_polytope_cand.ref
normaliz-3.5.4/Qtest/test-s/2x2.ref
normaliz-3.5.4/Qtest/test-s/subspace4.ref
normaliz-3.5.4/Qtest/test-s/3x3magic.in
normaliz-3.5.4/Qtest/test-s/medium.in
normaliz-3.5.4/Qtest/test-s/small.in
normaliz-3.5.4/Qtest/test-s/InhomIneq_gen.ref
normaliz-3.5.4/Qtest/test-s/InhomIneq_7.in
normaliz-3.5.4/Qtest/test-s/cut_poly_7.ref
normaliz-3.5.4/Qtest/test-s/3x3magic.ref
normaliz-3.5.4/Qtest/test-s/rational.in
normaliz-3.5.4/Qtest/test-s/max_polytope_cand.in
normaliz-3.5.4/Qtest/test-s/strict_sign.ref
normaliz-3.5.4/Qtest/test-s/4x4.in
normaliz-3.5.4/Qtest/test-s/InhomIneq_7.ref
normaliz-3.5.4/Qtest/test-s/cut_poly_7.in
normaliz-3.5.4/Qtest/test-s/InhomIneq_gen.in
normaliz-3.5.4/Qtest/test-s/2equations.in
normaliz-3.5.4/Qtest/test-s/A443.in
normaliz-3.5.4/Qtest/test-s/subspace4.in
normaliz-3.5.4/Qtest/test-s/rational.ref
normaliz-3.5.4/Qtest/test-s/small.ref
normaliz-3.5.4/Qtest/test-s/strict_sign.in
normaliz-3.5.4/Qtest/test-s/2equations.ref
normaliz-3.5.4/Qtest/test-s/A443.ref
normaliz-3.5.4/Qtest/test-s/bo5.in
normaliz-3.5.4/Qtest/test-s/gen_inhom_nonpointed.ref
normaliz-3.5.4/Qtest/test-s/2x2.in
normaliz-3.5.4/Qtest/test-s/medium.ref
normaliz-3.5.4/Qtest/test-s/Condorcet.ref
normaliz-3.5.4/Qtest/test-s/5x5.in
normaliz-3.5.4/Qtest/test-s/4x4.ref
normaliz-3.5.4/Qtest/test-s/gen_inhom_nonpointed.in
normaliz-3.5.4/Qtest/test-s/5x5.ref
normaliz-3.5.4/Qtest/test-s/5x5dual.in
normaliz-3.5.4/Qtest/Makefile.am
normaliz-3.5.4/install_nmz_flint.sh
##
## compiling Normaliz 3.5.4
##
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking whether g++ supports C++11 features by default... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
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... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether GMP C++ library is available... yes
checking for OpenMP flag of C++ compiler... -fopenmp
checking whether SCIP headers and library are available... no
configure: Cone decomposition with SCIP integer programming solver will not be available because the SCIP library was not found
checking whether CoCoALib headers and library are available... no
configure: nmzIntegrate will not be built because CoCoALib was not found
checking for dummy_fn_to_prevent_ISOC_warning in -lflint... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating source/Makefile
config.status: creating Qsource/Makefile
config.status: creating source/libnormaliz/version.h
config.status: creating Qsource/libQnormaliz/Qversion.h
config.status: creating example/Makefile
config.status: creating Qexample/Makefile
config.status: creating test/Makefile
config.status: creating Qtest/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in source
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/source'
depbase=`echo normaliz.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT normaliz.o -MD -MP -MF $depbase.Tpo -c -o normaliz.o normaliz.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libnormaliz/enumeration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/enumeration.lo -MD -MP -MF $depbase.Tpo -c -o libnormaliz/enumeration.lo libnormaliz/enumeration.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo libnormaliz/other_algorithms.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/other_algorithms.lo -MD -MP -MF $depbase.Tpo -c -o libnormaliz/other_algorithms.lo libnormaliz/other_algorithms.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo libnormaliz/linear_algebra.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/linear_algebra.lo -MD -MP -MF $depbase.Tpo -c -o libnormaliz/linear_algebra.lo libnormaliz/linear_algebra.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/linear_algebra.lo -MD -MP -MF libnormaliz/.deps/linear_algebra.Tpo -c libnormaliz/linear_algebra.cpp -fPIC -DPIC -o libnormaliz/.libs/linear_algebra.o
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/enumeration.lo -MD -MP -MF libnormaliz/.deps/enumeration.Tpo -c libnormaliz/enumeration.cpp -fPIC -DPIC -o libnormaliz/.libs/enumeration.o
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/other_algorithms.lo -MD -MP -MF libnormaliz/.deps/other_algorithms.Tpo -c libnormaliz/other_algorithms.cpp -fPIC -DPIC -o libnormaliz/.libs/other_algorithms.o
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/enumeration.lo -MD -MP -MF libnormaliz/.deps/enumeration.Tpo -c libnormaliz/enumeration.cpp -o libnormaliz/enumeration.o >/dev/null 2>&1
depbase=`echo libnormaliz/offload_handler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/offload_handler.lo -MD -MP -MF $depbase.Tpo -c -o libnormaliz/offload_handler.lo libnormaliz/offload_handler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/offload_handler.lo -MD -MP -MF libnormaliz/.deps/offload_handler.Tpo -c libnormaliz/offload_handler.cpp -fPIC -DPIC -o libnormaliz/.libs/offload_handler.o
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/offload_handler.lo -MD -MP -MF libnormaliz/.deps/offload_handler.Tpo -c libnormaliz/offload_handler.cpp -o libnormaliz/offload_handler.o >/dev/null 2>&1
depbase=`echo libnormaliz/cone_and_control.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/cone_and_control.lo -MD -MP -MF $depbase.Tpo -c -o libnormaliz/cone_and_control.lo libnormaliz/cone_and_control.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/cone_and_control.lo -MD -MP -MF libnormaliz/.deps/cone_and_control.Tpo -c libnormaliz/cone_and_control.cpp -fPIC -DPIC -o libnormaliz/.libs/cone_and_control.o
depbase=`echo libnormaliz/primal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/primal.lo -MD -MP -MF $depbase.Tpo -c -o libnormaliz/primal.lo libnormaliz/primal.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/primal.lo -MD -MP -MF libnormaliz/.deps/primal.Tpo -c libnormaliz/primal.cpp -fPIC -DPIC -o libnormaliz/.libs/primal.o
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/linear_algebra.lo -MD -MP -MF libnormaliz/.deps/linear_algebra.Tpo -c libnormaliz/linear_algebra.cpp -o libnormaliz/linear_algebra.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/other_algorithms.lo -MD -MP -MF libnormaliz/.deps/other_algorithms.Tpo -c libnormaliz/other_algorithms.cpp -o libnormaliz/other_algorithms.o >/dev/null 2>&1
depbase=`echo maxsimplex/maxsimplex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT maxsimplex/maxsimplex.o -MD -MP -MF $depbase.Tpo -c -o maxsimplex/maxsimplex.o maxsimplex/maxsimplex.cpp &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/primal.lo -MD -MP -MF libnormaliz/.deps/primal.Tpo -c libnormaliz/primal.cpp -o libnormaliz/primal.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libnormaliz/cone_and_control.lo -MD -MP -MF libnormaliz/.deps/cone_and_control.Tpo -c libnormaliz/cone_and_control.cpp -o libnormaliz/cone_and_control.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link g++ -fopenmp -g -O2 -version-info 8:4:5 -o libnormaliz.la -rpath /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib libnormaliz/enumeration.lo libnormaliz/other_algorithms.lo libnormaliz/linear_algebra.lo libnormaliz/offload_handler.lo libnormaliz/cone_and_control.lo libnormaliz/primal.lo -lgmpxx -lgmp -lflint -lmpfr -lgmpxx -lgmp
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o libnormaliz/.libs/enumeration.o libnormaliz/.libs/other_algorithms.o libnormaliz/.libs/linear_algebra.o libnormaliz/.libs/offload_handler.o libnormaliz/.libs/cone_and_control.o libnormaliz/.libs/primal.o -lflint -lmpfr -lgmpxx -lgmp -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o -fopenmp -g -O2 -fopenmp -Wl,-soname -Wl,libnormaliz.so.3 -o .libs/libnormaliz.so.3.5.4
libtool: link: (cd ".libs" && rm -f "libnormaliz.so.3" && ln -s "libnormaliz.so.3.5.4" "libnormaliz.so.3")
libtool: link: (cd ".libs" && rm -f "libnormaliz.so" && ln -s "libnormaliz.so.3.5.4" "libnormaliz.so")
libtool: link: ar cru .libs/libnormaliz.a libnormaliz/enumeration.o libnormaliz/other_algorithms.o libnormaliz/linear_algebra.o libnormaliz/offload_handler.o libnormaliz/cone_and_control.o libnormaliz/primal.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libnormaliz.a
libtool: link: ( cd ".libs" && rm -f "libnormaliz.la" && ln -s "../libnormaliz.la" "libnormaliz.la" )
/bin/sh ../libtool --tag=CXX --mode=link g++ -fopenmp -g -O2 -o normaliz normaliz.o libnormaliz.la -lflint -lmpfr -lgmpxx -lgmp
/bin/sh ../libtool --tag=CXX --mode=link g++ -fopenmp -g -O2 -o maxsimplex/maxsimplex maxsimplex/maxsimplex.o libnormaliz.la -lflint -lmpfr -lgmpxx -lgmp
libtool: link: g++ -fopenmp -g -O2 -o .libs/normaliz normaliz.o ./.libs/libnormaliz.so -lflint -lmpfr -lgmpxx -lgmp -fopenmp -Wl,-rpath -Wl,/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib
libtool: link: g++ -fopenmp -g -O2 -o maxsimplex/.libs/maxsimplex maxsimplex/maxsimplex.o ./.libs/libnormaliz.so -lflint -lmpfr -lgmpxx -lgmp -fopenmp -Wl,-rpath -Wl,/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/source'
Making all in test
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/test'
Making all in example
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/example'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/example'
Making all in Qsource
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qsource'
depbase=`echo Qnormaliz.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT Qnormaliz.o -MD -MP -MF $depbase.Tpo -c -o Qnormaliz.o Qnormaliz.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libQnormaliz/Qcone_property.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/Qcone_property.lo -MD -MP -MF $depbase.Tpo -c -o libQnormaliz/Qcone_property.lo libQnormaliz/Qcone_property.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo libQnormaliz/libQnormaliz-templated.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/libQnormaliz-templated.lo -MD -MP -MF $depbase.Tpo -c -o libQnormaliz/libQnormaliz-templated.lo libQnormaliz/libQnormaliz-templated.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo libQnormaliz/Qcone_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" -DPACKAGE_STRING=\"Normaliz\ 3.5.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/Qcone_helper.lo -MD -MP -MF $depbase.Tpo -c -o libQnormaliz/Qcone_helper.lo libQnormaliz/Qcone_helper.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/libQnormaliz-templated.lo -MD -MP -MF libQnormaliz/.deps/libQnormaliz-templated.Tpo -c libQnormaliz/libQnormaliz-templated.cpp -fPIC -DPIC -o libQnormaliz/.libs/libQnormaliz-templated.o
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/Qcone_helper.lo -MD -MP -MF libQnormaliz/.deps/Qcone_helper.Tpo -c libQnormaliz/Qcone_helper.cpp -fPIC -DPIC -o libQnormaliz/.libs/Qcone_helper.o
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/Qcone_property.lo -MD -MP -MF libQnormaliz/.deps/Qcone_property.Tpo -c libQnormaliz/Qcone_property.cpp -fPIC -DPIC -o libQnormaliz/.libs/Qcone_property.o
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/Qcone_helper.lo -MD -MP -MF libQnormaliz/.deps/Qcone_helper.Tpo -c libQnormaliz/Qcone_helper.cpp -o libQnormaliz/Qcone_helper.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/Qcone_property.lo -MD -MP -MF libQnormaliz/.deps/Qcone_property.Tpo -c libQnormaliz/Qcone_property.cpp -o libQnormaliz/Qcone_property.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"Normaliz\" -DPACKAGE_TARNAME=\"normaliz\" -DPACKAGE_VERSION=\"3.5.4\" "-DPACKAGE_STRING=\"Normaliz 3.5.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"normaliz\" -DVERSION=\"3.5.4\" -DHAVE_CXX11=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DNMZ_FLINT=1 -I. -fopenmp -g -O2 -MT libQnormaliz/libQnormaliz-templated.lo -MD -MP -MF libQnormaliz/.deps/libQnormaliz-templated.Tpo -c libQnormaliz/libQnormaliz-templated.cpp -o libQnormaliz/libQnormaliz-templated.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link g++ -fopenmp -g -O2 -version-info 6:0:3 -o libQnormaliz.la -rpath /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib libQnormaliz/Qcone_property.lo libQnormaliz/libQnormaliz-templated.lo libQnormaliz/Qcone_helper.lo -lgmpxx -lgmp -lgmpxx -lgmp
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o libQnormaliz/.libs/Qcone_property.o libQnormaliz/.libs/libQnormaliz-templated.o libQnormaliz/.libs/Qcone_helper.o -lgmpxx -lgmp -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o -fopenmp -g -O2 -fopenmp -Wl,-soname -Wl,libQnormaliz.so.3 -o .libs/libQnormaliz.so.3.3.0
libtool: link: (cd ".libs" && rm -f "libQnormaliz.so.3" && ln -s "libQnormaliz.so.3.3.0" "libQnormaliz.so.3")
libtool: link: (cd ".libs" && rm -f "libQnormaliz.so" && ln -s "libQnormaliz.so.3.3.0" "libQnormaliz.so")
libtool: link: ar cru .libs/libQnormaliz.a libQnormaliz/Qcone_property.o libQnormaliz/libQnormaliz-templated.o libQnormaliz/Qcone_helper.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libQnormaliz.a
libtool: link: ( cd ".libs" && rm -f "libQnormaliz.la" && ln -s "../libQnormaliz.la" "libQnormaliz.la" )
/bin/sh ../libtool --tag=CXX --mode=link g++ -fopenmp -g -O2 -o Qnormaliz Qnormaliz.o libQnormaliz.la -lgmpxx -lgmp
libtool: link: g++ -fopenmp -g -O2 -o .libs/Qnormaliz Qnormaliz.o ./.libs/libQnormaliz.so -lgmpxx -lgmp -fopenmp -Wl,-rpath -Wl,/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qsource'
Making all in Qtest
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qtest'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qtest'
Making all in Qexample
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qexample'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qexample'
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4'
Making install in source
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/source'
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/source'
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib'
/bin/sh ../libtool --mode=install /bin/install -c libnormaliz.la '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib'
libtool: install: /bin/install -c .libs/libnormaliz.so.3.5.4 /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libnormaliz.so.3.5.4
libtool: install: (cd /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib && { ln -s -f libnormaliz.so.3.5.4 libnormaliz.so.3 || { rm -f libnormaliz.so.3 && ln -s libnormaliz.so.3.5.4 libnormaliz.so.3; }; })
libtool: install: (cd /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib && { ln -s -f libnormaliz.so.3.5.4 libnormaliz.so || { rm -f libnormaliz.so && ln -s libnormaliz.so.3.5.4 libnormaliz.so; }; })
libtool: install: /bin/install -c .libs/libnormaliz.lai /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libnormaliz.la
libtool: install: /bin/install -c .libs/libnormaliz.a /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libnormaliz.a
libtool: install: chmod 644 /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libnormaliz.a
libtool: install: ranlib /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libnormaliz.a
libtool: finish: PATH="/home/kalmar/local/bin/:/opt/bin:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/opt/intel/mediasdk/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/sbin" ldconfig -n /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/bin'
/bin/sh ../libtool --mode=install /bin/install -c normaliz '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/bin'
libtool: install: /bin/install -c .libs/normaliz /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/bin/normaliz
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include'
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include/libnormaliz'
/bin/install -c -m 644 libnormaliz/cone.h libnormaliz/cone_property.h libnormaliz/convert.h libnormaliz/general.h libnormaliz/HilbertSeries.h libnormaliz/integer.h libnormaliz/libnormaliz.h libnormaliz/map_operations.h libnormaliz/matrix.h libnormaliz/my_omp.h libnormaliz/normaliz_exception.h libnormaliz/sublattice_representation.h libnormaliz/vector_operations.h libnormaliz/version.h libnormaliz/nmz_integrate.h '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include/libnormaliz'
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/source'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/source'
Making install in test
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/test'
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/test'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/test'
Making install in example
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/example'
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/example'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/example'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/example'
Making install in Qsource
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qsource'
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qsource'
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib'
/bin/sh ../libtool --mode=install /bin/install -c libQnormaliz.la '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib'
libtool: install: /bin/install -c .libs/libQnormaliz.so.3.3.0 /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libQnormaliz.so.3.3.0
libtool: install: (cd /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib && { ln -s -f libQnormaliz.so.3.3.0 libQnormaliz.so.3 || { rm -f libQnormaliz.so.3 && ln -s libQnormaliz.so.3.3.0 libQnormaliz.so.3; }; })
libtool: install: (cd /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib && { ln -s -f libQnormaliz.so.3.3.0 libQnormaliz.so || { rm -f libQnormaliz.so && ln -s libQnormaliz.so.3.3.0 libQnormaliz.so; }; })
libtool: install: /bin/install -c .libs/libQnormaliz.lai /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libQnormaliz.la
libtool: install: /bin/install -c .libs/libQnormaliz.a /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libQnormaliz.a
libtool: install: chmod 644 /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libQnormaliz.a
libtool: install: ranlib /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib/libQnormaliz.a
libtool: finish: PATH="/home/kalmar/local/bin/:/opt/bin:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/opt/intel/mediasdk/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/sbin" ldconfig -n /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/bin'
/bin/sh ../libtool --mode=install /bin/install -c Qnormaliz '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/bin'
libtool: install: /bin/install -c .libs/Qnormaliz /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/bin/Qnormaliz
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include'
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include/libQnormaliz'
/bin/install -c -m 644 libQnormaliz/Qcone.h libQnormaliz/Qcone_property.h libQnormaliz/Qconvert.h libQnormaliz/Qgeneral.h libQnormaliz/Qinteger.h libQnormaliz/libQnormaliz.h libQnormaliz/Qmap_operations.h libQnormaliz/Qmatrix.h libQnormaliz/Qmy_omp.h libQnormaliz/Qnormaliz_exception.h libQnormaliz/Qsublattice_representation.h libQnormaliz/Qvector_operations.h libQnormaliz/Qversion.h '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include/libQnormaliz'
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qsource'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qsource'
Making install in Qtest
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qtest'
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qtest'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qtest'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qtest'
Making install in Qexample
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qexample'
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qexample'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qexample'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4/Qexample'
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4'
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/normaliz-3.5.4'
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether make supports the include directive... yes (GNU style)
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 ar... ar
checking the archiver (ar) interface... ar
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports C++11 features by default... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking libnormaliz/cone.h usability... yes
checking libnormaliz/cone.h presence... yes
checking for libnormaliz/cone.h... yes
checking for Normaliz >= 3.5.4... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "NormalizInterface.la" || rm -f NormalizInterface.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f doc/manual.*
rm -f doc/NormalizInterface.*
rm -f doc/*.{bib,css,html,js,txt}
find doc/ -type f -name *.xml -and \( -not -name 'NormalizInterface-bib.xml' \) -delete
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CXX src/NormalizInterface_la-normaliz.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include/libnormaliz/matrix.h:38,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include/libnormaliz/sublattice_representation.h:41,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include/libnormaliz/cone.h:35,
from src/normaliz.cc:28:
/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/NormalizInterface-1.1.0/NormalizInstallDir/include/libnormaliz/vector_operations.h:159: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
159 | #pragma omp atomic
|
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from src/normaliz.cc:26:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
src/normaliz.cc:349:12: warning: ‘UInt** NmzToGAP(const boost::dynamic_bitset<>&)’ defined but not used [-Wunused-function]
349 | static Obj NmzToGAP(const boost::dynamic_bitset<> & in)
| ^~~~~~~~
src/normaliz.cc:242:12: warning: ‘UInt** NmzToGAP(int)’ defined but not used [-Wunused-function]
242 | static Obj NmzToGAP(int x)
| ^~~~~~~~
CXXLD NormalizInterface.la
/bin/mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/NormalizInterface.so bin/x86_64-pc-linux-gnu-julia64-kv7/NormalizInterface.so
Thu Jan 16 17:35:42 CET 2020
==== Checking JupyterKernel-1.3
No building required for JupyterKernel-1.3
Thu Jan 16 17:35:42 CET 2020
==== Checking smallsemi-0.6.12
No building required for smallsemi-0.6.12
Thu Jan 16 17:35:42 CET 2020
==== Checking GradedRingForHomalg-2020.01.02
No building required for GradedRingForHomalg-2020.01.02
Thu Jan 16 17:35:42 CET 2020
==== Checking jupyterviz-1.5.1
No building required for jupyterviz-1.5.1
Thu Jan 16 17:35:42 CET 2020
==== Checking sonata-2.9.1
No building required for sonata-2.9.1
Thu Jan 16 17:35:42 CET 2020
==== Checking qpa-version-1.30
No building required for qpa-version-1.30
Thu Jan 16 17:35:42 CET 2020
==== Checking grape-4.8.3
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make' 'clean'
( cd nauty22 && make clean )
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/grape-4.8.3/nauty22'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/grape-4.8.3/nauty22'
make[1]: *** No rule to make target 'clean'. Stop.
make: *** [Makefile:6: clean] Error 2
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7/
cd nauty22 && rm -f *.o config.log config.cache config.status makefile && ./configure && make dreadnautB && mv dreadnautB ../bin/x86_64-pc-linux-gnu-julia64-kv7 && chmod 755 ../bin/x86_64-pc-linux-gnu-julia64-kv7/dreadnautB && rm -f *.o
creating cache ./config.cache
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking if gcc supports -O4 flags... yes
CFLAGS= -O4
checking for sys/wait.h that is POSIX.1 compatible... yes
checking how to run the C preprocessor... gcc -E
checking for stddef.h... yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for errno.h... yes
checking for ANSI C header files... yes
checking for pid_t... yes
checking if malloc is declared in stdlib.h or malloc.h... 1
checking if ftell is declared in stdio.h... 1
checking if fdopen is declared in stdio.h... 1
checking if popen is declared in stdio.h... 1
checking if INFINITY is declared in math.h... 1
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for working const... yes
checking for isatty... yes
checking for times... yes
checking for time... yes
checking for gettimeofday... yes
checking for times... (cached) yes
checking for getrusage... yes
checking for perror... yes
checking for pipe... yes
checking for wait... yes
checking for popen... yes
checking for gsort... no
checking for sort... sort
updating cache ./config.cache
creating ./config.status
creating makefile
creating nauty.h
creating naututil.h
creating gtools.h
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/grape-4.8.3/nauty22'
gcc -c -O4 -DBIGNAUTY -o naututilB.o naututil.c
gcc -c -O4 -DBIGNAUTY -o nautyB.o nauty.c
gcc -c -O4 -DBIGNAUTY -o nautilB.o nautil.c
gcc -c -O4 -DBIGNAUTY -o nautinvB.o nautinv.c
gcc -c -O4 -DBIGNAUTY -o naugraphB.o naugraph.c
gcc -c -O4 rng.c
gcc -o dreadnautB -O4 -DBIGNAUTY dreadnaut.c naututilB.o \
nautyB.o nautilB.o nautinvB.o naugraphB.o rng.o
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/grape-4.8.3/nauty22'
Thu Jan 16 17:35:47 CET 2020
==== Checking gbnp
No building required for gbnp
Thu Jan 16 17:35:47 CET 2020
==== Checking spinsym-1.5.2
No building required for spinsym-1.5.2
Thu Jan 16 17:35:47 CET 2020
==== Checking fga
No building required for fga
Thu Jan 16 17:35:47 CET 2020
==== Checking itc-1.5
No building required for itc-1.5
Thu Jan 16 17:35:47 CET 2020
==== Checking HeLP-3.5
No building required for HeLP-3.5
Thu Jan 16 17:35:47 CET 2020
==== Checking guava-3.15
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using /home/kalmar/.julia/packages/GAP/W20PN/gap as GAP build directory.
Using config in /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make' 'clean'
rm -f bin/x86_64-pc-linux-gnu-julia64-kv7/*.o
( cd src && make clean )
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src'
rm -f leonconv
rm -f *.o
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src'
( cd ./src/ctjhai && rm -f minimum-weight *.o)
( cd ./src/leon && make clean )
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src/leon'
rm -f *.o setstab cent inter desauto generate commut cjrndper orblist fndelt compgrp orbdes randobj wtdist
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src/leon'
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using /home/kalmar/.julia/packages/GAP/W20PN/gap as GAP build directory.
Using config in /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make'
cc -O2 -c -o src/ctjhai/minimum-weight.o src/ctjhai/minimum-weight.c
cc -O2 -c -o src/ctjhai/minimum-weight-gf2.o src/ctjhai/minimum-weight-gf2.c
cc -O2 -c -o src/ctjhai/minimum-weight-gf3.o src/ctjhai/minimum-weight-gf3.c
cc -O2 -c -o src/ctjhai/popcount.o src/ctjhai/popcount.c
cc -o ./src/ctjhai/minimum-weight \
./src/ctjhai/minimum-weight.o ./src/ctjhai/minimum-weight-gf2.o \
./src/ctjhai/minimum-weight-gf3.o ./src/ctjhai/popcount.o -lm
cd ./src/leon; autoreconf --install --force ; ./configure; make CC="cc" CPPFLAGS="" CFLAGS="-O2" LDFLAGS="";
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 size of int... 4
checking for a BSD-compatible install... /bin/install -c
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 whether make sets $(MAKE)... yes
checking for ANSI C header files... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/leon_config.h
config.status: src/leon_config.h is unchanged
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src/leon'
cc -O2 -c ./src/setstab.c
cc -O2 -c ./src/addsgen.c
cc -O2 -c ./src/bitmanp.c
cc -O2 -c ./src/chbase.c
cc -O2 -c ./src/compcrep.c
cc -O2 -c ./src/compsg.c
cc -O2 -c ./src/copy.c
cc -O2 -c ./src/cparstab.c
cc -O2 -c ./src/csetstab.c
cc -O2 -c ./src/cstborb.c
cc -O2 -c ./src/cstrbas.c
cc -O2 -c ./src/cuprstab.c
cc -O2 -c ./src/errmesg.c
cc -O2 -c ./src/essentia.c
cc -O2 -c ./src/factor.c
cc -O2 -c ./src/inform.c
cc -O2 -c ./src/new.c
cc -O2 -c ./src/oldcopy.c
cc -O2 -c ./src/optsvec.c
cc -O2 -c ./src/orbit.c
cc -O2 -c ./src/orbrefn.c
cc -O2 -c ./src/partn.c
cc -O2 -c ./src/permgrp.c
cc -O2 -c ./src/permut.c
cc -O2 -c ./src/primes.c
cc -O2 -c ./src/ptstbref.c
cc -O2 -c ./src/randgrp.c
cc -O2 -c ./src/randschr.c
cc -O2 -c ./src/readgrp.c
cc -O2 -c ./src/readpar.c
cc -O2 -c ./src/readper.c
cc -O2 -c ./src/readpts.c
cc -O2 -c ./src/rprique.c
cc -O2 -c ./src/storage.c
cc -O2 -c ./src/token.c
cc -O2 -c ./src/util.c
cc -o setstab -v setstab.o addsgen.o bitmanp.o chbase.o compcrep.o compsg.o copy.o cparstab.o csetstab.o cstborb.o cstrbas.o cuprstab.o errmesg.o essentia.o factor.o inform.o new.o oldcopy.o optsvec.o orbit.o orbrefn.o partn.o permgrp.o permut.o primes.o ptstbref.o randgrp.o randschr.o readgrp.o readpar.o readper.o readpts.o rprique.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'setstab' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWVVu6D.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o setstab /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. setstab.o addsgen.o bitmanp.o chbase.o compcrep.o compsg.o copy.o cparstab.o csetstab.o cstborb.o cstrbas.o cuprstab.o errmesg.o essentia.o factor.o inform.o new.o oldcopy.o optsvec.o orbit.o orbrefn.o partn.o permgrp.o permut.o primes.o ptstbref.o randgrp.o randschr.o readgrp.o readpar.o readper.o readpts.o rprique.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'setstab' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/cent.c
cc -O2 -c ./src/ccent.c
cc -o cent -v cent.o addsgen.o bitmanp.o ccent.o chbase.o compcrep.o compsg.o copy.o cparstab.o cstborb.o cstrbas.o errmesg.o essentia.o factor.o inform.o new.o oldcopy.o optsvec.o orbit.o orbrefn.o partn.o permgrp.o permut.o primes.o ptstbref.o randgrp.o randschr.o readgrp.o readper.o rprique.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'cent' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccsNlmSj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cent /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. cent.o addsgen.o bitmanp.o ccent.o chbase.o compcrep.o compsg.o copy.o cparstab.o cstborb.o cstrbas.o errmesg.o essentia.o factor.o inform.o new.o oldcopy.o optsvec.o orbit.o orbrefn.o partn.o permgrp.o permut.o primes.o ptstbref.o randgrp.o randschr.o readgrp.o readper.o rprique.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'cent' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/inter.c
cc -O2 -c ./src/cinter.c
cc -o inter -v inter.o addsgen.o bitmanp.o chbase.o cinter.o compcrep.o compsg.o copy.o cstborb.o cstrbas.o errmesg.o essentia.o factor.o inform.o new.o oldcopy.o optsvec.o orbit.o orbrefn.o partn.o permgrp.o permut.o primes.o ptstbref.o randgrp.o randschr.o readgrp.o rprique.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'inter' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccLFqoC0.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o inter /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. inter.o addsgen.o bitmanp.o chbase.o cinter.o compcrep.o compsg.o copy.o cstborb.o cstrbas.o errmesg.o essentia.o factor.o inform.o new.o oldcopy.o optsvec.o orbit.o orbrefn.o partn.o permgrp.o permut.o primes.o ptstbref.o randgrp.o randschr.o readgrp.o rprique.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'inter' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/desauto.c
cc -O2 -c ./src/cdesauto.c
cc -O2 -c ./src/cmatauto.c
cc -O2 -c ./src/code.c
cc -O2 -c ./src/field.c
cc -O2 -c ./src/matrix.c
cc -O2 -c ./src/readdes.c
cc -o desauto -v desauto.o addsgen.o bitmanp.o cdesauto.o chbase.o cmatauto.o code.o compcrep.o compsg.o copy.o cparstab.o cstborb.o cstrbas.o errmesg.o essentia.o factor.o field.o inform.o matrix.o new.o oldcopy.o optsvec.o orbit.o orbrefn.o partn.o permgrp.o permut.o primes.o ptstbref.o randgrp.o randschr.o readdes.o readgrp.o readper.o rprique.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'desauto' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cccMRubQ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o desauto /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. desauto.o addsgen.o bitmanp.o cdesauto.o chbase.o cmatauto.o code.o compcrep.o compsg.o copy.o cparstab.o cstborb.o cstrbas.o errmesg.o essentia.o factor.o field.o inform.o matrix.o new.o oldcopy.o optsvec.o orbit.o orbrefn.o partn.o permgrp.o permut.o primes.o ptstbref.o randgrp.o randschr.o readdes.o readgrp.o readper.o rprique.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'desauto' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/generate.c
In file included from ./src/group.h:97,
from ./src/generate.c:114:
./src/generate.c: In function ‘main’:
./src/extname.h:224:37: warning: implicit declaration of function ‘RmvRSG’ [-Wimplicit-function-declaration]
224 | #define removeRedunSGens RmvRSG
| ^~~~~~
./src/generate.c:425:10: note: in expansion of macro ‘removeRedunSGens’
425 | removeRedunSGens( G, 1);
| ^~~~~~~~~~~~~~~~
./src/extname.h:113:37: warning: implicit declaration of function ‘InfGrp’ [-Wimplicit-function-declaration]
113 | #define informGroup InfGrp
| ^~~~~~
./src/generate.c:437:7: note: in expansion of macro ‘informGroup’
437 | informGroup(G);
| ^~~~~~~~~~~
cc -O2 -c ./src/relator.c
cc -O2 -c ./src/stcs.c
cc -o generate -v generate.o addsgen.o bitmanp.o chbase.o copy.o cstborb.o errmesg.o essentia.o factor.o inform.o new.o oldcopy.o optsvec.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o relator.o stcs.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'generate' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7eNDKJ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o generate /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. generate.o addsgen.o bitmanp.o chbase.o copy.o cstborb.o errmesg.o essentia.o factor.o inform.o new.o oldcopy.o optsvec.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o relator.o stcs.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'generate' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/commut.c
cc -O2 -c ./src/ccommut.c
cc -o commut -v commut.o addsgen.o bitmanp.o chbase.o ccommut.o copy.o cstborb.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'commut' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cckXELoo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o commut /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. commut.o addsgen.o bitmanp.o chbase.o ccommut.o copy.o cstborb.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'commut' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/cjrndper.c
cc -o cjrndper -v cjrndper.o addsgen.o bitmanp.o chbase.o code.o copy.o cstborb.o errmesg.o essentia.o factor.o field.o matrix.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readdes.o readgrp.o readpar.o readper.o readpts.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'cjrndper' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccM37ERP.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cjrndper /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. cjrndper.o addsgen.o bitmanp.o chbase.o code.o copy.o cstborb.o errmesg.o essentia.o factor.o field.o matrix.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readdes.o readgrp.o readpar.o readper.o readpts.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'cjrndper' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/orblist.c
cc -o orblist -v orblist.o addsgen.o bitmanp.o chbase.o copy.o cstborb.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o readpar.o readpts.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'orblist' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc885Gqk.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o orblist /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. orblist.o addsgen.o bitmanp.o chbase.o copy.o cstborb.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o readpar.o readpts.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'orblist' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/fndelt.c
cc -o fndelt -v fndelt.o addsgen.o bitmanp.o chbase.o copy.o cstborb.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o readper.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'fndelt' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWkK4oM.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o fndelt /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. fndelt.o addsgen.o bitmanp.o chbase.o copy.o cstborb.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o readper.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'fndelt' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/compgrp.c
cc -o compgrp -v compgrp.o addsgen.o bitmanp.o chbase.o copy.o cstborb.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o readpar.o readper.o readpts.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'compgrp' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc8KmSLb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o compgrp /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. compgrp.o addsgen.o bitmanp.o chbase.o copy.o cstborb.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readgrp.o readpar.o readper.o readpts.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'compgrp' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/orbdes.c
cc -o orbdes -v orbdes.o addsgen.o bitmanp.o chbase.o code.o copy.o cstborb.o errmesg.o essentia.o factor.o field.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readdes.o readgrp.o readper.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'orbdes' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbkE9QD.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o orbdes /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. orbdes.o addsgen.o bitmanp.o chbase.o code.o copy.o cstborb.o errmesg.o essentia.o factor.o field.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o randschr.o readdes.o readgrp.o readper.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'orbdes' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/randobj.c
cc -o randobj -v randobj.o bitmanp.o copy.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o readpar.o readpts.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'randobj' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNhSl04.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o randobj /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. randobj.o bitmanp.o copy.o errmesg.o essentia.o factor.o new.o oldcopy.o partn.o permgrp.o permut.o primes.o randgrp.o readpar.o readpts.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'randobj' '-v' '-mtune=generic' '-march=x86-64'
cc -O2 -c ./src/wtdist.c
cc -o wtdist -v wtdist.o bitmanp.o code.o copy.o errmesg.o essentia.o factor.o field.o new.o partn.o permgrp.o permut.o primes.o readdes.o storage.o token.o util.o
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'wtdist' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0jrWaA.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o wtdist /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. wtdist.o bitmanp.o code.o copy.o errmesg.o essentia.o factor.o field.o new.o partn.o permgrp.o permut.o primes.o readdes.o storage.o token.o util.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-o' 'wtdist' '-v' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src/leon'
cd ./src; make CC="cc" CPPFLAGS="" CFLAGS="-O2" LDFLAGS="";
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src'
cc -O2 -o leonconv leonconv.c
cd leon; make
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src/leon'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src/leon'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/guava-3.15/src'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cp ./src/leonconv bin/x86_64-pc-linux-gnu-julia64-kv7
cp ./src/leon/desauto bin/x86_64-pc-linux-gnu-julia64-kv7
cp ./src/ctjhai/minimum-weight bin/x86_64-pc-linux-gnu-julia64-kv7
cp ./src/leon/wtdist bin/x86_64-pc-linux-gnu-julia64-kv7
Thu Jan 16 17:36:05 CET 2020
==== Checking wedderga-4.9.5
No building required for wedderga-4.9.5
Thu Jan 16 17:36:05 CET 2020
==== Checking tomlib-1.2.9
No building required for tomlib-1.2.9
Thu Jan 16 17:36:05 CET 2020
==== Checking repsn-3.1.0
No building required for repsn-3.1.0
Thu Jan 16 17:36:05 CET 2020
==== Checking fwtree-1.2
No building required for fwtree-1.2
Thu Jan 16 17:36:05 CET 2020
==== Checking ctbllib
No building required for ctbllib
Thu Jan 16 17:36:05 CET 2020
==== Checking cubefree-1.18
No building required for cubefree-1.18
Thu Jan 16 17:36:05 CET 2020
==== Checking nilmat-1.3
No building required for nilmat-1.3
Thu Jan 16 17:36:05 CET 2020
==== Checking ExamplesForHomalg-2019.09.02
No building required for ExamplesForHomalg-2019.09.02
Thu Jan 16 17:36:05 CET 2020
==== Checking GaussForHomalg-2019.09.02
No building required for GaussForHomalg-2019.09.02
Thu Jan 16 17:36:05 CET 2020
==== Checking LocalizeRingForHomalg-2019.09.02
No building required for LocalizeRingForHomalg-2019.09.02
Thu Jan 16 17:36:05 CET 2020
==== Checking circle-1.6.3
No building required for circle-1.6.3
Thu Jan 16 17:36:05 CET 2020
==== Checking sglppow-2.1
No building required for sglppow-2.1
Thu Jan 16 17:36:05 CET 2020
==== Checking LinearAlgebraForCAP-2019.01.16
No building required for LinearAlgebraForCAP-2019.01.16
Thu Jan 16 17:36:05 CET 2020
==== Checking ferret-1.0.2
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether make supports the include directive... yes (GNU style)
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 ar... ar
checking the archiver (ar) interface... ar
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ferret.vars
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "ferret.la" || rm -f ferret.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f bin/x86_64-pc-linux-gnu-julia64-kv7/ferret.so
rm -f symmetry_detect
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CXX src/ferret_la-cppmapper.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from gap_cpp_headers/include_gap_headers.hpp:8,
from gap_cpp_headers/gap_cpp_mapping.hpp:13,
from src/cppmapper.cc:3:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:24,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from gap_cpp_headers/include_gap_headers.hpp:8,
from gap_cpp_headers/gap_cpp_mapping.hpp:13,
from src/cppmapper.cc:3:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_0ARGS(Obj))(Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:240:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_0ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**)’} [-Wcast-function-type]
240 | return (ObjFunc_0ARGS)HDLR_FUNC(func, 0);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_1ARGS(Obj))(Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:245:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_1ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
245 | return (ObjFunc_1ARGS)HDLR_FUNC(func, 1);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_2ARGS(Obj))(Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:250:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_2ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
250 | return (ObjFunc_2ARGS)HDLR_FUNC(func, 2);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_3ARGS(Obj))(Obj, Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:255:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_3ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
255 | return (ObjFunc_3ARGS)HDLR_FUNC(func, 3);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_4ARGS(Obj))(Obj, Obj, Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:260:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_4ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
260 | return (ObjFunc_4ARGS)HDLR_FUNC(func, 4);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_5ARGS(Obj))(Obj, Obj, Obj, Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:265:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_5ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
265 | return (ObjFunc_5ARGS)HDLR_FUNC(func, 5);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_6ARGS(Obj))(Obj, Obj, Obj, Obj, Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:270:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_6ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
270 | return (ObjFunc_6ARGS)HDLR_FUNC(func, 6);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_XARGS(Obj))(Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:275:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_1ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
275 | return (ObjFunc_1ARGS)HDLR_FUNC(func, 7);
| ^
In file included from src/cppmapper.cc:3:
gap_cpp_headers/gap_cpp_mapping.hpp: In function ‘UInt** GAP_callFunction(GAPFunction)’:
gap_cpp_headers/gap_cpp_mapping.hpp:424:43: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘F’ {aka ‘long unsigned int** (*)(long unsigned int**)’} [-Wcast-function-type]
424 | Obj ret = reinterpret_cast<F>(hdlrfunc)(funobj);
| ^
gap_cpp_headers/gap_cpp_mapping.hpp: In function ‘UInt** GAP_callFunction(GAPFunction, Obj)’:
gap_cpp_headers/gap_cpp_mapping.hpp:435:43: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘F’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
435 | Obj ret = reinterpret_cast<F>(hdlrfunc)(funobj, arg1);
| ^
gap_cpp_headers/gap_cpp_mapping.hpp: In function ‘UInt** GAP_callFunction(GAPFunction, Obj, Obj)’:
gap_cpp_headers/gap_cpp_mapping.hpp:446:43: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘F’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
446 | Obj ret = reinterpret_cast<F>(hdlrfunc)(funobj, arg1, arg2);
| ^
gap_cpp_headers/gap_cpp_mapping.hpp: In function ‘UInt** GAP_callFunction(GAPFunction, Obj, Obj, Obj)’:
gap_cpp_headers/gap_cpp_mapping.hpp:457:43: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘F’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
457 | Obj ret = reinterpret_cast<F>(hdlrfunc)(funobj, arg1, arg2, arg3);
| ^
In file included from YAPB++/source/constraints/stabchain_perm_group.hpp:12,
from src/cppmapper.cc:26:
YAPB++/source/constraints/../../../src/StabChainStore.hpp: In member function ‘vec1<optional<Permutation> > GAPStabChainWrapper::getTransversal() const’:
YAPB++/source/constraints/../../../src/StabChainStore.hpp:42:48: warning: implicitly-declared ‘optional<Permutation>& optional<Permutation>::operator=(const optional<Permutation>&)’ is deprecated [-Wdeprecated-copy]
42 | p[i] = labels[*(translabels[i])];
| ^
In file included from gap_cpp_headers/gap_cpp_mapping.hpp:19,
from src/cppmapper.cc:3:
YAPB++/source/library/optional.hpp:44:5: note: because ‘optional<Permutation>’ has user-provided ‘optional<T>::optional(const optional<T>&) [with T = Permutation]’
44 | optional(const optional& o) : t(o.t), present(o.present)
| ^~~~~~~~
In file included from src/cppmapper.cc:26:
YAPB++/source/constraints/stabchain_perm_group.hpp: In member function ‘Permutation StabChainLevel::complete_transversal(int)’:
YAPB++/source/constraints/stabchain_perm_group.hpp:64:64: warning: implicitly-declared ‘optional<Permutation>& optional<Permutation>::operator=(const optional<Permutation>&)’ is deprecated [-Wdeprecated-copy]
64 | transversal[new_place] = mergePermutations(last_few);
| ^
In file included from gap_cpp_headers/gap_cpp_mapping.hpp:19,
from src/cppmapper.cc:3:
YAPB++/source/library/optional.hpp:44:5: note: because ‘optional<Permutation>’ has user-provided ‘optional<T>::optional(const optional<T>&) [with T = Permutation]’
44 | optional(const optional& o) : t(o.t), present(o.present)
| ^~~~~~~~
In file included from src/cppmapper.cc:26:
YAPB++/source/constraints/stabchain_perm_group.hpp: In constructor ‘StabChain_PermGroup::StabChain_PermGroup(Obj, StabChainConfig, PartitionStack*, MemoryBacktracker*, MemoryBacktracker*)’:
YAPB++/source/constraints/stabchain_perm_group.hpp:299:86: warning: implicitly-declared ‘constexpr Reverting<int>& Reverting<int>::operator=(const Reverting<int>&)’ is deprecated [-Wdeprecated-copy]
299 | tracking_first_found_orbits = Reverting<int>(rbase_mb->makeReverting<int>(-2));
| ^
In file included from YAPB++/source/problem.hpp:4,
from src/cppmapper.cc:13:
YAPB++/source/memory_backtrack.hpp:37:5: note: because ‘Reverting<int>’ has user-provided ‘Reverting<T>::Reverting(const Reverting<T>&) [with T = int]’
37 | Reverting(const Reverting& bt):
| ^~~~~~~~~
In file included from src/cppmapper.cc:26:
YAPB++/source/constraints/stabchain_perm_group.hpp:300:86: warning: implicitly-declared ‘constexpr Reverting<int>& Reverting<int>::operator=(const Reverting<int>&)’ is deprecated [-Wdeprecated-copy]
300 | tracking_first_found_blocks = Reverting<int>(rbase_mb->makeReverting<int>(-2));
| ^
In file included from YAPB++/source/problem.hpp:4,
from src/cppmapper.cc:13:
YAPB++/source/memory_backtrack.hpp:37:5: note: because ‘Reverting<int>’ has user-provided ‘Reverting<T>::Reverting(const Reverting<T>&) [with T = int]’
37 | Reverting(const Reverting& bt):
| ^~~~~~~~~
In file included from src/cppmapper.cc:26:
YAPB++/source/constraints/stabchain_perm_group.hpp:301:88: warning: implicitly-declared ‘constexpr Reverting<int>& Reverting<int>::operator=(const Reverting<int>&)’ is deprecated [-Wdeprecated-copy]
301 | tracking_first_found_orbitals = Reverting<int>(rbase_mb->makeReverting<int>(-2));
| ^
In file included from YAPB++/source/problem.hpp:4,
from src/cppmapper.cc:13:
YAPB++/source/memory_backtrack.hpp:37:5: note: because ‘Reverting<int>’ has user-provided ‘Reverting<T>::Reverting(const Reverting<T>&) [with T = int]’
37 | Reverting(const Reverting& bt):
| ^~~~~~~~~
CXX src/ferret_la-ferret.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from gap_cpp_headers/include_gap_headers.hpp:8,
from src/ferret.cc:6:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:24,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from gap_cpp_headers/include_gap_headers.hpp:8,
from src/ferret.cc:6:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_0ARGS(Obj))(Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:240:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_0ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**)’} [-Wcast-function-type]
240 | return (ObjFunc_0ARGS)HDLR_FUNC(func, 0);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_1ARGS(Obj))(Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:245:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_1ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
245 | return (ObjFunc_1ARGS)HDLR_FUNC(func, 1);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_2ARGS(Obj))(Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:250:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_2ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
250 | return (ObjFunc_2ARGS)HDLR_FUNC(func, 2);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_3ARGS(Obj))(Obj, Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:255:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_3ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
255 | return (ObjFunc_3ARGS)HDLR_FUNC(func, 3);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_4ARGS(Obj))(Obj, Obj, Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:260:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_4ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
260 | return (ObjFunc_4ARGS)HDLR_FUNC(func, 4);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_5ARGS(Obj))(Obj, Obj, Obj, Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:265:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_5ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
265 | return (ObjFunc_5ARGS)HDLR_FUNC(func, 5);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_6ARGS(Obj))(Obj, Obj, Obj, Obj, Obj, Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:270:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_6ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
270 | return (ObjFunc_6ARGS)HDLR_FUNC(func, 6);
| ^
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h: In function ‘UInt** (* HDLR_XARGS(Obj))(Obj, Obj)’:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/calls.h:275:44: warning: cast between incompatible function types from ‘ObjFunc’ {aka ‘long unsigned int** (*)()’} to ‘ObjFunc_1ARGS’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**)’} [-Wcast-function-type]
275 | return (ObjFunc_1ARGS)HDLR_FUNC(func, 7);
| ^
src/ferret.cc: At global scope:
src/ferret.cc:36:53: warning: cast between incompatible function types from ‘UInt** (*)(Obj, Obj, Obj)’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**)’} to ‘UInt** (*)()’ {aka ‘long unsigned int** (*)()’} [-Wcast-function-type]
36 | { "YAPB_SOLVE", 2, "object, object", (UInt**(*)())FuncSOLVE, "src/string.c:FuncSOLVE" },
| ^~~~~~~~~
src/ferret.cc:37:75: warning: cast between incompatible function types from ‘UInt** (*)(Obj, Obj, Obj, Obj, Obj)’ {aka ‘long unsigned int** (*)(long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**, long unsigned int**)’} to ‘UInt** (*)()’ {aka ‘long unsigned int** (*)()’} [-Wcast-function-type]
37 | { "YAPB_SOLVE_COSET", 4, "object, object, object, object", (UInt**(*)())FuncSOLVE_COSET, "src/string.c:FuncSOLVE_COSET" },
| ^~~~~~~~~~~~~~~
CXXLD ferret.la
/bin/mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/ferret.so bin/x86_64-pc-linux-gnu-julia64-kv7/ferret.so
Thu Jan 16 17:36:48 CET 2020
==== Checking polymaking-0.8.2
No building required for polymaking-0.8.2
Thu Jan 16 17:36:48 CET 2020
==== Checking automgrp-1.3.2
No building required for automgrp-1.3.2
Thu Jan 16 17:36:48 CET 2020
==== Checking liepring-1.9.2
No building required for liepring-1.9.2
Thu Jan 16 17:36:48 CET 2020
==== Checking anupq-3.2.1
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking whether linking against GMP works... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for gethostname... yes
checking for strftime... yes
checking for library containing log10... -lm
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testPq
config.status: creating include/config.h
config.status: executing depfiles commands
Running 'make' 'clean'
test -z "pq" || rm -f pq
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7
(cd doc && rm -f *.aux *.bbl *.blg *.brf *.idx *.ilg *.ind *.log *.out *.pnr *.toc)
(cd standalone-doc && rm -rf *.aux *.log *.toc)
rm -f *.o
rm -f src/*.o
Running 'make'
CC src/pq-AllocateSpace.o
CC src/pq-CloseFile.o
CC src/pq-Extend_Auts.o
CC src/pq-FreeSpace.o
CC src/pq-GAP.o
CC src/pq-GAP_link_via_file.o
CC src/pq-GAP_present.o
CC src/pq-OpenFile.o
CC src/pq-TemporaryFile.o
CC src/pq-action.o
CC src/pq-assemble_matrix.o
CC src/pq-autgp_order.o
CC src/pq-calculate_jacobi.o
CC src/pq-central_auts.o
CC src/pq-check_exponent.o
CC src/pq-class1_eliminate.o
CC src/pq-close_relations.o
CC src/pq-close_subgroup.o
CC src/pq-collect.o
CC src/pq-collect_comm.o
CC src/pq-collect_gen_word.o
CC src/pq-collect_relations.o
CC src/pq-collect_word.o
CC src/pq-collectp2.o
CC src/pq-commutator.o
CC src/pq-commute_dgen.o
CC src/pq-compact.o
CC src/pq-compact_description.o
CC src/pq-consistency.o
CC src/pq-consistency_filter.o
CC src/pq-consistency_info.o
CC src/pq-construct.o
CC src/pq-convert.o
CC src/pq-defaults_pga.o
CC src/pq-degree.o
CC src/pq-delete_tables.o
CC src/pq-down_class.o
CC src/pq-echelon.o
CC src/pq-echelonise_matrix.o
CC src/pq-eliminate.o
CC src/pq-expand_commutator.o
CC src/pq-exponent_auts.o
CC src/pq-exponent_info.o
CC src/pq-extend_automorphisms.o
CC src/pq-extend_matrix.o
CC src/pq-extend_representation.o
CC src/pq-extra_relations.o
CC src/pq-find_allowable_subgroup.o
CC src/pq-find_image.o
CC src/pq-find_permutation.o
CC src/pq-formula.o
CC src/pq-generator_definition.o
CC src/pq-get_definition_sets.o
CC src/pq-identity.o
CC src/pq-immediate_descendant.o
CC src/pq-initialise_pcp.o
CC src/pq-initialise_pga.o
CC src/pq-insoluble_orbits.o
CC src/pq-int_power.o
CC src/pq-interactive_pga.o
CC src/pq-interactive_pq.o
CC src/pq-invert.o
CC src/pq-invert_auts.o
CC src/pq-invert_modp.o
CC src/pq-is_genlim_exceeded.o
CC src/pq-is_space_exhausted.o
CC src/pq-isom_options.o
CC src/pq-iteration.o
CC src/pq-jacobi.o
CC src/pq-label_to_subgroup.o
CC src/pq-last_class.o
CC src/pq-list_commutators.o
CC src/pq-map_relations.o
CC src/pq-matrix.o
CC src/pq-maxoccur.o
CC src/pq-multiply_word.o
CC src/pq-next_class.o
CC src/pq-options.o
CC src/pq-orbit_summary.o
CC src/pq-permute_elements.o
CC src/pq-permute_subgroups.o
CC src/pq-pgroup.o
CC src/pq-power.o
CC src/pq-pquotient.o
CC src/pq-pretty_filter.o
CC src/pq-pretty_filterfns.o
CC src/pq-print_arrays.o
CC src/pq-print_auts.o
CC src/pq-print_level.o
CC src/pq-print_multiweight.o
CC src/pq-print_presentation.o
CC src/pq-print_structure.o
CC src/pq-print_word.o
CC src/pq-read.o
CC src/pq-read_auts.o
CC src/pq-read_parameters.o
CC src/pq-read_relations.o
CC src/pq-read_relator_file.o
CC src/pq-read_value.o
CC src/pq-read_word.o
CC src/pq-reduce_matrix.o
CC src/pq-reduced_covers.o
CC src/pq-report_error.o
CC src/pq-restore_group.o
CC src/pq-setup.o
CC src/pq-setup_reps.o
CC src/pq-soluble_orbits.o
CC src/pq-solve_equation.o
CC src/pq-stabiliser.o
CC src/pq-stages.o
CC src/pq-standard.o
CC src/pq-start_group.o
CC src/pq-start_iteration.o
CC src/pq-step_range.o
CC src/pq-store_definition_sets.o
CC src/pq-strip_identities.o
CC src/pq-subgroup_to_label.o
CC src/pq-system.o
CC src/pq-tail_info.o
CC src/pq-tails.o
CC src/pq-tails_filter.o
CC src/pq-text.o
CC src/pq-update.o
CC src/pq-update_generators.o
CC src/pq-update_name.o
CC src/pq-vsystem.o
CC src/pq-write.o
CC src/pq-main.o
CCLD pq
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7
cp pq /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/anupq-3.2.1/bin/x86_64-pc-linux-gnu-julia64-kv7
SUCCESS!
Thu Jan 16 17:37:10 CET 2020
==== Checking loops-3.4.1
No building required for loops-3.4.1
Thu Jan 16 17:37:10 CET 2020
==== Checking semigroups-3.2.1
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether make supports the include directive... yes (GNU style)
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 ar... ar
checking the archiver (ar) interface... ar
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports C++11 features by default... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_create in -lpthread... yes
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: using included libsemigroups...
checking for libsemigroups/include/libsemigroups.hpp... yes
checking for libsemigroups/.VERSION... yes
checking libsemigroups version... 1.0.2
checking whether to enable debug mode... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/_pkgconfig.h
config.status: executing depfiles commands
config.status: executing src/semigroups-config.h commands
config.status: creating src/semigroups-config.h - prefix SEMIGROUPS for src/_pkgconfig.h defines
config.status: src/semigroups-config.h is unchanged
config.status: executing libtool commands
=== configuring in libsemigroups (/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=${abs_top_builddir}/../bin/' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether make supports the include directive... yes (GNU style)
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 ar... ar
checking the archiver (ar) interface... ar
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports C++11 features by default... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_create in -lpthread... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for inline... inline
checking for int64_t... yes
checking for size_t... yes
checking for uint64_t... yes
checking for ptrdiff_t... no
checking size of void *... 8
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking whether to enable debug mode... no
checking whether to enable verbose mode... no
checking whether enable compiler warnings... no
checking whether to build with code coverage support... no
checking whether to enable HPCombi... yes
checking for ./extern/HPCombi/VERSION... no
configure: WARNING: HPCombi is not available
checking for ./extern/fmt-5.3.0/README.rst... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsemigroups.pc
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing include/libsemigroups-config.hpp commands
config.status: creating include/libsemigroups-config.hpp - prefix LIBSEMIGROUPS for config/config.h defines
config.status: executing libtool commands
Running 'make' 'clean'
Making clean in libsemigroups
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups'
rm -f test_all test_action test_blocks test_bmat8 test_cong_pair test_cong test_cong_intf test_constants test_containers test_digraph test_element test_forest test_fpsemi test_fpsemi_intf test_froidure_pin_bipart test_froidure_pin_bmat8 test_froidure_pin_boolmat test_froidure_pin_element test_froidure_pin_integers test_froidure_pin_intmat test_froidure_pin_intpairs test_froidure_pin_pbr test_froidure_pin_pperm test_froidure_pin_projmaxplus test_froidure_pin_transf test_froidure_pin_tropmaxplus test_hpcombi test_iterator test_kbe test_knuth_bendix test_race test_runner test_schreier_sims test_semiring test_timer test_todd_coxeter test_uf
test -z "libsemigroups.la" || rm -f libsemigroups.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -rf docs/build
rm -rf docs/source/_generated
rm -rf coverage/
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f tests/*.o
rm -f *.lo
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups'
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1'
test -z "semigroups.la" || rm -f semigroups.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1'
Running 'make'
make -C libsemigroups install
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups'
CXX src/libsemigroups_la-blocks.lo
CXX src/libsemigroups_la-bmat8.lo
CXX src/libsemigroups_la-cong-intf.lo
CXX src/libsemigroups_la-cong-pair.lo
CXX src/libsemigroups_la-cong.lo
CXX src/libsemigroups_la-coset.lo
CXX src/libsemigroups_la-element.lo
CXX src/libsemigroups_la-fpsemi-intf.lo
CXX src/libsemigroups_la-fpsemi.lo
CXX src/libsemigroups_la-froidure-pin-base.lo
CXX src/libsemigroups_la-knuth-bendix.lo
CXX src/libsemigroups_la-order.lo
CXX src/libsemigroups_la-race.lo
CXX src/libsemigroups_la-report.lo
CXX src/libsemigroups_la-runner.lo
CXX src/libsemigroups_la-tce.lo
CXX src/libsemigroups_la-todd-coxeter.lo
CXX src/libsemigroups_la-uf.lo
CXXLD libsemigroups.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups'
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib'
/bin/sh ./libtool --mode=install /bin/install -c libsemigroups.la '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib'
libtool: install: /bin/install -c .libs/libsemigroups.so.0.0.0 /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib/libsemigroups.so.0.0.0
libtool: install: (cd /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib && { ln -s -f libsemigroups.so.0.0.0 libsemigroups.so.0 || { rm -f libsemigroups.so.0 && ln -s libsemigroups.so.0.0.0 libsemigroups.so.0; }; })
libtool: install: (cd /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib && { ln -s -f libsemigroups.so.0.0.0 libsemigroups.so || { rm -f libsemigroups.so && ln -s libsemigroups.so.0.0.0 libsemigroups.so; }; })
libtool: install: /bin/install -c .libs/libsemigroups.lai /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib/libsemigroups.la
libtool: install: /bin/install -c .libs/libsemigroups.a /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib/libsemigroups.a
libtool: install: chmod 644 /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib/libsemigroups.a
libtool: install: ranlib /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib/libsemigroups.a
libtool: finish: PATH="/home/kalmar/local/bin/:/opt/bin:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/opt/intel/mediasdk/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/sbin" ldconfig -n /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/include/fmt'
/bin/install -c -m 644 extern/fmt-5.3.0/include/fmt/chrono.h extern/fmt-5.3.0/include/fmt/color.h extern/fmt-5.3.0/include/fmt/core.h extern/fmt-5.3.0/include/fmt/format-inl.h extern/fmt-5.3.0/include/fmt/format.h extern/fmt-5.3.0/include/fmt/locale.h extern/fmt-5.3.0/include/fmt/ostream.h extern/fmt-5.3.0/include/fmt/posix.h extern/fmt-5.3.0/include/fmt/printf.h extern/fmt-5.3.0/include/fmt/ranges.h extern/fmt-5.3.0/include/fmt/time.h '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/include/fmt'
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib/pkgconfig'
/bin/install -c -m 644 libsemigroups.pc '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/lib/pkgconfig'
/bin/mkdir -p '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/include/libsemigroups'
/bin/install -c -m 644 include/action.hpp include/adapters.hpp include/blocks.hpp include/bmat8.hpp include/bruidhinn-traits.hpp include/cong-intf.hpp include/cong-pair-impl.hpp include/cong-pair.hpp include/cong-wrap.hpp include/cong.hpp include/constants.hpp include/containers.hpp include/coset.hpp include/digraph.hpp include/element-helper.hpp include/element.hpp include/forest.hpp include/fpsemi-intf.hpp include/fpsemi.hpp include/froidure-pin-base.hpp include/froidure-pin-impl.hpp include/froidure-pin.hpp include/function-ref.hpp include/hpcombi.hpp include/int-range.hpp include/iterator.hpp include/kbe.hpp include/knuth-bendix.hpp include/libsemigroups-config.hpp include/libsemigroups-debug.hpp include/libsemigroups-exception.hpp include/libsemigroups.hpp include/obvinf.hpp include/order.hpp include/race.hpp include/report.hpp include/runner.hpp include/schreier-sims.hpp include/semiring.hpp include/stl.hpp '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/include/libsemigroups'
/bin/install -c -m 644 include/string.hpp include/tce.hpp include/timer.hpp include/todd-coxeter.hpp include/transf.hpp include/types.hpp include/uf.hpp '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups/../bin/include/libsemigroups'
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups'
make all-recursive
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1'
Making all in libsemigroups
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/libsemigroups'
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1'
CXX src/semigroups_la-pkg.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from src/rnams.h:24,
from src/pkg.h:46,
from src/pkg.cc:23:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXX src/semigroups_la-converter.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from src/converter.h:37,
from src/converter.cc:19:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXX src/semigroups_la-bipart.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from src/bipart.h:25,
from src/bipart.cc:22:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXX src/semigroups_la-uf.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from src/rnams.h:24,
from src/pkg.h:46,
from src/uf.h:26,
from src/uf.cc:23:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXX src/semigroups_la-fropin.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from ./src/rnams.h:24,
from ./src/pkg.h:46,
from ./src/fropin.h:22,
from src/fropin.cc:19:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXX src/semigroups_la-congpairs.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from ./src/congpairs.h:34,
from src/congpairs.cc:19:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXX src/semigroups_la-semigrp.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from src/semigrp.h:26,
from src/semigrp.cc:19:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXXLD semigroups.la
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/semigroups.so /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1/bin/x86_64-pc-linux-gnu-julia64-kv7/semigroups.so
SUCCESS!
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/semigroups-3.2.1'
Thu Jan 16 17:43:18 CET 2020
==== Checking singular-2019.10.01
No building required for singular-2019.10.01
Thu Jan 16 17:43:18 CET 2020
==== Checking resclasses-4.7.2
No building required for resclasses-4.7.2
Thu Jan 16 17:43:18 CET 2020
==== Checking homalg-2019.09.01
No building required for homalg-2019.09.01
Thu Jan 16 17:43:18 CET 2020
==== Checking ToricVarieties-2019.12.05
No building required for ToricVarieties-2019.12.05
Thu Jan 16 17:43:18 CET 2020
==== Checking NumericalSgps-1.2.1
No building required for NumericalSgps-1.2.1
Thu Jan 16 17:43:18 CET 2020
==== Checking liering-2.4.1
No building required for liering-2.4.1
Thu Jan 16 17:43:18 CET 2020
==== Checking MajoranaAlgebras-1.4
No building required for MajoranaAlgebras-1.4
Thu Jan 16 17:43:18 CET 2020
==== Checking hecke-1.5.3
No building required for hecke-1.5.3
Thu Jan 16 17:43:18 CET 2020
==== Checking CaratInterface
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make' 'clean'
if [ -d "carat/" ]; then cd carat; make clean; fi
rm -rf "bin/x86_64-pc-linux-gnu-julia64-kv7"
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make'
if [ ! -d carat ]; then \
if [ -f carat.tgz ]; then tar pzxf carat.tgz; \
else git clone https://github.com/lbfm-rwth/carat.git; fi; \
fi
if [ ! -f carat/configure ]; then (cd carat && ./autogen.sh); fi
touch carat/configure
cd carat/tables; tar pzxf qcatalog.tar.gz --exclude=qcatalog/dim6
touch carat/tables/qcatalog/TGROUPS.GAP
(cd carat && ./configure CC="gcc " CFLAGS="-g -O2 " && make)
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-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 for ranlib... ranlib
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc ... gcc3
checking whether make supports nested variables... (cached) yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for strlcpy... no
checking for strlcat... no
checking for library containing floor... -lm
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/CaratInterface/carat'
CC functions/utils.o
CC functions/Autgrp/autgrp.o
CC functions/Autgrp/auttools.o
CC functions/Autgrp/bachtools.o
CC functions/Autgrp/iotools.o
CC functions/Autgrp/isometry.o
CC functions/Autgrp/isotools.o
CC functions/Autgrp/lattools.o
CC functions/Autgrp/mattools.o
CC functions/Autgrp/orbtools.o
CC functions/Autgrp/perfecttools.o
CC functions/Autgrp/pr_aut.o
CC functions/Autgrp/pr_isom.o
CC functions/Autgrp/preproc.o
CC functions/Autgrp/sorttools.o
CC functions/Base/base.o
CC functions/Base/base2.o
CC functions/Base/conjugate.o
CC functions/Bravais/bravais_tools.o
CC functions/Bravais/formspace.o
CC functions/Bravais/init_bravais.o
CC functions/Bravais/invar_space.o
CC functions/Bravais/konj_bravais.o
CC functions/Bravais/lincomb.o
CC functions/Bravais/normalisator.o
CC functions/Bravais/normlin.o
CC functions/Bravais/p_formspace.o
CC functions/Bravais/rform.o
CC functions/Bravais/tr_bravais.o
CC functions/Bravais/trace_bifo.o
CC functions/Contrib/suche_kand.o
CC functions/Contrib/torsionfree.o
CC functions/Datei/brav_from_datei.o
CC functions/Datei/free_bravais.o
CC functions/Datei/get_data_dir.o
CC functions/Datei/get_symbol.o
CC functions/Datei/get_zentr.o
CC functions/Datei/gittstab.o
CC functions/Datei/gittstabneu.o
CC functions/Datei/lattice_tools.o
CC functions/Datei/lattice.o
CC functions/Datei/read_symbol.o
CC functions/Datei/right_order.o
CC functions/Datei/super_lattice.o
CC functions/Getput/get_bravais.o
CC functions/Getput/get_mat.o
CC functions/Getput/put_bravais.o
CC functions/Getput/put_mat.o
CC functions/Getput/put_order.o
CC functions/Getput/read_header.o
CC functions/Graph/aff_normal.o
CC functions/Graph/calculate_representatives.o
CC functions/Graph/coho_size.o
CC functions/Graph/graph_mapped_word.o
CC functions/Graph/graph_tools.o
CC functions/Graph/is_k_subgroup.o
CC functions/Graph/lattices.o
CC functions/Graph/normalop_o.o
CC functions/Graph/obergruppenzahl.o
CC functions/Graph/orbit_fkts.o
CC functions/Graph/phi.o
CC functions/Graph/Q_data.o
CC functions/Graph/stabs.o
CC functions/Graph/sub-k-groups-fcts.o
CC functions/Graph/sub-super-tools.o
CC functions/Graph/subgroupgraph.o
CC functions/Graph/super-k-groups-fcts.o
CC functions/Hyperbolic/hyp_isom.o
CC functions/Hyperbolic/hyp_stabilizer.o
CC functions/Idem/almost_decomposable_lattice.o
CC functions/Idem/bravais_catalog.o
CC functions/Idem/centr.o
CC functions/Idem/min_pol.o
CC functions/Idem/symbol.o
CC functions/Idem/v4_catalog.o
CC functions/Idem/z_equivalent.o
CC functions/Longtools/dump_MP_mat.o
CC functions/Longtools/long_elt.o
CC functions/Longtools/long_gauss.o
CC functions/Longtools/long_hnf.o
CC functions/Longtools/long_kernel_mat.o
CC functions/Longtools/long_mat_inv.o
CC functions/Longtools/long_qbase.o
CC functions/Longtools/long_rein_mat.o
CC functions/Longtools/long_solve_mat.o
CC functions/Longtools/MP_conv_mat.o
CC functions/Longtools/MP_gauss.o
CC functions/Longtools/MP_hnf.o
CC functions/Longtools/MP_pair_red.o
CC functions/Longtools/MP_red_sort.o
CC functions/Longtools/MP_solve.o
CC functions/Matrix/add_mat.o
CC functions/Matrix/col_row_ops_mat.o
CC functions/Matrix/comp_mat.o
CC functions/Matrix/construct_mat.o
CC functions/Matrix/divide_by_gcd.o
CC functions/Matrix/elt_div_mat.o
CC functions/Matrix/find_max_entry_mat.o
CC functions/Matrix/gauss_mat.o
CC functions/Matrix/inv_mat.o
CC functions/Matrix/kgv2rat_mat.o
CC functions/Matrix/kron_mat.o
CC functions/Matrix/modp_mat.o
CC functions/Matrix/mul_mat.o
CC functions/Matrix/null_mat.o
CC functions/Matrix/p_gauss_mat.o
CC functions/Matrix/p_lse_solve.o
CC functions/Matrix/p_mat_det.o
CC functions/Matrix/p_solve_mat.o
CC functions/Matrix/real_mat.o
CC functions/Matrix/red_mat.o
CC functions/Matrix/scal_pr_mat.o
CC functions/Matrix/solve_mat.o
CC functions/Matrix/tools_mat.o
CC functions/Matrix/tr_pose_mat.o
CC functions/Matrix/trace_mat.o
CC functions/Matrix/unity_mat.o
CC functions/Name/aff_class_inf.o
CC functions/Name/compute_q_matrix.o
CC functions/Name/HM_symbol.o
CC functions/Name/point_group.o
CC functions/Name/Q_catalog.o
CC functions/Name/q_class_inf.o
CC functions/Name/reverse_name_fct.o
CC functions/Name/z_class_inf.o
CC functions/Orbit/orb_division.o
CC functions/Orbit/orbit_alg.o
functions/Orbit/orbit_alg.c: In function ‘orbit_alg’:
functions/Orbit/orbit_alg.c:530:19: warning: ‘erg’ may be used uninitialized in this function [-Wmaybe-uninitialized]
530 | ergverz = hash_addbaum(A, erg, erganz, ergverz, &schonda, h, hashverz);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC functions/Orbit/orbit_subdivision.o
CC functions/Orbit/row_spin.o
CC functions/Polyeder/first_fuber.o
CC functions/Polyeder/first_polyeder.o
CC functions/Polyeder/fuber_tools.o
CC functions/Polyeder/polyeder_to_vecs.o
CC functions/Polyeder/polyeder_tools.o
CC functions/Polyeder/refine_fuber.o
CC functions/Polyeder/refine_polyeder.o
CC functions/Presentation/check_base.o
CC functions/Presentation/mapped_word.o
CC functions/Presentation/presentation.o
CC functions/Presentation/put_word.o
CC functions/Reduction/mink_red.o
CC functions/Reduction/pair_red.o
CC functions/Reduction/reduction_sort.o
CC functions/Reduction/short_reduce.o
CC functions/Sort/compare.o
CC functions/Sort/quicksort.o
CC functions/Sort/search.o
CC functions/Symm/dsylv.o
CC functions/Symm/rest_short.o
CC functions/Symm/short.o
CC functions/Symm/shortest.o
CC functions/Tools/chin_remainder.o
CC functions/Tools/intpow.o
CC functions/Tools/itoa.o
CC functions/Tools/malloc2dim.o
CC functions/Tools/min_div.o
CC functions/Tools/ovfl_mul.o
CC functions/Tools/prime_tools.o
CC functions/Tools/random.o
CC functions/Tools/tools.o
CC functions/TSubgroups/name_fct.o
CC functions/TSubgroups/PoaN.o
CC functions/TSubgroups/tsubgroups_fct_db.o
CC functions/TSubgroups/tsubgroups_fct.o
CC functions/TSubgroups/tsubgroups_tools.o
CC functions/TSubgroups/tSUPERgroups_fct_db.o
functions/TSubgroups/tSUPERgroups_fct_db.c: In function ‘tsupergroups’:
functions/TSubgroups/tSUPERgroups_fct_db.c:54:32: warning: ‘/words.’ directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
54 | snprintf(filename, 1024, "%s/words.%s", pfad, qnameS);
| ^~~~~~~
functions/TSubgroups/tSUPERgroups_fct_db.c:54:4: note: ‘snprintf’ output 8 or more bytes (assuming 1031) into a destination of size 1024
54 | snprintf(filename, 1024, "%s/words.%s", pfad, qnameS);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC functions/Voronoi/all_vor_neighbours.o
CC functions/Voronoi/bravais_flok_datei.o
CC functions/Voronoi/bravais_flok.o
CC functions/Voronoi/calc_vor_data.o
CC functions/Voronoi/first_perfect.o
CC functions/Voronoi/init_voronoi.o
CC functions/Voronoi/normalizer.o
CC functions/Voronoi/pair_red_inv.o
CC functions/Voronoi/red_normal.o
CC functions/Voronoi/vor_neighbour.o
CC functions/Voronoi/vor_vertices.o
CC functions/Zassen/coboundary.o
CC functions/Zassen/cong_solve.o
CC functions/Zassen/convert_cocycle_to_column.o
CC functions/Zassen/convert_to_cocycle.o
CC functions/Zassen/normalop.o
CC functions/Zassen/put_cocycle.o
CC functions/Zassen/reget_gen.o
CC functions/Zassen/reverse_valuation.o
CC functions/Zassen/zass.o
CC functions/ZZ/get_groups.o
CC functions/ZZ/q2z.o
CC functions/ZZ/ZZ_cen_fun.o
CC functions/ZZ/ZZ_gen_vs.o
CC functions/ZZ/ZZ_irr_const.o
CC functions/ZZ/ZZ_lll.o
CC functions/ZZ/ZZ_zclass.o
CC functions/ZZ/ZZ.o
AR libfunctions.a
ar: `u' modifier ignored since `D' is the default (see `U')
CC src/add.o
CCLD bin/Add
CC src/autgrp.o
CCLD bin/Aut_grp
CC src/bravais_equiv.o
CCLD bin/Bravais_equiv
CC src/bravaisgroup.o
CCLD bin/Bravais_grp
CC src/bravais_inclusions.o
CCLD bin/Bravais_inclusions
CC src/conj.o
CCLD bin/Conj
CC src/conj_bravais.o
CCLD bin/Conj_bravais
CC src/conjugated.o
CCLD bin/Conjugated
CC src/conv.o
CCLD bin/Conv
CC src/datei.o
CCLD bin/Datei
CC src/elt.o
CCLD bin/Elt
CC src/extensions.o
CCLD bin/Extensions
CC src/extract.o
CCLD bin/Extract
CC src/first_perfect.o
CCLD bin/First_perfect
CC src/form_elt.o
CCLD bin/Form_elt
CC src/form_space.o
CCLD bin/Form_space
CC src/formtovec.o
CCLD bin/Formtovec
CC src/full.o
CCLD bin/Full
CC src/gauss.o
CCLD bin/Gauss
CC src/graph.o
CCLD bin/Graph
CC src/idem.o
CCLD bin/Idem
CC src/inv.o
CCLD bin/Inv
CC src/invar_space.o
CCLD bin/Invar_space
CC src/is_finite.o
CCLD bin/Is_finite
CC src/isometry.o
CCLD bin/Isometry
CC src/kron.o
CCLD bin/Kron
CC src/sub-k-groups.o
CCLD bin/KSubgroups
CC src/super-k-groups.o
CCLD bin/KSupergroups
CC src/long_solve.o
CCLD bin/Long_solve
CC src/ltm.o
CCLD bin/Ltm
CC src/mink_red.o
CCLD bin/Mink_red
CC src/minpol.o
CCLD bin/Minpol
CC src/modp.o
CCLD bin/Modp
CC src/mtl.o
CCLD bin/Mtl
CC src/mul.o
CCLD bin/Mul
CC src/name.o
CCLD bin/Name
CC src/normalizer.o
CCLD bin/Normalizer
CC src/normalizer_in_n.o
CCLD bin/Normalizer_in_N
CC src/normlin.o
CCLD bin/Normlin
CC src/orbit.o
CCLD bin/Orbit
CC src/order.o
CCLD bin/Order
CC src/p_lse_solve.o
CCLD bin/P_lse_solve
CC src/pair_red.o
CCLD bin/Pair_red
CC src/pdet.o
CCLD bin/Pdet
CC src/perfect_neighbours.o
CCLD bin/Perfect_neighbours
CC src/polyeder.o
CCLD bin/Polyeder
CC src/presentation.o
CCLD bin/Presentation
CC src/Q_catalog.o
CCLD bin/Q_catalog
CC src/qtoz.o
CCLD bin/QtoZ
CC src/red_gen.o
CCLD bin/Red_gen
CC src/rein.o
CCLD bin/Rein
CC src/rest_short.o
CCLD bin/Rest_short
CC src/reverse_name.o
CCLD bin/Reverse_name
CC src/rform.o
CCLD bin/Rform
CC src/same_generators.o
CCLD bin/Same_generators
CC src/scalarmul.o
CCLD bin/Scalarmul
CC src/scpr.o
CCLD bin/Scpr
CC src/short.o
CCLD bin/Short
CC src/short_reduce.o
CCLD bin/Short_reduce
CC src/shortest.o
CCLD bin/Shortest
CC src/signature.o
CCLD bin/Signature
CC src/simplify_mat.o
CCLD bin/Simplify_mat
CC src/symbol.o
CCLD bin/Symbol
CC src/torsionfree.o
CCLD bin/Torsionfree
CC src/tr.o
CCLD bin/Tr
CC src/tr_bravais.o
CCLD bin/Tr_bravais
CC src/trace.o
CCLD bin/Trace
CC src/trbifo.o
CCLD bin/Trbifo
CC src/tsubgroups.o
CCLD bin/TSubgroups
CC src/tsupergroups.o
CCLD bin/TSupergroups
CC src/vectoform.o
CCLD bin/Vectoform
CC src/vor_vertices.o
CCLD bin/Vor_vertices
CC src/z_equiv.o
CCLD bin/Z_equiv
CC src/zass_main.o
CCLD bin/Zass_main
CC src/ZZprog.o
CCLD bin/ZZprog
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/CaratInterface/carat/tables/symbol'
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/CaratInterface/carat/tables/symbol'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/CaratInterface/carat'
chmod -R a+rX .
mkdir -p bin
rm -rf "bin/x86_64-pc-linux-gnu-julia64-kv7"
ln -sf ../carat/bin "bin/x86_64-pc-linux-gnu-julia64-kv7"
Thu Jan 16 17:44:14 CET 2020
==== Checking unipot-1.4
No building required for unipot-1.4
Thu Jan 16 17:44:14 CET 2020
==== Checking ZeroMQInterface-0.12
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether to enable maintainer-specific portions of Makefiles... yes
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 ar... ar
checking the archiver (ar) interface... ar
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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking zmq.h usability... yes
checking zmq.h presence... yes
checking for zmq.h... yes
checking for ZMQ version >= 2.0.0... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "zeromqinterface.la" || rm -f zeromqinterface.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CC src/zeromqinterface_la-zmqgap.lo
CCLD zeromqinterface.la
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/zeromqinterface.so /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/ZeroMQInterface-0.12/bin/x86_64-pc-linux-gnu-julia64-kv7/zeromqinterface.so
SUCCESS!
Thu Jan 16 17:44:20 CET 2020
==== Checking RingsForHomalg-2019.12.08
No building required for RingsForHomalg-2019.12.08
Thu Jan 16 17:44:20 CET 2020
==== Checking Toric-1.9.5
No building required for Toric-1.9.5
Thu Jan 16 17:44:20 CET 2020
==== Checking sla-1.5.3
No building required for sla-1.5.3
Thu Jan 16 17:44:20 CET 2020
==== Checking walrus-0.999
No building required for walrus-0.999
Thu Jan 16 17:44:20 CET 2020
==== Checking grpconst-2.6.1
No building required for grpconst-2.6.1
Thu Jan 16 17:44:20 CET 2020
==== Checking MonoidalCategories-2019.06.07
No building required for MonoidalCategories-2019.06.07
Thu Jan 16 17:44:20 CET 2020
==== Checking corelg-1.53
No building required for corelg-1.53
Thu Jan 16 17:44:20 CET 2020
==== Checking uuid-0.6
No building required for uuid-0.6
Thu Jan 16 17:44:20 CET 2020
==== Checking polycyclic-2.15.1
No building required for polycyclic-2.15.1
Thu Jan 16 17:44:20 CET 2020
==== Checking SCO-2019.09.02
No building required for SCO-2019.09.02
Thu Jan 16 17:44:20 CET 2020
==== Checking polenta-1.3.9
No building required for polenta-1.3.9
Thu Jan 16 17:44:20 CET 2020
==== Checking HomalgToCAS-2019.12.08
No building required for HomalgToCAS-2019.12.08
Thu Jan 16 17:44:20 CET 2020
==== Checking crime-1.5
No building required for crime-1.5
Thu Jan 16 17:44:20 CET 2020
==== Checking kbmag-1.5.9
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make' 'clean'
cd standalone/lib; make clean
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/kbmag-1.5.9/standalone/lib'
/bin/rm -f fsa.o fsaio.o hash.o rwsreduce.o miscio.o rwsio.o rwsiob.o worddiff.o worddcos.o kbfns.o fsalogic.o rabkar.o fsaipmin.o fsarevmid.o nfa.o midfa.o fsawa.o fsawacos.o fsatriples.o diffreduce.o fsamitriples.o diffredcos.o diffredwl.o fsacheckmult.o migmdet.o fsageopairs.o fsacomposite.o fsaminkb.o fsamicomp.o fsadifflabs.o fsasubmult.o fsalib.o fsalib.a fsalib.so
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/kbmag-1.5.9/standalone/lib'
cd standalone/src; make clean
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/kbmag-1.5.9/standalone/src'
/bin/rm -f *.o core a.out *\~
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/kbmag-1.5.9/standalone/src'
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7;
cd standalone/lib; make CC="cc" CFLAGS="-O2 -g -Wall -Wno-char-subscripts" LDFLAGS=""
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/kbmag-1.5.9/standalone/lib'
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsa.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsaio.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts hash.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts rwsreduce.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts miscio.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts rwsio.c
rwsio.c: In function ‘print_kboutput’:
rwsio.c:728:21: warning: ‘i1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
728 | if (i == i1 + 1)
| ~~~^~~
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts rwsiob.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts worddiff.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts worddcos.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts kbfns.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsalogic.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts rabkar.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsaipmin.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsarevmid.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts nfa.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts midfa.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsawa.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsawacos.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsatriples.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts diffreduce.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsamitriples.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts diffredcos.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts diffredwl.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsacheckmult.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts migmdet.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsageopairs.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsacomposite.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsaminkb.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsamicomp.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsadifflabs.c
cc -c -fPIC -O2 -g -Wall -Wno-char-subscripts fsasubmult.c
ar cr fsalib.a fsa.o fsaio.o hash.o rwsreduce.o miscio.o rwsio.o rwsiob.o worddiff.o worddcos.o kbfns.o fsalogic.o rabkar.o fsaipmin.o fsarevmid.o nfa.o midfa.o fsawa.o fsawacos.o fsatriples.o diffreduce.o fsamitriples.o diffredcos.o diffredwl.o fsacheckmult.o migmdet.o fsageopairs.o fsacomposite.o fsaminkb.o fsamicomp.o fsadifflabs.o fsasubmult.o
if which ranlib > /dev/null 2> /dev/null; then ranlib fsalib.a; fi
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/kbmag-1.5.9/standalone/lib'
cd standalone/src; make CC="cc" CFLAGS="-O2 -g -Wall -Wno-char-subscripts" LDFLAGS="" BIN="../../bin/x86_64-pc-linux-gnu-julia64-kv7"
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/kbmag-1.5.9/standalone/src'
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib kbprog.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/kbprog kbprog.o ../lib/fsalib.a
cp autcos ../../bin/x86_64-pc-linux-gnu-julia64-kv7/autcos
chmod +x ../../bin/x86_64-pc-linux-gnu-julia64-kv7/autcos
cp autgroup ../../bin/x86_64-pc-linux-gnu-julia64-kv7/autgroup
chmod +x ../../bin/x86_64-pc-linux-gnu-julia64-kv7/autgroup
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsaand.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsaand fsaand.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsaandnot.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsaandnot fsaandnot.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsabfs.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsabfs fsabfs.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsaconcat.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsaconcat fsaconcat.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsacount.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsacount fsacount.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsaenumerate.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsaenumerate fsaenumerate.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsaexists.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsaexists fsaexists.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsafilter.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsafilter fsafilter.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsagrowth.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsagrowth fsagrowth.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsalabmin.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsalabmin fsalabmin.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsalequal.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsalequal fsalequal.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsamin.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsamin fsamin.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsanot.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsanot fsanot.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsaor.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsaor fsaor.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsaprune.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsaprune fsaprune.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsareverse.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsareverse fsareverse.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsastar.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsastar fsastar.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib fsaswapcoords.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/fsaswapcoords fsaswapcoords.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpaxioms.c
gpaxioms.c: In function ‘main’:
gpaxioms.c:168:32: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
168 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^
gpaxioms.c:168:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
168 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpaxioms.c:182:24: warning: ‘.axioms.ec’ directive writing 10 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
182 | sprintf(outfec, "%s.axioms.ec", gpname);
| ^~~~~~~~~~
gpaxioms.c:182:5: note: ‘sprintf’ output between 11 and 110 bytes into a destination of size 100
182 | sprintf(outfec, "%s.axioms.ec", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpaxioms.c:177:27: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
177 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~
gpaxioms.c:177:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
177 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpaxioms.c:180:24: warning: ‘.axioms.ec’ directive writing 10 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
180 | sprintf(outfec, "%s.axioms.ec", cosgpname);
| ^~~~~~~~~~
gpaxioms.c:180:5: note: ‘sprintf’ output between 11 and 110 bytes into a destination of size 100
180 | sprintf(outfec, "%s.axioms.ec", cosgpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpaxioms gpaxioms.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpcheckmult.c
gpcheckmult.c: In function ‘main’:
gpcheckmult.c:185:32: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
185 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^
gpcheckmult.c:185:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
185 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpcheckmult.c:212:24: warning: ‘.cm.ec’ directive writing 6 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
212 | sprintf(outfec, "%s.cm.ec", gpname);
| ^~~~~~
gpcheckmult.c:212:5: note: ‘sprintf’ output between 7 and 106 bytes into a destination of size 100
212 | sprintf(outfec, "%s.cm.ec", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpcheckmult.c:199:27: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
199 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~
gpcheckmult.c:199:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
199 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpcheckmult.c:210:24: warning: ‘.cm.ec’ directive writing 6 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
210 | sprintf(outfec, "%s.cm.ec", cosgpname);
| ^~~~~~
gpcheckmult.c:210:5: note: ‘sprintf’ output between 7 and 106 bytes into a destination of size 100
210 | sprintf(outfec, "%s.cm.ec", cosgpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpcheckmult gpcheckmult.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpchecksubwa.c
gpchecksubwa.c: In function ‘subgen_multiplier’:
gpchecksubwa.c:516:21: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
516 | sprintf(inf, "%s.m%s", gpname, suffl);
| ^~
gpchecksubwa.c:516:5: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
516 | sprintf(inf, "%s.m%s", gpname, suffl);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:523:21: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
523 | sprintf(inf, "%s.m%s", gpname, suffr);
| ^~
gpchecksubwa.c:523:5: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
523 | sprintf(inf, "%s.m%s", gpname, suffr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:543:22: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
543 | sprintf(outf, "%s.m%s", gpname, s);
| ^~
gpchecksubwa.c:543:5: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
543 | sprintf(outf, "%s.m%s", gpname, s);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:557:23: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
557 | sprintf(inf, "%s.m%s", gpname, suffl);
| ^~
gpchecksubwa.c:557:7: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
557 | sprintf(inf, "%s.m%s", gpname, suffl);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:559:23: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
559 | sprintf(inf, "%s.m%s", gpname, suffr);
| ^~
gpchecksubwa.c:559:7: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
559 | sprintf(inf, "%s.m%s", gpname, suffr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:423:22: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
423 | sprintf(outf, "%s.m%s", gpname, s);
| ^~
gpchecksubwa.c:423:5: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
423 | sprintf(outf, "%s.m%s", gpname, s);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c: In function ‘output_bad_words’:
gpchecksubwa.c:634:21: warning: ‘%s’ directive writing up to 99 bytes into a region of size between 0 and 99 [-Wformat-overflow=]
634 | sprintf(outf, "%s.%s.words", gpname, subname);
| ^~ ~~~~~~~
gpchecksubwa.c:634:3: note: ‘sprintf’ output between 8 and 206 bytes into a destination of size 100
634 | sprintf(outf, "%s.%s.words", gpname, subname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c: In function ‘main’:
gpchecksubwa.c:148:29: warning: ‘%s’ directive writing up to 99 bytes into a region of size between 0 and 99 [-Wformat-overflow=]
148 | sprintf(tempfilename, "%s_%stemp_axXXX", gpname, subname);
| ^~ ~~~~~~~
gpchecksubwa.c:148:3: note: ‘sprintf’ output between 12 and 210 bytes into a destination of size 100
148 | sprintf(tempfilename, "%s_%stemp_axXXX", gpname, subname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:152:20: warning: ‘%s’ directive writing up to 99 bytes into a region of size between 0 and 99 [-Wformat-overflow=]
152 | sprintf(inf, "%s.%s.wa", gpname, subname);
| ^~ ~~~~~~~
gpchecksubwa.c:152:3: note: ‘sprintf’ output between 5 and 203 bytes into a destination of size 100
152 | sprintf(inf, "%s.%s.wa", gpname, subname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:177:20: warning: ‘%s’ directive writing up to 99 bytes into a region of size between 0 and 99 [-Wformat-overflow=]
177 | sprintf(inf, "%s.%s", gpname, subname);
| ^~ ~~~~~~~
gpchecksubwa.c:177:3: note: ‘sprintf’ output between 2 and 200 bytes into a destination of size 100
177 | sprintf(inf, "%s.%s", gpname, subname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:351:24: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
351 | sprintf(outf, "%s.m%s", gpname, storedmult[i]);
| ^~
gpchecksubwa.c:351:7: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
351 | sprintf(outf, "%s.m%s", gpname, storedmult[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:222:21: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
222 | sprintf(inf, "%s.m%s", gpname, suff);
| ^~
gpchecksubwa.c:222:5: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
222 | sprintf(inf, "%s.m%s", gpname, suff);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:258:23: warning: ‘%s’ directive writing up to 99 bytes into a region of size between 0 and 99 [-Wformat-overflow=]
258 | sprintf(outf, "%s.%s.submult", gpname, subname);
| ^~ ~~~~~~~
gpchecksubwa.c:258:5: note: ‘sprintf’ output between 10 and 208 bytes into a destination of size 100
258 | sprintf(outf, "%s.%s.submult", gpname, subname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpchecksubwa.c:339:23: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
339 | sprintf(inf, "%s.m%s", gpname, suff);
| ^~
gpchecksubwa.c:339:7: note: ‘sprintf’ output 3 or more bytes (assuming 102) into a destination of size 100
339 | sprintf(inf, "%s.m%s", gpname, suff);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpchecksubwa gpchecksubwa.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpcomp.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpcomp gpcomp.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpdifflabs.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpdifflabs gpdifflabs.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpgenmult.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpgenmult gpgenmult.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpgenmult2.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpgenmult2 gpgenmult2.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpgeowa.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpgeowa gpgeowa.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmakefsa.c
gpmakefsa.c: In function ‘main’:
gpmakefsa.c:207:32: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
207 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^
gpmakefsa.c:207:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
207 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpmakefsa.c:216:27: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
216 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~
gpmakefsa.c:216:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
216 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmakefsa gpmakefsa.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmakesubwa.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmakesubwa gpmakesubwa.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmicomp.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmicomp gpmicomp.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmigenmult.c
gpmigenmult.c: In function ‘main’:
gpmigenmult.c:134:27: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
134 | sprintf(inf1, "%s.%s", gpname, argv[arg]);
| ^
gpmigenmult.c:134:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
134 | sprintf(inf1, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpmigenmult.c:143:22: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
143 | sprintf(inf1, "%s.cos", gpname);
| ^~~~
gpmigenmult.c:143:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
143 | sprintf(inf1, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmigenmult gpmigenmult.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmigenmult2.c
gpmigenmult2.c: In function ‘main’:
gpmigenmult2.c:112:26: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
112 | sprintf(inf, "%s.%s", gpname, argv[arg]);
| ^
gpmigenmult2.c:112:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
112 | sprintf(inf, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpmigenmult2.c:121:21: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
121 | sprintf(inf, "%s.cos", gpname);
| ^~~~
gpmigenmult2.c:121:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
121 | sprintf(inf, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmigenmult2 gpmigenmult2.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmigmdet.c
gpmigmdet.c: In function ‘main’:
gpmigmdet.c:77:26: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
77 | sprintf(inf, "%s.%s", gpname, argv[arg]);
| ^
gpmigmdet.c:77:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
77 | sprintf(inf, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpmigmdet.c:86:21: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
86 | sprintf(inf, "%s.cos", gpname);
| ^~~~
gpmigmdet.c:86:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
86 | sprintf(inf, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmigmdet gpmigmdet.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmimult.c
gpmimult.c: In function ‘main’:
gpmimult.c:104:32: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
104 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^
gpmimult.c:104:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
104 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpmimult.c:113:27: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
113 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~
gpmimult.c:113:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
113 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpmimult.c:137:22: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
137 | sprintf(outf, "%s.mim%d", cosgpname, g);
| ^~~~
gpmimult.c:137:19: note: directive argument in the range [0, 2147483647]
137 | sprintf(outf, "%s.mim%d", cosgpname, g);
| ^~~~~~~~~~
gpmimult.c:137:5: note: ‘sprintf’ output between 6 and 114 bytes into a destination of size 100
137 | sprintf(outf, "%s.mim%d", cosgpname, g);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmimult gpmimult.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmimult2.c
gpmimult2.c: In function ‘main’:
gpmimult2.c:113:28: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
113 | sprintf(inf, "%s.%s", gpname, argv[arg]);
| ^
gpmimult2.c:113:9: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
113 | sprintf(inf, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpmimult2.c:123:21: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
123 | sprintf(inf, "%s.cos", gpname);
| ^~~~
gpmimult2.c:123:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
123 | sprintf(inf, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpmimult2.c:124:20: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
124 | sprintf(outf, "%s.mim%d_%d", inf, g1, g2);
| ^~~~
gpmimult2.c:124:3: note: ‘sprintf’ output between 8 and 127 bytes into a destination of size 100
124 | sprintf(outf, "%s.mim%d_%d", inf, g1, g2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmimult2 gpmimult2.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpminkb.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpminkb gpminkb.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmult.c
gpmult.c: In function ‘main’:
gpmult.c:114:22: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
114 | sprintf(outf, "%s.m%d", groupname, g);
| ^~
gpmult.c:114:19: note: directive argument in the range [0, 2147483647]
114 | sprintf(outf, "%s.m%d", groupname, g);
| ^~~~~~~~
gpmult.c:114:5: note: ‘sprintf’ output between 4 and 112 bytes into a destination of size 100
114 | sprintf(outf, "%s.m%d", groupname, g);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmult gpmult.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpmult2.c
gpmult2.c: In function ‘main’:
gpmult2.c:101:20: warning: ‘.m’ directive writing 2 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
101 | sprintf(outf, "%s.m%d_%d", inf, g1, g2);
| ^~
gpmult2.c:101:3: note: ‘sprintf’ output between 6 and 125 bytes into a destination of size 100
101 | sprintf(outf, "%s.m%d_%d", inf, g1, g2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpmult2 gpmult2.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpsubpres.c
gpsubpres.c: In function ‘long_word_multiplier’:
gpsubpres.c:564:21: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
564 | sprintf(inf, "%s.mim%s", cosgpname, suffl);
| ^~~~
gpsubpres.c:564:5: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
564 | sprintf(inf, "%s.mim%s", cosgpname, suffl);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c:571:21: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
571 | sprintf(inf, "%s.mim%s", cosgpname, suffr);
| ^~~~
gpsubpres.c:571:5: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
571 | sprintf(inf, "%s.mim%s", cosgpname, suffr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c:589:22: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
589 | sprintf(outf, "%s.mim%s", cosgpname, s);
| ^~~~
gpsubpres.c:589:5: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
589 | sprintf(outf, "%s.mim%s", cosgpname, s);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c:603:23: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
603 | sprintf(inf, "%s.mim%s", cosgpname, suffl);
| ^~~~
gpsubpres.c:603:7: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
603 | sprintf(inf, "%s.mim%s", cosgpname, suffl);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c:605:23: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
605 | sprintf(inf, "%s.mim%s", cosgpname, suffr);
| ^~~~
gpsubpres.c:605:7: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
605 | sprintf(inf, "%s.mim%s", cosgpname, suffr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c:479:22: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
479 | sprintf(outf, "%s.mim%s", cosgpname, s);
| ^~~~
gpsubpres.c:479:5: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
479 | sprintf(outf, "%s.mim%s", cosgpname, s);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c:461:22: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
461 | sprintf(outf, "%s.mim%s", cosgpname, s);
| ^~~~
gpsubpres.c:461:5: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
461 | sprintf(outf, "%s.mim%s", cosgpname, s);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c: In function ‘find_subrels’:
gpsubpres.c:380:19: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
380 | sprintf(inf, "%s.mim%s", cosgpname, suff);
| ^~~~
gpsubpres.c:380:3: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
380 | sprintf(inf, "%s.mim%s", cosgpname, suff);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c: In function ‘main’:
gpsubpres.c:201:22: warning: ‘%s’ directive writing up to 99 bytes into a region of size between 0 and 99 [-Wformat-overflow=]
201 | sprintf(outfp, "%s.%s.pres", gpname, subname);
| ^~ ~~~~~~~
gpsubpres.c:201:3: note: ‘sprintf’ output between 7 and 205 bytes into a destination of size 100
201 | sprintf(outfp, "%s.%s.pres", gpname, subname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpsubpres.c:309:24: warning: ‘.mim’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
309 | sprintf(outf, "%s.mim%s", cosgpname, storedmult[i]);
| ^~~~
gpsubpres.c:309:7: note: ‘sprintf’ output 5 or more bytes (assuming 104) into a destination of size 100
309 | sprintf(outf, "%s.mim%s", cosgpname, storedmult[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpsubpres gpsubpres.o ../lib/fsalib.a
cp gpsubwa ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpsubwa
chmod +x ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpsubwa
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib gpwa.c
gpwa.c: In function ‘main’:
gpwa.c:90:32: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
90 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^
gpwa.c:90:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
90 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpwa.c:99:27: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
99 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~
gpwa.c:99:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
99 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/gpwa gpwa.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib kbprogcos.c
kbprogcos.c: In function ‘read_kbprogcos_command’:
kbprogcos.c:377:26: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
377 | sprintf(inf, "%s.%s", gpname, argv[arg]);
| ^
kbprogcos.c:377:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
377 | sprintf(inf, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kbprogcos.c:388:21: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
388 | sprintf(inf, "%s.cos", gpname);
| ^~~~
kbprogcos.c:388:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
388 | sprintf(inf, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/kbprogcos kbprogcos.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib makecosfile.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/makecosfile makecosfile.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib midfadeterminize.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/midfadeterminize midfadeterminize.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib nfadeterminize.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/nfadeterminize nfadeterminize.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib ppgap.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/ppgap ppgap.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib ppgap4.c
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/ppgap4 ppgap4.o ../lib/fsalib.a
cc -c -O2 -g -Wall -Wno-char-subscripts -I../lib wordreduce.c
wordreduce.c: In function ‘main’:
wordreduce.c:144:32: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
144 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^
wordreduce.c:144:7: note: ‘sprintf’ output 2 or more bytes (assuming 101) into a destination of size 100
144 | sprintf(cosgpname, "%s.%s", gpname, argv[arg]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wordreduce.c:155:27: warning: ‘.cos’ directive writing 4 bytes into a region of size between 1 and 100 [-Wformat-overflow=]
155 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~
wordreduce.c:155:5: note: ‘sprintf’ output between 5 and 104 bytes into a destination of size 100
155 | sprintf(cosgpname, "%s.cos", gpname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -o ../../bin/x86_64-pc-linux-gnu-julia64-kv7/wordreduce wordreduce.o ../lib/fsalib.a
rm gpsubpres.o fsaand.o fsacount.o gpmigenmult.o gpmakesubwa.o gpmakefsa.o gpminkb.o gpmigenmult2.o gpmimult2.o gpcomp.o fsalabmin.o fsaconcat.o gpmigmdet.o gpchecksubwa.o gpdifflabs.o ppgap4.o fsastar.o gpmult.o fsaenumerate.o fsagrowth.o gpgenmult2.o fsabfs.o gpwa.o fsalequal.o gpgeowa.o ppgap.o gpgenmult.o gpaxioms.o fsaor.o kbprogcos.o fsamin.o gpmicomp.o fsaprune.o nfadeterminize.o midfadeterminize.o gpmult2.o fsaswapcoords.o fsaandnot.o gpmimult.o fsanot.o makecosfile.o fsaexists.o fsafilter.o kbprog.o fsareverse.o gpcheckmult.o wordreduce.o
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/kbmag-1.5.9/standalone/src'
Thu Jan 16 17:44:47 CET 2020
==== Checking forms
No building required for forms
Thu Jan 16 17:44:47 CET 2020
==== Checking genss-1.6.6
No building required for genss-1.6.6
Thu Jan 16 17:44:47 CET 2020
==== Checking Modules-2019.09.02
No building required for Modules-2019.09.02
Thu Jan 16 17:44:47 CET 2020
==== Checking automata-1.14
No building required for automata-1.14
Thu Jan 16 17:44:47 CET 2020
==== Checking NConvex-2019.12.10
No building required for NConvex-2019.12.10
Thu Jan 16 17:44:47 CET 2020
==== Checking curlInterface-2.1.1
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 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 ar... ar
checking the archiver (ar) interface... ar
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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for CONFIGNAME... none
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... x86_64-pc-linux-gnu-julia64-kv7
checking for GAP >= 4.9... yes
checking for gawk... (cached) gawk
checking for curl-config... /bin/curl-config
checking for the version of libcurl... 7.68.0
checking whether libcurl is usable... yes
checking for curl_free... yes
checking for curl-config... /bin/curl-config
curl found - remote install options available
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "curl.la" || rm -f curl.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f bin/x86_64-pc-linux-gnu-julia64-kv7/curl.so
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CC src/curl_la-curl.lo
CCLD curl.la
/bin/mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/curl.so bin/x86_64-pc-linux-gnu-julia64-kv7/curl.so
Thu Jan 16 17:44:55 CET 2020
==== Checking laguna-3.9.3
No building required for laguna-3.9.3
Thu Jan 16 17:44:55 CET 2020
==== Checking recog-1.3.2
No building required for recog-1.3.2
Thu Jan 16 17:44:55 CET 2020
==== Checking GeneralizedMorphismsForCAP-2019.01.16
No building required for GeneralizedMorphismsForCAP-2019.01.16
Thu Jan 16 17:44:55 CET 2020
==== Checking quagroup-1.8.2
No building required for quagroup-1.8.2
Thu Jan 16 17:44:55 CET 2020
==== Checking EDIM-1.3.5
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using /home/kalmar/.julia/packages/GAP/W20PN/gap as GAP build directory.
Using bin path: x86_64-pc-linux-gnu-julia64-kv7
Running 'make' 'clean'
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7 Makefile *~
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using /home/kalmar/.julia/packages/GAP/W20PN/gap as GAP build directory.
Using bin path: x86_64-pc-linux-gnu-julia64-kv7
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
/home/kalmar/.julia/packages/GAP/W20PN/gap/gac -d -o bin/x86_64-pc-linux-gnu-julia64-kv7/ediv.so src/ediv.c
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -o /tmp/gacPqJcgwQ/156196_ediv.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/ediv.c
libtool: compile: gcc -g -O2 -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/ediv.c -fPIC -DPIC -o /tmp/gacPqJcgwQ/.libs/156196_ediv.o
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=link gcc -module -avoid-version -rpath /lib -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -o bin/x86_64-pc-linux-gnu-julia64-kv7/ediv.so /tmp/gacPqJcgwQ/156196_ediv.lo
libtool: link: gcc -shared -fPIC -DPIC /tmp/gacPqJcgwQ/.libs/156196_ediv.o -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -Wl,-soname -Wl,ediv.so -o bin/x86_64-pc-linux-gnu-julia64-kv7/.libs/ediv.so
libtool: link: ( cd "bin/x86_64-pc-linux-gnu-julia64-kv7/.libs" && rm -f "ediv.la" && ln -s "../ediv.la" "ediv.la" )
rm -f /tmp/gacPqJcgwQ/156196_ediv.lo
Thu Jan 16 17:44:55 CET 2020
==== Checking XModAlg-1.17
No building required for XModAlg-1.17
Thu Jan 16 17:44:55 CET 2020
==== Checking hap-1.24
No building required for hap-1.24
Thu Jan 16 17:44:55 CET 2020
==== Checking MapClass-1.4.4
No building required for MapClass-1.4.4
Thu Jan 16 17:44:55 CET 2020
==== Checking rds-1.7
No building required for rds-1.7
Thu Jan 16 17:44:55 CET 2020
==== Checking alnuth-3.1.1
No building required for alnuth-3.1.1
Thu Jan 16 17:44:55 CET 2020
==== Checking CAP-2019.06.07
No building required for CAP-2019.06.07
Thu Jan 16 17:44:55 CET 2020
==== Checking FactInt-1.6.3
No building required for FactInt-1.6.3
Thu Jan 16 17:44:55 CET 2020
==== Checking IntPic-0.2.4
No building required for IntPic-0.2.4
Thu Jan 16 17:44:55 CET 2020
==== Checking FPLSA-1.2.4
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make' 'clean'
rm -f bin/x86_64-pc-linux-gnu-julia64-kv7/fplsa4
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cc -o bin/x86_64-pc-linux-gnu-julia64-kv7/fplsa4 -O2 -g -Wall src/fplsa4.c
src/fplsa4.c: In function ‘LieSumAddition’:
src/fplsa4.c:1382:51: warning: ‘last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1382 | #define LIE_TERM_R(a) (NodeLT[a].rptr)
| ^
src/fplsa4.c:3485:19: note: ‘last’ was declared here
3485 | uint sum = NIL, last, wa, wb;
| ^~~~
src/fplsa4.c: In function ‘ScalarMonomialMultiplication’:
src/fplsa4.c:1421:46: warning: ‘last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1421 | #define SCALAR_FACTOR_R(a) (NodeSF[a].rptr)
| ^
src/fplsa4.c:4009:20: note: ‘last’ was declared here
4009 | uint mc, wa, wb, last;
| ^~~~
src/fplsa4.c: In function ‘ScalarTermMultiplication’:
src/fplsa4.c:1421:46: warning: ‘last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1421 | #define SCALAR_FACTOR_R(a) (NodeSF[a].rptr)
| ^
src/fplsa4.c:4260:20: note: ‘last’ was declared here
4260 | uint ma, mb, mc, last, aa;
| ^~~~
src/fplsa4.c: In function ‘PolyTermQuotient’:
src/fplsa4.c:1421:46: warning: ‘mae’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1421 | #define SCALAR_FACTOR_R(a) (NodeSF[a].rptr)
| ^
src/fplsa4.c:4980:19: note: ‘mae’ was declared here
4980 | uint ma, maa, mae, maw;
| ^~~
src/fplsa4.c: In function ‘ScalarSumAddition’:
src/fplsa4.c:1415:41: warning: ‘last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1415 | #define SCALAR_TERM_R(a) (NodeST[a].rptr)
| ^
src/fplsa4.c:4082:19: note: ‘last’ was declared here
4082 | uint sum = NIL, last, wa, wb, ma, mb;
| ^~~~
src/fplsa4.c: In function ‘ReadBooleanFromFile’:
src/fplsa4.c:7027:10: warning: ‘bool’ may be used uninitialized in this function [-Wmaybe-uninitialized]
7027 | return bool;
| ^~~~
src/fplsa4.c: In function ‘PutBlock’:
src/fplsa4.c:7310:28: warning: ‘i’ may be used uninitialized in this function [-Wmaybe-uninitialized]
7310 | int xp, yp = MaxLevel, i, prlvl;
| ^
src/fplsa4.c:7327:13: warning: ‘prlvl’ may be used uninitialized in this function [-Wmaybe-uninitialized]
7327 | PutCharacter((char)((prlvl == yp) ? OutLine[i] : ' '));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/fplsa4.c: In function ‘PutStatistics’:
src/fplsa4.c:8172:21: warning: ‘sec_100’ may be used uninitialized in this function [-Wmaybe-uninitialized]
8172 | if(sec_100 < 10 && sec_100 > 0)
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~
src/fplsa4.c: In function ‘SubstituteRelationInRelationInteger’:
src/fplsa4.c:3060:5: warning: ‘rhs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
3060 | LieSumKillInteger(rhs);
| ^~~~~~~~~~~~~~~~~~~~~~
src/fplsa4.c: In function ‘SubstituteRelationInRelationParametric’:
src/fplsa4.c:3134:5: warning: ‘rhs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
3134 | LieSumKillParametric(rhs);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
Thu Jan 16 17:44:58 CET 2020
==== Checking 4ti2Interface-2019.09.02
No building required for 4ti2Interface-2019.09.02
Thu Jan 16 17:44:58 CET 2020
==== Checking PackageManager-0.5.1
No building required for PackageManager-0.5.1
Thu Jan 16 17:44:58 CET 2020
==== Checking guarana-0.96.2
No building required for guarana-0.96.2
Thu Jan 16 17:44:58 CET 2020
==== Checking Thelma-1.02
No building required for Thelma-1.02
Thu Jan 16 17:44:58 CET 2020
==== Checking crystcat
No building required for crystcat
Thu Jan 16 17:44:58 CET 2020
==== Checking SymbCompCC-1.3.1
No building required for SymbCompCC-1.3.1
Thu Jan 16 17:44:59 CET 2020
==== Checking groupoids-1.68
No building required for groupoids-1.68
Thu Jan 16 17:44:59 CET 2020
==== Checking profiling-2.2.1
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether make supports the include directive... yes (GNU style)
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 ar... ar
checking the archiver (ar) interface... ar
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "profiling.la" || rm -f profiling.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CXX src/profiling_la-profiling.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from src/gap_cpp_headers/gap_cpp_mapping.hpp:15,
from src/profiling.cc:7:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXX src/profiling_la-md5.lo
CXXLD profiling.la
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/profiling.so /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/profiling-2.2.1/bin/x86_64-pc-linux-gnu-julia64-kv7/profiling.so
SUCCESS!
Thu Jan 16 17:45:15 CET 2020
==== Checking io-4.7.0
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for stdlib.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be included... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether closedir returns void... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat correctly handles trailing slash... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether stat accepts an empty string... no
checking for dup2... yes
checking for gethostbyname... yes
checking for lchown... yes
checking for memset... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking for getprotobyname... yes
checking for signal... yes
checking for sigaction... yes
checking for opendir... yes
checking for readdir... yes
checking for closedir... yes
checking for rewinddir... yes
checking for telldir... yes
checking for seekdir... yes
checking for unlink... yes
checking for link... yes
checking for rename... yes
checking for symlink... yes
checking for readlink... yes
checking for accept... yes
checking for bind... yes
checking for chmod... yes
checking for connect... yes
checking for dup... yes
checking for fchmod... yes
checking for fchown... yes
checking for stat... yes
checking for fstat... yes
checking for lstat... yes
checking for getsockopt... yes
checking for listen... yes
checking for lstat... (cached) yes
checking for mknod... yes
checking for mkstemp... yes
checking for mkdtemp... yes
checking for recv... yes
checking for recvfrom... yes
checking for send... yes
checking for sendto... yes
checking for setsockopt... yes
checking for gettimeofday... yes
checking for gmtime... yes
checking for localtime... yes
checking for getpid... yes
checking for getppid... yes
checking for kill... yes
checking for gethostname... yes
checking for getsockname... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "io.la" || rm -f io.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f bin/x86_64-pc-linux-gnu-julia64-kv7/io.so
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CC src/io_la-io.lo
CCLD io.la
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/io.so bin/x86_64-pc-linux-gnu-julia64-kv7/io.so
Thu Jan 16 17:45:25 CET 2020
==== Checking design-1.7
No building required for design-1.7
Thu Jan 16 17:45:25 CET 2020
==== Checking liealgdb-2.2.1
No building required for liealgdb-2.2.1
Thu Jan 16 17:45:25 CET 2020
==== Checking YangBaxter-0.9.0
No building required for YangBaxter-0.9.0
Thu Jan 16 17:45:25 CET 2020
==== Checking xgap-4.30
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking for make... make
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-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 make sets $(MAKE)... yes
checking for CONFIGNAME... none
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... x86_64-pc-linux-gnu-julia64-kv7
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xgap.sh
config.status: executing default commands
Running 'make'
mkdir -p bin/x86_64-unknown-linux-gnu-gcc
cp cnf/configure.out bin/x86_64-unknown-linux-gnu-gcc/configure
( cd bin/x86_64-unknown-linux-gnu-gcc ; CC=gcc ./configure --with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap )
configure: WARNING: unrecognized options: --with-gaproot
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 and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 size of short... 2
checking size of int... 4
checking size of long... 8
checking for struct stat.st_rdev... yes
checking for uid_t in sys/types.h... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for ANSI C header files... (cached) yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for wait3 that fills in rusage... yes
checking for pid_t... yes
checking for library containing openpty... -lutil
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking for signal... yes
checking return type of signal handlers... void
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether closedir returns void... no
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for broken exposure compress in open windows... no (good)
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: WARNING: unrecognized options: --with-gaproot
( cd bin/x86_64-unknown-linux-gnu-gcc ; make CC=gcc )
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/xgap-4.30/bin/x86_64-unknown-linux-gnu-gcc'
gcc -I. -g -O2 -o xcmds.o -c ../../src.x11/xcmds.c
gcc -I. -g -O2 -o utils.o -c ../../src.x11/utils.c
gcc -I. -g -O2 -o gapgraph.o -c ../../src.x11/gapgraph.c
gcc -I. -g -O2 -o gaptext.o -c ../../src.x11/gaptext.c
gcc -I. -g -O2 -o pty.o -c ../../src.x11/pty.c
gcc -I. -g -O2 -o popdial.o -c ../../src.x11/popdial.c
gcc -I. -g -O2 -o xgap.o -c ../../src.x11/xgap.c
gcc -I. -g -O2 -o selfile.o -c ../../src.x11/selfile.c
../../src.x11/selfile.c: In function ‘SFreplaceText.isra.0’:
../../src.x11/selfile.c:1253:10: warning: ‘strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
1253 | (void) strncat(SFcurrentPath, str, len - 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src.x11/selfile.c:1249:8: note: length computed here
1249 | len = strlen(str);
| ^~~~~~~~~~~
gcc -o xgap xcmds.o utils.o gapgraph.o gaptext.o pty.o popdial.o xgap.o selfile.o -g -O2 -lutil -lXaw -lXmu -lXt -lXext -lX11 -lSM -lICE
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/xgap-4.30/bin/x86_64-unknown-linux-gnu-gcc'
cp xgap.sh bin/xgap.sh
Thu Jan 16 17:45:35 CET 2020
==== Checking difsets-2.3.1
No building required for difsets-2.3.1
Thu Jan 16 17:45:35 CET 2020
==== Checking autpgrp-1.10.1
No building required for autpgrp-1.10.1
Thu Jan 16 17:45:35 CET 2020
==== Checking Gauss-2019.09.02
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make' 'clean'
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7 Makefile Makefile- *~
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/gac -d -o bin/x86_64-pc-linux-gnu-julia64-kv7/gauss.so src/gauss.c
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -o /tmp/gacLAW5bQA/163598_gauss.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/gauss.c
libtool: compile: gcc -g -O2 -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/gauss.c -fPIC -DPIC -o /tmp/gacLAW5bQA/.libs/163598_gauss.o
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=link gcc -module -avoid-version -rpath /lib -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -o bin/x86_64-pc-linux-gnu-julia64-kv7/gauss.so /tmp/gacLAW5bQA/163598_gauss.lo
libtool: link: gcc -shared -fPIC -DPIC /tmp/gacLAW5bQA/.libs/163598_gauss.o -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -Wl,-soname -Wl,gauss.so -o bin/x86_64-pc-linux-gnu-julia64-kv7/.libs/gauss.so
libtool: link: ( cd "bin/x86_64-pc-linux-gnu-julia64-kv7/.libs" && rm -f "gauss.la" && ln -s "../gauss.la" "gauss.la" )
rm -f /tmp/gacLAW5bQA/163598_gauss.lo
Thu Jan 16 17:45:36 CET 2020
==== Checking HAPcryst
No building required for HAPcryst
Thu Jan 16 17:45:36 CET 2020
==== Checking SmallGrp-1.4.1
No building required for SmallGrp-1.4.1
Thu Jan 16 17:45:36 CET 2020
==== Checking irredsol-1.4
No building required for irredsol-1.4
Thu Jan 16 17:45:36 CET 2020
==== Checking matgrp
No building required for matgrp
Thu Jan 16 17:45:36 CET 2020
==== Checking MatricesForHomalg-2020.01.02
No building required for MatricesForHomalg-2020.01.02
Thu Jan 16 17:45:36 CET 2020
==== Checking unitlib-4.0.0
No building required for unitlib-4.0.0
Thu Jan 16 17:45:36 CET 2020
==== Checking nq-2.5.4
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-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... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gawk... (cached) gawk
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 for a sed that does not truncate output... (cached) /bin/sed
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking size of void *... 8
checking ABI bit size... 64
checking for unsigned long long int... yes
checking for long long int... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for sbrk... yes
checking for getrusage... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating examples/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
rm -f nq
rm -rf .libs _libs
(cd examples; make clean)
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/nq-2.5.4/examples'
rm -f G?.tst *~
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/nq-2.5.4/examples'
(cd doc && rm -f *.aux *.bbl *.blg *.brf *.idx *.ilg *.ind *.log *.out *.pnr *.tex *.toc)
(cd doc && rm -f test/nqman.tst test/diffs)
rm -f *.o
rm -f src/*.o
rm -f *.lo
Running 'make'
CC src/nq-addgen.o
CC src/nq-collect.o
CC src/nq-combicol.o
CC src/nq-consistency.o
CC src/nq-eliminate.o
CC src/nq-engel.o
CC src/nq-gap.o
CC src/nq-glimt.o
CC src/nq-instances.o
CC src/nq-mem.o
CC src/nq-nq.o
src/nq.c: In function ‘main’:
src/nq.c:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
168 | t *= 24;
| ~~^~~~~
src/nq.c:169:4: note: here
169 | case 'h' :
| ^~~~
src/nq.c:170:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
170 | t *= 60;
| ~~^~~~~
src/nq.c:171:4: note: here
171 | case 'm' :
| ^~~~
CC src/nq-pc.o
CC src/nq-pcarith.o
CC src/nq-presentation.o
CC src/nq-relations.o
CC src/nq-system.o
CC src/nq-tails.o
CC src/nq-time.o
CC src/nq-trmetab.o
CC src/nq-word.o
CCLD nq
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7
cp nq /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/nq-2.5.4/bin/x86_64-pc-linux-gnu-julia64-kv7
SUCCESS!
Thu Jan 16 17:45:44 CET 2020
==== Checking ace-5.2
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
/home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap found
Makefile successfully created.
Done. Now call 'make'
Running 'make' 'clean'
rm -rf bin src/Makefile Makefile
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
/home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap found
Makefile successfully created.
Done. Now call 'make'
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7;
sed -e "s/@DATE@/`date`/g" src/Makefile.in >src/Makefile
(cd src; make)
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/ace-5.2/src'
gcc -Wall -pedantic -ansi -O2 -DAL2_HINFO -DAL0_STAT -DAL0_CC -DAL0_DD -DDATE="\""'Thu Jan 16 17:45:44 CET 2020'"\"" -o ace \
ace.c parser.c postproc.c util2.c control.c util1.c coinc.c enum.c util0.c
parser.c: In function ‘al2_cmdloop’:
parser.c:1806:7: warning: ‘f’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1806 | al1_prtct(intarr[0], intarr[1], intarr[2], FALSE, f);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util2.c: In function ‘al2_aop’:
util2.c:250:9: warning: argument 4 null where non-null expected [-Wnonnull]
250 | { fprintf(fop, "can't open new output, using 'stdout'"); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util2.c:250:9: note: in a call to built-in function ‘__builtin_fwrite’
coinc.c: In function ‘al0_cols12’:
coinc.c:79:37: warning: ‘high2s’ may be used uninitialized in this function [-Wmaybe-uninitialized]
79 | else if (low2s == clo && high2s == chi) | ^~
coinc.c:240:29: note: ‘high2s’ was declared here
240 | int low1s, low2s, high1s, high2s; /* consequent coincidences */
| ^~~~~~
coinc.c:77:32: warning: ‘high1s’ may be used uninitialized in this function [-Wmaybe-uninitialized]
77 | if (low1s == clo && high1s == chi) | ^~
coinc.c:240:21: note: ‘high1s’ was declared here
240 | int low1s, low2s, high1s, high2s; /* consequent coincidences */
| ^~~~~~
enum.c: In function ‘al0_cl’:
enum.c:394:6: warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized]
394 | if (k == 0)
| ^
enum.c: In function ‘al0_rdefn’:
enum.c:524:6: warning: ‘l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
524 | if (l == 0)
| ^
enum.c: In function ‘al0_rl.constprop’:
enum.c:295:6: warning: ‘l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
295 | if (l == 0)
| ^
In file included from enum.c:1015:
enum.c: In function ‘al0_enum’:
enum01.c:118:6: warning: ‘l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
118 | if (l == 0)
| ^
In file included from enum.c:1015:
enum01.c:47:48: note: ‘l’ was declared here
47 | int first, last, i, ii, j, ifront, iback, k, l, m, mi, n;
| ^
enum.c:1619:23: warning: ‘isave’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1619 | if ((result = al0_apply(1,pj,pk,TRUE,isave)) >= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util0.c: In function ‘al0_dump’:
util0.c:652:9: warning: argument 4 null where non-null expected [-Wnonnull]
652 | { fprintf(fop, "fop=NULL"); }
| ^~~~~~~~~~~~~~~~~~~~~~~~
util0.c:652:9: note: in a call to built-in function ‘__builtin_fwrite’
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/ace-5.2/src'
mv src/ace bin/x86_64-pc-linux-gnu-julia64-kv7/ace
Thu Jan 16 17:45:47 CET 2020
==== Checking sophus-1.24
No building required for sophus-1.24
Thu Jan 16 17:45:47 CET 2020
==== Checking XMod-2.77
No building required for XMod-2.77
Thu Jan 16 17:45:47 CET 2020
==== Checking Browse
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using config in /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap-default64
Created ./Makefile-default64 with link from ./Makefile
Running 'make' 'clean'
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7 Makefile Makefile-default64 *~
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using config in /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap-default64
Created ./Makefile-default64 with link from ./Makefile
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/gac -p "" -d -o \
bin/x86_64-pc-linux-gnu-julia64-kv7/ncurses.so src/ncurses.c -L " -lpanel -lncurses"
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -o /tmp/gac0nPo8K3/165815_ncurses.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/ncurses.c
libtool: compile: gcc -g -O2 -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/ncurses.c -fPIC -DPIC -o /tmp/gac0nPo8K3/.libs/165815_ncurses.o
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=link gcc -module -avoid-version -rpath /lib -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -o bin/x86_64-pc-linux-gnu-julia64-kv7/ncurses.so /tmp/gac0nPo8K3/165815_ncurses.lo -lpanel -lncurses
libtool: link: gcc -shared -fPIC -DPIC /tmp/gac0nPo8K3/.libs/165815_ncurses.o -L/opt/julia-1.3.0/lib -lpanel -lncurses -Wl,--export-dynamic -Wl,-soname -Wl,ncurses.so -o bin/x86_64-pc-linux-gnu-julia64-kv7/.libs/ncurses.so
libtool: link: ( cd "bin/x86_64-pc-linux-gnu-julia64-kv7/.libs" && rm -f "ncurses.la" && ln -s "../ncurses.la" "ncurses.la" )
rm -f /tmp/gac0nPo8K3/165815_ncurses.lo
Thu Jan 16 17:45:47 CET 2020
==== Checking OpenMath-11.4.2
No building required for OpenMath-11.4.2
Thu Jan 16 17:45:47 CET 2020
==== Checking float-0.9.1
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
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... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for C compiler vendor... gnu
checking for ANSI C header files... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for CONFIGNAME... none
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... x86_64-pc-linux-gnu-julia64-kv7
checking for GAP >= 4.9... yes
checking for cos in -lm... yes
checking mpfr.h usability... yes
checking mpfr.h presence... yes
checking for mpfr.h... yes
checking for mpfr_sqrt in -lmpfr... yes
checking for mpfi.h... no
checking for mpfi_sqrt in -lmpfi... no
checking for mpc.h... yes
checking for mpc_sqrt in -lmpc... yes
checking for fplll.h... no
checking whether g++ supports C++11 features by default... yes
checking for fplll.h... no
checking for lllReduction in -fplll (version 5.x)... no
checking real.hpp usability... no
checking real.hpp presence... no
checking for real.hpp... no
checking for z_zadd in -lcxsc... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/floatconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
Making clean in src
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1/src'
test -z "float.la" || rm -f float.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1/src'
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1'
Running 'make'
Making all in src
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1/src'
make all-am
make[2]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -g -O2 -g -O2 -MT float_la-float.lo -MD -MP -MF .deps/float_la-float.Tpo -c -o float_la-float.lo `test -f 'float.c' || echo './'`float.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -g -O2 -g -O2 -MT float_la-float.lo -MD -MP -MF .deps/float_la-float.Tpo -c float.c -fPIC -DPIC -o .libs/float_la-float.o
mv -f .deps/float_la-float.Tpo .deps/float_la-float.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -g -O2 -g -O2 -MT float_la-mpfr.lo -MD -MP -MF .deps/float_la-mpfr.Tpo -c -o float_la-mpfr.lo `test -f 'mpfr.c' || echo './'`mpfr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -g -O2 -g -O2 -MT float_la-mpfr.lo -MD -MP -MF .deps/float_la-mpfr.Tpo -c mpfr.c -fPIC -DPIC -o .libs/float_la-mpfr.o
mv -f .deps/float_la-mpfr.Tpo .deps/float_la-mpfr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -g -O2 -g -O2 -MT float_la-mpc.lo -MD -MP -MF .deps/float_la-mpc.Tpo -c -o float_la-mpc.lo `test -f 'mpc.c' || echo './'`mpc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -g -O2 -g -O2 -MT float_la-mpc.lo -MD -MP -MF .deps/float_la-mpc.Tpo -c mpc.c -fPIC -DPIC -o .libs/float_la-mpc.o
mv -f .deps/float_la-mpc.Tpo .deps/float_la-mpc.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -g -O2 -MT float_la-mp_poly.lo -MD -MP -MF .deps/float_la-mp_poly.Tpo -c -o float_la-mp_poly.lo `test -f 'mp_poly.C' || echo './'`mp_poly.C
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -g -O2 -MT float_la-mp_poly.lo -MD -MP -MF .deps/float_la-mp_poly.Tpo -c mp_poly.C -fPIC -DPIC -o .libs/float_la-mp_poly.o
mv -f .deps/float_la-mp_poly.Tpo .deps/float_la-mp_poly.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -avoid-version -module -o float.la -rpath /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float/bin/x86_64-pc-linux-gnu-julia64-kv7 float_la-float.lo float_la-mpfr.lo float_la-mpc.lo float_la-mp_poly.lo -lmpfr -lmpc
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o .libs/float_la-float.o .libs/float_la-mpfr.o .libs/float_la-mpc.o .libs/float_la-mp_poly.o -L/opt/julia-1.3.0/lib -lmpfr -lmpc -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o -g -O2 -Wl,--export-dynamic -Wl,-soname -Wl,float.so -o .libs/float.so
libtool: link: ( cd ".libs" && rm -f "float.la" && ln -s "../float.la" "float.la" )
make[2]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1/src'
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1/src'
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/float-0.9.1'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cp src/.libs/float.so bin/x86_64-pc-linux-gnu-julia64-kv7/
Thu Jan 16 17:45:57 CET 2020
==== Checking cvec-2.7.4
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using config in /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make' 'clean'
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7
rm -rf gen
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using config in /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make'
GAC src/cvec.c => gen/src/cvec.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/cvec.lo -MMD -MP -MF gen/src/cvec.d -o gen/src/cvec.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/cvec.c
libtool: compile: gcc -g -O2 -MQ gen/src/cvec.lo -MMD -MP -MF gen/src/cvec.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/cvec.c -fPIC -DPIC -o gen/src/.libs/cvec.o
GAC gen/src/cvec.lo => bin/x86_64-pc-linux-gnu-julia64-kv7/cvec.so
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=link gcc -module -avoid-version -rpath /lib -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -o bin/x86_64-pc-linux-gnu-julia64-kv7/cvec.so gen/src/cvec.lo
libtool: link: gcc -shared -fPIC -DPIC gen/src/.libs/cvec.o -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -Wl,-soname -Wl,cvec.so -o bin/x86_64-pc-linux-gnu-julia64-kv7/.libs/cvec.so
libtool: link: ( cd "bin/x86_64-pc-linux-gnu-julia64-kv7/.libs" && rm -f "cvec.la" && ln -s "../cvec.la" "cvec.la" )
rm -f
Thu Jan 16 17:46:02 CET 2020
==== Checking permut-2.0.3
No building required for permut-2.0.3
Thu Jan 16 17:46:02 CET 2020
==== Checking format-1.4.2
No building required for format-1.4.2
Thu Jan 16 17:46:02 CET 2020
==== Checking modisom-2.5.0
No building required for modisom-2.5.0
Thu Jan 16 17:46:02 CET 2020
==== Checking orb-4.8.3
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using config in /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make' 'clean'
rm -rf bin/x86_64-pc-linux-gnu-julia64-kv7
rm -rf gen
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Using config in /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
Running 'make'
GAC src/orb.c => gen/src/orb.lo
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=compile gcc -g -O2 -MQ gen/src/orb.lo -MMD -MP -MF gen/src/orb.d -o gen/src/orb.lo -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/orb.c
libtool: compile: gcc -g -O2 -MQ gen/src/orb.lo -MMD -MP -MF gen/src/orb.d -I/home/kalmar/.julia/packages/GAP/W20PN/gap/gen -I/home/kalmar/.julia/packages/GAP/W20PN/gap/src -I/home/kalmar/.julia/packages/GAP/W20PN/gap -DHAVE_CONFIG_H -I/opt/julia-1.3.0/include/julia -fPIC -c src/orb.c -fPIC -DPIC -o gen/src/.libs/orb.o
GAC gen/src/orb.lo => bin/x86_64-pc-linux-gnu-julia64-kv7/orb.so
/bin/sh /home/kalmar/.julia/packages/GAP/W20PN/gap/libtool --mode=link gcc -module -avoid-version -rpath /lib -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -o bin/x86_64-pc-linux-gnu-julia64-kv7/orb.so gen/src/orb.lo
libtool: link: gcc -shared -fPIC -DPIC gen/src/.libs/orb.o -L/opt/julia-1.3.0/lib -Wl,--export-dynamic -Wl,-soname -Wl,orb.so -o bin/x86_64-pc-linux-gnu-julia64-kv7/.libs/orb.so
libtool: link: ( cd "bin/x86_64-pc-linux-gnu-julia64-kv7/.libs" && rm -f "orb.la" && ln -s "../orb.la" "orb.la" )
rm -f
Thu Jan 16 17:46:03 CET 2020
==== Checking PolymakeInterface-2019.09.02
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make' 'clean'
rm -rf bin Makefile
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cp /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/config.h bin/x86_64-pc-linux-gnu-julia64-kv7/
g++ -DPOLYMAKE_VERSION=306 -fPIC -pipe -std=c++14 -march=native -ftemplate-depth-200 -fno-strict-aliasing -Wno-parentheses -Wshadow -fopenmp -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT -O3 -DPOLYMAKE_DEBUG=0 -I/home/kalmar/local/include -I/home/kalmar/local/include/polymake/external -fPIC -Wall -O0 -g -pipe -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_fktn.o -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/include -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../.. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7 -DCONFIG_H -c src/polymake_fktn.cpp
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/compiled.h:21,
from src/loadgap.h:5,
from src/polymake_fktn.h:1,
from src/polymake_fktn.cpp:1:
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
cp /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/config.h bin/x86_64-pc-linux-gnu-julia64-kv7/
g++ -DPOLYMAKE_VERSION=306 -fPIC -pipe -std=c++14 -march=native -ftemplate-depth-200 -fno-strict-aliasing -Wno-parentheses -Wshadow -fopenmp -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT -O3 -DPOLYMAKE_DEBUG=0 -I/home/kalmar/local/include -I/home/kalmar/local/include/polymake/external -fPIC -Wall -O0 -g -pipe -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_main.o -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/include -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../.. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7 -DCONFIG_H -c src/polymake_main.cpp
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/compiled.h:21,
from src/loadgap.h:5,
from src/polymake_main.cpp:8:
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
cp /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/config.h bin/x86_64-pc-linux-gnu-julia64-kv7/
g++ -DPOLYMAKE_VERSION=306 -fPIC -pipe -std=c++14 -march=native -ftemplate-depth-200 -fno-strict-aliasing -Wno-parentheses -Wshadow -fopenmp -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT -O3 -DPOLYMAKE_DEBUG=0 -I/home/kalmar/local/include -I/home/kalmar/local/include/polymake/external -fPIC -Wall -O0 -g -pipe -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_polytopes.o -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/include -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../.. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7 -DCONFIG_H -c src/polymake_polytopes.cpp
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/compiled.h:21,
from src/loadgap.h:5,
from src/polymake_polytopes.h:2,
from src/polymake_polytopes.cpp:1:
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
cp /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/config.h bin/x86_64-pc-linux-gnu-julia64-kv7/
g++ -DPOLYMAKE_VERSION=306 -fPIC -pipe -std=c++14 -march=native -ftemplate-depth-200 -fno-strict-aliasing -Wno-parentheses -Wshadow -fopenmp -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT -O3 -DPOLYMAKE_DEBUG=0 -I/home/kalmar/local/include -I/home/kalmar/local/include/polymake/external -fPIC -Wall -O0 -g -pipe -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_cone.o -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/include -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../.. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7 -DCONFIG_H -c src/polymake_cone.cpp
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/compiled.h:21,
from src/loadgap.h:5,
from src/polymake_cone.h:2,
from src/polymake_cone.cpp:1:
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
cp /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/config.h bin/x86_64-pc-linux-gnu-julia64-kv7/
g++ -DPOLYMAKE_VERSION=306 -fPIC -pipe -std=c++14 -march=native -ftemplate-depth-200 -fno-strict-aliasing -Wno-parentheses -Wshadow -fopenmp -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT -O3 -DPOLYMAKE_DEBUG=0 -I/home/kalmar/local/include -I/home/kalmar/local/include/polymake/external -fPIC -Wall -O0 -g -pipe -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_fan.o -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/include -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../.. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7 -DCONFIG_H -c src/polymake_fan.cpp
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/compiled.h:21,
from src/loadgap.h:5,
from src/polymake_fan.h:1,
from src/polymake_fan.cpp:1:
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
cp /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/config.h bin/x86_64-pc-linux-gnu-julia64-kv7/
g++ -DPOLYMAKE_VERSION=306 -fPIC -pipe -std=c++14 -march=native -ftemplate-depth-200 -fno-strict-aliasing -Wno-parentheses -Wshadow -fopenmp -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT -O3 -DPOLYMAKE_DEBUG=0 -I/home/kalmar/local/include -I/home/kalmar/local/include/polymake/external -fPIC -Wall -O0 -g -pipe -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_data.o -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/include -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../.. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7 -DCONFIG_H -c src/polymake_data.cpp
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/compiled.h:21,
from src/loadgap.h:5,
from src/polymake_data.h:4,
from src/polymake_data.cpp:1:
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
cp /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/config.h bin/x86_64-pc-linux-gnu-julia64-kv7/
g++ -DPOLYMAKE_VERSION=306 -fPIC -pipe -std=c++14 -march=native -ftemplate-depth-200 -fno-strict-aliasing -Wno-parentheses -Wshadow -fopenmp -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT -O3 -DPOLYMAKE_DEBUG=0 -I/home/kalmar/local/include -I/home/kalmar/local/include/polymake/external -fPIC -Wall -O0 -g -pipe -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_tropical.o -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/include -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../.. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7 -DCONFIG_H -c src/polymake_tropical.cpp
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/compiled.h:21,
from src/loadgap.h:5,
from src/polymake_tropical.h:1,
from src/polymake_tropical.cpp:1:
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
cp /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/config.h bin/x86_64-pc-linux-gnu-julia64-kv7/
g++ -DPOLYMAKE_VERSION=306 -fPIC -pipe -std=c++14 -march=native -ftemplate-depth-200 -fno-strict-aliasing -Wno-parentheses -Wshadow -fopenmp -Wno-error=unused-function -Wno-stringop-overflow -DPOLYMAKE_WITH_FLINT -O3 -DPOLYMAKE_DEBUG=0 -I/home/kalmar/local/include -I/home/kalmar/local/include/polymake/external -fPIC -Wall -O0 -g -pipe -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_matroid.o -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/include -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../.. -I/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7 -DCONFIG_H -c src/polymake_matroid.cpp
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/compiled.h:21,
from src/loadgap.h:5,
from src/polymake_matroid.h:2,
from src/polymake_matroid.cpp:1:
/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/../../src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
g++ -fPIC -Wall -O0 -g -shared -o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_main.so bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_main.o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_fktn.o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_tropical.o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_polytopes.o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_cone.o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_fan.o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_matroid.o bin/x86_64-pc-linux-gnu-julia64-kv7/polymake_data.o -lpolymake -lpolymake-apps -lflint -ldl -lmpfr -lpthread -L/home/kalmar/local/lib -fuse-ld=gold -fopenmp -Wl,-E -Wl,-rpath,/home/kalmar/local/lib -L/home/kalmar/.julia/packages/GAP/W20PN/gap/bin/x86_64-pc-linux-gnu-julia64-kv7/extern/gmp/lib -lgmp
Thu Jan 16 17:47:12 CET 2020
==== Checking radiroot-2.8
No building required for radiroot-2.8
Thu Jan 16 17:47:12 CET 2020
==== Checking NoCK-1.4
No building required for NoCK-1.4
Thu Jan 16 17:47:12 CET 2020
==== Checking ModulePresentationsForCAP-2019.01.16
No building required for ModulePresentationsForCAP-2019.01.16
Thu Jan 16 17:47:12 CET 2020
==== Checking fining
No building required for fining
Thu Jan 16 17:47:12 CET 2020
==== Checking json-2.0.1
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 whether make supports the include directive... yes (GNU style)
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 ar... ar
checking the archiver (ar) interface... ar
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "json.la" || rm -f json.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CXX src/json.lo
In file included from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gasman.h:39,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/objects.h:20,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/ariths.h:16,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/gap_all.h:21,
from /home/kalmar/.julia/packages/GAP/W20PN/gap/src/compiled.h:21,
from src/json.cc:5:
/home/kalmar/.julia/packages/GAP/W20PN/gap/src/system.h:208:32: warning: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Wpragmas]
208 | #pragma GCC diagnostic ignored "-Wstrict-prototypes"
| ^~~~~~~~~~~~~~~~~~~~~
CXXLD json.la
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/json.so /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/json-2.0.1/bin/x86_64-pc-linux-gnu-julia64-kv7/json.so
SUCCESS!
Thu Jan 16 17:47:23 CET 2020
==== Checking AutoDoc-2019.09.04
No building required for AutoDoc-2019.09.04
Thu Jan 16 17:47:23 CET 2020
==== Checking lpres-1.0.1
No building required for lpres-1.0.1
Thu Jan 16 17:47:23 CET 2020
==== Checking GAPDoc-1.6.3
No building required for GAPDoc-1.6.3
Thu Jan 16 17:47:23 CET 2020
==== Checking CddInterface-2020.01.01
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 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 ar... ar
checking the archiver (ar) interface... ar
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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... checking for GAP >= 4.9... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "CddInterface.la" || rm -f CddInterface.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CC src/CddInterface_la-CddInterface.lo
CCLD CddInterface.la
/bin/mkdir -p ./bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/CddInterface.so /home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/CddInterface-2020.01.01/bin/x86_64-pc-linux-gnu-julia64-kv7/CddInterface.so
SUCCESS!
Thu Jan 16 17:47:28 CET 2020
==== Checking IO_ForHomalg-2019.09.02
No building required for IO_ForHomalg-2019.09.02
Thu Jan 16 17:47:28 CET 2020
==== Checking cohomolo-1.6.8
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make' 'clean'
cd standalone/progs.d; make clean
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/cohomolo-1.6.8/standalone/progs.d'
/bin/rm -f *.o
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/cohomolo-1.6.8/standalone/progs.d'
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7;
cd standalone/progs.d;\
make CC="cc" BIN="..//..//bin/x86_64-pc-linux-gnu-julia64-kv7" CFLAGS="-O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result" LDFLAGS=""
make[1]: Entering directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/cohomolo-1.6.8/standalone/progs.d'
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result gpd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result gpp.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result permfns.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/gprun gpd.o gpp.o permfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result egd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result egp.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/egrun egd.o egp.o permfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result syld.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result sylp.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result morepermfns.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/sylrun syld.o sylp.o morepermfns.o permfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result normd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result normp1.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result normp2.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result chb.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/normrun normd.o normp1.o normp2.o chb.o permfns.o morepermfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result conpdcd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result conpdc1.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result conpdc2.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/conrun conpdcd.o conpdc1.o conpdc2.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result pcd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result pcp.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result pcscfns.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/pcrun pcd.o pcp.o permfns.o pcscfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result scd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result scp.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/scrun scd.o scp.o permfns.o pcscfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result slg.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/selgen slg.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result mcd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result mcp.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result matfns.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/matcalc mcd.o mcp.o matfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result nqmd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result nqmp.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result nqmfns.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/nqmrun nqmd.o nqmp.o nqmfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result nqd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result nqp1.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result nqp2.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result nqp3.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result nqfns.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/nqrun nqd.o nqp1.o nqp2.o nqp3.o nqfns.o matfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result grd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result grp.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/grrun grd.o grp.o permfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result extpd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result exa.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result exb.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result exc.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/extprun extpd.o exa.o exb.o exc.o permfns.o matfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result crd.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result crp1.c
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result crp2.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/crrun crd.o crp1.o crp2.o matfns.o
cc -c -O2 -g -fno-builtin -Wno-implicit-function-declaration -Wno-return-type -Wno-dangling-else -Wno-unused-result readrels.c
cc -o ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/readrels readrels.o
cp cohomology.gap ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/cohomology.gap
chmod +x ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/cohomology.gap
cp execcmd.gap ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/execcmd.gap
chmod +x ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/execcmd.gap
cp calcpres.gap ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/calcpres.gap
chmod +x ..//..//bin/x86_64-pc-linux-gnu-julia64-kv7/calcpres.gap
make[1]: Leaving directory '/home/kalmar/.julia/packages/GAP/W20PN/gap/pkg/cohomolo-1.6.8/standalone/progs.d'
Thu Jan 16 17:47:39 CET 2020
==== Checking SCSCP-2.3.0
No building required for SCSCP-2.3.0
Thu Jan 16 17:47:39 CET 2020
==== Checking images-1.3.0
No building required for images-1.3.0
Thu Jan 16 17:47:39 CET 2020
==== Checking cryst
No building required for cryst
Thu Jan 16 17:47:39 CET 2020
==== Checking congruence-1.2.3
No building required for congruence-1.2.3
Thu Jan 16 17:47:39 CET 2020
==== Checking ToolsForHomalg-2019.09.02
No building required for ToolsForHomalg-2019.09.02
Thu Jan 16 17:47:39 CET 2020
==== Checking transgrp
No building required for transgrp
Thu Jan 16 17:47:39 CET 2020
==== Checking utils-0.69
No building required for utils-0.69
Thu Jan 16 17:47:39 CET 2020
==== Checking fr-2.4.6
No building required for fr-2.4.6
Thu Jan 16 17:47:39 CET 2020
==== Checking francy-1.2.4
No building required for francy-1.2.4
Thu Jan 16 17:47:39 CET 2020
==== Checking aclib-1.3.1
No building required for aclib-1.3.1
Thu Jan 16 17:47:39 CET 2020
==== Checking atlasrep
Thu Jan 16 17:47:39 CET 2020
==== Checking DeepThought-1.0.2
Running './configure' '--with-gaproot=/home/kalmar/.julia/packages/GAP/W20PN/gap'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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 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 ar... ar
checking the archiver (ar) interface... ar
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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for CONFIGNAME... none
checking for GAP root directory... /home/kalmar/.julia/packages/GAP/W20PN/gap
checking for GAP architecture... x86_64-pc-linux-gnu-julia64-kv7
checking for GAP >= 4.9... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pkgconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Running 'make' 'clean'
test -z "DeepThought.la" || rm -f DeepThought.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f bin/x86_64-pc-linux-gnu-julia64-kv7/DeepThought.so
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f *.lo
Running 'make'
CC src/DeepThought_la-DeepThought.lo
CCLD DeepThought.la
/bin/mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cp .libs/DeepThought.so bin/x86_64-pc-linux-gnu-julia64-kv7/DeepThought.so
Thu Jan 16 17:47:45 CET 2020
==== Checking SgpViz-0.999.4
No building required for SgpViz-0.999.4
Thu Jan 16 17:47:45 CET 2020
==== Checking PatternClass-2.4.2
No building required for PatternClass-2.4.2
Thu Jan 16 17:47:45 CET 2020
==== Checking Example-4.2.1
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Makefile successfully created.
Running 'make' 'clean'
rm -rf bin
Running './configure' '/home/kalmar/.julia/packages/GAP/W20PN/gap'
Makefile successfully created.
Running 'make'
mkdir -p bin/x86_64-pc-linux-gnu-julia64-kv7
cc -o bin/x86_64-pc-linux-gnu-julia64-kv7/hello src/hello.c
Thu Jan 16 17:47:45 CET 2020
==== Checking crisp-1.4.5
No building required for crisp-1.4.5
Thu Jan 16 17:47:45 CET 2020
==== Checking rcwa-4.6.4
No building required for rcwa-4.6.4
Thu Jan 16 17:47:45 CET 2020
==== Checking GradedModules-2020.01.02
No building required for GradedModules-2020.01.02
Packages which failed to build are in ./log/fail.log
Configuring JuliaInterface
Using settings from /home/kalmar/.julia/packages/GAP/W20PN/gap/sysinfo.gap
cp: cannot create regular file './Makefile.gappkg': Permission denied
ERROR: LoadError: failed process: Process(`./configure /home/kalmar/.julia/packages/GAP/W20PN/gap`, ProcessExited(1)) [1]
Stacktrace:
[1] pipeline_error at ./process.jl:525 [inlined]
[2] #run#565(::Bool, ::typeof(run), ::Cmd) at ./process.jl:440
[3] run(::Cmd) at ./process.jl:438
[4] top-level scope at /home/kalmar/.julia/packages/GAP/W20PN/deps/build.jl:77
[5] include at ./boot.jl:328 [inlined]
[6] include_relative(::Module, ::String) at ./loading.jl:1105
[7] include(::Module, ::String) at ./Base.jl:31
[8] include(::String) at ./client.jl:424
[9] top-level scope at none:5
in expression starting at /home/kalmar/.julia/packages/GAP/W20PN/deps/build.jl:77
gap_root = /home/kalmar/.julia/packages/GAP/W20PN/gap
extra_gap_root = /home/kalmar/.julia/packages/GAP/W20PN/
install_gap = true
Installing GAP ...
Compiling JuliaInterface and JuliaExperimental ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment