Organisationssamohtocaml-gmp824c36 (master)fedora-38-4.14_opam-2.1

fedora-38-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:49.22: New job: test samoht/ocaml-gmp https://github.com/samoht/ocaml-gmp.git#refs/heads/master (824c367c696b14c6da1c325ba66ddb9ff68bf4b3) (linux-x86_64:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/samoht/ocaml-gmp.git" -b "master" && cd "ocaml-gmp" && git reset --hard 824c367c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
# fedora-38-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gmp.opam ./
RUN opam pin add -yn gmp.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y gmp.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 15:49.22: Using cache hint "samoht/ocaml-gmp-ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101-fedora-38-4.14_opam-2.1-d0402ad8999e211c821744ad3ac199f7"
2024-05-10 15:49.22: Using OBuilder spec:
((from ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
 (comment fedora-38-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src gmp.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn gmp.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y gmp.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 15:49.22: Waiting for resource in pool OCluster
2024-05-11 02:42.20: Waiting for worker…
2024-05-11 02:47.02: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-gmp.git-45e6d4e36a97da37f84463b9aec8401614110a52/.git/
HEAD is now at 824c367 import gmp 6.1.2


(from ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
Unable to find image 'ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101' locally
docker.io/ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101: Pulling from ocaml/opam
985d77c9ca25: Pulling fs layer
985d77c9ca25: Verifying Checksum
985d77c9ca25: Download complete
985d77c9ca25: Pull complete
Digest: sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
Status: Downloaded newer image for ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
2024-05-11 02:47.04 ---> using "c8fcc6f6743854d61e83ec532243b7842802baad10ad200a5e4b9d06496f1a39" from cache


/: (comment fedora-38-4.14_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 38 - x86_64 - Updates                    224 kB/s |  24 kB     00:00    
Fedora 38 - x86_64 - Updates                    3.9 MB/s | 7.5 MB     00:01    
Fedora Modular 38 - x86_64 - Updates            234 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 02:47.04 ---> using "8beba12bb3916922dac18a983f8c02a7d9f23caa8afb5bc5a19fd1048fe329d5" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 02:47.04 ---> using "5d300b83cf96ca53af026add7e9a34129e5ac42651d1a10dc71d685d8c3e3d45" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 02:47.04 ---> using "c79e7ee7ff7f997a7ac1b5544316ab15ff19e6a9b213c801c392cfe13fe04112" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 02:47.04 ---> using "b544ab9d5c56fefcbaccb2287e4d3bf51f5345daffd3e33e36112d5d6149d003" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:47.04 ---> using "ae835d1bf1a8feef001fcfff27f264df5f90171bf80aeb2de080852e08058f09" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:47.04 ---> using "d80d714ac192841249f5b9650e1856e759136932b0402aeba1a124719b560fb8" from cache


/src: (copy (src gmp.opam) (dst ./))
2024-05-11 02:47.05 ---> saved as "c094b16f3690b53a83fb4e40561284b0687bbf2c9ea008427814481c64a39d6b"


/src: (run (network host)
           (shell "opam pin add -yn gmp.dev './'"))
[gmp.dev] synchronised (file:///src)
gmp is now pinned to file:///src (version dev)
2024-05-11 02:47.07 ---> saved as "d85ba408cc84d785adbb99e04ee360c0e84c6583ad10c6e867b8cd39e42a2aa0"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y gmp.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 38 - x86_64                              174 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         11 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      251 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    181 kB/s |  24 kB     00:00    
- Fedora 38 - x86_64 - Updates                    3.4 MB/s | 9.6 MB     00:02    
- Fedora Modular 38 - x86_64 - Updates            182 kB/s |  24 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gmp.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-05-11 02:47.53 ---> saved as "6efb0c2027fa98ff2c5f4b121137d06aefea75c3e91d4f2201c5a9733da9c317"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install dune 3.15.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.2  (cached)
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:48.54 ---> saved as "6fd56747ea26ba24096770d868d1d2f577a8020272e0ec3ff8222b8982127b16"


/src: (copy (src .) (dst /src))
2024-05-11 02:48.56 ---> saved as "3c313b1fdba95a63b6bf251556e0f2eeb0354f666c60aca46bf00618355df36e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && ./build.sh x86_64-pc-linux-gnu gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC)
checking build system type... ivybridge-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC... yes
checking for x86_64-pc-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking build system compiler gcc... yes
checking for build system preprocessor... gcc -E
checking for build system executable suffix... 
checking whether build system compiler is ANSI... yes
checking for build system compiler math library... -lm
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
using ABI="64"
      CC="gcc"
      CFLAGS="-O2 -pedantic -fomit-frame-pointer -m64"
      CPPFLAGS="-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC"
      MPN_PATH=" x86_64/fat x86_64 generic"
checking whether assembler supports --noexecstack option... yes
checking for x86_64-pc-linux-gnu-ar... no
checking for ar... ar
checking for BSD- or MS-compatible name lister (nm)... no
checking for x86_64-pc-linux-gnu-dumpbin... no
checking for x86_64-pc-linux-gnu-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
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... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert ivybridge-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert ivybridge-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... strip
checking for x86_64-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking invent.h usability... no
checking invent.h presence... no
checking for invent.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking sys/iograph.h usability... no
checking sys/iograph.h presence... no
checking for sys/iograph.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/resource.h... yes
checking for sys/sysctl.h... no
checking for machine/hal_sysinfo.h... no
checking whether fgetc is declared... yes
checking whether fscanf is declared... yes
checking whether optarg is declared... yes
checking whether ungetc is declared... yes
checking whether vfprintf is declared... yes
checking whether sys_errlist is declared... no
checking whether sys_nerr is declared... no
checking return type of signal handlers... void
checking for intmax_t... yes
checking for long double... yes
checking for long long... yes
checking for ptrdiff_t... yes
checking for quad_t... yes
checking for uint_least32_t... yes
checking for intptr_t... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking whether gcc __attribute__ ((const)) works... yes
checking whether gcc __attribute__ ((malloc)) works... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking whether gcc hidden aliases work... yes
checking for inline... inline
checking for cos in -lm... yes
checking for working alloca.h... yes
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... no
checking format of `double' floating point... IEEE little endian
checking for alarm... yes
checking for attr_get... no
checking for clock... yes
checking for cputime... no
checking for getpagesize... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for getsysinfo... no
checking for localeconv... (cached) no
checking for memset... yes
checking for mmap... yes
checking for mprotect... yes
checking for nl_langinfo... yes
checking for obstack_vprintf... (cached) no
checking for popen... yes
checking for processor_info... no
checking for pstat_getprocessor... no
checking for raise... yes
checking for read_real_time... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... yes
checking for syssgi... no
checking for strchr... yes
checking for strerror... yes
checking for strnlen... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysconf... yes
checking for sysctl... no
checking for sysctlbyname... no
checking for times... yes
checking for library containing clock_gettime... none required
checking for vsnprintf... yes
checking whether vsnprintf works... yes
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... no
checking for suitable m4... m4
checking if m4wrap produces spurious output... no
checking how to switch to text section... .text
checking how to switch to data section... .data
checking for assembler label suffix... :
checking for assembler global directive... .globl
checking for assembler global directive attribute... 
checking if globals are prefixed by underscore... no
checking how to switch to read-only data section... 	.section	.rodata
checking for assembler .type directive... .type	$1,@$2
checking for assembler .size directive... .size	$1,$2
checking for assembler local label prefix... .L
checking for assembler byte directive... .byte
checking how to define a 32-bit word... .long
checking if .align assembly directive is logarithmic... no
checking if the .align directive accepts an 0x90 fill in .text... yes
checking size of void *... 8
checking size of unsigned short... 2
checking size of unsigned... 4
checking size of unsigned long... 8
checking size of mp_limb_t... 8
checking for stack_t... yes
checking for tputs in -lncurses... no
checking for tputs in -lcurses... no
checking for readline in -lreadline... no
checking readline detected... no
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for x86_64-pc-linux-gnu-ranlib... ranlib
creating config.m4
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating demos/pexpr-config.h
config.status: creating demos/calc/calc-config.h
config.status: creating Makefile
config.status: creating mpf/Makefile
config.status: creating mpn/Makefile
config.status: creating mpq/Makefile
config.status: creating mpz/Makefile
config.status: creating printf/Makefile
config.status: creating scanf/Makefile
config.status: creating rand/Makefile
config.status: creating cxx/Makefile
config.status: creating tests/Makefile
config.status: creating tests/devel/Makefile
config.status: creating tests/mpf/Makefile
config.status: creating tests/mpn/Makefile
config.status: creating tests/mpq/Makefile
config.status: creating tests/mpz/Makefile
config.status: creating tests/rand/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/cxx/Makefile
config.status: creating doc/Makefile
config.status: creating tune/Makefile
config.status: creating demos/Makefile
config.status: creating demos/calc/Makefile
config.status: creating demos/expr/Makefile
config.status: creating gmp.h
config.status: creating config.h
config.status: linking mpn/x86_64/invert_limb_table.asm to mpn/invert_limb_table.asm
config.status: linking mpn/x86_64/fat/fat.c to mpn/fat.c
config.status: linking mpn/x86_64/fat/fat_entry.asm to mpn/fat_entry.asm
config.status: linking mpn/generic/add.c to mpn/add.c
config.status: linking mpn/generic/add_1.c to mpn/add_1.c
config.status: linking mpn/generic/sub.c to mpn/sub.c
config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
config.status: linking mpn/generic/cnd_swap.c to mpn/cnd_swap.c
config.status: linking mpn/generic/neg.c to mpn/neg.c
config.status: linking mpn/x86_64/aors_err1_n.asm to mpn/add_err1_n.asm
config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/add_err2_n.asm
config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/add_err3_n.asm
config.status: linking mpn/x86_64/aors_err1_n.asm to mpn/sub_err1_n.asm
config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/sub_err2_n.asm
config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/sub_err3_n.asm
config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
config.status: linking mpn/generic/divis.c to mpn/divis.c
config.status: linking mpn/generic/divrem.c to mpn/divrem.c
config.status: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm
config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status: linking mpn/generic/dump.c to mpn/dump.c
config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
config.status: linking mpn/generic/mul.c to mpn/mul.c
config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
config.status: linking mpn/generic/sqr.c to mpn/sqr.c
config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c
config.status: linking mpn/generic/random.c to mpn/random.c
config.status: linking mpn/generic/random2.c to mpn/random2.c
config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c
config.status: linking mpn/generic/get_str.c to mpn/get_str.c
config.status: linking mpn/generic/set_str.c to mpn/set_str.c
config.status: linking mpn/generic/scan0.c to mpn/scan0.c
config.status: linking mpn/generic/scan1.c to mpn/scan1.c
config.status: linking mpn/x86_64/popham.asm to mpn/popcount.asm
config.status: linking mpn/x86_64/popham.asm to mpn/hamdist.asm
config.status: linking mpn/generic/cmp.c to mpn/cmp.c
config.status: linking mpn/generic/zero_p.c to mpn/zero_p.c
config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
config.status: linking mpn/generic/gcd.c to mpn/gcd.c
config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
config.status: linking mpn/generic/div_q.c to mpn/div_q.c
config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c
config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c
config.status: linking mpn/generic/get_d.c to mpn/get_d.c
config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c
config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
config.status: linking mpn/generic/sqrlo.c to mpn/sqrlo.c
config.status: linking mpn/generic/sqrlo_basecase.c to mpn/sqrlo_basecase.c
config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
config.status: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c
config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
config.status: linking mpn/generic/invert.c to mpn/invert.c
config.status: linking mpn/generic/binvert.c to mpn/binvert.c
config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
config.status: linking mpn/generic/div_qr_1.c to mpn/div_qr_1.c
config.status: linking mpn/x86_64/div_qr_1n_pi1.asm to mpn/div_qr_1n_pi1.asm
config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
config.status: linking mpn/x86_64/div_qr_2n_pi1.asm to mpn/div_qr_2n_pi1.asm
config.status: linking mpn/x86_64/div_qr_2u_pi1.asm to mpn/div_qr_2u_pi1.asm
config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
config.status: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm
config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
config.status: linking mpn/generic/broot.c to mpn/broot.c
config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c
config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c
config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
config.status: linking mpn/generic/divexact.c to mpn/divexact.c
config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
config.status: linking mpn/generic/powm.c to mpn/powm.c
config.status: linking mpn/generic/powlo.c to mpn/powlo.c
config.status: linking mpn/generic/sec_powm.c to mpn/sec_powm.c
config.status: linking mpn/generic/sec_mul.c to mpn/sec_mul.c
config.status: linking mpn/generic/sec_sqr.c to mpn/sec_sqr.c
config.status: linking mpn/generic/sec_div.c to mpn/sec_div_qr.c
config.status: linking mpn/generic/sec_div.c to mpn/sec_div_r.c
config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c
config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c
config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_add_1.c
config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c
config.status: linking mpn/generic/sec_invert.c to mpn/sec_invert.c
config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
config.status: linking mpn/generic/remove.c to mpn/remove.c
config.status: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm
config.status: linking mpn/generic/zero.c to mpn/zero.c
config.status: linking mpn/x86_64/sec_tabselect.asm to mpn/sec_tabselect.asm
config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
config.status: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm
config.status: linking mpn/x86_64/sqr_diag_addlsh1.asm to mpn/sqr_diag_addlsh1.asm
config.status: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm
config.status: linking mpn/x86_64/aorrlsh1_n.asm to mpn/rsblsh1_n.asm
config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1add_n.asm
config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1sub_n.asm
config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/rsblsh2_n.asm
config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/addlsh_n.asm
config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/rsblsh_n.asm
config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
config.status: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm
config.status: linking mpn/x86_64/fat/gmp-mparam.h to gmp-mparam.h
config.status: executing libtool commands
configure: summary of build options:


  Version:           GNU MP 6.1.2
  Host type:         x86_64-pc-linux-gnu
  ABI:               64
  Install prefix:    /usr/local
  Compiler:          gcc
  Static libraries:  yes
  Shared libraries:  no


gcc `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac
./gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1)
gcc `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib
./gen-fib header 64 0 >fib_table.h || (rm -f fib_table.h; exit 1)
./gen-fib table 64 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
gcc `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm
./gen-bases header 64 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
./gen-bases table 64 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
gcc `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab -lm
./gen-trialdivtab 64 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)
gcc `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab
./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)
gcc `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm
./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
make  all-recursive
make[1]: Entering directory '/src/_build/default/src'
Making all in mpn
make[2]: Entering directory '/src/_build/default/src/mpn'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o fib_table.lo fib_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c fib_table.c  -fPIC -DPIC -o fib_table.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o mp_bases.lo mp_bases.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c mp_bases.c  -fPIC -DPIC -o mp_bases.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_add_n | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_add_n.asm' || echo './'`x86_64_add_n.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_add_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_add_n.asm  -fPIC -DPIC -o x86_64_add_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_add_n -DPIC x86_64_add_n.asm >tmp-x86_64_add_n.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_add_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_add_n.s -fPIC -DPIC -o x86_64_add_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_addmul_1 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_addmul_1.asm' || echo './'`x86_64_addmul_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_addmul_1.asm  -fPIC -DPIC -o x86_64_addmul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_addmul_1 -DPIC x86_64_addmul_1.asm >tmp-x86_64_addmul_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_addmul_1.s -fPIC -DPIC -o x86_64_addmul_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_bdiv_dbm1c | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_bdiv_dbm1c.asm' || echo './'`x86_64_bdiv_dbm1c.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_bdiv_dbm1c -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_bdiv_dbm1c.asm  -fPIC -DPIC -o x86_64_bdiv_dbm1c.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_bdiv_dbm1c -DPIC x86_64_bdiv_dbm1c.asm >tmp-x86_64_bdiv_dbm1c.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_bdiv_dbm1c -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_bdiv_dbm1c.s -fPIC -DPIC -o x86_64_bdiv_dbm1c.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_com | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_com.asm' || echo './'`x86_64_com.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_com -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_com.asm  -fPIC -DPIC -o x86_64_com.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_com -DPIC x86_64_com.asm >tmp-x86_64_com.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_com -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_com.s -fPIC -DPIC -o x86_64_com.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_cnd_add_n | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_cnd_add_n.asm' || echo './'`x86_64_cnd_add_n.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_add_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_cnd_add_n.asm  -fPIC -DPIC -o x86_64_cnd_add_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_cnd_add_n -DPIC x86_64_cnd_add_n.asm >tmp-x86_64_cnd_add_n.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_add_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_cnd_add_n.s -fPIC -DPIC -o x86_64_cnd_add_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_cnd_sub_n | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_cnd_sub_n.asm' || echo './'`x86_64_cnd_sub_n.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_sub_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_cnd_sub_n.asm  -fPIC -DPIC -o x86_64_cnd_sub_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_cnd_sub_n -DPIC x86_64_cnd_sub_n.asm >tmp-x86_64_cnd_sub_n.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_sub_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_cnd_sub_n.s -fPIC -DPIC -o x86_64_cnd_sub_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_copyd | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_copyd.asm' || echo './'`x86_64_copyd.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyd -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_copyd.asm  -fPIC -DPIC -o x86_64_copyd.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_copyd -DPIC x86_64_copyd.asm >tmp-x86_64_copyd.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyd -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_copyd.s -fPIC -DPIC -o x86_64_copyd.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_copyi | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_copyi.asm' || echo './'`x86_64_copyi.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyi -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_copyi.asm  -fPIC -DPIC -o x86_64_copyi.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_copyi -DPIC x86_64_copyi.asm >tmp-x86_64_copyi.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyi -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_copyi.s -fPIC -DPIC -o x86_64_copyi.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_dive_1 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_dive_1.asm' || echo './'`x86_64_dive_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_dive_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_dive_1.asm  -fPIC -DPIC -o x86_64_dive_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_dive_1 -DPIC x86_64_dive_1.asm >tmp-x86_64_dive_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_dive_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_dive_1.s -fPIC -DPIC -o x86_64_dive_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_divrem_1 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_divrem_1.asm' || echo './'`x86_64_divrem_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_divrem_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_divrem_1.asm  -fPIC -DPIC -o x86_64_divrem_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_divrem_1 -DPIC x86_64_divrem_1.asm >tmp-x86_64_divrem_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_divrem_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_divrem_1.s -fPIC -DPIC -o x86_64_divrem_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_gcd_1 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_gcd_1.asm' || echo './'`x86_64_gcd_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_gcd_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_gcd_1.asm  -fPIC -DPIC -o x86_64_gcd_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_gcd_1 -DPIC x86_64_gcd_1.asm >tmp-x86_64_gcd_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_gcd_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_gcd_1.s -fPIC -DPIC -o x86_64_gcd_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_lshift | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_lshift.asm' || echo './'`x86_64_lshift.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshift -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_lshift.asm  -fPIC -DPIC -o x86_64_lshift.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_lshift -DPIC x86_64_lshift.asm >tmp-x86_64_lshift.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshift -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_lshift.s -fPIC -DPIC -o x86_64_lshift.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_lshiftc | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_lshiftc.asm' || echo './'`x86_64_lshiftc.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshiftc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_lshiftc.asm  -fPIC -DPIC -o x86_64_lshiftc.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_lshiftc -DPIC x86_64_lshiftc.asm >tmp-x86_64_lshiftc.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshiftc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_lshiftc.s -fPIC -DPIC -o x86_64_lshiftc.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mod_1_1 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_mod_1_1.asm' || echo './'`x86_64_mod_1_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_mod_1_1.asm  -fPIC -DPIC -o x86_64_mod_1_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mod_1_1 -DPIC x86_64_mod_1_1.asm >tmp-x86_64_mod_1_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_mod_1_1.s -fPIC -DPIC -o x86_64_mod_1_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mod_1_2 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_mod_1_2.asm' || echo './'`x86_64_mod_1_2.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_2 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_mod_1_2.asm  -fPIC -DPIC -o x86_64_mod_1_2.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mod_1_2 -DPIC x86_64_mod_1_2.asm >tmp-x86_64_mod_1_2.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_2 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_mod_1_2.s -fPIC -DPIC -o x86_64_mod_1_2.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mod_1_4 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_mod_1_4.asm' || echo './'`x86_64_mod_1_4.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_4 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_mod_1_4.asm  -fPIC -DPIC -o x86_64_mod_1_4.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mod_1_4 -DPIC x86_64_mod_1_4.asm >tmp-x86_64_mod_1_4.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_4 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_mod_1_4.s -fPIC -DPIC -o x86_64_mod_1_4.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mod_34lsub1 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_mod_34lsub1.asm' || echo './'`x86_64_mod_34lsub1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_34lsub1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_mod_34lsub1.asm  -fPIC -DPIC -o x86_64_mod_34lsub1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mod_34lsub1 -DPIC x86_64_mod_34lsub1.asm >tmp-x86_64_mod_34lsub1.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_34lsub1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_mod_34lsub1.s -fPIC -DPIC -o x86_64_mod_34lsub1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mode1o | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_mode1o.asm' || echo './'`x86_64_mode1o.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mode1o -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_mode1o.asm  -fPIC -DPIC -o x86_64_mode1o.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mode1o -DPIC x86_64_mode1o.asm >tmp-x86_64_mode1o.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mode1o -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_mode1o.s -fPIC -DPIC -o x86_64_mode1o.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mul_1 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_mul_1.asm' || echo './'`x86_64_mul_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mul_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_mul_1.asm  -fPIC -DPIC -o x86_64_mul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mul_1 -DPIC x86_64_mul_1.asm >tmp-x86_64_mul_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mul_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_mul_1.s -fPIC -DPIC -o x86_64_mul_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_rshift | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_rshift.asm' || echo './'`x86_64_rshift.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_rshift -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_rshift.asm  -fPIC -DPIC -o x86_64_rshift.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_rshift -DPIC x86_64_rshift.asm >tmp-x86_64_rshift.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_rshift -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_rshift.s -fPIC -DPIC -o x86_64_rshift.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_sub_n | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_sub_n.asm' || echo './'`x86_64_sub_n.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_sub_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_sub_n.asm  -fPIC -DPIC -o x86_64_sub_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_sub_n -DPIC x86_64_sub_n.asm >tmp-x86_64_sub_n.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_sub_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_sub_n.s -fPIC -DPIC -o x86_64_sub_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_submul_1 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_submul_1.asm' || echo './'`x86_64_submul_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_submul_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_submul_1.asm  -fPIC -DPIC -o x86_64_submul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_submul_1 -DPIC x86_64_submul_1.asm >tmp-x86_64_submul_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_submul_1 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_submul_1.s -fPIC -DPIC -o x86_64_submul_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_addmul_2 | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_addmul_2.asm' || echo './'`x86_64_addmul_2.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_2 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_addmul_2.asm  -fPIC -DPIC -o x86_64_addmul_2.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_addmul_2 -DPIC x86_64_addmul_2.asm >tmp-x86_64_addmul_2.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_2 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_addmul_2.s -fPIC -DPIC -o x86_64_addmul_2.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_addlsh1_n | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_addlsh1_n.asm' || echo './'`x86_64_addlsh1_n.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh1_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_addlsh1_n.asm  -fPIC -DPIC -o x86_64_addlsh1_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_addlsh1_n -DPIC x86_64_addlsh1_n.asm >tmp-x86_64_addlsh1_n.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh1_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack tmp-x86_64_addlsh1_n.s -fPIC -DPIC -o x86_64_addlsh1_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_addlsh2_n | sed 's/_$//'` -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -Wa,--noexecstack `test -f 'x86_64_addlsh2_n.asm' || echo './'`x86_64_addlsh2_n.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh2_n -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -Wa,--noexecstack x86_64_addlsh2_n.asm  -fPIC -DPIC -o x86_64_addlsh2_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_addlsh2_n -DPIC x86_64_addlsh2_n.asm >tmp-x86_64_addlsh2_n.s
...TRUNCATED BY DUNE...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c ceilfloor.c  -fPIC -DPIC -o ceilfloor.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o trunc.lo trunc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c trunc.c  -fPIC -DPIC -o trunc.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o fits_sint.lo fits_sint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c fits_sint.c  -fPIC -DPIC -o fits_sint.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o fits_slong.lo fits_slong.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c fits_slong.c  -fPIC -DPIC -o fits_slong.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o fits_sshort.lo fits_sshort.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c fits_sshort.c  -fPIC -DPIC -o fits_sshort.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o fits_uint.lo fits_uint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c fits_uint.c  -fPIC -DPIC -o fits_uint.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o fits_ulong.lo fits_ulong.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c fits_ulong.c  -fPIC -DPIC -o fits_ulong.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o fits_ushort.lo fits_ushort.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c fits_ushort.c  -fPIC -DPIC -o fits_ushort.o
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -Werror=implicit-function-declaration   -o libmpf.la  init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_z.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo  
libtool: link: ar cq .libs/libmpf.a  init.o init2.o inits.o set.o set_ui.o set_si.o set_str.o set_d.o set_z.o set_q.o iset.o iset_ui.o iset_si.o iset_str.o iset_d.o clear.o clears.o get_str.o dump.o size.o eq.o reldiff.o sqrt.o random2.o inp_str.o out_str.o add.o add_ui.o sub.o sub_ui.o ui_sub.o mul.o mul_ui.o div.o div_ui.o cmp.o cmp_d.o cmp_z.o cmp_si.o cmp_ui.o mul_2exp.o div_2exp.o abs.o neg.o get_d.o get_d_2exp.o set_dfl_prec.o set_prc.o set_prc_raw.o get_dfl_prec.o get_prc.o ui_div.o sqrt_ui.o pow_ui.o urandomb.o swap.o get_si.o get_ui.o int_p.o ceilfloor.o trunc.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o
libtool: link: ranlib .libs/libmpf.a
libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" )
make[2]: Leaving directory '/src/_build/default/src/mpf'
make[2]: Entering directory '/src/_build/default/src'
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o assert.lo assert.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c assert.c  -fPIC -DPIC -o assert.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o compat.lo compat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c compat.c  -fPIC -DPIC -o compat.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o errno.lo errno.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c errno.c  -fPIC -DPIC -o errno.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o extract-dbl.lo extract-dbl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c extract-dbl.c  -fPIC -DPIC -o extract-dbl.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o invalid.lo invalid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c invalid.c  -fPIC -DPIC -o invalid.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o memory.lo memory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c memory.c  -fPIC -DPIC -o memory.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o mp_bpl.lo mp_bpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c mp_bpl.c  -fPIC -DPIC -o mp_bpl.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o mp_clz_tab.lo mp_clz_tab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c mp_clz_tab.c  -fPIC -DPIC -o mp_clz_tab.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o mp_dv_tab.lo mp_dv_tab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c mp_dv_tab.c  -fPIC -DPIC -o mp_dv_tab.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o mp_minv_tab.lo mp_minv_tab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c mp_minv_tab.c  -fPIC -DPIC -o mp_minv_tab.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o mp_get_fns.lo mp_get_fns.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c mp_get_fns.c  -fPIC -DPIC -o mp_get_fns.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o mp_set_fns.lo mp_set_fns.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c mp_set_fns.c  -fPIC -DPIC -o mp_set_fns.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o version.lo version.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c version.c  -fPIC -DPIC -o version.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o nextprime.lo nextprime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c nextprime.c  -fPIC -DPIC -o nextprime.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o primesieve.lo primesieve.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c primesieve.c  -fPIC -DPIC -o primesieve.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o tal-reent.lo tal-reent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c tal-reent.c  -fPIC -DPIC -o tal-reent.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/rand.lo rand/rand.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/rand.c  -fPIC -DPIC -o rand/rand.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randclr.lo rand/randclr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randclr.c  -fPIC -DPIC -o rand/randclr.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randdef.lo rand/randdef.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randdef.c  -fPIC -DPIC -o rand/randdef.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randiset.lo rand/randiset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randiset.c  -fPIC -DPIC -o rand/randiset.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randlc2s.lo rand/randlc2s.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randlc2s.c  -fPIC -DPIC -o rand/randlc2s.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randlc2x.lo rand/randlc2x.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randlc2x.c  -fPIC -DPIC -o rand/randlc2x.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randmt.lo rand/randmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randmt.c  -fPIC -DPIC -o rand/randmt.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randmts.lo rand/randmts.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randmts.c  -fPIC -DPIC -o rand/randmts.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/rands.lo rand/rands.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/rands.c  -fPIC -DPIC -o rand/rands.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randsd.lo rand/randsd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randsd.c  -fPIC -DPIC -o rand/randsd.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randsdui.lo rand/randsdui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randsdui.c  -fPIC -DPIC -o rand/randsdui.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randbui.lo rand/randbui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randbui.c  -fPIC -DPIC -o rand/randbui.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -Werror=implicit-function-declaration -c -o rand/randmui.lo rand/randmui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Werror=implicit-function-declaration -c rand/randmui.c  -fPIC -DPIC -o rand/randmui.o
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -Werror=implicit-function-declaration   -version-info 13:2:3  -o libgmp.la -rpath /usr/local/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo version.lo nextprime.lo primesieve.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp_z.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/mfac_uiui.lo mpz/2fac_ui.lo mpz/fac_ui.lo mpz/oddfac_1.lo mpz/prodlimbs.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_q.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/limbs_finish.lo mpz/limbs_modify.lo mpz/limbs_read.lo mpz/limbs_write.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/primorial_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/roinit_n.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo  mpn/x86_64_add_n.lo mpn/x86_64_addmul_1.lo mpn/x86_64_bdiv_dbm1c.lo mpn/x86_64_com.lo mpn/x86_64_cnd_add_n.lo mpn/x86_64_cnd_sub_n.lo mpn/x86_64_copyd.lo mpn/x86_64_copyi.lo mpn/x86_64_dive_1.lo mpn/x86_64_divrem_1.lo mpn/x86_64_gcd_1.lo mpn/x86_64_lshift.lo mpn/x86_64_lshiftc.lo mpn/x86_64_mod_1_1.lo mpn/x86_64_mod_1_2.lo mpn/x86_64_mod_1_4.lo mpn/x86_64_mod_34lsub1.lo mpn/x86_64_mode1o.lo mpn/x86_64_mul_1.lo mpn/x86_64_rshift.lo mpn/x86_64_sub_n.lo mpn/x86_64_submul_1.lo mpn/x86_64_addmul_2.lo mpn/x86_64_addlsh1_n.lo mpn/x86_64_addlsh2_n.lo mpn/x86_64_sublsh1_n.lo mpn/fat_mod_1.lo mpn/fat_mul_basecase.lo mpn/fat_mullo_basecase.lo mpn/fat_redc_1.lo mpn/fat_redc_2.lo mpn/fat_sqr_basecase.lo mpn/k8_mul_basecase.lo mpn/k8_mullo_basecase.lo mpn/k8_redc_1.lo mpn/k8_sqr_basecase.lo mpn/k10_gcd_1.lo mpn/k10_lshift.lo mpn/k10_lshiftc.lo mpn/k10_rshift.lo mpn/bd1_addmul_1.lo mpn/bd1_com.lo mpn/bd1_copyd.lo mpn/bd1_copyi.lo mpn/bd1_gcd_1.lo mpn/bd1_mul_1.lo mpn/bd1_mul_basecase.lo mpn/bd1_submul_1.lo mpn/bd1_addlsh1_n.lo mpn/bd1_sublsh1_n.lo mpn/bobcat_add_n.lo mpn/bobcat_addmul_1.lo mpn/bobcat_copyd.lo mpn/bobcat_copyi.lo mpn/bobcat_mul_1.lo mpn/bobcat_mul_basecase.lo mpn/bobcat_redc_1.lo mpn/bobcat_sqr_basecase.lo mpn/bobcat_sub_n.lo mpn/bobcat_submul_1.lo mpn/p4_add_n.lo mpn/p4_lshift.lo mpn/p4_lshiftc.lo mpn/p4_mod_34lsub1.lo mpn/p4_rshift.lo mpn/p4_sub_n.lo mpn/p4_addlsh1_n.lo mpn/p4_addlsh2_n.lo mpn/p4_sublsh1_n.lo mpn/core2_add_n.lo mpn/core2_addmul_1.lo mpn/core2_copyd.lo mpn/core2_copyi.lo mpn/core2_divrem_1.lo mpn/core2_gcd_1.lo mpn/core2_lshift.lo mpn/core2_lshiftc.lo mpn/core2_mul_basecase.lo mpn/core2_mullo_basecase.lo mpn/core2_redc_1.lo mpn/core2_rshift.lo mpn/core2_sqr_basecase.lo mpn/core2_sub_n.lo mpn/core2_submul_1.lo mpn/core2_addlsh1_n.lo mpn/core2_addlsh2_n.lo mpn/core2_sublsh1_n.lo mpn/coreinhm_addmul_1.lo mpn/coreinhm_redc_1.lo mpn/coreinhm_submul_1.lo mpn/coreisbr_add_n.lo mpn/coreisbr_addmul_1.lo mpn/coreisbr_divrem_1.lo mpn/coreisbr_lshift.lo mpn/coreisbr_lshiftc.lo mpn/coreisbr_mul_1.lo mpn/coreisbr_mul_basecase.lo mpn/coreisbr_mullo_basecase.lo mpn/coreisbr_redc_1.lo mpn/coreisbr_rshift.lo mpn/coreisbr_sqr_basecase.lo mpn/coreisbr_sub_n.lo mpn/coreisbr_submul_1.lo mpn/coreisbr_addmul_2.lo mpn/coreisbr_addlsh1_n.lo mpn/coreisbr_addlsh2_n.lo mpn/coreihwl_addmul_1.lo mpn/coreihwl_mul_1.lo mpn/coreihwl_mul_basecase.lo mpn/coreihwl_mullo_basecase.lo mpn/coreihwl_redc_1.lo mpn/coreihwl_sqr_basecase.lo mpn/coreihwl_submul_1.lo mpn/coreihwl_addmul_2.lo mpn/coreibwl_addmul_1.lo mpn/coreibwl_mul_1.lo mpn/coreibwl_mul_basecase.lo mpn/coreibwl_sqr_basecase.lo mpn/atom_add_n.lo mpn/atom_addmul_1.lo mpn/atom_com.lo mpn/atom_copyd.lo mpn/atom_copyi.lo mpn/atom_dive_1.lo mpn/atom_lshift.lo mpn/atom_lshiftc.lo mpn/atom_mul_1.lo mpn/atom_redc_1.lo mpn/atom_rshift.lo mpn/atom_sub_n.lo mpn/atom_submul_1.lo mpn/atom_addmul_2.lo mpn/atom_addlsh1_n.lo mpn/atom_addlsh2_n.lo mpn/atom_sublsh1_n.lo mpn/nano_copyd.lo mpn/nano_copyi.lo mpn/nano_dive_1.lo mpn/nano_gcd_1.lo mpn/invert_limb_table.lo mpn/fat.lo mpn/fat_entry.lo mpn/add.lo mpn/add_1.lo mpn/sub.lo mpn/sub_1.lo mpn/cnd_swap.lo mpn/neg.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/dump.lo mpn/mod_1_3.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/nussbaumer_mul.lo mpn/mulmid_basecase.lo mpn/toom42_mulmid.lo mpn/mulmid_n.lo mpn/mulmid.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/sizeinbase.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/zero_p.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/jacobi_2.lo mpn/jacobi.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/matrix22_mul1_inverse_vector.lo mpn/hgcd_matrix.lo mpn/hgcd2.lo mpn/hgcd_step.lo mpn/hgcd_reduce.lo mpn/hgcd.lo mpn/hgcd_appr.lo mpn/hgcd2_jacobi.lo mpn/hgcd_jacobi.lo mpn/mullo_n.lo mpn/sqrlo.lo mpn/sqrlo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom54_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/div_qr_1.lo mpn/div_qr_1n_pi1.lo mpn/div_qr_2.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/broot.lo mpn/brootinv.lo mpn/bsqrt.lo mpn/bsqrtinv.lo mpn/divexact.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/sec_powm.lo mpn/sec_mul.lo mpn/sec_sqr.lo mpn/sec_div_qr.lo mpn/sec_div_r.lo mpn/sec_pi1_div_qr.lo mpn/sec_pi1_div_r.lo mpn/sec_add_1.lo mpn/sec_sub_1.lo mpn/sec_invert.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/zero.lo mpn/sec_tabselect.lo mpn/comb_tables.lo mpn/invert_limb.lo mpn/sqr_diag_addlsh1.lo mpn/mul_2.lo mpn/rsblsh1_n.lo mpn/rsh1add_n.lo mpn/rsh1sub_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/add_n_sub_n.lo mpn/addaddmul_1msb0.lo    rand/rand.lo rand/randclr.lo rand/randdef.lo rand/randiset.lo rand/randlc2s.lo rand/randlc2x.lo rand/randmt.lo rand/randmts.lo rand/rands.lo rand/randsd.lo rand/randsdui.lo rand/randbui.lo rand/randmui.lo 
copying selected object files to avoid basename conflicts...
libtool: link: ln mpz/abs.o .libs/libgmp.lax/lt1-abs.o || cp mpz/abs.o .libs/libgmp.lax/lt1-abs.o
libtool: link: ln mpz/add.o .libs/libgmp.lax/lt2-add.o || cp mpz/add.o .libs/libgmp.lax/lt2-add.o
libtool: link: ln mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o || cp mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o
libtool: link: ln mpz/clear.o .libs/libgmp.lax/lt4-clear.o || cp mpz/clear.o .libs/libgmp.lax/lt4-clear.o
libtool: link: ln mpz/clears.o .libs/libgmp.lax/lt5-clears.o || cp mpz/clears.o .libs/libgmp.lax/lt5-clears.o
libtool: link: ln mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o || cp mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o
libtool: link: ln mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o || cp mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o
libtool: link: ln mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o || cp mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o
libtool: link: ln mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o || cp mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o
libtool: link: ln mpz/dump.o .libs/libgmp.lax/lt10-dump.o || cp mpz/dump.o .libs/libgmp.lax/lt10-dump.o
libtool: link: ln mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o || cp mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o
libtool: link: ln mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o || cp mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o
libtool: link: ln mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o || cp mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o
libtool: link: ln mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o || cp mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o
libtool: link: ln mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o || cp mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o
libtool: link: ln mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o || cp mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o
libtool: link: ln mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o || cp mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o
libtool: link: ln mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o || cp mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o
libtool: link: ln mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o || cp mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o
libtool: link: ln mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o || cp mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o
libtool: link: ln mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o || cp mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o
libtool: link: ln mpz/init.o .libs/libgmp.lax/lt22-init.o || cp mpz/init.o .libs/libgmp.lax/lt22-init.o
libtool: link: ln mpz/init2.o .libs/libgmp.lax/lt23-init2.o || cp mpz/init2.o .libs/libgmp.lax/lt23-init2.o
libtool: link: ln mpz/inits.o .libs/libgmp.lax/lt24-inits.o || cp mpz/inits.o .libs/libgmp.lax/lt24-inits.o
libtool: link: ln mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o || cp mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o
libtool: link: ln mpz/iset.o .libs/libgmp.lax/lt26-iset.o || cp mpz/iset.o .libs/libgmp.lax/lt26-iset.o
libtool: link: ln mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o || cp mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o
libtool: link: ln mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o || cp mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o
libtool: link: ln mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o || cp mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o
libtool: link: ln mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o || cp mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o
libtool: link: ln mpz/mul.o .libs/libgmp.lax/lt31-mul.o || cp mpz/mul.o .libs/libgmp.lax/lt31-mul.o
libtool: link: ln mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o || cp mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o
libtool: link: ln mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o || cp mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o
libtool: link: ln mpz/neg.o .libs/libgmp.lax/lt34-neg.o || cp mpz/neg.o .libs/libgmp.lax/lt34-neg.o
libtool: link: ln mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o || cp mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o
libtool: link: ln mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o || cp mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o
libtool: link: ln mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o || cp mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o
libtool: link: ln mpz/random2.o .libs/libgmp.lax/lt38-random2.o || cp mpz/random2.o .libs/libgmp.lax/lt38-random2.o
libtool: link: ln mpz/set.o .libs/libgmp.lax/lt39-set.o || cp mpz/set.o .libs/libgmp.lax/lt39-set.o
libtool: link: ln mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o || cp mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o
libtool: link: ln mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o || cp mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o
libtool: link: ln mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o || cp mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o
libtool: link: ln mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o || cp mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o
libtool: link: ln mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o || cp mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o
libtool: link: ln mpz/size.o .libs/libgmp.lax/lt45-size.o || cp mpz/size.o .libs/libgmp.lax/lt45-size.o
libtool: link: ln mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o || cp mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o
libtool: link: ln mpz/sub.o .libs/libgmp.lax/lt47-sub.o || cp mpz/sub.o .libs/libgmp.lax/lt47-sub.o
libtool: link: ln mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o || cp mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o
libtool: link: ln mpz/swap.o .libs/libgmp.lax/lt49-swap.o || cp mpz/swap.o .libs/libgmp.lax/lt49-swap.o
libtool: link: ln mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o || cp mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o
libtool: link: ln mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o || cp mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o
libtool: link: ln mpq/abs.o .libs/libgmp.lax/lt52-abs.o || cp mpq/abs.o .libs/libgmp.lax/lt52-abs.o
libtool: link: ln mpq/clear.o .libs/libgmp.lax/lt53-clear.o || cp mpq/clear.o .libs/libgmp.lax/lt53-clear.o
libtool: link: ln mpq/clears.o .libs/libgmp.lax/lt54-clears.o || cp mpq/clears.o .libs/libgmp.lax/lt54-clears.o
libtool: link: ln mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o || cp mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o
libtool: link: ln mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o || cp mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o
libtool: link: ln mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o || cp mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o
libtool: link: ln mpq/div.o .libs/libgmp.lax/lt58-div.o || cp mpq/div.o .libs/libgmp.lax/lt58-div.o
libtool: link: ln mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o || cp mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o
libtool: link: ln mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o || cp mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o
libtool: link: ln mpq/init.o .libs/libgmp.lax/lt61-init.o || cp mpq/init.o .libs/libgmp.lax/lt61-init.o
libtool: link: ln mpq/inits.o .libs/libgmp.lax/lt62-inits.o || cp mpq/inits.o .libs/libgmp.lax/lt62-inits.o
libtool: link: ln mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o || cp mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o
libtool: link: ln mpq/mul.o .libs/libgmp.lax/lt64-mul.o || cp mpq/mul.o .libs/libgmp.lax/lt64-mul.o
libtool: link: ln mpq/neg.o .libs/libgmp.lax/lt65-neg.o || cp mpq/neg.o .libs/libgmp.lax/lt65-neg.o
libtool: link: ln mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o || cp mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o
libtool: link: ln mpq/set.o .libs/libgmp.lax/lt67-set.o || cp mpq/set.o .libs/libgmp.lax/lt67-set.o
libtool: link: ln mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o || cp mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o
libtool: link: ln mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o || cp mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o
libtool: link: ln mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o || cp mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o
libtool: link: ln mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o || cp mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o
libtool: link: ln mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o || cp mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o
libtool: link: ln mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o || cp mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o
libtool: link: ln mpq/swap.o .libs/libgmp.lax/lt74-swap.o || cp mpq/swap.o .libs/libgmp.lax/lt74-swap.o
libtool: link: ln mpn/add.o .libs/libgmp.lax/lt75-add.o || cp mpn/add.o .libs/libgmp.lax/lt75-add.o
libtool: link: ln mpn/sub.o .libs/libgmp.lax/lt76-sub.o || cp mpn/sub.o .libs/libgmp.lax/lt76-sub.o
libtool: link: ln mpn/neg.o .libs/libgmp.lax/lt77-neg.o || cp mpn/neg.o .libs/libgmp.lax/lt77-neg.o
libtool: link: ln mpn/divis.o .libs/libgmp.lax/lt78-divis.o || cp mpn/divis.o .libs/libgmp.lax/lt78-divis.o
libtool: link: ln mpn/fib2_ui.o .libs/libgmp.lax/lt79-fib2_ui.o || cp mpn/fib2_ui.o .libs/libgmp.lax/lt79-fib2_ui.o
libtool: link: ln mpn/dump.o .libs/libgmp.lax/lt80-dump.o || cp mpn/dump.o .libs/libgmp.lax/lt80-dump.o
libtool: link: ln mpn/mul.o .libs/libgmp.lax/lt81-mul.o || cp mpn/mul.o .libs/libgmp.lax/lt81-mul.o
libtool: link: ln mpn/random.o .libs/libgmp.lax/lt82-random.o || cp mpn/random.o .libs/libgmp.lax/lt82-random.o
libtool: link: ln mpn/random2.o .libs/libgmp.lax/lt83-random2.o || cp mpn/random2.o .libs/libgmp.lax/lt83-random2.o
libtool: link: ln mpn/rootrem.o .libs/libgmp.lax/lt84-rootrem.o || cp mpn/rootrem.o .libs/libgmp.lax/lt84-rootrem.o
libtool: link: ln mpn/sqrtrem.o .libs/libgmp.lax/lt85-sqrtrem.o || cp mpn/sqrtrem.o .libs/libgmp.lax/lt85-sqrtrem.o
libtool: link: ln mpn/sizeinbase.o .libs/libgmp.lax/lt86-sizeinbase.o || cp mpn/sizeinbase.o .libs/libgmp.lax/lt86-sizeinbase.o
libtool: link: ln mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o || cp mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o
libtool: link: ln mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o || cp mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o
libtool: link: ln mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o || cp mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o
libtool: link: ln mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o || cp mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o
libtool: link: ln mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o || cp mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o
libtool: link: ln mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o || cp mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o
libtool: link: ln mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o || cp mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o
libtool: link: ln mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o || cp mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o
libtool: link: ln mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o || cp mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o
libtool: link: ln mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o || cp mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o
libtool: link: ln mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o || cp mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o
libtool: link: ln mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o
libtool: link: ln mpn/jacobi.o .libs/libgmp.lax/lt99-jacobi.o || cp mpn/jacobi.o .libs/libgmp.lax/lt99-jacobi.o
libtool: link: ln mpn/get_d.o .libs/libgmp.lax/lt100-get_d.o || cp mpn/get_d.o .libs/libgmp.lax/lt100-get_d.o
libtool: link: ln mpn/invert.o .libs/libgmp.lax/lt101-invert.o || cp mpn/invert.o .libs/libgmp.lax/lt101-invert.o
libtool: link: ln mpn/divexact.o .libs/libgmp.lax/lt102-divexact.o || cp mpn/divexact.o .libs/libgmp.lax/lt102-divexact.o
libtool: link: ln mpn/powm.o .libs/libgmp.lax/lt103-powm.o || cp mpn/powm.o .libs/libgmp.lax/lt103-powm.o
libtool: link: ln mpn/remove.o .libs/libgmp.lax/lt104-remove.o || cp mpn/remove.o .libs/libgmp.lax/lt104-remove.o
libtool: link: ar cq .libs/libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o version.o nextprime.o primesieve.o tal-reent.o mpf/init.o mpf/init2.o mpf/inits.o mpf/set.o mpf/set_ui.o mpf/set_si.o mpf/set_str.o mpf/set_d.o mpf/set_z.o mpf/iset.o mpf/iset_ui.o mpf/iset_si.o mpf/iset_str.o mpf/iset_d.o mpf/clear.o mpf/clears.o mpf/get_str.o mpf/dump.o mpf/size.o mpf/eq.o mpf/reldiff.o mpf/sqrt.o mpf/random2.o mpf/inp_str.o mpf/out_str.o mpf/add.o mpf/add_ui.o mpf/sub.o mpf/sub_ui.o mpf/ui_sub.o mpf/mul.o mpf/mul_ui.o mpf/div.o mpf/div_ui.o mpf/cmp_z.o mpf/cmp.o mpf/cmp_d.o mpf/cmp_ui.o mpf/cmp_si.o mpf/mul_2exp.o mpf/div_2exp.o mpf/abs.o mpf/neg.o mpf/set_q.o mpf/get_d.o mpf/get_d_2exp.o mpf/set_dfl_prec.o mpf/set_prc.o mpf/set_prc_raw.o mpf/get_dfl_prec.o mpf/get_prc.o mpf/ui_div.o mpf/sqrt_ui.o mpf/ceilfloor.o mpf/trunc.o mpf/pow_ui.o mpf/urandomb.o mpf/swap.o mpf/fits_sint.o mpf/fits_slong.o mpf/fits_sshort.o mpf/fits_uint.o mpf/fits_ulong.o mpf/fits_ushort.o mpf/get_si.o mpf/get_ui.o mpf/int_.o .libs/libgmp.lax/lt1-abs.o .libs/libgmp.lax/lt2-add.o .libs/libgmp.lax/lt3-add_ui.o mpz/aorsmul.o mpz/aorsmul_i.o mpz/and.o mpz/array_init.o mpz/bin_ui.o mpz/bin_uiui.o mpz/cdiv_q.o mpz/cdiv_q_ui.o mpz/cdiv_qr.o mpz/cdiv_qr_ui.o mpz/cdiv_r.o mpz/cdiv_r_ui.o mpz/cdiv_ui.o mpz/cfdiv_q_2exp.o mpz/cfdiv_r_2exp.o .libs/libgmp.lax/lt4-clear.o .libs/libgmp.lax/lt5-clears.o mpz/clrbit.o .libs/libgmp.lax/lt6-cmp.o .libs/libgmp.lax/lt7-cmp_d.o .libs/libgmp.lax/lt8-cmp_si.o .libs/libgmp.lax/lt9-cmp_ui.o mpz/cmpabs.o mpz/cmpabs_d.o mpz/cmpabs_ui.o mpz/com.o mpz/combit.o mpz/cong.o mpz/cong_2exp.o mpz/cong_ui.o mpz/divexact.o mpz/divegcd.o mpz/dive_ui.o mpz/divis.o mpz/divis_ui.o mpz/divis_2exp.o .libs/libgmp.lax/lt10-dump.o mpz/export.o mpz/mfac_uiui.o mpz/2fac_ui.o mpz/fac_ui.o mpz/oddfac_1.o mpz/prodlimbs.o mpz/fdiv_q_ui.o mpz/fdiv_qr.o mpz/fdiv_qr_ui.o mpz/fdiv_r.o mpz/fdiv_r_ui.o mpz/fdiv_q.o mpz/fdiv_ui.o mpz/fib_ui.o mpz/fib2_ui.o .libs/libgmp.lax/lt11-fits_sint.o .libs/libgmp.lax/lt12-fits_slong.o .libs/libgmp.lax/lt13-fits_sshort.o .libs/libgmp.lax/lt14-fits_uint.o .libs/libgmp.lax/lt15-fits_ulong.o .libs/libgmp.lax/lt16-fits_ushort.o mpz/gcd.o mpz/gcd_ui.o mpz/gcdext.o .libs/libgmp.lax/lt17-get_d.o .libs/libgmp.lax/lt18-get_d_2exp.o .libs/libgmp.lax/lt19-get_si.o .libs/libgmp.lax/lt20-get_str.o .libs/libgmp.lax/lt21-get_ui.o mpz/getlimbn.o mpz/hamdist.o mpz/import.o .libs/libgmp.lax/lt22-init.o .libs/libgmp.lax/lt23-init2.o .libs/libgmp.lax/lt24-inits.o mpz/inp_raw.o .libs/libgmp.lax/lt25-inp_str.o mpz/invert.o mpz/ior.o .libs/libgmp.lax/lt26-iset.o .libs/libgmp.lax/lt27-iset_d.o .libs/libgmp.lax/lt28-iset_si.o .libs/libgmp.lax/lt29-iset_str.o .libs/libgmp.lax/lt30-iset_ui.o mpz/jacobi.o mpz/kronsz.o mpz/kronuz.o mpz/kronzs.o mpz/kronzu.o mpz/lcm.o mpz/lcm_ui.o mpz/limbs_finish.o mpz/limbs_modify.o mpz/limbs_read.o mpz/limbs_write.o mpz/lucnum_ui.o mpz/lucnum2_ui.o mpz/millerrabin.o mpz/mod.o .libs/libgmp.lax/lt31-mul.o .libs/libgmp.lax/lt32-mul_2exp.o mpz/mul_si.o .libs/libgmp.lax/lt33-mul_ui.o mpz/n_pow_ui.o .libs/libgmp.lax/lt34-neg.o .libs/libgmp.lax/lt35-nextprime.o mpz/out_raw.o .libs/libgmp.lax/lt36-out_str.o mpz/perfpow.o mpz/perfsqr.o mpz/popcount.o .libs/libgmp.lax/lt37-pow_ui.o mpz/powm.o mpz/powm_sec.o mpz/powm_ui.o mpz/primorial_ui.o mpz/pprime_p.o mpz/random.o .libs/libgmp.lax/lt38-random2.o mpz/realloc.o mpz/realloc2.o mpz/remove.o mpz/roinit_n.o mpz/root.o mpz/rootrem.o mpz/rrandomb.o mpz/scan0.o mpz/scan1.o .libs/libgmp.lax/lt39-set.o .libs/libgmp.lax/lt40-set_d.o mpz/set_f.o .libs/libgmp.lax/lt41-set_q.o .libs/libgmp.lax/lt42-set_si.o .libs/libgmp.lax/lt43-set_str.o .libs/libgmp.lax/lt44-set_ui.o mpz/setbit.o .libs/libgmp.lax/lt45-size.o mpz/sizeinbase.o .libs/libgmp.lax/lt46-sqrt.o mpz/sqrtrem.o .libs/libgmp.lax/lt47-sub.o .libs/libgmp.lax/lt48-sub_ui.o .libs/libgmp.lax/lt49-swap.o mpz/tdiv_ui.o mpz/tdiv_q.o mpz/tdiv_q_2exp.o mpz/tdiv_q_ui.o mpz/tdiv_qr.o mpz/tdiv_qr_ui.o mpz/tdiv_r.o mpz/tdiv_r_2exp.o mpz/tdiv_r_ui.o mpz/tstbit.o mpz/ui_pow_ui.o .libs/libgmp.lax/lt50-ui_sub.o .libs/libgmp.lax/lt51-urandomb.o mpz/urandomm.o mpz/xor.o .libs/libgmp.lax/lt52-abs.o mpq/aors.o mpq/canonicalize.o .libs/libgmp.lax/lt53-clear.o .libs/libgmp.lax/lt54-clears.o .libs/libgmp.lax/lt55-cmp.o .libs/libgmp.lax/lt56-cmp_si.o .libs/libgmp.lax/lt57-cmp_ui.o .libs/libgmp.lax/lt58-div.o .libs/libgmp.lax/lt59-get_d.o mpq/get_den.o mpq/get_num.o .libs/libgmp.lax/lt60-get_str.o .libs/libgmp.lax/lt61-init.o .libs/libgmp.lax/lt62-inits.o .libs/libgmp.lax/lt63-inp_str.o mpq/inv.o mpq/md_2exp.o .libs/libgmp.lax/lt64-mul.o .libs/libgmp.lax/lt65-neg.o .libs/libgmp.lax/lt66-out_str.o .libs/libgmp.lax/lt67-set.o mpq/set_den.o mpq/set_num.o .libs/libgmp.lax/lt68-set_si.o .libs/libgmp.lax/lt69-set_str.o .libs/libgmp.lax/lt70-set_ui.o mpq/equal.o .libs/libgmp.lax/lt71-set_z.o .libs/libgmp.lax/lt72-set_d.o .libs/libgmp.lax/lt73-set_f.o .libs/libgmp.lax/lt74-swap.o mpn/fib_table.o mpn/mp_bases.o mpn/x86_64_add_n.o mpn/x86_64_addmul_1.o mpn/x86_64_bdiv_dbm1c.o mpn/x86_64_com.o mpn/x86_64_cnd_add_n.o mpn/x86_64_cnd_sub_n.o mpn/x86_64_copyd.o mpn/x86_64_copyi.o mpn/x86_64_dive_1.o mpn/x86_64_divrem_1.o mpn/x86_64_gcd_1.o mpn/x86_64_lshift.o mpn/x86_64_lshiftc.o mpn/x86_64_mod_1_1.o mpn/x86_64_mod_1_2.o mpn/x86_64_mod_1_4.o mpn/x86_64_mod_34lsub1.o mpn/x86_64_mode1o.o mpn/x86_64_mul_1.o mpn/x86_64_rshift.o mpn/x86_64_sub_n.o mpn/x86_64_submul_1.o mpn/x86_64_addmul_2.o mpn/x86_64_addlsh1_n.o mpn/x86_64_addlsh2_n.o mpn/x86_64_sublsh1_n.o mpn/fat_mod_1.o mpn/fat_mul_basecase.o mpn/fat_mullo_basecase.o mpn/fat_redc_1.o mpn/fat_redc_2.o mpn/fat_sqr_basecase.o mpn/k8_mul_basecase.o mpn/k8_mullo_basecase.o mpn/k8_redc_1.o mpn/k8_sqr_basecase.o mpn/k10_gcd_1.o mpn/k10_lshift.o mpn/k10_lshiftc.o mpn/k10_rshift.o mpn/bd1_addmul_1.o mpn/bd1_com.o mpn/bd1_copyd.o mpn/bd1_copyi.o mpn/bd1_gcd_1.o mpn/bd1_mul_1.o mpn/bd1_mul_basecase.o mpn/bd1_submul_1.o mpn/bd1_addlsh1_n.o mpn/bd1_sublsh1_n.o mpn/bobcat_add_n.o mpn/bobcat_addmul_1.o mpn/bobcat_copyd.o mpn/bobcat_copyi.o mpn/bobcat_mul_1.o mpn/bobcat_mul_basecase.o mpn/bobcat_redc_1.o mpn/bobcat_sqr_basecase.o mpn/bobcat_sub_n.o mpn/bobcat_submul_1.o mpn/p4_add_n.o mpn/p4_lshift.o mpn/p4_lshiftc.o mpn/p4_mod_34lsub1.o mpn/p4_rshift.o mpn/p4_sub_n.o mpn/p4_addlsh1_n.o mpn/p4_addlsh2_n.o mpn/p4_sublsh1_n.o mpn/core2_add_n.o mpn/core2_addmul_1.o mpn/core2_copyd.o mpn/core2_copyi.o mpn/core2_divrem_1.o mpn/core2_gcd_1.o mpn/core2_lshift.o mpn/core2_lshiftc.o mpn/core2_mul_basecase.o mpn/core2_mullo_basecase.o mpn/core2_redc_1.o mpn/core2_rshift.o mpn/core2_sqr_basecase.o mpn/core2_sub_n.o mpn/core2_submul_1.o mpn/core2_addlsh1_n.o mpn/core2_addlsh2_n.o mpn/core2_sublsh1_n.o mpn/coreinhm_addmul_1.o mpn/coreinhm_redc_1.o mpn/coreinhm_submul_1.o mpn/coreisbr_add_n.o mpn/coreisbr_addmul_1.o mpn/coreisbr_divrem_1.o mpn/coreisbr_lshift.o mpn/coreisbr_lshiftc.o mpn/coreisbr_mul_1.o mpn/coreisbr_mul_basecase.o mpn/coreisbr_mullo_basecase.o mpn/coreisbr_redc_1.o mpn/coreisbr_rshift.o mpn/coreisbr_sqr_basecase.o mpn/coreisbr_sub_n.o mpn/coreisbr_submul_1.o mpn/coreisbr_addmul_2.o mpn/coreisbr_addlsh1_n.o mpn/coreisbr_addlsh2_n.o mpn/coreihwl_addmul_1.o mpn/coreihwl_mul_1.o mpn/coreihwl_mul_basecase.o mpn/coreihwl_mullo_basecase.o mpn/coreihwl_redc_1.o mpn/coreihwl_sqr_basecase.o mpn/coreihwl_submul_1.o mpn/coreihwl_addmul_2.o mpn/coreibwl_addmul_1.o mpn/coreibwl_mul_1.o mpn/coreibwl_mul_basecase.o mpn/coreibwl_sqr_basecase.o mpn/atom_add_n.o mpn/atom_addmul_1.o mpn/atom_com.o mpn/atom_copyd.o mpn/atom_copyi.o mpn/atom_dive_1.o mpn/atom_lshift.o mpn/atom_lshiftc.o mpn/atom_mul_1.o mpn/atom_redc_1.o mpn/atom_rshift.o mpn/atom_sub_n.o mpn/atom_submul_1.o mpn/atom_addmul_2.o mpn/atom_addlsh1_n.o mpn/atom_addlsh2_n.o mpn/atom_sublsh1_n.o mpn/nano_copyd.o mpn/nano_copyi.o mpn/nano_dive_1.o mpn/nano_gcd_1.o mpn/invert_limb_table.o mpn/fat.o mpn/fat_entry.o .libs/libgmp.lax/lt75-add.o mpn/add_1.o .libs/libgmp.lax/lt76-sub.o mpn/sub_1.o mpn/cnd_swap.o .libs/libgmp.lax/lt77-neg.o mpn/add_err1_n.o mpn/add_err2_n.o mpn/add_err3_n.o mpn/sub_err1_n.o mpn/sub_err2_n.o mpn/sub_err3_n.o mpn/diveby3.o .libs/libgmp.lax/lt78-divis.o mpn/divrem.o mpn/divrem_2.o .libs/libgmp.lax/lt79-fib2_ui.o .libs/libgmp.lax/lt80-dump.o mpn/mod_1_3.o .libs/libgmp.lax/lt81-mul.o mpn/mul_fft.o mpn/mul_n.o mpn/sqr.o mpn/nussbaumer_mul.o mpn/mulmid_basecase.o mpn/toom42_mulmid.o mpn/mulmid_n.o mpn/mulmid.o .libs/libgmp.lax/lt82-random.o .libs/libgmp.lax/lt83-random2.o mpn/pow_1.o .libs/libgmp.lax/lt84-rootrem.o .libs/libgmp.lax/lt85-sqrtrem.o .libs/libgmp.lax/lt86-sizeinbase.o .libs/libgmp.lax/lt87-get_str.o .libs/libgmp.lax/lt88-set_str.o .libs/libgmp.lax/lt89-scan0.o .libs/libgmp.lax/lt90-scan1.o .libs/libgmp.lax/lt91-popcount.o .libs/libgmp.lax/lt92-hamdist.o .libs/libgmp.lax/lt93-cmp.o mpn/zero_p.o .libs/libgmp.lax/lt94-perfsqr.o .libs/libgmp.lax/lt95-perfpow.o .libs/libgmp.lax/lt96-gcd.o mpn/gcdext_1.o .libs/libgmp.lax/lt97-gcdext.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/div_q.o .libs/libgmp.lax/lt98-tdiv_qr.o mpn/jacbase.o mpn/jacobi_2.o .libs/libgmp.lax/lt99-jacobi.o .libs/libgmp.lax/lt100-get_d.o mpn/matrix22_mul.o mpn/matrix22_mul1_inverse_vector.o mpn/hgcd_matrix.o mpn/hgcd2.o mpn/hgcd_step.o mpn/hgcd_reduce.o mpn/hgcd.o mpn/hgcd_appr.o mpn/hgcd2_jacobi.o mpn/hgcd_jacobi.o mpn/mullo_n.o mpn/sqrlo.o mpn/sqrlo_basecase.o mpn/toom22_mul.o mpn/toom32_mul.o mpn/toom42_mul.o mpn/toom52_mul.o mpn/toom62_mul.o mpn/toom33_mul.o mpn/toom43_mul.o mpn/toom53_mul.o mpn/toom54_mul.o mpn/toom63_mul.o mpn/toom44_mul.o mpn/toom6h_mul.o mpn/toom6_sqr.o mpn/toom8h_mul.o mpn/toom8_sqr.o mpn/toom_couple_handling.o mpn/toom2_sqr.o mpn/toom3_sqr.o mpn/toom4_sqr.o mpn/toom_eval_dgr3_pm1.o mpn/toom_eval_dgr3_pm2.o mpn/toom_eval_pm1.o mpn/toom_eval_pm2.o mpn/toom_eval_pm2exp.o mpn/toom_eval_pm2rexp.o mpn/toom_interpolate_5pts.o mpn/toom_interpolate_6pts.o mpn/toom_interpolate_7pts.o mpn/toom_interpolate_8pts.o mpn/toom_interpolate_12pts.o mpn/toom_interpolate_16pts.o mpn/invertappr.o .libs/libgmp.lax/lt101-invert.o mpn/binvert.o mpn/mulmod_bnm1.o mpn/sqrmod_bnm1.o mpn/div_qr_1.o mpn/div_qr_1n_pi1.o mpn/div_qr_2.o mpn/div_qr_2n_pi1.o mpn/div_qr_2u_pi1.o mpn/sbpi1_div_q.o mpn/sbpi1_div_qr.o mpn/sbpi1_divappr_q.o mpn/dcpi1_div_q.o mpn/dcpi1_div_qr.o mpn/dcpi1_divappr_q.o mpn/mu_div_qr.o mpn/mu_divappr_q.o mpn/mu_div_q.o mpn/bdiv_q_1.o mpn/sbpi1_bdiv_q.o mpn/sbpi1_bdiv_qr.o mpn/dcpi1_bdiv_q.o mpn/dcpi1_bdiv_qr.o mpn/mu_bdiv_q.o mpn/mu_bdiv_qr.o mpn/bdiv_q.o mpn/bdiv_qr.o mpn/broot.o mpn/brootinv.o mpn/bsqrt.o mpn/bsqrtinv.o .libs/libgmp.lax/lt102-divexact.o mpn/redc_n.o .libs/libgmp.lax/lt103-powm.o mpn/powlo.o mpn/sec_powm.o mpn/sec_mul.o mpn/sec_sqr.o mpn/sec_div_qr.o mpn/sec_div_r.o mpn/sec_pi1_div_qr.o mpn/sec_pi1_div_r.o mpn/sec_add_1.o mpn/sec_sub_1.o mpn/sec_invert.o mpn/trialdiv.o .libs/libgmp.lax/lt104-remove.o mpn/and_n.o mpn/andn_n.o mpn/nand_n.o mpn/ior_n.o mpn/iorn_n.o mpn/nior_n.o mpn/xor_n.o mpn/xnor_n.o mpn/zero.o mpn/sec_tabselect.o mpn/comb_tables.o mpn/invert_limb.o mpn/sqr_diag_addlsh1.o mpn/mul_2.o mpn/rsblsh1_n.o mpn/rsh1add_n.o mpn/rsh1sub_n.o mpn/rsblsh2_n.o mpn/addlsh_n.o mpn/rsblsh_n.o mpn/add_n_sub_n.o mpn/addaddmul_1msb0.o rand/rand.o rand/randclr.o rand/randdef.o rand/randiset.o rand/randlc2s.o rand/randlc2x.o rand/randmt.o rand/randmts.o rand/rands.o rand/randsd.o rand/randsdui.o rand/randbui.o rand/randmui.o
libtool: link: ranlib .libs/libgmp.a
libtool: link: rm -fr .libs/libgmp.lax
libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" )
make[2]: Leaving directory '/src/_build/default/src'
make[1]: Leaving directory '/src/_build/default/src'
+ TARGET=x86_64-pc-linux-gnu
+ shift
+ CC=gcc
+ shift
+ CFLAGS='-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC'
+ cd src/
+ ac_cv_func_obstack_vprintf=no
+ ac_cv_func_localeconv=no
+ ./configure --host=x86_64-pc-linux-gnu --enable-fat --disable-shared --with-pic CC=gcc 'CPPFLAGS=-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC'
./configure: line 14535: /usr/bin/file: No such file or directory
+ make 'SUBDIRS=mpn mpz mpq mpf' PRINTF_OBJECTS= SCANF_OBJECTS= CFLAGS+=-Werror=implicit-function-declaration
+ cp .libs/libgmp.a ..
+ cp gmp.h ..
(cd _build/default/test && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14/lib/ocaml -I .. -o test.o -c test.c)
In file included from test.c:4:
test.c: In function 'fact':
../gmp.h:951:21: warning: implicit declaration of function '__gmpz_out_str'; did you mean '__gmpz_set_str'? [-Wimplicit-function-declaration]
  951 | #define mpz_out_str __gmpz_out_str
      |                     ^~~~~~~~~~~~~~
test.c:17:3: note: in expansion of macro 'mpz_out_str'
   17 |   mpz_out_str(stdout,10,p);
      |   ^~~~~~~~~~~
File "test/dune", line 2, characters 8-12:
2 |   (name test)
            ^^^^
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/test.exe gmp.cmxa -I . test/test.o test/.test.eobjs/native/dune__exe__Test.cmx)
/usr/bin/ld: test/test.o: in function `fact':
/src/_build/default/test/test.c:12: undefined reference to `__gmpz_init_set_ui'
/usr/bin/ld: /src/_build/default/test/test.c:14: undefined reference to `__gmpz_mul_ui'
/usr/bin/ld: /src/_build/default/test/test.c:17: undefined reference to `__gmpz_out_str'
/usr/bin/ld: /src/_build/default/test/test.c:18: undefined reference to `__gmpz_clear'
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking (exit code 1)
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 02:51.13: Job failed: Failed: Build failed