It's been awhile since I built sage from source. (I think I was running 8.5?) In the meantime, I migrated files from one laptop to another, and upgraded operating systems, so not sure where the problem lies.
Running macOS 10.15.3 on a 2019 Airbook. I tried the following: git branch master git pull make distclean && make ************************************************************************ Error installing package gap-4.10.2.p1 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) Fwiw, I first tried installing gcc with homebrew before getting started with the sage build. When I first got the error, I uninstalled hoping that would fix things, but still no good. Thanks for any help you can offer! Aaron -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/3e41069f-f474-4826-ab69-6bdab572d23fo%40googlegroups.com.
Found local metadata for gap-4.10.2.p1 Using cached file /Applications/sage/upstream/gap-4.10.2.tar.bz2 gap-4.10.2.p1 ==================================================== Setting up build directory for gap-4.10.2.p1 Finished extraction Applying patches from ../patches... Applying ../patches/0001-Don-t-set-SyAllocPool-0-for-Cygwin-but-do-use-MAP_NO.patch patching file src/sysmem.c patching file src/system.c Applying ../patches/3435.patch patching file src/gasman.h Hunk #1 succeeded at 544 (offset -9 lines). patching file src/integer.c Hunk #1 succeeded at 275 (offset 1 line). Hunk #2 succeeded at 1833 (offset 43 lines). Hunk #3 succeeded at 1941 (offset 50 lines). Hunk #4 succeeded at 1961 (offset 50 lines). Hunk #5 succeeded at 1970 (offset 50 lines). Hunk #6 succeeded at 2095 (offset 53 lines). patching file src/gasman.h Hunk #1 succeeded at 544 (offset -9 lines). patching file src/integer.c patching file src/integer.c patching file src/integer.c patching file src/integer.c Applying ../patches/make_install.patch patching file Makefile.rules Hunk #1 succeeded at 281 with fuzz 2 (offset 21 lines). Hunk #2 succeeded at 468 (offset -8 lines). **************************************************** Host system: Darwin MacBook-Air.local 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 **************************************************** C compiler: gcc C compiler version: Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 11.0.0 (clang-1100.0.33.17) Target: x86_64-apple-darwin19.3.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin **************************************************** Package 'gap' is currently not installed No legacy uninstaller found for 'gap'; nothing to do Configuring gap-4.10.2.p1 configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking checking build system type... x86_64-apple-darwin19.3.0 checking host system type... x86_64-apple-darwin19.3.0 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 ABI flags... checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking 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 whether we are using the GNU C++ compiler... yes checking whether g++ -std=gnu++11 accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... cnf/install-sh -c -d checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no 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... 196608 checking how to convert x86_64-apple-darwin19.3.0 file names to x86_64-apple-darwin19.3.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin19.3.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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 for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking command to parse /usr/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 dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin19.3.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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++ -std=gnu++11 -E checking for ld used by g++ -std=gnu++11... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ -std=gnu++11 option to produce PIC... -fno-common -DPIC checking if g++ -std=gnu++11 PIC flag -fno-common -DPIC works... yes checking if g++ -std=gnu++11 static flag -static works... no checking if g++ -std=gnu++11 supports -c -o file.o... yes checking if g++ -std=gnu++11 supports -c -o file.o... (cached) yes checking whether the g++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin19.3.0 dyld checking how to hardcode library paths into programs... immediate checking whether byte ordering is bigendian... no checking whether right shifts are arithmetic... yes checking for __attribute__((always_inline))... yes checking for __attribute__((noinline))... yes checking for __attribute__((noreturn))... yes checking for __builtin_smul_overflow... yes checking for __builtin_smull_overflow... yes checking for __builtin_smulll_overflow... yes 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... gasman 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... yes 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 -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wmissing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wno-sign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... no checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wno-implicit-fallthrough... yes checking whether C compiler accepts -Wno-inline... yes checking whether C compiler accepts -Wduplicated-cond... no checking whether C compiler accepts -Wduplicated-branches... no checking whether C compiler accepts -Wlogical-op... no checking whether C compiler accepts -Wrestrict... no checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wno-cast-function-type... no checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... (cached) yes checking whether C compiler accepts -Wjump-misses-init... no checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=sign-compare... yes checking whether C compiler accepts -Wno-error=implicit-fallthrough... yes checking whether C compiler accepts -Wno-error=inline... yes checking whether to try and use __builtin_popcntl... 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 readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_ding in -lreadline... yes 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... none required checking util.h usability... yes checking util.h presence... yes checking for util.h... yes checking pty.h usability... no checking pty.h presence... no checking for pty.h... no 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 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 sig_atomic_t... yes checking for signal... yes checking for sigaction... yes checking for setpgid... yes checking for rld_load... no checking for library containing dlopen... none required 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... yes checking for sbrk... yes checking for madvise... yes checking for sysconf... yes checking for strlcpy... yes checking for strlcmp... no checking for strlcat... yes checking whether stat file-mode macros are broken... no checking for stat... yes checking for lstat... yes checking for mkdtemp... yes checking for mkstemp... yes 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... none required checking for log2... yes checking for log10... yes checking for log1p... yes checking for exp2... yes checking for expm1... yes checking for exp10... no 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: executing gen/stamp-h commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking Building gap-4.10.2.p1 GAP_VERSION = 4.10.2 * new compiler flags * new preprocessor flags /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/ariths.lo" -MMD -MP -MF "obj/src/.deps/ariths.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/ariths.c -o obj/src/ariths.lo libtool: compile: gcc -MQ obj/src/ariths.lo -MMD -MP -MF obj/src/.deps/ariths.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/ariths.c -fno-common -DPIC -o obj/src/.libs/ariths.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/blister.lo" -MMD -MP -MF "obj/src/.deps/blister.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/blister.c -o obj/src/blister.lo libtool: compile: gcc -MQ obj/src/blister.lo -MMD -MP -MF obj/src/.deps/blister.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/blister.c -fno-common -DPIC -o obj/src/.libs/blister.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/bool.lo" -MMD -MP -MF "obj/src/.deps/bool.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/bool.c -o obj/src/bool.lo libtool: compile: gcc -MQ obj/src/bool.lo -MMD -MP -MF obj/src/.deps/bool.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/bool.c -fno-common -DPIC -o obj/src/.libs/bool.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/c_oper1.lo" -MMD -MP -MF "obj/src/.deps/c_oper1.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/c_oper1.c -o obj/src/c_oper1.lo libtool: compile: gcc -MQ obj/src/c_oper1.lo -MMD -MP -MF obj/src/.deps/c_oper1.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/c_oper1.c -fno-common -DPIC -o obj/src/.libs/c_oper1.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/c_type1.lo" -MMD -MP -MF "obj/src/.deps/c_type1.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/c_type1.c -o obj/src/c_type1.lo libtool: compile: gcc -MQ obj/src/c_type1.lo -MMD -MP -MF obj/src/.deps/c_type1.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/c_type1.c -fno-common -DPIC -o obj/src/.libs/c_type1.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/calls.lo" -MMD -MP -MF "obj/src/.deps/calls.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/calls.c -o obj/src/calls.lo libtool: compile: gcc -MQ obj/src/calls.lo -MMD -MP -MF obj/src/.deps/calls.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/calls.c -fno-common -DPIC -o obj/src/.libs/calls.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/code.lo" -MMD -MP -MF "obj/src/.deps/code.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/code.c -o obj/src/code.lo libtool: compile: gcc -MQ obj/src/code.lo -MMD -MP -MF obj/src/.deps/code.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/code.c -fno-common -DPIC -o obj/src/.libs/code.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/compiler.lo" -MMD -MP -MF "obj/src/.deps/compiler.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/compiler.c -o obj/src/compiler.lo libtool: compile: gcc -MQ obj/src/compiler.lo -MMD -MP -MF obj/src/.deps/compiler.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/compiler.c -fno-common -DPIC -o obj/src/.libs/compiler.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/compstat.lo" -MMD -MP -MF "obj/src/.deps/compstat.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/compstat.c -o obj/src/compstat.lo libtool: compile: gcc -MQ obj/src/compstat.lo -MMD -MP -MF obj/src/.deps/compstat.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/compstat.c -fno-common -DPIC -o obj/src/.libs/compstat.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/costab.lo" -MMD -MP -MF "obj/src/.deps/costab.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/costab.c -o obj/src/costab.lo libtool: compile: gcc -MQ obj/src/costab.lo -MMD -MP -MF obj/src/.deps/costab.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/costab.c -fno-common -DPIC -o obj/src/.libs/costab.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/cyclotom.lo" -MMD -MP -MF "obj/src/.deps/cyclotom.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/cyclotom.c -o obj/src/cyclotom.lo libtool: compile: gcc -MQ obj/src/cyclotom.lo -MMD -MP -MF obj/src/.deps/cyclotom.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/cyclotom.c -fno-common -DPIC -o obj/src/.libs/cyclotom.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/debug.lo" -MMD -MP -MF "obj/src/.deps/debug.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/debug.c -o obj/src/debug.lo libtool: compile: gcc -MQ obj/src/debug.lo -MMD -MP -MF obj/src/.deps/debug.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/debug.c -fno-common -DPIC -o obj/src/.libs/debug.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/dt.lo" -MMD -MP -MF "obj/src/.deps/dt.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/dt.c -o obj/src/dt.lo libtool: compile: gcc -MQ obj/src/dt.lo -MMD -MP -MF obj/src/.deps/dt.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/dt.c -fno-common -DPIC -o obj/src/.libs/dt.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/dteval.lo" -MMD -MP -MF "obj/src/.deps/dteval.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/dteval.c -o obj/src/dteval.lo libtool: compile: gcc -MQ obj/src/dteval.lo -MMD -MP -MF obj/src/.deps/dteval.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/dteval.c -fno-common -DPIC -o obj/src/.libs/dteval.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/error.lo" -MMD -MP -MF "obj/src/.deps/error.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/error.c -o obj/src/error.lo libtool: compile: gcc -MQ obj/src/error.lo -MMD -MP -MF obj/src/.deps/error.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/error.c -fno-common -DPIC -o obj/src/.libs/error.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/exprs.lo" -MMD -MP -MF "obj/src/.deps/exprs.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/exprs.c -o obj/src/exprs.lo libtool: compile: gcc -MQ obj/src/exprs.lo -MMD -MP -MF obj/src/.deps/exprs.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/exprs.c -fno-common -DPIC -o obj/src/.libs/exprs.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/ffdata.lo" -MMD -MP -MF "obj/src/.deps/ffdata.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/ffdata.c -o obj/src/ffdata.lo libtool: compile: gcc -MQ obj/src/ffdata.lo -MMD -MP -MF obj/src/.deps/ffdata.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/ffdata.c -fno-common -DPIC -o obj/src/.libs/ffdata.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/finfield.lo" -MMD -MP -MF "obj/src/.deps/finfield.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/finfield.c -o obj/src/finfield.lo libtool: compile: gcc -MQ obj/src/finfield.lo -MMD -MP -MF obj/src/.deps/finfield.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/finfield.c -fno-common -DPIC -o obj/src/.libs/finfield.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/funcs.lo" -MMD -MP -MF "obj/src/.deps/funcs.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/funcs.c -o obj/src/funcs.lo libtool: compile: gcc -MQ obj/src/funcs.lo -MMD -MP -MF obj/src/.deps/funcs.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/funcs.c -fno-common -DPIC -o obj/src/.libs/funcs.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/gap.lo" -MMD -MP -MF "obj/src/.deps/gap.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/gap.c -o obj/src/gap.lo libtool: compile: gcc -MQ obj/src/gap.lo -MMD -MP -MF obj/src/.deps/gap.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/gap.c -fno-common -DPIC -o obj/src/.libs/gap.o sed -e "s/@GAP_VERSION@/4.10.2/" < src/gap_version.c.in > gen/gap_version.c /bin/bash ./libtool --mode=compile gcc -MQ "obj/gen/gap_version.lo" -MMD -MP -MF "obj/gen/.deps/gap_version.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c gen/gap_version.c -o obj/gen/gap_version.lo libtool: compile: gcc -MQ obj/gen/gap_version.lo -MMD -MP -MF obj/gen/.deps/gap_version.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c gen/gap_version.c -fno-common -DPIC -o obj/gen/.libs/gap_version.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/gvars.lo" -MMD -MP -MF "obj/src/.deps/gvars.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/gvars.c -o obj/src/gvars.lo libtool: compile: gcc -MQ obj/src/gvars.lo -MMD -MP -MF obj/src/.deps/gvars.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/gvars.c -fno-common -DPIC -o obj/src/.libs/gvars.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/hookintrprtr.lo" -MMD -MP -MF "obj/src/.deps/hookintrprtr.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/hookintrprtr.c -o obj/src/hookintrprtr.lo libtool: compile: gcc -MQ obj/src/hookintrprtr.lo -MMD -MP -MF obj/src/.deps/hookintrprtr.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/hookintrprtr.c -fno-common -DPIC -o obj/src/.libs/hookintrprtr.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/integer.lo" -MMD -MP -MF "obj/src/.deps/integer.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/integer.c -o obj/src/integer.lo libtool: compile: gcc -MQ obj/src/integer.lo -MMD -MP -MF obj/src/.deps/integer.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/integer.c -fno-common -DPIC -o obj/src/.libs/integer.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/intfuncs.lo" -MMD -MP -MF "obj/src/.deps/intfuncs.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/intfuncs.c -o obj/src/intfuncs.lo libtool: compile: gcc -MQ obj/src/intfuncs.lo -MMD -MP -MF obj/src/.deps/intfuncs.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/intfuncs.c -fno-common -DPIC -o obj/src/.libs/intfuncs.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/intrprtr.lo" -MMD -MP -MF "obj/src/.deps/intrprtr.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/intrprtr.c -o obj/src/intrprtr.lo libtool: compile: gcc -MQ obj/src/intrprtr.lo -MMD -MP -MF obj/src/.deps/intrprtr.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/intrprtr.c -fno-common -DPIC -o obj/src/.libs/intrprtr.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/io.lo" -MMD -MP -MF "obj/src/.deps/io.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/io.c -o obj/src/io.lo libtool: compile: gcc -MQ obj/src/io.lo -MMD -MP -MF obj/src/.deps/io.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/io.c -fno-common -DPIC -o obj/src/.libs/io.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/iostream.lo" -MMD -MP -MF "obj/src/.deps/iostream.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/iostream.c -o obj/src/iostream.lo libtool: compile: gcc -MQ obj/src/iostream.lo -MMD -MP -MF obj/src/.deps/iostream.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/iostream.c -fno-common -DPIC -o obj/src/.libs/iostream.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/libgap-api.lo" -MMD -MP -MF "obj/src/.deps/libgap-api.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/libgap-api.c -o obj/src/libgap-api.lo libtool: compile: gcc -MQ obj/src/libgap-api.lo -MMD -MP -MF obj/src/.deps/libgap-api.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/libgap-api.c -fno-common -DPIC -o obj/src/.libs/libgap-api.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/listfunc.lo" -MMD -MP -MF "obj/src/.deps/listfunc.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/listfunc.c -o obj/src/listfunc.lo libtool: compile: gcc -MQ obj/src/listfunc.lo -MMD -MP -MF obj/src/.deps/listfunc.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/listfunc.c -fno-common -DPIC -o obj/src/.libs/listfunc.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/listoper.lo" -MMD -MP -MF "obj/src/.deps/listoper.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/listoper.c -o obj/src/listoper.lo libtool: compile: gcc -MQ obj/src/listoper.lo -MMD -MP -MF obj/src/.deps/listoper.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/listoper.c -fno-common -DPIC -o obj/src/.libs/listoper.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/lists.lo" -MMD -MP -MF "obj/src/.deps/lists.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/lists.c -o obj/src/lists.lo libtool: compile: gcc -MQ obj/src/lists.lo -MMD -MP -MF obj/src/.deps/lists.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/lists.c -fno-common -DPIC -o obj/src/.libs/lists.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/macfloat.lo" -MMD -MP -MF "obj/src/.deps/macfloat.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/macfloat.c -o obj/src/macfloat.lo libtool: compile: gcc -MQ obj/src/macfloat.lo -MMD -MP -MF obj/src/.deps/macfloat.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/macfloat.c -fno-common -DPIC -o obj/src/.libs/macfloat.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/modules.lo" -MMD -MP -MF "obj/src/.deps/modules.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/modules.c -o obj/src/modules.lo libtool: compile: gcc -MQ obj/src/modules.lo -MMD -MP -MF obj/src/.deps/modules.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/modules.c -fno-common -DPIC -o obj/src/.libs/modules.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/modules-builtin.lo" -MMD -MP -MF "obj/src/.deps/modules-builtin.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/modules-builtin.c -o obj/src/modules-builtin.lo libtool: compile: gcc -MQ obj/src/modules-builtin.lo -MMD -MP -MF obj/src/.deps/modules-builtin.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/modules-builtin.c -fno-common -DPIC -o obj/src/.libs/modules-builtin.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/objcftl.lo" -MMD -MP -MF "obj/src/.deps/objcftl.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objcftl.c -o obj/src/objcftl.lo libtool: compile: gcc -MQ obj/src/objcftl.lo -MMD -MP -MF obj/src/.deps/objcftl.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objcftl.c -fno-common -DPIC -o obj/src/.libs/objcftl.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/objects.lo" -MMD -MP -MF "obj/src/.deps/objects.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objects.c -o obj/src/objects.lo libtool: compile: gcc -MQ obj/src/objects.lo -MMD -MP -MF obj/src/.deps/objects.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objects.c -fno-common -DPIC -o obj/src/.libs/objects.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/objfgelm.lo" -MMD -MP -MF "obj/src/.deps/objfgelm.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objfgelm.c -o obj/src/objfgelm.lo libtool: compile: gcc -MQ obj/src/objfgelm.lo -MMD -MP -MF obj/src/.deps/objfgelm.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objfgelm.c -fno-common -DPIC -o obj/src/.libs/objfgelm.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/objpcgel.lo" -MMD -MP -MF "obj/src/.deps/objpcgel.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objpcgel.c -o obj/src/objpcgel.lo libtool: compile: gcc -MQ obj/src/objpcgel.lo -MMD -MP -MF obj/src/.deps/objpcgel.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objpcgel.c -fno-common -DPIC -o obj/src/.libs/objpcgel.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/objscoll.lo" -MMD -MP -MF "obj/src/.deps/objscoll.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objscoll.c -o obj/src/objscoll.lo libtool: compile: gcc -MQ obj/src/objscoll.lo -MMD -MP -MF obj/src/.deps/objscoll.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objscoll.c -fno-common -DPIC -o obj/src/.libs/objscoll.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/objset.lo" -MMD -MP -MF "obj/src/.deps/objset.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objset.c -o obj/src/objset.lo libtool: compile: gcc -MQ obj/src/objset.lo -MMD -MP -MF obj/src/.deps/objset.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/objset.c -fno-common -DPIC -o obj/src/.libs/objset.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/opers.lo" -MMD -MP -MF "obj/src/.deps/opers.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/opers.c -o obj/src/opers.lo libtool: compile: gcc -MQ obj/src/opers.lo -MMD -MP -MF obj/src/.deps/opers.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/opers.c -fno-common -DPIC -o obj/src/.libs/opers.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/permutat.lo" -MMD -MP -MF "obj/src/.deps/permutat.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/permutat.c -o obj/src/permutat.lo libtool: compile: gcc -MQ obj/src/permutat.lo -MMD -MP -MF obj/src/.deps/permutat.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/permutat.c -fno-common -DPIC -o obj/src/.libs/permutat.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/plist.lo" -MMD -MP -MF "obj/src/.deps/plist.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/plist.c -o obj/src/plist.lo libtool: compile: gcc -MQ obj/src/plist.lo -MMD -MP -MF obj/src/.deps/plist.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/plist.c -fno-common -DPIC -o obj/src/.libs/plist.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/pperm.lo" -MMD -MP -MF "obj/src/.deps/pperm.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/pperm.c -o obj/src/pperm.lo libtool: compile: gcc -MQ obj/src/pperm.lo -MMD -MP -MF obj/src/.deps/pperm.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/pperm.c -fno-common -DPIC -o obj/src/.libs/pperm.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/precord.lo" -MMD -MP -MF "obj/src/.deps/precord.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/precord.c -o obj/src/precord.lo libtool: compile: gcc -MQ obj/src/precord.lo -MMD -MP -MF obj/src/.deps/precord.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/precord.c -fno-common -DPIC -o obj/src/.libs/precord.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/profile.lo" -MMD -MP -MF "obj/src/.deps/profile.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/profile.c -o obj/src/profile.lo libtool: compile: gcc -MQ obj/src/profile.lo -MMD -MP -MF obj/src/.deps/profile.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/profile.c -fno-common -DPIC -o obj/src/.libs/profile.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/range.lo" -MMD -MP -MF "obj/src/.deps/range.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/range.c -o obj/src/range.lo libtool: compile: gcc -MQ obj/src/range.lo -MMD -MP -MF obj/src/.deps/range.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/range.c -fno-common -DPIC -o obj/src/.libs/range.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/rational.lo" -MMD -MP -MF "obj/src/.deps/rational.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/rational.c -o obj/src/rational.lo libtool: compile: gcc -MQ obj/src/rational.lo -MMD -MP -MF obj/src/.deps/rational.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/rational.c -fno-common -DPIC -o obj/src/.libs/rational.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/read.lo" -MMD -MP -MF "obj/src/.deps/read.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/read.c -o obj/src/read.lo libtool: compile: gcc -MQ obj/src/read.lo -MMD -MP -MF obj/src/.deps/read.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/read.c -fno-common -DPIC -o obj/src/.libs/read.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/records.lo" -MMD -MP -MF "obj/src/.deps/records.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/records.c -o obj/src/records.lo libtool: compile: gcc -MQ obj/src/records.lo -MMD -MP -MF obj/src/.deps/records.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/records.c -fno-common -DPIC -o obj/src/.libs/records.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/saveload.lo" -MMD -MP -MF "obj/src/.deps/saveload.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/saveload.c -o obj/src/saveload.lo libtool: compile: gcc -MQ obj/src/saveload.lo -MMD -MP -MF obj/src/.deps/saveload.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/saveload.c -fno-common -DPIC -o obj/src/.libs/saveload.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/scanner.lo" -MMD -MP -MF "obj/src/.deps/scanner.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/scanner.c -o obj/src/scanner.lo libtool: compile: gcc -MQ obj/src/scanner.lo -MMD -MP -MF obj/src/.deps/scanner.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/scanner.c -fno-common -DPIC -o obj/src/.libs/scanner.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/sctable.lo" -MMD -MP -MF "obj/src/.deps/sctable.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/sctable.c -o obj/src/sctable.lo libtool: compile: gcc -MQ obj/src/sctable.lo -MMD -MP -MF obj/src/.deps/sctable.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/sctable.c -fno-common -DPIC -o obj/src/.libs/sctable.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/set.lo" -MMD -MP -MF "obj/src/.deps/set.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/set.c -o obj/src/set.lo libtool: compile: gcc -MQ obj/src/set.lo -MMD -MP -MF obj/src/.deps/set.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/set.c -fno-common -DPIC -o obj/src/.libs/set.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/stats.lo" -MMD -MP -MF "obj/src/.deps/stats.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/stats.c -o obj/src/stats.lo libtool: compile: gcc -MQ obj/src/stats.lo -MMD -MP -MF obj/src/.deps/stats.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/stats.c -fno-common -DPIC -o obj/src/.libs/stats.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/streams.lo" -MMD -MP -MF "obj/src/.deps/streams.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/streams.c -o obj/src/streams.lo libtool: compile: gcc -MQ obj/src/streams.lo -MMD -MP -MF obj/src/.deps/streams.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/streams.c -fno-common -DPIC -o obj/src/.libs/streams.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/stringobj.lo" -MMD -MP -MF "obj/src/.deps/stringobj.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/stringobj.c -o obj/src/stringobj.lo libtool: compile: gcc -MQ obj/src/stringobj.lo -MMD -MP -MF obj/src/.deps/stringobj.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/stringobj.c -fno-common -DPIC -o obj/src/.libs/stringobj.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/sysfiles.lo" -MMD -MP -MF "obj/src/.deps/sysfiles.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/sysfiles.c -o obj/src/sysfiles.lo libtool: compile: gcc -MQ obj/src/sysfiles.lo -MMD -MP -MF obj/src/.deps/sysfiles.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/sysfiles.c -fno-common -DPIC -o obj/src/.libs/sysfiles.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/sysmem.lo" -MMD -MP -MF "obj/src/.deps/sysmem.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/sysmem.c -o obj/src/sysmem.lo libtool: compile: gcc -MQ obj/src/sysmem.lo -MMD -MP -MF obj/src/.deps/sysmem.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/sysmem.c -fno-common -DPIC -o obj/src/.libs/sysmem.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/system.lo" -MMD -MP -MF "obj/src/.deps/system.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/system.c -o obj/src/system.lo libtool: compile: gcc -MQ obj/src/system.lo -MMD -MP -MF obj/src/.deps/system.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/system.c -fno-common -DPIC -o obj/src/.libs/system.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/tietze.lo" -MMD -MP -MF "obj/src/.deps/tietze.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/tietze.c -o obj/src/tietze.lo libtool: compile: gcc -MQ obj/src/tietze.lo -MMD -MP -MF obj/src/.deps/tietze.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/tietze.c -fno-common -DPIC -o obj/src/.libs/tietze.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/trans.lo" -MMD -MP -MF "obj/src/.deps/trans.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/trans.c -o obj/src/trans.lo libtool: compile: gcc -MQ obj/src/trans.lo -MMD -MP -MF obj/src/.deps/trans.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/trans.c -fno-common -DPIC -o obj/src/.libs/trans.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/vars.lo" -MMD -MP -MF "obj/src/.deps/vars.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vars.c -o obj/src/vars.lo libtool: compile: gcc -MQ obj/src/vars.lo -MMD -MP -MF obj/src/.deps/vars.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vars.c -fno-common -DPIC -o obj/src/.libs/vars.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/vec8bit.lo" -MMD -MP -MF "obj/src/.deps/vec8bit.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vec8bit.c -o obj/src/vec8bit.lo libtool: compile: gcc -MQ obj/src/vec8bit.lo -MMD -MP -MF obj/src/.deps/vec8bit.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vec8bit.c -fno-common -DPIC -o obj/src/.libs/vec8bit.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/vecffe.lo" -MMD -MP -MF "obj/src/.deps/vecffe.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vecffe.c -o obj/src/vecffe.lo libtool: compile: gcc -MQ obj/src/vecffe.lo -MMD -MP -MF obj/src/.deps/vecffe.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vecffe.c -fno-common -DPIC -o obj/src/.libs/vecffe.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/vecgf2.lo" -MMD -MP -MF "obj/src/.deps/vecgf2.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vecgf2.c -o obj/src/vecgf2.lo libtool: compile: gcc -MQ obj/src/vecgf2.lo -MMD -MP -MF obj/src/.deps/vecgf2.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vecgf2.c -fno-common -DPIC -o obj/src/.libs/vecgf2.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/vector.lo" -MMD -MP -MF "obj/src/.deps/vector.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vector.c -o obj/src/vector.lo libtool: compile: gcc -MQ obj/src/vector.lo -MMD -MP -MF obj/src/.deps/vector.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/vector.c -fno-common -DPIC -o obj/src/.libs/vector.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/weakptr.lo" -MMD -MP -MF "obj/src/.deps/weakptr.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/weakptr.c -o obj/src/weakptr.lo libtool: compile: gcc -MQ obj/src/weakptr.lo -MMD -MP -MF obj/src/.deps/weakptr.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/weakptr.c -fno-common -DPIC -o obj/src/.libs/weakptr.o /bin/bash ./libtool --mode=compile gcc -MQ "obj/src/gasman.lo" -MMD -MP -MF "obj/src/.deps/gasman.d" -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/gasman.c -o obj/src/gasman.lo libtool: compile: gcc -MQ obj/src/gasman.lo -MMD -MP -MF obj/src/.deps/gasman.d -O2 -g -I./gen -I./src -DHAVE_CONFIG_H -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wmissing-field-initializers -Wformat=2 -Wold-style-definition -Wformat-nonliteral -Wformat-security -Wno-sign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Winit-self -Wmissing-include-dirs -Warray-bounds -Wreturn-type -Wno-implicit-fallthrough -Wno-inline -Wdouble-promotion -Wnested-externs -Wimplicit-function-declaration -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=implicit-fallthrough -Wno-error=inline -c src/gasman.c -fno-common -DPIC -o obj/src/.libs/gasman.o * new link flags * new library flags * new object list /bin/bash ./libtool --mode=link gcc -export-dynamic -L/Applications/sage/local/lib -Wl,-rpath,/Applications/sage/local/lib obj/src/ariths.lo obj/src/blister.lo obj/src/bool.lo obj/src/c_oper1.lo obj/src/c_type1.lo obj/src/calls.lo obj/src/code.lo obj/src/compiler.lo obj/src/compstat.lo obj/src/costab.lo obj/src/cyclotom.lo obj/src/debug.lo obj/src/dt.lo obj/src/dteval.lo obj/src/error.lo obj/src/exprs.lo obj/src/ffdata.lo obj/src/finfield.lo obj/src/funcs.lo obj/src/gap.lo obj/gen/gap_version.lo obj/src/gvars.lo obj/src/hookintrprtr.lo obj/src/integer.lo obj/src/intfuncs.lo obj/src/intrprtr.lo obj/src/io.lo obj/src/iostream.lo obj/src/libgap-api.lo obj/src/listfunc.lo obj/src/listoper.lo obj/src/lists.lo obj/src/macfloat.lo obj/src/modules.lo obj/src/modules-builtin.lo obj/src/objcftl.lo obj/src/objects.lo obj/src/objfgelm.lo obj/src/objpcgel.lo obj/src/objscoll.lo obj/src/objset.lo obj/src/opers.lo obj/src/permutat.lo obj/src/plist.lo obj/src/pperm.lo obj/src/precord.lo obj/src/profile.lo obj/src/range.lo obj/src/rational.lo obj/src/read.lo obj/src/records.lo obj/src/saveload.lo obj/src/scanner.lo obj/src/sctable.lo obj/src/set.lo obj/src/stats.lo obj/src/streams.lo obj/src/stringobj.lo obj/src/sysfiles.lo obj/src/sysmem.lo obj/src/system.lo obj/src/tietze.lo obj/src/trans.lo obj/src/vars.lo obj/src/vec8bit.lo obj/src/vecffe.lo obj/src/vecgf2.lo obj/src/vector.lo obj/src/weakptr.lo obj/src/gasman.lo -lgmp -lz -lreadline -o gap libtool: warning: library '/usr/local/lib/libz.la' was moved. libtool: warning: library '/usr/local/lib/libz.la' was moved. libtool: link: gcc -Wl,-rpath -Wl,/Applications/sage/local/lib obj/src/.libs/ariths.o obj/src/.libs/blister.o obj/src/.libs/bool.o obj/src/.libs/c_oper1.o obj/src/.libs/c_type1.o obj/src/.libs/calls.o obj/src/.libs/code.o obj/src/.libs/compiler.o obj/src/.libs/compstat.o obj/src/.libs/costab.o obj/src/.libs/cyclotom.o obj/src/.libs/debug.o obj/src/.libs/dt.o obj/src/.libs/dteval.o obj/src/.libs/error.o obj/src/.libs/exprs.o obj/src/.libs/ffdata.o obj/src/.libs/finfield.o obj/src/.libs/funcs.o obj/src/.libs/gap.o obj/gen/.libs/gap_version.o obj/src/.libs/gvars.o obj/src/.libs/hookintrprtr.o obj/src/.libs/integer.o obj/src/.libs/intfuncs.o obj/src/.libs/intrprtr.o obj/src/.libs/io.o obj/src/.libs/iostream.o obj/src/.libs/libgap-api.o obj/src/.libs/listfunc.o obj/src/.libs/listoper.o obj/src/.libs/lists.o obj/src/.libs/macfloat.o obj/src/.libs/modules.o obj/src/.libs/modules-builtin.o obj/src/.libs/objcftl.o obj/src/.libs/objects.o obj/src/.libs/objfgelm.o obj/src/.libs/objpcgel.o obj/src/.libs/objscoll.o obj/src/.libs/objset.o obj/src/.libs/opers.o obj/src/.libs/permutat.o obj/src/.libs/plist.o obj/src/.libs/pperm.o obj/src/.libs/precord.o obj/src/.libs/profile.o obj/src/.libs/range.o obj/src/.libs/rational.o obj/src/.libs/read.o obj/src/.libs/records.o obj/src/.libs/saveload.o obj/src/.libs/scanner.o obj/src/.libs/sctable.o obj/src/.libs/set.o obj/src/.libs/stats.o obj/src/.libs/streams.o obj/src/.libs/stringobj.o obj/src/.libs/sysfiles.o obj/src/.libs/sysmem.o obj/src/.libs/system.o obj/src/.libs/tietze.o obj/src/.libs/trans.o obj/src/.libs/vars.o obj/src/.libs/vec8bit.o obj/src/.libs/vecffe.o obj/src/.libs/vecgf2.o obj/src/.libs/vector.o obj/src/.libs/weakptr.o obj/src/.libs/gasman.o -o gap -L/Applications/sage/local/lib -lgmp /usr/local/lib/libz.a -lm -lreadline duplicate symbol '_compress' in: obj/src/.libs/dteval.o /usr/local/lib/libz.a(compress.o) ld: 1 duplicate symbol for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[4]: *** [gap] Error 1 ******************************************************************************** Error building gap-4.10.2.p1 ******************************************************************************** real 1m27.837s user 1m8.861s sys 0m13.806s ************************************************************************ Error installing package gap-4.10.2.p1 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log file /Applications/sage/logs/pkgs/gap-4.10.2.p1.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Applications/sage/local/var/tmp/sage/build/gap-4.10.2.p1 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Applications/sage/local/var/tmp/sage/build/gap-4.10.2.p1' && '/Applications/sage/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************