Skip to content

Instantly share code, notes, and snippets.

@glitsj16
Created March 16, 2020 11:03
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 glitsj16/67836b5e1c7aac97deeff161500d40c3 to your computer and use it in GitHub Desktop.
Save glitsj16/67836b5e1c7aac97deeff161500d40c3 to your computer and use it in GitHub Desktop.
OS: Arch Linux
$ pacman -Q gcc make
gcc 9.3.0-1
make 4.3-1
$ git clone https://github.com/otrv4/libgoldilocks.git
Cloning into 'libgoldilocks'...
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (48/48), done.
remote: Total 6425 (delta 27), reused 23 (delta 1), pack-reused 6376
Receiving objects: 100% (6425/6425), 1.71 MiB | 1.15 MiB/s, done.
Resolving deltas: 100% (4667/4667), done.
$ cd libgoldilocks
$ autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:12: installing './compile'
configure.ac:11: installing './missing'
src/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
$ ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports 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 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... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-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 /usr/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... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/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 (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for 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 ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
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 for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... 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 for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for mode_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for pow... no
checking for sqrt... no
checking CFLAGS for gcc -Wall... -Wall
checking CFLAGS for gcc -Wextra... -Wextra
checking CFLAGS for gcc -Werror... -Werror
checking CFLAGS for gcc -Wformat... -Wformat
checking CFLAGS for gcc -Wno-format-extra-args... -Wno-format-extra-args
checking CFLAGS for gcc -Wfatal-errors... -Wfatal-errors
checking CFLAGS for gcc -Wbad-function-cast... -Wbad-function-cast
checking CFLAGS for gcc -Wdiv-by-zero... -Wdiv-by-zero
checking CFLAGS for gcc -Wfloat-equal... -Wfloat-equal
checking CFLAGS for gcc -Wnested-externs... -Wnested-externs
checking CFLAGS for gcc -Wpointer-arith... -Wpointer-arith
checking CFLAGS for gcc -Wstrict-prototypes... no, unknown
checking CFLAGS for gcc -Wlogical-op... -Wlogical-op
checking CFLAGS for gcc -Wbad-cast-qual... no, unknown
checking CFLAGS for gcc -Wformat-nonliteral... -Wformat-nonliteral
checking CFLAGS for gcc -Wbuiltin-memcpy-chk-size... no, unknown
checking CFLAGS for gcc -Wfloat-equal... (cached) -Wfloat-equal
checking CFLAGS for gcc -Wshadow... -Wshadow
checking CFLAGS for gcc -Wpointer-arith... (cached) -Wpointer-arith
checking CFLAGS for gcc -Wmaybe-uninitialized... -Wmaybe-uninitialized
checking CFLAGS for gcc -Wlogicalop... no, unknown
checking CFLAGS for gcc -Wno-type-limits... -Wno-type-limits
checking CFLAGS for gcc -Wnull-dereference... -Wnull-dereference
checking CFLAGS for gcc -Wwrite-strings... -Wwrite-strings
checking CFLAGS for gcc -Wswitch-default... -Wswitch-default
checking CFLAGS for gcc -Wswitch-enum... -Wswitch-enum
checking CFLAGS for gcc -Waddress-of-temporary... no, unknown
checking CFLAGS for gcc -Warc... no, unknown
checking CFLAGS for gcc -Warraybounds... no, unknown
checking CFLAGS for gcc -Wasm... no, unknown
checking CFLAGS for gcc -Wgcc-compat... no, unknown
checking CFLAGS for gcc -fcatch-undefined-behavior... no, unknown
checking CFLAGS for gcc -fno-delete-null-pointer-checks... -fno-delete-null-pointer-checks
checking CFLAGS for gcc -fno-strict-overflow... -fno-strict-overflow
checking CFLAGS for gcc -fno-strict-aliasing... -fno-strict-aliasing
checking CFLAGS for gcc -Wno-unknown-pragmas... -Wno-unknown-pragmas
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 test/Makefile
config.status: creating pkgconfig/libgoldilocks.pc
config.status: creating pkgconfig/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
----------------------------------------------------------------------------
Thank you for configuring libgoldilocks version 0.0.1.
Configuration completed in directory '/usr'.
----------------------------------------------------------------------------
Options used to compile and link:
Host CPU = x86_64
Arch = arch_x86_64
x86_64 = yes
Arch_64 = no
Arch_arm_32 = no
Arch_32 = no
CC = gcc
CFLAGS = -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas
LDFLAGS =
$ make
/usr/bin/make all-recursive
make[1]: Entering directory '/home/glitsj16/libgoldilocks'
Making all in src
make[2]: Entering directory '/home/glitsj16/libgoldilocks/src'
gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT goldilocks_gen_tables-utils.o -MD -MP -MF .deps/goldilocks_gen_tables-utils.Tpo -c -o goldilocks_gen_tables-utils.o `test -f 'utils.c' || echo './'`utils.c
mv -f .deps/goldilocks_gen_tables-utils.Tpo .deps/goldilocks_gen_tables-utils.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT goldilocks_gen_tables-goldilocks_gen_tables.o -MD -MP -MF .deps/goldilocks_gen_tables-goldilocks_gen_tables.Tpo -c -o goldilocks_gen_tables-goldilocks_gen_tables.o `test -f 'goldilocks_gen_tables.c' || echo './'`goldilocks_gen_tables.c
mv -f .deps/goldilocks_gen_tables-goldilocks_gen_tables.Tpo .deps/goldilocks_gen_tables-goldilocks_gen_tables.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT arch_x86_64/goldilocks_gen_tables-f_impl.o -MD -MP -MF arch_x86_64/.deps/goldilocks_gen_tables-f_impl.Tpo -c -o arch_x86_64/goldilocks_gen_tables-f_impl.o `test -f 'arch_x86_64/f_impl.c' || echo './'`arch_x86_64/f_impl.c
mv -f arch_x86_64/.deps/goldilocks_gen_tables-f_impl.Tpo arch_x86_64/.deps/goldilocks_gen_tables-f_impl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT goldilocks_gen_tables-f_arithmetic.o -MD -MP -MF .deps/goldilocks_gen_tables-f_arithmetic.Tpo -c -o goldilocks_gen_tables-f_arithmetic.o `test -f 'f_arithmetic.c' || echo './'`f_arithmetic.c
mv -f .deps/goldilocks_gen_tables-f_arithmetic.Tpo .deps/goldilocks_gen_tables-f_arithmetic.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT goldilocks_gen_tables-f_generic.o -MD -MP -MF .deps/goldilocks_gen_tables-f_generic.Tpo -c -o goldilocks_gen_tables-f_generic.o `test -f 'f_generic.c' || echo './'`f_generic.c
mv -f .deps/goldilocks_gen_tables-f_generic.Tpo .deps/goldilocks_gen_tables-f_generic.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT goldilocks_gen_tables-goldilocks.o -MD -MP -MF .deps/goldilocks_gen_tables-goldilocks.Tpo -c -o goldilocks_gen_tables-goldilocks.o `test -f 'goldilocks.c' || echo './'`goldilocks.c
mv -f .deps/goldilocks_gen_tables-goldilocks.Tpo .deps/goldilocks_gen_tables-goldilocks.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT goldilocks_gen_tables-scalar.o -MD -MP -MF .deps/goldilocks_gen_tables-scalar.Tpo -c -o goldilocks_gen_tables-scalar.o `test -f 'scalar.c' || echo './'`scalar.c
mv -f .deps/goldilocks_gen_tables-scalar.Tpo .deps/goldilocks_gen_tables-scalar.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -o goldilocks_gen_tables goldilocks_gen_tables-utils.o goldilocks_gen_tables-goldilocks_gen_tables.o arch_x86_64/goldilocks_gen_tables-f_impl.o goldilocks_gen_tables-f_arithmetic.o goldilocks_gen_tables-f_generic.o goldilocks_gen_tables-goldilocks.o goldilocks_gen_tables-scalar.o
libtool: link: gcc -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -o goldilocks_gen_tables goldilocks_gen_tables-utils.o goldilocks_gen_tables-goldilocks_gen_tables.o arch_x86_64/goldilocks_gen_tables-f_impl.o goldilocks_gen_tables-f_arithmetic.o goldilocks_gen_tables-f_generic.o goldilocks_gen_tables-goldilocks.o goldilocks_gen_tables-scalar.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-utils.lo -MD -MP -MF .deps/libgoldilocks_la-utils.Tpo -c -o libgoldilocks_la-utils.lo `test -f 'utils.c' || echo './'`utils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-utils.lo -MD -MP -MF .deps/libgoldilocks_la-utils.Tpo -c utils.c -fPIC -DPIC -o .libs/libgoldilocks_la-utils.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-utils.lo -MD -MP -MF .deps/libgoldilocks_la-utils.Tpo -c utils.c -o libgoldilocks_la-utils.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-utils.Tpo .deps/libgoldilocks_la-utils.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-shake.lo -MD -MP -MF .deps/libgoldilocks_la-shake.Tpo -c -o libgoldilocks_la-shake.lo `test -f 'shake.c' || echo './'`shake.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-shake.lo -MD -MP -MF .deps/libgoldilocks_la-shake.Tpo -c shake.c -fPIC -DPIC -o .libs/libgoldilocks_la-shake.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-shake.lo -MD -MP -MF .deps/libgoldilocks_la-shake.Tpo -c shake.c -o libgoldilocks_la-shake.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-shake.Tpo .deps/libgoldilocks_la-shake.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-spongerng.lo -MD -MP -MF .deps/libgoldilocks_la-spongerng.Tpo -c -o libgoldilocks_la-spongerng.lo `test -f 'spongerng.c' || echo './'`spongerng.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-spongerng.lo -MD -MP -MF .deps/libgoldilocks_la-spongerng.Tpo -c spongerng.c -fPIC -DPIC -o .libs/libgoldilocks_la-spongerng.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-spongerng.lo -MD -MP -MF .deps/libgoldilocks_la-spongerng.Tpo -c spongerng.c -o libgoldilocks_la-spongerng.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-spongerng.Tpo .deps/libgoldilocks_la-spongerng.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT arch_x86_64/libgoldilocks_la-f_impl.lo -MD -MP -MF arch_x86_64/.deps/libgoldilocks_la-f_impl.Tpo -c -o arch_x86_64/libgoldilocks_la-f_impl.lo `test -f 'arch_x86_64/f_impl.c' || echo './'`arch_x86_64/f_impl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT arch_x86_64/libgoldilocks_la-f_impl.lo -MD -MP -MF arch_x86_64/.deps/libgoldilocks_la-f_impl.Tpo -c arch_x86_64/f_impl.c -fPIC -DPIC -o arch_x86_64/.libs/libgoldilocks_la-f_impl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT arch_x86_64/libgoldilocks_la-f_impl.lo -MD -MP -MF arch_x86_64/.deps/libgoldilocks_la-f_impl.Tpo -c arch_x86_64/f_impl.c -o arch_x86_64/libgoldilocks_la-f_impl.o >/dev/null 2>&1
mv -f arch_x86_64/.deps/libgoldilocks_la-f_impl.Tpo arch_x86_64/.deps/libgoldilocks_la-f_impl.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-f_arithmetic.lo -MD -MP -MF .deps/libgoldilocks_la-f_arithmetic.Tpo -c -o libgoldilocks_la-f_arithmetic.lo `test -f 'f_arithmetic.c' || echo './'`f_arithmetic.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-f_arithmetic.lo -MD -MP -MF .deps/libgoldilocks_la-f_arithmetic.Tpo -c f_arithmetic.c -fPIC -DPIC -o .libs/libgoldilocks_la-f_arithmetic.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-f_arithmetic.lo -MD -MP -MF .deps/libgoldilocks_la-f_arithmetic.Tpo -c f_arithmetic.c -o libgoldilocks_la-f_arithmetic.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-f_arithmetic.Tpo .deps/libgoldilocks_la-f_arithmetic.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-f_generic.lo -MD -MP -MF .deps/libgoldilocks_la-f_generic.Tpo -c -o libgoldilocks_la-f_generic.lo `test -f 'f_generic.c' || echo './'`f_generic.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-f_generic.lo -MD -MP -MF .deps/libgoldilocks_la-f_generic.Tpo -c f_generic.c -fPIC -DPIC -o .libs/libgoldilocks_la-f_generic.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-f_generic.lo -MD -MP -MF .deps/libgoldilocks_la-f_generic.Tpo -c f_generic.c -o libgoldilocks_la-f_generic.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-f_generic.Tpo .deps/libgoldilocks_la-f_generic.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-goldilocks.lo -MD -MP -MF .deps/libgoldilocks_la-goldilocks.Tpo -c -o libgoldilocks_la-goldilocks.lo `test -f 'goldilocks.c' || echo './'`goldilocks.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-goldilocks.lo -MD -MP -MF .deps/libgoldilocks_la-goldilocks.Tpo -c goldilocks.c -fPIC -DPIC -o .libs/libgoldilocks_la-goldilocks.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-goldilocks.lo -MD -MP -MF .deps/libgoldilocks_la-goldilocks.Tpo -c goldilocks.c -o libgoldilocks_la-goldilocks.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-goldilocks.Tpo .deps/libgoldilocks_la-goldilocks.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-elligator.lo -MD -MP -MF .deps/libgoldilocks_la-elligator.Tpo -c -o libgoldilocks_la-elligator.lo `test -f 'elligator.c' || echo './'`elligator.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-elligator.lo -MD -MP -MF .deps/libgoldilocks_la-elligator.Tpo -c elligator.c -fPIC -DPIC -o .libs/libgoldilocks_la-elligator.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-elligator.lo -MD -MP -MF .deps/libgoldilocks_la-elligator.Tpo -c elligator.c -o libgoldilocks_la-elligator.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-elligator.Tpo .deps/libgoldilocks_la-elligator.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-scalar.lo -MD -MP -MF .deps/libgoldilocks_la-scalar.Tpo -c -o libgoldilocks_la-scalar.lo `test -f 'scalar.c' || echo './'`scalar.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-scalar.lo -MD -MP -MF .deps/libgoldilocks_la-scalar.Tpo -c scalar.c -fPIC -DPIC -o .libs/libgoldilocks_la-scalar.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-scalar.lo -MD -MP -MF .deps/libgoldilocks_la-scalar.Tpo -c scalar.c -o libgoldilocks_la-scalar.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-scalar.Tpo .deps/libgoldilocks_la-scalar.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-eddsa.lo -MD -MP -MF .deps/libgoldilocks_la-eddsa.Tpo -c -o libgoldilocks_la-eddsa.lo `test -f 'eddsa.c' || echo './'`eddsa.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-eddsa.lo -MD -MP -MF .deps/libgoldilocks_la-eddsa.Tpo -c eddsa.c -fPIC -DPIC -o .libs/libgoldilocks_la-eddsa.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -fno-strict-aliasing -pedantic -Wall -Wextra -Werror -Wunreachable-code -Wmissing-declarations -Wunused-function -Wno-overlength-strings -I../src -I../src/include -I../src/public_include -I../src/arch_x86_64 -I../src/include/arch_x86_64 -O2 -maes -mavx2 -mbmi2 -ffunction-sections -fdata-sections -fvisibility=hidden -fomit-frame-pointer -fPIC -g -O2 -Wall -Wextra -Werror -Wformat -Wno-format-extra-args -Wfatal-errors -Wbad-function-cast -Wdiv-by-zero -Wfloat-equal -Wnested-externs -Wpointer-arith -Wlogical-op -Wformat-nonliteral -Wshadow -Wmaybe-uninitialized -Wno-type-limits -Wnull-dereference -Wwrite-strings -Wswitch-default -Wswitch-enum -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -Wno-unknown-pragmas -MT libgoldilocks_la-eddsa.lo -MD -MP -MF .deps/libgoldilocks_la-eddsa.Tpo -c eddsa.c -o libgoldilocks_la-eddsa.o >/dev/null 2>&1
mv -f .deps/libgoldilocks_la-eddsa.Tpo .deps/libgoldilocks_la-eddsa.Plo
./goldilocks_gen_tables > GEN/goldilocks_tables.c || (rm GEN/goldilocks_tables.c; exit 1)
/bin/sh: line 1: 104188 Illegal instruction (core dumped) ./goldilocks_gen_tables > GEN/goldilocks_tables.c
make[2]: *** [Makefile:1333: GEN/goldilocks_tables.c] Error 1
make[2]: Leaving directory '/home/glitsj16/libgoldilocks/src'
make[1]: *** [Makefile:420: all-recursive] Error 1
make[1]: Leaving directory '/home/glitsj16/libgoldilocks'
make: *** [Makefile:351: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment