20250722解决在Ubuntu 24.04.2下编译PRO-RK3566开发板的linux系统出现找不到libgmp库的问题

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$ tar xvf gmp-6.3.0.tar.xz

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$ ll

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$ cd gmp-6.3.0/

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ ll

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ ./configure

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ make -j16

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ make check

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ sudo make install

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ ll

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ find . -name libgmp*

./libgmp.la

./.libs/libgmp.la

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ cd /usr/local/lib/

jinhualong@jinhualong-LEGION-REN7000K-26IRX:/usr/local/lib$ ll

总计 14764

drwxr-xr-x 5 root root 4096 7月 22 17:36 ./

drwxr-xr-x 10 root root 4096 2月 15 16:09 ../

-rw-r--r-- 1 root root 1356374 7月 22 17:36 libgmp.a

-rwxr-xr-x 1 root root 913 7月 22 17:36 libgmp.la*

lrwxrwxrwx 1 root root 16 7月 22 17:36 libgmp.so -> libgmp.so.10.5.0*

lrwxrwxrwx 1 root root 16 7月 22 17:36 libgmp.so.10 -> libgmp.so.10.5.0*

-rwxr-xr-x 1 root root 569968 7月 22 17:36 libgmp.so.10.5.0*

jinhualong@jinhualong-LEGION-REN7000K-26IRX:/usr/local/lib$

20250722解决在Ubuntu 24.04.2下编译PRO-RK3566开发板的linux系统出现找不到libgmp库的问题

2025/7/22 21:20

缘起:公司要在Ubuntu 24.04.2下编译PRO-RK3566开发板的linux/Buildroot系统,迎难而上吧!牛马们!

比较奇葩,怎么Ubuntu 24.04.2下bzip2都不能直接安装了!只能源码安装呀!

由于编译Buildroot的时候,报告libmpc库的问题。【次级问题】

因为用到了上一步安装的gmp,因此mpfr的安装需放在gmp之后

安装libmpc库的时候,必须先安装libmpfr库^_

BING:ubuntu24.04 libmpc-dev

ubuntu24.04 libgmp-dev

百度: libgmp-dev : 依赖: libgmp10 (= 2:6.3.0+dfsg-2ubuntu6) 但是 2:6.3.0+dfsg-2ubuntu6.1 正要被安装

ubuntu24.04 libgmp-dev

https://blog.csdn.net/liubang00001/article/details/137695913

Ubuntu安装GMP库

接下来去官网下载最新的GMP配置文件

最新版GMP下载

下载完成以后放入Ubuntu系统中,进入该文件

首先运行可执行文件configure.exe

./configure

然后使用make命令对文件进行编译:

make

接着执行make ckeck对配置文件进行检测

make check

最后一步进行安装:

sudo make install

如果安装成功的话,可以去usr/local/lib文件夹中寻找是否有一个libgmp.a的文件

Running mk-loader.sh - build_loader succeeded.

Using kernel version(5.10) from environment

Toolchain for kernel:

/home/jinhualong/temp/PRO_RK3566_source20250114/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-

==========================================

Start building kernel

==========================================

  • make -C /home/jinhualong/temp/PRO_RK3566_source20250114/kernel/ -j25 CROSS_COMPILE=/home/jinhualong/temp/PRO_RK3566_source20250114/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu- ARCH=arm64 rockchip_linux_defconfig

make: Entering directory '/home/jinhualong/temp/PRO_RK3566_source20250114/kernel'

No change to .config

make: Leaving directory '/home/jinhualong/temp/PRO_RK3566_source20250114/kernel'

Your gmp headers are missing
Please install it:
sudo apt-get install libgmp-dev

ERROR: Running /home/jinhualong/temp/PRO_RK3566_source20250114/device/rockchip/common/scripts/mk-kernel.sh - do_build failed!

ERROR: exit code 1 from line 49:

"$RK_SCRIPTS_DIR/check-kernel.sh"

ERROR: call stack:

mk-kernel.sh: do_build(49)

mk-kernel.sh: build_hook(252)

mk-kernel.sh: main(333)

ERROR: Running /home/jinhualong/temp/PRO_RK3566_source20250114/device/rockchip/common/build-hooks/99-all.sh - build_all failed!

ERROR: exit code 1 from line 20:

"$RK_SCRIPTS_DIR/mk-kernel.sh"

ERROR: call stack:

99-all.sh: build_all(20)

99-all.sh: build_hook(127)

build-helper: try_func(63)

build-helper: try_hook(95)

build-helper: source(175)

99-all.sh: main(138)

ERROR: Running /home/jinhualong/temp/PRO_RK3566_source20250114/device/rockchip/common/build-hooks/99-all.sh - try_func build_hook all failed!

ERROR: exit code 1 from line 67:

build_hook

ERROR: call stack:

build-helper: try_func(67)

build-helper: try_hook(95)

build-helper: source(175)

99-all.sh: main(138)

ERROR: Running ./build.sh - run_hooks build all failed!

ERROR: exit code 1 from line 256:

/home/jinhualong/temp/PRO_RK3566_source20250114/device/rockchip/common/build-hooks/99-all.sh build all

ERROR: call stack:

build.sh: run_hooks(256)

build.sh: run_build_hooks(275)

build.sh: main(649)

build.sh: main(660)

ERROR: Running ./build.sh - run_build_hooks build all failed!

ERROR: exit code 1 from line 278:

build

ERROR: call stack:

build.sh: run_build_hooks(278)

build.sh: main(649)

build.sh: main(660)

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/temp/PRO_RK3566_source20250114$

https://blog.csdn.net/qq_38455499/article/details/118396910

g++,gcc,cmake安装

方法二:源码编译安装

安装gmp:去官网下载最新的包,之后直接解压到想要安装的位置。安装步骤如下

$ cd gmp-6.1.2/

$ mkdir build

$ cd build/

$ ../configure -prefix=/usr/local/gmp-6.1.2

$ make -j12

$ sudo make install

AI写代码

我们把gmp安装在了/usr/local目录下,使用参数-j12是可以调用多线程加速编译的过程。

安装mpfr:同样是在官网下载最新的包,而后解压,安装步骤类似上一步:

$ cd mpfr-4.0.1/

$ mkdir build

$ cd build/

$ ../configure --prefix=/usr/local/mpfr-4.0.1 --with-gmp=/usr/local/gmp-6.1.2

$ make -j12

$ sudo make install

AI写代码

因为用到了上一步安装的gmp,因此mpfr的安装需放在gmp之后

安装mpc:步骤依旧同上,源码在官网。

$ cd mpc-1.1.0/

$ mkdir build

$ cd build/

$ ../configure -prefix=/usr/local/mpc-1.1.0 -with-gmp=/usr/local/gmp-6.1.2 -with-mpfr=/usr/local/mpfr-4.0.1

$ make -j12

$ sudo make install

AI写代码

同时用到了gmp和mpfr。

https://gmplib.org/

Documentation: 6.3.0 HTML | 6.3.0 PDF

Download: gmp-6.3.0.tar.xz | Release notes NEW 2023-07-30

Development: Developers' corner

GMPbench: Results | Download benchmark sources

Fun: Compute billions of digits of π using GMP!

Security: GMP server security policy

https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz

完整的LOG:

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$ tar xvf gmp-6.3.0.tar.xz

gmp-6.3.0/

gmp-6.3.0/install-sh

gmp-6.3.0/mp_dv_tab.c

gmp-6.3.0/configfsf.guess

gmp-6.3.0/version.c

gmp-6.3.0/asl.h

gmp-6.3.0/mini-gmp/

gmp-6.3.0/config.guess

gmp-6.3.0/.gdbinit

gmp-6.3.0/ylwrap

gmp-6.3.0/mpf/

gmp-6.3.0/mpn/

gmp-6.3.0/mini-gmp/tests/t-lcm.c

gmp-6.3.0/mini-gmp/tests/t-sub.c

gmp-6.3.0/mini-gmp/tests/t-mpq_muldiv.c

gmp-6.3.0/mini-gmp/tests/t-lucm.c

gmp-6.3.0/mini-gmp/tests/t-bitops.c

gmp-6.3.0/mini-gmp/tests/t-logops.c

gmp-6.3.0/mini-gmp/tests/t-mpq_double.c

gmp-6.3.0/mini-gmp/tests/t-import.c

gmp-6.3.0/mini-gmp/tests/t-invert.c

gmp-6.3.0/mini-gmp/tests/t-aorsmul.c

gmp-6.3.0/mini-gmp/tests/hex-random.h

gmp-6.3.0/mini-gmp/tests/hex-random.c

gmp-6.3.0/mini-gmp/tests/t-mpq_muldiv_2exp.c

gmp-6.3.0/mini-gmp/tests/t-root.c

gmp-6.3.0/mini-gmp/tests/run-tests

gmp-6.3.0/mini-gmp/tests/t-mpq_str.c

gmp-6.3.0/mini-gmp/tests/t-str.c

gmp-6.3.0/mini-gmp/tests/t-mul.c

gmp-6.3.0/mini-gmp/tests/t-gcd.c

gmp-6.3.0/mini-gmp/tests/t-add.c

gmp-6.3.0/mini-gmp/tests/t-double.c

gmp-6.3.0/mini-gmp/tests/t-div.c

gmp-6.3.0/mini-gmp/tests/t-limbs.c

gmp-6.3.0/mini-gmp/tests/t-scan.c

gmp-6.3.0/mini-gmp/tests/t-comb.c

gmp-6.3.0/mini-gmp/tests/testutils.h

gmp-6.3.0/mini-gmp/tests/testutils.c

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$ ll

总计 92168488

drwxr-x--- 22 jinhualong jinhualong 4096 7月 22 17:32 ./

drwxr-xr-x 3 root root 4096 7月 21 16:57 ../

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 21 16:58 公共/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 21 16:58 模板/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 21 16:58 视频/

drwxr-xr-x 3 jinhualong jinhualong 4096 7月 22 10:43 图片/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 21 16:58 文档/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 21 16:58 下载/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 21 16:58 音乐/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 21 16:58 桌面/

drwxrwxr-x 36 jinhualong jinhualong 4096 7月 22 13:42 Android13/

-rw-rw-r-- 1 jinhualong jinhualong 68670879651 7月 22 13:51 Android13_1344.tgz

-rw------- 1 jinhualong jinhualong 6371 7月 22 16:58 .bash_history

-rw-r--r-- 1 jinhualong jinhualong 220 3月 31 2024 .bash_logout

-rw-r--r-- 1 jinhualong jinhualong 3771 3月 31 2024 .bashrc

drwx------ 18 jinhualong jinhualong 4096 7月 22 15:24 .cache/

drwx------ 17 jinhualong jinhualong 4096 7月 22 16:07 .config/

drwxrwxr-x 8 jinhualong jinhualong 4096 7月 22 11:37 .git/

drwxr-xr-x 15 jinhualong jinhualong 4096 7月 29 2023 gmp-6.3.0/

-rwx------ 1 jinhualong jinhualong 2094196 7月 22 17:32 gmp-6.3.0.tar.xz*

drwx------ 2 jinhualong jinhualong 4096 7月 22 10:41 .gnupg/

-rw-rw-r-- 1 jinhualong jinhualong 12823 7月 22 11:39 'jinhualong jinhualong1.txt'

drwx------ 4 jinhualong jinhualong 4096 7月 21 16:58 .local/

-rw-r--r-- 1 jinhualong jinhualong 807 3月 31 2024 .profile

drwxrwxr-x 3 jinhualong jinhualong 4096 7月 22 11:54 python2/

drwxr-xr-x 18 jinhualong jinhualong 4096 7月 22 11:26 Python-2.7.18/

-rw-rw-r-- 1 jinhualong jinhualong 17539408 4月 20 2020 Python-2.7.18.tgz

-rw------- 1 jinhualong jinhualong 7 7月 22 11:51 .python_history

-rw-rw-r-- 1 jinhualong jinhualong 25689854358 6月 26 11:46 rk-android13-20240713.tgz

drwx------ 5 jinhualong jinhualong 4096 7月 22 10:53 snap/

drwx------ 2 jinhualong jinhualong 4096 7月 22 10:44 .ssh/

-rw-r--r-- 1 jinhualong jinhualong 0 7月 22 10:11 .sudo_as_admin_successful

drwxrwxr-x 4 jinhualong jinhualong 4096 7月 22 16:44 temp/

-rw-rw-r-- 1 jinhualong jinhualong 169 7月 22 11:54 .wget-hsts

-rw------- 1 jinhualong jinhualong 312 7月 22 16:58 .Xauthority

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~$ cd gmp-6.3.0/

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ ll

总计 4200

drwxr-xr-x 15 jinhualong jinhualong 4096 7月 29 2023 ./

drwxr-x--- 22 jinhualong jinhualong 4096 7月 22 17:32 ../

-rw-r--r-- 1 jinhualong jinhualong 124225 7月 29 2023 acinclude.m4

-rw-r--r-- 1 jinhualong jinhualong 363087 7月 29 2023 aclocal.m4

-rw-r--r-- 1 jinhualong jinhualong 3681 7月 29 2023 asl.h

-rw-r--r-- 1 jinhualong jinhualong 1718 7月 29 2023 assert.c

-rw-r--r-- 1 jinhualong jinhualong 4098 7月 29 2023 AUTHORS

-rw-r--r-- 1 jinhualong jinhualong 2797 7月 29 2023 bootstrap.c

-rw-r--r-- 1 jinhualong jinhualong 1198537 7月 29 2023 ChangeLog

-rw-r--r-- 1 jinhualong jinhualong 1846 7月 29 2023 compat.c

-rwxr-xr-x 1 jinhualong jinhualong 7333 9月 6 2015 compile*

-rw-r--r-- 1 jinhualong jinhualong 49936 7月 29 2023 configfsf.guess

-rw-r--r-- 1 jinhualong jinhualong 35947 7月 29 2023 configfsf.sub

-rwxr-xr-x 1 jinhualong jinhualong 40456 7月 29 2023 config.guess*

-rw-r--r-- 1 jinhualong jinhualong 20280 7月 29 2023 config.in

-rwxr-xr-x 1 jinhualong jinhualong 5078 7月 29 2023 config.sub*

-rwxr-xr-x 1 jinhualong jinhualong 942195 7月 29 2023 configure*

-rw-r--r-- 1 jinhualong jinhualong 143002 7月 29 2023 configure.ac

-rw-r--r-- 1 jinhualong jinhualong 35147 9月 6 2015 COPYING

-rw-r--r-- 1 jinhualong jinhualong 7639 7月 29 2023 COPYING.LESSERv3

-rw-r--r-- 1 jinhualong jinhualong 18092 7月 29 2023 COPYINGv2

-rw-r--r-- 1 jinhualong jinhualong 35150 7月 29 2023 COPYINGv3

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 cxx/

drwxr-xr-x 5 jinhualong jinhualong 4096 7月 22 17:32 demos/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 doc/

-rw-r--r-- 1 jinhualong jinhualong 2202 7月 29 2023 errno.c

-rw-r--r-- 1 jinhualong jinhualong 7399 7月 29 2023 extract-dbl.c

-rw-r--r-- 1 jinhualong jinhualong 1200 7月 29 2023 .gdbinit

-rw-r--r-- 1 jinhualong jinhualong 6508 7月 29 2023 gen-bases.c

-rw-r--r-- 1 jinhualong jinhualong 7519 7月 29 2023 gen-fac.c

-rw-r--r-- 1 jinhualong jinhualong 3778 7月 29 2023 gen-fib.c

-rw-r--r-- 1 jinhualong jinhualong 2845 7月 29 2023 gen-jacobitab.c

-rw-r--r-- 1 jinhualong jinhualong 17675 7月 29 2023 gen-psqr.c

-rw-r--r-- 1 jinhualong jinhualong 5129 7月 29 2023 gen-sieve.c

-rw-r--r-- 1 jinhualong jinhualong 6885 7月 29 2023 gen-trialdivtab.c

-rw-r--r-- 1 jinhualong jinhualong 84332 7月 29 2023 gmp-h.in

-rw-r--r-- 1 jinhualong jinhualong 183994 7月 29 2023 gmp-impl.h

-rw-r--r-- 1 jinhualong jinhualong 258 7月 29 2023 gmp.pc.in

-rw-r--r-- 1 jinhualong jinhualong 129502 7月 29 2023 gmpxx.h

-rw-r--r-- 1 jinhualong jinhualong 293 7月 29 2023 gmpxx.pc.in

-rw-r--r-- 1 jinhualong jinhualong 2489 7月 29 2023 INSTALL

-rw-r--r-- 1 jinhualong jinhualong 9220 7月 29 2023 INSTALL.autoconf

-rwxr-xr-x 1 jinhualong jinhualong 14675 7月 29 2023 install-sh*

-rw-r--r-- 1 jinhualong jinhualong 2600 7月 29 2023 invalid.c

-rw-r--r-- 1 jinhualong jinhualong 83124 7月 29 2023 longlong.h

-rw-r--r-- 1 jinhualong jinhualong 324089 7月 29 2023 ltmain.sh

-rw-r--r-- 1 jinhualong jinhualong 20638 7月 29 2023 Makefile.am

-rw-r--r-- 1 jinhualong jinhualong 57558 7月 29 2023 Makefile.in

-rw-r--r-- 1 jinhualong jinhualong 3693 7月 29 2023 memory.c

drwxr-xr-x 3 jinhualong jinhualong 4096 7月 22 17:32 mini-gmp/

-rwxr-xr-x 1 jinhualong jinhualong 6872 7月 29 2023 missing*

-rw-r--r-- 1 jinhualong jinhualong 1099 7月 29 2023 mp_bpl.c

-rw-r--r-- 1 jinhualong jinhualong 1595 7月 29 2023 mp_clz_tab.c

-rw-r--r-- 1 jinhualong jinhualong 3049 7月 29 2023 mp_dv_tab.c

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 mpf/

-rw-r--r-- 1 jinhualong jinhualong 1499 7月 29 2023 mp_get_fns.c

-rw-r--r-- 1 jinhualong jinhualong 2171 7月 29 2023 mp_minv_tab.c

drwxr-xr-x 30 jinhualong jinhualong 4096 7月 22 17:32 mpn/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 mpq/

-rw-r--r-- 1 jinhualong jinhualong 1617 7月 29 2023 mp_set_fns.c

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 mpz/

-rw-r--r-- 1 jinhualong jinhualong 39948 7月 29 2023 NEWS

-rw-r--r-- 1 jinhualong jinhualong 4257 7月 29 2023 nextprime.c

-rw-r--r-- 1 jinhualong jinhualong 9254 7月 29 2023 primesieve.c

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 printf/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 rand/

-rw-r--r-- 1 jinhualong jinhualong 4051 7月 29 2023 README

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 scanf/

-rw-r--r-- 1 jinhualong jinhualong 4519 7月 29 2023 tal-debug.c

-rw-r--r-- 1 jinhualong jinhualong 3871 7月 29 2023 tal-notreent.c

-rw-r--r-- 1 jinhualong jinhualong 2432 7月 29 2023 tal-reent.c

-rwxr-xr-x 1 jinhualong jinhualong 4640 7月 29 2023 test-driver*

drwxr-xr-x 10 jinhualong jinhualong 4096 7月 22 17:32 tests/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:32 tune/

-rw-r--r-- 1 jinhualong jinhualong 1127 7月 29 2023 version.c

-rwxr-xr-x 1 jinhualong jinhualong 6858 7月 29 2023 ylwrap*

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ ./configure

checking build system type... raptorlake-pc-linux-gnu

checking host system type... raptorlake-pc-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /usr/bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking ABI=64

checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 ... yes

checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake... yes

checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake... yes

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking for gcc option to accept ISO C99... 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 -mtune=alderlake -march=alderlake"

CPPFLAGS=""

MPN_PATH=" x86_64/alderlake x86_64/icelake x86_64/skylake x86_64/coreibwl x86_64/coreihwl x86_64/coreisbr x86_64/coreinhm x86_64/core2 x86_64 generic"

checking whether assembler supports --noexecstack option... yes

checking for ar... ar

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking 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 raptorlake-pc-linux-gnu file names to raptorlake-pc-linux-gnu format... func_convert_file_noop

checking how to convert raptorlake-pc-linux-gnu file names to toolchain format... func_convert_file_noop

checking for /usr/bin/ld option to reload object files... -r

checking for objdump... objdump

checking how to recognize dependent libraries... pass_all

checking for dlltool... dlltool

checking how to associate runtime and link libraries... printf %s\n

checking for archiver @FILE support... @

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc object... ok

checking for sysroot... no

checking for a working dd... /usr/bin/dd

checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1

checking for mt... mt

checking if mt 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... yes

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.o... (cached) yes

checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes

checking whether -lc should be explicitly linked in... no

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

checking for 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... yes

checking for memset... yes

checking for mmap... yes

checking for mprotect... yes

checking for nl_langinfo... yes

checking for obstack_vprintf... yes

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 if the assembler knows about the mulx instruction... yes

checking for assembler COFF type directives... no

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... yes

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... -lfl

checking whether yytext is a pointer... yes

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 gmp.pc

config.status: creating gmpxx.pc

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/generic/add.c to mpn/add.c

config.status: linking mpn/generic/add_1.c to mpn/add_1.c

config.status: linking mpn/x86_64/coreihwl/aors_n.asm to mpn/add_n.asm

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/x86_64/coreihwl/aors_n.asm to mpn/sub_n.asm

config.status: linking mpn/x86_64/coreisbr/cnd_add_n.asm to mpn/cnd_add_n.asm

config.status: linking mpn/x86_64/coreisbr/cnd_sub_n.asm to mpn/cnd_sub_n.asm

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/core2/com.asm to mpn/com.asm

config.status: linking mpn/x86_64/coreibwl/mul_1.asm to mpn/mul_1.asm

config.status: linking mpn/x86_64/alderlake/addmul_1.asm to mpn/addmul_1.asm

config.status: linking mpn/x86_64/alderlake/submul_1.asm to mpn/submul_1.asm

config.status: linking mpn/x86_64/core2/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/core2/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/x86_64/coreisbr/lshift.asm to mpn/lshift.asm

config.status: linking mpn/x86_64/coreisbr/rshift.asm to mpn/rshift.asm

config.status: linking mpn/x86_64/dive_1.asm to mpn/dive_1.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/coreisbr/divrem_1.asm to mpn/divrem_1.asm

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/fib2m.c to mpn/fib2m.c

config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c

config.status: linking mpn/x86_64/mod_34lsub1.asm to mpn/mod_34lsub1.asm

config.status: linking mpn/x86_64/mode1o.asm to mpn/mode1o.asm

config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c

config.status: linking mpn/generic/dump.c to mpn/dump.c

config.status: linking mpn/x86_64/mod_1_1.asm to mpn/mod_1_1.asm

config.status: linking mpn/x86_64/mod_1_2.asm to mpn/mod_1_2.asm

config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c

config.status: linking mpn/x86_64/mod_1_4.asm to mpn/mod_1_4.asm

config.status: linking mpn/x86_64/coreisbr/lshiftc.asm to mpn/lshiftc.asm

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/x86_64/alderlake/mul_basecase.asm to mpn/mul_basecase.asm

config.status: linking mpn/x86_64/coreibwl/sqr_basecase.asm to mpn/sqr_basecase.asm

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/compute_powtab.c to mpn/compute_powtab.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/coreinhm/popcount.asm to mpn/popcount.asm

config.status: linking mpn/x86_64/coreinhm/hamdist.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/strongfibo.c to mpn/strongfibo.c

config.status: linking mpn/x86_64/coreisbr/gcd_11.asm to mpn/gcd_11.asm

config.status: linking mpn/x86_64/coreihwl/gcd_22.asm to mpn/gcd_22.asm

config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.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/x86_64/coreibwl/mullo_basecase.asm to mpn/mullo_basecase.asm

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/mulmod_bknp1.c to mpn/mulmod_bknp1.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/x86_64/coreibwl/sbpi1_bdiv_r.asm to mpn/sbpi1_bdiv_r.asm

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/x86_64/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm

config.status: linking mpn/x86_64/coreihwl/redc_1.asm to mpn/redc_1.asm

config.status: linking mpn/generic/redc_2.c to mpn/redc_2.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/core2/logops_n.asm to mpn/and_n.asm

config.status: linking mpn/x86_64/core2/logops_n.asm to mpn/andn_n.asm

config.status: linking mpn/x86_64/core2/logops_n.asm to mpn/nand_n.asm

config.status: linking mpn/x86_64/core2/logops_n.asm to mpn/ior_n.asm

config.status: linking mpn/x86_64/core2/logops_n.asm to mpn/iorn_n.asm

config.status: linking mpn/x86_64/core2/logops_n.asm to mpn/nior_n.asm

config.status: linking mpn/x86_64/core2/logops_n.asm to mpn/xor_n.asm

config.status: linking mpn/x86_64/core2/logops_n.asm to mpn/xnor_n.asm

config.status: linking mpn/x86_64/core2/copyi.asm to mpn/copyi.asm

config.status: linking mpn/x86_64/core2/copyd.asm to mpn/copyd.asm

config.status: linking mpn/generic/zero.c to mpn/zero.c

config.status: linking mpn/x86_64/coreisbr/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/coreihwl/mul_2.asm to mpn/mul_2.asm

config.status: linking mpn/x86_64/coreihwl/addmul_2.asm to mpn/addmul_2.asm

config.status: linking mpn/x86_64/coreisbr/aorrlsh1_n.asm to mpn/addlsh1_n.asm

config.status: linking mpn/x86_64/core2/sublsh1_n.asm to mpn/sublsh1_n.asm

config.status: linking mpn/x86_64/coreisbr/aorrlsh1_n.asm to mpn/rsblsh1_n.asm

config.status: linking mpn/x86_64/coreisbr/rsh1aors_n.asm to mpn/rsh1add_n.asm

config.status: linking mpn/x86_64/coreisbr/rsh1aors_n.asm to mpn/rsh1sub_n.asm

config.status: linking mpn/x86_64/coreisbr/aorrlsh2_n.asm to mpn/addlsh2_n.asm

config.status: linking mpn/x86_64/core2/sublsh2_n.asm to mpn/sublsh2_n.asm

config.status: linking mpn/x86_64/coreisbr/aorrlsh2_n.asm to mpn/rsblsh2_n.asm

config.status: linking mpn/x86_64/coreihwl/aorrlsh_n.asm to mpn/addlsh_n.asm

config.status: linking mpn/x86_64/coreihwl/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/alderlake/gmp-mparam.h to gmp-mparam.h

config.status: executing libtool commands

configure: summary of build options:

Version: GNU MP 6.3.0

Host type: raptorlake-pc-linux-gnu

ABI: 64

Install prefix: /usr/local

Compiler: gcc

Static libraries: yes

Shared libraries: yes

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ make -j16

gcc `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac

gcc `test -f 'gen-sieve.c' || echo './'`gen-sieve.c -o gen-sieve

gcc `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib

gcc `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm

gcc `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab -lm

gcc `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab

gcc `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm

./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)

./gen-trialdivtab 64 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)

./gen-sieve 64 >sieve_table.h || (rm -f sieve_table.h; exit 1)

./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)

./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)

./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)

./gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1)

make all-recursive

make[1]: 进入目录"/home/jinhualong/gmp-6.3.0"

Making all in tests

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

Making all in .

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

make[3]: 对"all-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

Making all in devel

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/devel"

make[3]: 对"all"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/devel"

Making all in mpn

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make[3]: 对"all"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

Making all in mpz

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make[3]: 对"all"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

Making all in mpq

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make[3]: 对"all"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

Making all in mpf

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make[3]: 对"all"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

Making all in rand

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make[3]: 对"all"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/rand"

Making all in misc

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make[3]: 对"all"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/misc"

Making all in cxx

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[3]: 对"all"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

Making all in mpn

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpn"

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o fib_table.lo fib_table.c

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o mp_bases.lo mp_bases.c

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb_table | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'invert_limb_table.asm' || echo './'`invert_limb_table.asm

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o add.lo add.c

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o add_1.lo add_1.c

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'add_n.asm' || echo './'`add_n.asm

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o sub.lo sub.c

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o sub_1.lo sub_1.c

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'sub_n.asm' || echo './'`sub_n.asm

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_add_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'cnd_add_n.asm' || echo './'`cnd_add_n.asm

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_sub_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'cnd_sub_n.asm' || echo './'`cnd_sub_n.asm

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_swap | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o cnd_swap.lo cnd_swap.c

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o neg.lo neg.c

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'com.asm' || echo './'`com.asm

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'mul_1.asm' || echo './'`mul_1.asm

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'addmul_1.asm' || echo './'`addmul_1.asm

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack add_n.asm -fPIC -DPIC -o .libs/add_n.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c add.c -fPIC -DPIC -o .libs/add.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c add_1.c -fPIC -DPIC -o .libs/add_1.o

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack mul_1.asm -fPIC -DPIC -o .libs/mul_1.o

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack addmul_1.asm -fPIC -DPIC -o .libs/addmul_1.o

m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DPIC add_n.asm >tmp-add_n.s

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack com.asm -fPIC -DPIC -o .libs/com.o

m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_com -DPIC com.asm >tmp-com.s

m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -DPIC addmul_1.asm >tmp-addmul_1.s

m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -DPIC mul_1.asm >tmp-mul_1.s

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c fib_table.c -fPIC -DPIC -o .libs/fib_table.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c sub.c -fPIC -DPIC -o .libs/sub.o

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack invert_limb_table.asm -fPIC -DPIC -o .libs/invert_limb_table.o

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack cnd_sub_n.asm -fPIC -DPIC -o .libs/cnd_sub_n.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c neg.c -fPIC -DPIC -o .libs/neg.o

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack sub_n.asm -fPIC -DPIC -o .libs/sub_n.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_swap -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c cnd_swap.c -fPIC -DPIC -o .libs/cnd_swap.o

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack cnd_add_n.asm -fPIC -DPIC -o .libs/cnd_add_n.o

gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack tmp-add_n.s -fPIC -DPIC -o .libs/add_n.o

m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb_table -DPIC invert_limb_table.asm >tmp-invert_limb_table.s

m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_cnd_sub_n -DPIC cnd_sub_n.asm >tmp-cnd_sub_n.s

m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -DPIC sub_n.asm >tmp-sub_n.s

m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_cnd_add_n -DPIC cnd_add_n.asm >tmp-cnd_add_n.s

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack add_n.asm -o add_n.o >/dev/null 2>&1

gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack tmp-cnd_sub_n.s -fPIC -DPIC -o .libs/cnd_sub_n.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c mp_bases.c -o mp_bases.o >/dev/null 2>&1

gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack tmp-cnd_add_n.s -fPIC -DPIC -o .libs/cnd_add_n.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c fib_table.c -o fib_table.o >/dev/null 2>&1

gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack tmp-com.s -fPIC -DPIC -o .libs/com.o

gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack tmp-sub_n.s -fPIC -DPIC -o .libs/sub_n.o

gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack tmp-invert_limb_table.s -fPIC -DPIC -o .libs/invert_limb_table.o

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack cnd_add_n.asm -o cnd_add_n.o >/dev/null 2>&1

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack cnd_sub_n.asm -o cnd_sub_n.o >/dev/null 2>&1

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack sub_n.asm -o sub_n.o >/dev/null 2>&1

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack invert_limb_table.asm -o invert_limb_table.o >/dev/null 2>&1

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack com.asm -o com.o >/dev/null 2>&1

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'submul_1.asm' || echo './'`submul_1.asm

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c add.c -o add.o >/dev/null 2>&1

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c neg.c -o neg.o >/dev/null 2>&1

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c sub_1.c -o sub_1.o >/dev/null 2>&1

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'add_err1_n.asm' || echo './'`add_err1_n.asm

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c add_1.c -o add_1.o >/dev/null 2>&1

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/com.o .libs/libgmp.lax/lt78-com.o || cp mpn/com.o .libs/libgmp.lax/lt78-com.o

libtool: link: ln mpn/divis.o .libs/libgmp.lax/lt79-divis.o || cp mpn/divis.o .libs/libgmp.lax/lt79-divis.o

libtool: link: ln mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o || cp mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o

libtool: link: ln mpn/dump.o .libs/libgmp.lax/lt81-dump.o || cp mpn/dump.o .libs/libgmp.lax/lt81-dump.o

libtool: link: ln mpn/mul.o .libs/libgmp.lax/lt82-mul.o || cp mpn/mul.o .libs/libgmp.lax/lt82-mul.o

libtool: link: ln mpn/random.o .libs/libgmp.lax/lt83-random.o || cp mpn/random.o .libs/libgmp.lax/lt83-random.o

libtool: link: ln mpn/random2.o .libs/libgmp.lax/lt84-random2.o || cp mpn/random2.o .libs/libgmp.lax/lt84-random2.o

libtool: link: ln mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o || cp mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o

libtool: link: ln mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o || cp mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o

libtool: link: ln mpn/sizeinbase.o .libs/libgmp.lax/lt87-sizeinbase.o || cp mpn/sizeinbase.o .libs/libgmp.lax/lt87-sizeinbase.o

libtool: link: ln mpn/get_str.o .libs/libgmp.lax/lt88-get_str.o || cp mpn/get_str.o .libs/libgmp.lax/lt88-get_str.o

libtool: link: ln mpn/set_str.o .libs/libgmp.lax/lt89-set_str.o || cp mpn/set_str.o .libs/libgmp.lax/lt89-set_str.o

libtool: link: ln mpn/scan0.o .libs/libgmp.lax/lt90-scan0.o || cp mpn/scan0.o .libs/libgmp.lax/lt90-scan0.o

libtool: link: ln mpn/scan1.o .libs/libgmp.lax/lt91-scan1.o || cp mpn/scan1.o .libs/libgmp.lax/lt91-scan1.o

libtool: link: ln mpn/popcount.o .libs/libgmp.lax/lt92-popcount.o || cp mpn/popcount.o .libs/libgmp.lax/lt92-popcount.o

libtool: link: ln mpn/hamdist.o .libs/libgmp.lax/lt93-hamdist.o || cp mpn/hamdist.o .libs/libgmp.lax/lt93-hamdist.o

libtool: link: ln mpn/cmp.o .libs/libgmp.lax/lt94-cmp.o || cp mpn/cmp.o .libs/libgmp.lax/lt94-cmp.o

libtool: link: ln mpn/perfsqr.o .libs/libgmp.lax/lt95-perfsqr.o || cp mpn/perfsqr.o .libs/libgmp.lax/lt95-perfsqr.o

libtool: link: ln mpn/perfpow.o .libs/libgmp.lax/lt96-perfpow.o || cp mpn/perfpow.o .libs/libgmp.lax/lt96-perfpow.o

libtool: link: ln mpn/gcd.o .libs/libgmp.lax/lt97-gcd.o || cp mpn/gcd.o .libs/libgmp.lax/lt97-gcd.o

libtool: link: ln mpn/gcdext.o .libs/libgmp.lax/lt98-gcdext.o || cp mpn/gcdext.o .libs/libgmp.lax/lt98-gcdext.o

libtool: link: ln mpn/tdiv_qr.o .libs/libgmp.lax/lt99-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libgmp.lax/lt99-tdiv_qr.o

libtool: link: ln mpn/jacobi.o .libs/libgmp.lax/lt100-jacobi.o || cp mpn/jacobi.o .libs/libgmp.lax/lt100-jacobi.o

libtool: link: ln mpn/get_d.o .libs/libgmp.lax/lt101-get_d.o || cp mpn/get_d.o .libs/libgmp.lax/lt101-get_d.o

libtool: link: ln mpn/invert.o .libs/libgmp.lax/lt102-invert.o || cp mpn/invert.o .libs/libgmp.lax/lt102-invert.o

libtool: link: ln mpn/divexact.o .libs/libgmp.lax/lt103-divexact.o || cp mpn/divexact.o .libs/libgmp.lax/lt103-divexact.o

libtool: link: ln mpn/powm.o .libs/libgmp.lax/lt104-powm.o || cp mpn/powm.o .libs/libgmp.lax/lt104-powm.o

libtool: link: ln mpn/remove.o .libs/libgmp.lax/lt105-remove.o || cp mpn/remove.o .libs/libgmp.lax/lt105-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_p.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/lucmod.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 mpz/stronglucas.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/invert_limb_table.o .libs/libgmp.lax/lt75-add.o mpn/add_1.o mpn/add_n.o .libs/libgmp.lax/lt76-sub.o mpn/sub_1.o mpn/sub_n.o mpn/cnd_add_n.o mpn/cnd_sub_n.o mpn/cnd_swap.o .libs/libgmp.lax/lt77-neg.o .libs/libgmp.lax/lt78-com.o mpn/mul_1.o mpn/addmul_1.o mpn/submul_1.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/lshift.o mpn/rshift.o mpn/dive_1.o mpn/diveby3.o .libs/libgmp.lax/lt79-divis.o mpn/divrem.o mpn/divrem_1.o mpn/divrem_2.o .libs/libgmp.lax/lt80-fib2_ui.o mpn/fib2m.o mpn/mod_1.o mpn/mod_34lsub1.o mpn/mode1o.o mpn/pre_mod_1.o .libs/libgmp.lax/lt81-dump.o mpn/mod_1_1.o mpn/mod_1_2.o mpn/mod_1_3.o mpn/mod_1_4.o mpn/lshiftc.o .libs/libgmp.lax/lt82-mul.o mpn/mul_fft.o mpn/mul_n.o mpn/sqr.o mpn/mul_basecase.o mpn/sqr_basecase.o mpn/nussbaumer_mul.o mpn/mulmid_basecase.o mpn/toom42_mulmid.o mpn/mulmid_n.o mpn/mulmid.o .libs/libgmp.lax/lt83-random.o .libs/libgmp.lax/lt84-random2.o mpn/pow_1.o .libs/libgmp.lax/lt85-rootrem.o .libs/libgmp.lax/lt86-sqrtrem.o .libs/libgmp.lax/lt87-sizeinbase.o .libs/libgmp.lax/lt88-get_str.o .libs/libgmp.lax/lt89-set_str.o mpn/compute_powtab.o .libs/libgmp.lax/lt90-scan0.o .libs/libgmp.lax/lt91-scan1.o .libs/libgmp.lax/lt92-popcount.o .libs/libgmp.lax/lt93-hamdist.o .libs/libgmp.lax/lt94-cmp.o mpn/zero_p.o .libs/libgmp.lax/lt95-perfsqr.o .libs/libgmp.lax/lt96-perfpow.o mpn/strongfibo.o mpn/gcd_11.o mpn/gcd_22.o mpn/gcd_1.o .libs/libgmp.lax/lt97-gcd.o mpn/gcdext_1.o .libs/libgmp.lax/lt98-gcdext.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/div_q.o .libs/libgmp.lax/lt99-tdiv_qr.o mpn/jacbase.o mpn/jacobi_2.o .libs/libgmp.lax/lt100-jacobi.o .libs/libgmp.lax/lt101-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/mullo_basecase.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/lt102-invert.o mpn/binvert.o mpn/mulmod_bnm1.o mpn/sqrmod_bnm1.o mpn/mulmod_bknp1.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/sbpi1_bdiv_r.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/lt103-divexact.o mpn/bdiv_dbm1c.o mpn/redc_1.o mpn/redc_2.o mpn/redc_n.o .libs/libgmp.lax/lt104-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/lt105-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/copyi.o mpn/copyd.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/addmul_2.o mpn/addlsh1_n.o mpn/sublsh1_n.o mpn/rsblsh1_n.o mpn/rsh1add_n.o mpn/rsh1sub_n.o mpn/addlsh2_n.o mpn/sublsh2_n.o mpn/rsblsh2_n.o mpn/addlsh_n.o mpn/rsblsh_n.o mpn/add_n_sub_n.o printf/asprintf.o printf/asprntffuns.o printf/doprnt.o printf/doprntf.o printf/doprnti.o printf/fprintf.o printf/obprintf.o printf/obvprintf.o printf/obprntffuns.o printf/printf.o printf/printffuns.o printf/snprintf.o printf/snprntffuns.o printf/sprintf.o printf/sprintffuns.o printf/vasprintf.o printf/vfprintf.o printf/vprintf.o printf/vsnprintf.o printf/vsprintf.o printf/repl-vsnprintf.o scanf/doscan.o scanf/fscanf.o scanf/fscanffuns.o scanf/scanf.o scanf/sscanf.o scanf/sscanffuns.o scanf/vfscanf.o scanf/vscanf.o scanf/vsscanf.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]: 离开目录"/home/jinhualong/gmp-6.3.0"

make[1]: 离开目录"/home/jinhualong/gmp-6.3.0"

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ make check

make check-recursive

make[1]: 进入目录"/home/jinhualong/gmp-6.3.0"

Making check in tests

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

Making check in .

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

make libtests.la t-bswap t-constants t-count_zeros t-hightomask t-modlinv t-popc t-parity t-sub

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o memory.lo memory.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c memory.c -fPIC -DPIC -o .libs/memory.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c memory.c -o memory.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o misc.lo misc.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c misc.c -fPIC -DPIC -o .libs/misc.o

misc.c: In function 'seed_from_urandom':

misc.c:102:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]

102 | fread (buf, 1, 6, fs);

| ^~~~~~~~~~~~~~~~~~~~~

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c misc.c -o misc.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o refmpf.lo refmpf.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c refmpf.c -fPIC -DPIC -o .libs/refmpf.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c refmpf.c -o refmpf.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o refmpn.lo refmpn.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c refmpn.c -fPIC -DPIC -o .libs/refmpn.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c refmpn.c -o refmpn.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o refmpq.lo refmpq.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c refmpq.c -fPIC -DPIC -o .libs/refmpq.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c refmpq.c -o refmpq.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o refmpz.lo refmpz.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c refmpz.c -fPIC -DPIC -o .libs/refmpz.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c refmpz.c -o refmpz.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o spinner.lo spinner.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c spinner.c -fPIC -DPIC -o .libs/spinner.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c spinner.c -o spinner.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o trace.lo trace.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c trace.c -fPIC -DPIC -o .libs/trace.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c trace.c -o trace.o >/dev/null 2>&1

/bin/bash ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack `test -f 'amd64call.asm' || echo './'`amd64call.asm

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack amd64call.asm -fPIC -DPIC -o .libs/amd64call.o

m4 -DHAVE_CONFIG_H -DPIC amd64call.asm >tmp-amd64call.s

gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack tmp-amd64call.s -fPIC -DPIC -o .libs/amd64call.o

libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -Wa,--noexecstack amd64call.asm -o amd64call.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o amd64check.lo amd64check.c

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c amd64check.c -fPIC -DPIC -o .libs/amd64check.o

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c amd64check.c -o amd64check.o >/dev/null 2>&1

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o libtests.la memory.lo misc.lo refmpf.lo refmpn.lo refmpq.lo refmpz.lo spinner.lo trace.lo amd64call.lo amd64check.lo ../libgmp.la

libtool: link: ar cq .libs/libtests.a .libs/memory.o .libs/misc.o .libs/refmpf.o .libs/refmpn.o .libs/refmpq.o .libs/refmpz.o .libs/spinner.o .libs/trace.o .libs/amd64call.o .libs/amd64check.o

libtool: link: ranlib .libs/libtests.a

libtool: link: ( cd ".libs" && rm -f "libtests.la" && ln -s "../libtests.la" "libtests.la" )

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-bswap.o t-bswap.c

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-bswap t-bswap.o libtests.la ../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-bswap t-bswap.o ./.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-constants.o t-constants.c

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-constants t-constants.o libtests.la ../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-constants t-constants.o ./.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-count_zeros.o t-count_zeros.c

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-count_zeros t-count_zeros.o libtests.la ../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-count_zeros t-count_zeros.o ./.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-hightomask.o t-hightomask.c

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-hightomask t-hightomask.o libtests.la ../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-hightomask t-hightomask.o ./.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-modlinv.o t-modlinv.c

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-modlinv t-modlinv.o libtests.la ../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-modlinv t-modlinv.o ./.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-popc.o t-popc.c

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-popc t-popc.o libtests.la ../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-popc t-popc.o ./.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-parity.o t-parity.c

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-parity t-parity.o libtests.la ../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-parity t-parity.o ./.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sub.o t-sub.c

/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sub t-sub.o libtests.la ../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sub t-sub.o ./.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

make check-TESTS

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

PASS: t-bswap

PASS: t-constants

PASS: t-count_zeros

PASS: t-hightomask

PASS: t-modlinv

PASS: t-popc

PASS: t-parity

PASS: t-sub

============================================================================

Testsuite summary for GNU MP 6.3.0

============================================================================

TOTAL: 8

PASS: 8

SKIP: 0

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

Making check in devel

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/devel"

make[3]: 对"check"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/devel"

Making check in mpn

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make t-asmtype t-aors_1 t-divrem_1 t-mod_1 t-fat t-get_d t-instrument t-iord_u t-mp_bases t-perfsqr t-scan logic t-toom22 t-toom32 t-toom33 t-toom42 t-toom43 t-toom44 t-toom52 t-toom53 t-toom54 t-toom62 t-toom63 t-toom6h t-toom8h t-toom2-sqr t-toom3-sqr t-toom4-sqr t-toom6-sqr t-toom8-sqr t-div t-mul t-mullo t-sqrlo t-mulmod_bnm1 t-sqrmod_bnm1 t-mulmid t-mulmod_bknp1 t-sqrmod_bknp1 t-addaddmul t-hgcd t-hgcd_appr t-matrix22 t-invert t-bdiv t-fib2m t-broot t-brootinv t-minvert t-sizeinbase t-gcd_11 t-gcd_22 t-gcdext_1

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-asmtype.o t-asmtype.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-asmtype t-asmtype.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-asmtype t-asmtype.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-aors_1.o t-aors_1.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-aors_1 t-aors_1.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-aors_1 t-aors_1.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-divrem_1.o t-divrem_1.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-divrem_1 t-divrem_1.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-divrem_1 t-divrem_1.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mod_1.o t-mod_1.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mod_1 t-mod_1.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mod_1 t-mod_1.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-fat.o t-fat.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-fat t-fat.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-fat t-fat.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_d.o t-get_d.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_d t-get_d.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_d t-get_d.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-instrument.o t-instrument.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-instrument t-instrument.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-instrument t-instrument.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-iord_u.o t-iord_u.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-iord_u t-iord_u.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-iord_u t-iord_u.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mp_bases.o t-mp_bases.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mp_bases t-mp_bases.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mp_bases t-mp_bases.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-perfsqr.o t-perfsqr.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-perfsqr t-perfsqr.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-perfsqr t-perfsqr.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-scan.o t-scan.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-scan t-scan.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-scan t-scan.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o logic.o logic.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o logic logic.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o logic logic.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom22.o t-toom22.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom22 t-toom22.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom22 t-toom22.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom32.o t-toom32.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom32 t-toom32.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom32 t-toom32.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom33.o t-toom33.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom33 t-toom33.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom33 t-toom33.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom42.o t-toom42.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom42 t-toom42.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom42 t-toom42.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom43.o t-toom43.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom43 t-toom43.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom43 t-toom43.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom44.o t-toom44.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom44 t-toom44.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom44 t-toom44.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom52.o t-toom52.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom52 t-toom52.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom52 t-toom52.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom53.o t-toom53.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom53 t-toom53.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom53 t-toom53.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom54.o t-toom54.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom54 t-toom54.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom54 t-toom54.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom62.o t-toom62.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom62 t-toom62.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom62 t-toom62.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom63.o t-toom63.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom63 t-toom63.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom63 t-toom63.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom6h.o t-toom6h.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom6h t-toom6h.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom6h t-toom6h.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom8h.o t-toom8h.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom8h t-toom8h.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom8h t-toom8h.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom2-sqr.o t-toom2-sqr.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom2-sqr t-toom2-sqr.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom2-sqr t-toom2-sqr.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom3-sqr.o t-toom3-sqr.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom3-sqr t-toom3-sqr.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom3-sqr t-toom3-sqr.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom4-sqr.o t-toom4-sqr.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom4-sqr t-toom4-sqr.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom4-sqr t-toom4-sqr.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom6-sqr.o t-toom6-sqr.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom6-sqr t-toom6-sqr.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom6-sqr t-toom6-sqr.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-toom8-sqr.o t-toom8-sqr.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-toom8-sqr t-toom8-sqr.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-toom8-sqr t-toom8-sqr.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-div.o t-div.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-div t-div.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-div t-div.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mul.o t-mul.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mul t-mul.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mul t-mul.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mullo.o t-mullo.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mullo t-mullo.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mullo t-mullo.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sqrlo.o t-sqrlo.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sqrlo t-sqrlo.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sqrlo t-sqrlo.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mulmod_bnm1.o t-mulmod_bnm1.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mulmod_bnm1 t-mulmod_bnm1.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mulmod_bnm1 t-mulmod_bnm1.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sqrmod_bnm1.o t-sqrmod_bnm1.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sqrmod_bnm1 t-sqrmod_bnm1.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sqrmod_bnm1 t-sqrmod_bnm1.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mulmid.o t-mulmid.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mulmid t-mulmid.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mulmid t-mulmid.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mulmod_bknp1.o t-mulmod_bknp1.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mulmod_bknp1 t-mulmod_bknp1.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mulmod_bknp1 t-mulmod_bknp1.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sqrmod_bknp1.o t-sqrmod_bknp1.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sqrmod_bknp1 t-sqrmod_bknp1.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sqrmod_bknp1 t-sqrmod_bknp1.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-addaddmul.o t-addaddmul.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-addaddmul t-addaddmul.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-addaddmul t-addaddmul.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-hgcd.o t-hgcd.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-hgcd t-hgcd.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-hgcd t-hgcd.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-hgcd_appr.o t-hgcd_appr.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-hgcd_appr t-hgcd_appr.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-hgcd_appr t-hgcd_appr.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-matrix22.o t-matrix22.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-matrix22 t-matrix22.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-matrix22 t-matrix22.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-invert.o t-invert.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-invert t-invert.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-invert t-invert.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-bdiv.o t-bdiv.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-bdiv t-bdiv.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-bdiv t-bdiv.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-fib2m.o t-fib2m.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-fib2m t-fib2m.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-fib2m t-fib2m.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-broot.o t-broot.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-broot t-broot.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-broot t-broot.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-brootinv.o t-brootinv.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-brootinv t-brootinv.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-brootinv t-brootinv.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-minvert.o t-minvert.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-minvert t-minvert.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-minvert t-minvert.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sizeinbase.o t-sizeinbase.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sizeinbase t-sizeinbase.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sizeinbase t-sizeinbase.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-gcd_11.o t-gcd_11.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-gcd_11 t-gcd_11.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-gcd_11 t-gcd_11.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-gcd_22.o t-gcd_22.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-gcd_22 t-gcd_22.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-gcd_22 t-gcd_22.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-gcdext_1.o t-gcdext_1.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-gcdext_1 t-gcdext_1.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-gcdext_1 t-gcdext_1.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make check-TESTS

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

PASS: t-asmtype

PASS: t-aors_1

PASS: t-divrem_1

PASS: t-mod_1

PASS: t-fat

PASS: t-get_d

PASS: t-instrument

PASS: t-iord_u

PASS: t-mp_bases

PASS: t-perfsqr

PASS: t-scan

PASS: logic

PASS: t-toom22

PASS: t-toom32

PASS: t-toom33

PASS: t-toom42

PASS: t-toom43

PASS: t-toom44

PASS: t-toom52

PASS: t-toom53

PASS: t-toom54

PASS: t-toom62

PASS: t-toom63

PASS: t-toom6h

PASS: t-toom8h

PASS: t-toom2-sqr

PASS: t-toom3-sqr

PASS: t-toom4-sqr

PASS: t-toom6-sqr

PASS: t-toom8-sqr

PASS: t-div

PASS: t-mul

PASS: t-mullo

PASS: t-sqrlo

PASS: t-mulmod_bnm1

PASS: t-sqrmod_bnm1

PASS: t-mulmid

PASS: t-mulmod_bknp1

PASS: t-sqrmod_bknp1

SKIP: t-addaddmul

PASS: t-hgcd

PASS: t-hgcd_appr

PASS: t-matrix22

PASS: t-invert

PASS: t-bdiv

PASS: t-fib2m

PASS: t-broot

PASS: t-brootinv

PASS: t-minvert

PASS: t-sizeinbase

PASS: t-gcd_11

PASS: t-gcd_22

PASS: t-gcdext_1

============================================================================

Testsuite summary for GNU MP 6.3.0

============================================================================

TOTAL: 53

PASS: 52

SKIP: 1

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

Making check in mpz

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make reuse t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm t-invert dive dive_ui t-sqrtrem convert io t-inp_str logic t-bit t-powm t-powm_ui t-pow t-div_2exp t-root t-perfsqr t-perfpow t-jac t-bin t-get_d t-get_d_2exp t-get_si t-set_d t-set_si t-lucm t-fac_ui t-mfac_uiui t-primorial_ui t-fib_ui t-lucnum_ui t-scan t-fits t-divis t-divis_2exp t-cong t-cong_2exp t-sizeinbase t-set_str t-aorsmul t-cmp_d t-cmp_si t-hamdist t-oddeven t-popcount t-set_f t-io_raw t-import t-export t-pprime_p t-nextprime t-remove t-limbs

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o reuse.o reuse.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o reuse reuse.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o reuse reuse.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-addsub.o t-addsub.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-addsub t-addsub.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-addsub t-addsub.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp.o t-cmp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp t-cmp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp t-cmp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mul.o t-mul.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mul t-mul.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mul t-mul.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mul_i.o t-mul_i.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mul_i t-mul_i.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mul_i t-mul_i.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-tdiv.o t-tdiv.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-tdiv t-tdiv.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-tdiv t-tdiv.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-tdiv_ui.o t-tdiv_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-tdiv_ui t-tdiv_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-tdiv_ui t-tdiv_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-fdiv.o t-fdiv.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-fdiv t-fdiv.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-fdiv t-fdiv.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-fdiv_ui.o t-fdiv_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-fdiv_ui t-fdiv_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-fdiv_ui t-fdiv_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cdiv_ui.o t-cdiv_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cdiv_ui t-cdiv_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cdiv_ui t-cdiv_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-gcd.o t-gcd.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-gcd t-gcd.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-gcd t-gcd.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-gcd_ui.o t-gcd_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-gcd_ui t-gcd_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-gcd_ui t-gcd_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-lcm.o t-lcm.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-lcm t-lcm.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-lcm t-lcm.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-invert.o t-invert.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-invert t-invert.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-invert t-invert.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o dive.o dive.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o dive dive.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o dive dive.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o dive_ui.o dive_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o dive_ui dive_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o dive_ui dive_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sqrtrem.o t-sqrtrem.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sqrtrem t-sqrtrem.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sqrtrem t-sqrtrem.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o convert.o convert.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o convert convert.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o convert convert.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o io.o io.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o io io.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o io io.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-inp_str.o t-inp_str.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-inp_str t-inp_str.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-inp_str t-inp_str.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o logic.o logic.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o logic logic.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o logic logic.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-bit.o t-bit.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-bit t-bit.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-bit t-bit.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-powm.o t-powm.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-powm t-powm.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-powm t-powm.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-powm_ui.o t-powm_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-powm_ui t-powm_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-powm_ui t-powm_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-pow.o t-pow.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-pow t-pow.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-pow t-pow.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-div_2exp.o t-div_2exp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-div_2exp t-div_2exp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-div_2exp t-div_2exp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-root.o t-root.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-root t-root.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-root t-root.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-perfsqr.o t-perfsqr.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-perfsqr t-perfsqr.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-perfsqr t-perfsqr.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-perfpow.o t-perfpow.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-perfpow t-perfpow.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-perfpow t-perfpow.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-jac.o t-jac.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-jac t-jac.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-jac t-jac.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-bin.o t-bin.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-bin t-bin.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-bin t-bin.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_d.o t-get_d.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_d t-get_d.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_d t-get_d.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_d_2exp.o t-get_d_2exp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_d_2exp t-get_d_2exp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_d_2exp t-get_d_2exp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_si.o t-get_si.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_si t-get_si.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_si t-get_si.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_d.o t-set_d.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_d t-set_d.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_d t-set_d.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_si.o t-set_si.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_si t-set_si.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_si t-set_si.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-lucm.o t-lucm.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-lucm t-lucm.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-lucm t-lucm.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-fac_ui.o t-fac_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-fac_ui t-fac_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-fac_ui t-fac_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mfac_uiui.o t-mfac_uiui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mfac_uiui t-mfac_uiui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mfac_uiui t-mfac_uiui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-primorial_ui.o t-primorial_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-primorial_ui t-primorial_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-primorial_ui t-primorial_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-fib_ui.o t-fib_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-fib_ui t-fib_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-fib_ui t-fib_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-lucnum_ui.o t-lucnum_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-lucnum_ui t-lucnum_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-lucnum_ui t-lucnum_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-scan.o t-scan.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-scan t-scan.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-scan t-scan.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-fits.o t-fits.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-fits t-fits.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-fits t-fits.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-divis.o t-divis.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-divis t-divis.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-divis t-divis.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-divis_2exp.o t-divis_2exp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-divis_2exp t-divis_2exp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-divis_2exp t-divis_2exp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cong.o t-cong.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cong t-cong.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cong t-cong.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cong_2exp.o t-cong_2exp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cong_2exp t-cong_2exp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cong_2exp t-cong_2exp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sizeinbase.o t-sizeinbase.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sizeinbase t-sizeinbase.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sizeinbase t-sizeinbase.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_str.o t-set_str.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_str t-set_str.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_str t-set_str.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-aorsmul.o t-aorsmul.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-aorsmul t-aorsmul.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-aorsmul t-aorsmul.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp_d.o t-cmp_d.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp_d t-cmp_d.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp_d t-cmp_d.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp_si.o t-cmp_si.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp_si t-cmp_si.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp_si t-cmp_si.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-hamdist.o t-hamdist.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-hamdist t-hamdist.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-hamdist t-hamdist.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-oddeven.o t-oddeven.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-oddeven t-oddeven.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-oddeven t-oddeven.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-popcount.o t-popcount.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-popcount t-popcount.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-popcount t-popcount.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_f.o t-set_f.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_f t-set_f.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_f t-set_f.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-io_raw.o t-io_raw.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-io_raw t-io_raw.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-io_raw t-io_raw.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-import.o t-import.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-import t-import.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-import t-import.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-export.o t-export.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-export t-export.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-export t-export.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-pprime_p.o t-pprime_p.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-pprime_p t-pprime_p.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-pprime_p t-pprime_p.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-nextprime.o t-nextprime.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-nextprime t-nextprime.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-nextprime t-nextprime.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-remove.o t-remove.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-remove t-remove.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-remove t-remove.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-limbs.o t-limbs.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-limbs t-limbs.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-limbs t-limbs.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make check-TESTS

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

PASS: reuse

PASS: t-addsub

PASS: t-cmp

PASS: t-mul

PASS: t-mul_i

PASS: t-tdiv

PASS: t-tdiv_ui

PASS: t-fdiv

PASS: t-fdiv_ui

PASS: t-cdiv_ui

PASS: t-gcd

PASS: t-gcd_ui

PASS: t-lcm

PASS: t-invert

PASS: dive

PASS: dive_ui

PASS: t-sqrtrem

PASS: convert

PASS: io

PASS: t-inp_str

PASS: logic

PASS: t-bit

PASS: t-powm

PASS: t-powm_ui

PASS: t-pow

PASS: t-div_2exp

PASS: t-root

PASS: t-perfsqr

PASS: t-perfpow

PASS: t-jac

PASS: t-bin

PASS: t-get_d

PASS: t-get_d_2exp

PASS: t-get_si

PASS: t-set_d

PASS: t-set_si

PASS: t-lucm

PASS: t-fac_ui

PASS: t-mfac_uiui

PASS: t-primorial_ui

PASS: t-fib_ui

PASS: t-lucnum_ui

PASS: t-scan

PASS: t-fits

PASS: t-divis

PASS: t-divis_2exp

PASS: t-cong

PASS: t-cong_2exp

PASS: t-sizeinbase

PASS: t-set_str

PASS: t-aorsmul

PASS: t-cmp_d

PASS: t-cmp_si

PASS: t-hamdist

PASS: t-oddeven

PASS: t-popcount

PASS: t-set_f

PASS: t-io_raw

PASS: t-import

PASS: t-export

PASS: t-pprime_p

PASS: t-nextprime

PASS: t-remove

PASS: t-limbs

============================================================================

Testsuite summary for GNU MP 6.3.0

============================================================================

TOTAL: 64

PASS: 64

SKIP: 0

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

Making check in mpq

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make t-aors t-cmp t-cmp_ui t-cmp_si t-equal t-get_d t-get_str t-inp_str t-inv t-md_2exp t-set_f t-set_str io reuse t-cmp_z

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-aors.o t-aors.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-aors t-aors.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-aors t-aors.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp.o t-cmp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp t-cmp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp t-cmp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp_ui.o t-cmp_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp_ui t-cmp_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp_ui t-cmp_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp_si.o t-cmp_si.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp_si t-cmp_si.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp_si t-cmp_si.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-equal.o t-equal.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-equal t-equal.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-equal t-equal.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_d.o t-get_d.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_d t-get_d.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_d t-get_d.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_str.o t-get_str.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_str t-get_str.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_str t-get_str.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-inp_str.o t-inp_str.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-inp_str t-inp_str.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-inp_str t-inp_str.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-inv.o t-inv.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-inv t-inv.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-inv t-inv.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-md_2exp.o t-md_2exp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-md_2exp t-md_2exp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-md_2exp t-md_2exp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_f.o t-set_f.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_f t-set_f.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_f t-set_f.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_str.o t-set_str.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_str t-set_str.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_str t-set_str.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o io.o io.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o io io.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o io io.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o reuse.o reuse.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o reuse reuse.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o reuse reuse.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp_z.o t-cmp_z.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp_z t-cmp_z.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp_z t-cmp_z.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make check-TESTS

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

PASS: t-aors

PASS: t-cmp

PASS: t-cmp_ui

PASS: t-cmp_si

PASS: t-equal

PASS: t-get_d

PASS: t-get_str

PASS: t-inp_str

PASS: t-inv

PASS: t-md_2exp

PASS: t-set_f

PASS: t-set_str

PASS: io

PASS: reuse

PASS: t-cmp_z

============================================================================

Testsuite summary for GNU MP 6.3.0

============================================================================

TOTAL: 15

PASS: 15

SKIP: 0

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

Making check in mpf

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make t-dm2exp t-conv t-add t-sub t-sqrt t-sqrt_ui t-muldiv reuse t-cmp_d t-cmp_si t-div t-fits t-get_d t-get_d_2exp t-get_si t-get_ui t-gsprec t-inp_str t-int_p t-mul_ui t-set t-set_q t-set_si t-set_ui t-trunc t-ui_div t-eq t-pow_ui

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-dm2exp.o t-dm2exp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-dm2exp t-dm2exp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-dm2exp t-dm2exp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-conv.o t-conv.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-conv t-conv.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-conv t-conv.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-add.o t-add.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-add t-add.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-add t-add.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sub.o t-sub.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sub t-sub.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sub t-sub.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sqrt.o t-sqrt.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sqrt t-sqrt.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sqrt t-sqrt.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-sqrt_ui.o t-sqrt_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-sqrt_ui t-sqrt_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-sqrt_ui t-sqrt_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-muldiv.o t-muldiv.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-muldiv t-muldiv.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-muldiv t-muldiv.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o reuse.o reuse.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o reuse reuse.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o reuse reuse.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp_d.o t-cmp_d.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp_d t-cmp_d.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp_d t-cmp_d.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-cmp_si.o t-cmp_si.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-cmp_si t-cmp_si.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-cmp_si t-cmp_si.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-div.o t-div.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-div t-div.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-div t-div.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-fits.o t-fits.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-fits t-fits.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-fits t-fits.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_d.o t-get_d.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_d t-get_d.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_d t-get_d.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_d_2exp.o t-get_d_2exp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_d_2exp t-get_d_2exp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_d_2exp t-get_d_2exp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_si.o t-get_si.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_si t-get_si.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_si t-get_si.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-get_ui.o t-get_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-get_ui t-get_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-get_ui t-get_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-gsprec.o t-gsprec.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-gsprec t-gsprec.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-gsprec t-gsprec.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-inp_str.o t-inp_str.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-inp_str t-inp_str.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-inp_str t-inp_str.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-int_p.o t-int_p.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-int_p t-int_p.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-int_p t-int_p.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mul_ui.o t-mul_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mul_ui t-mul_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mul_ui t-mul_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set.o t-set.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set t-set.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set t-set.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_q.o t-set_q.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_q t-set_q.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_q t-set_q.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_si.o t-set_si.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_si t-set_si.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_si t-set_si.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-set_ui.o t-set_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-set_ui t-set_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-set_ui t-set_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-trunc.o t-trunc.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-trunc t-trunc.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-trunc t-trunc.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-ui_div.o t-ui_div.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-ui_div t-ui_div.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-ui_div t-ui_div.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-eq.o t-eq.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-eq t-eq.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-eq t-eq.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-pow_ui.o t-pow_ui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-pow_ui t-pow_ui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-pow_ui t-pow_ui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make check-TESTS

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

PASS: t-dm2exp

PASS: t-conv

PASS: t-add

PASS: t-sub

PASS: t-sqrt

PASS: t-sqrt_ui

PASS: t-muldiv

PASS: reuse

PASS: t-cmp_d

PASS: t-cmp_si

PASS: t-div

PASS: t-fits

PASS: t-get_d

PASS: t-get_d_2exp

PASS: t-get_si

PASS: t-get_ui

PASS: t-gsprec

PASS: t-inp_str

PASS: t-int_p

PASS: t-mul_ui

PASS: t-set

PASS: t-set_q

PASS: t-set_si

PASS: t-set_ui

PASS: t-trunc

PASS: t-ui_div

PASS: t-eq

PASS: t-pow_ui

============================================================================

Testsuite summary for GNU MP 6.3.0

============================================================================

TOTAL: 28

PASS: 28

SKIP: 0

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

Making check in rand

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make t-iset t-lc2exp t-mt t-rand t-urbui t-urmui t-urndmm

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/rand"

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-iset.o t-iset.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-iset t-iset.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-iset t-iset.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-lc2exp.o t-lc2exp.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-lc2exp t-lc2exp.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-lc2exp t-lc2exp.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-mt.o t-mt.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-mt t-mt.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-mt t-mt.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-rand.o t-rand.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-rand t-rand.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-rand t-rand.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-urbui.o t-urbui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-urbui t-urbui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-urbui t-urbui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-urmui.o t-urmui.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-urmui t-urmui.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-urmui t-urmui.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-urndmm.o t-urndmm.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-urndmm t-urndmm.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-urndmm t-urndmm.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make check-TESTS

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/rand"

PASS: t-iset

PASS: t-lc2exp

PASS: t-mt

PASS: t-rand

PASS: t-urbui

PASS: t-urmui

PASS: t-urndmm

============================================================================

Testsuite summary for GNU MP 6.3.0

============================================================================

TOTAL: 7

PASS: 7

SKIP: 0

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/rand"

Making check in misc

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make t-printf t-scanf t-locale

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/misc"

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-printf.o t-printf.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-printf t-printf.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-printf t-printf.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-scanf.o t-scanf.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-scanf t-scanf.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-scanf t-scanf.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -c -o t-locale.o t-locale.c

/bin/bash ../../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -no-install -o t-locale t-locale.o ../../tests/libtests.la ../../libgmp.la

libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=alderlake -march=alderlake -o t-locale t-locale.o ../../tests/.libs/libtests.a /home/jinhualong/gmp-6.3.0/.libs/libgmp.so ../../.libs/libgmp.so -Wl,-rpath -Wl,/home/jinhualong/gmp-6.3.0/.libs

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make check-TESTS

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/misc"

PASS: t-printf

PASS: t-scanf

PASS: t-locale

============================================================================

Testsuite summary for GNU MP 6.3.0

============================================================================

TOTAL: 3

PASS: 3

SKIP: 0

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/misc"

Making check in cxx

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[4]: 对"all"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make check-TESTS

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

============================================================================

Testsuite summary for GNU MP 6.3.0

============================================================================

TOTAL: 0

PASS: 0

SKIP: 0

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

Making check in mpn

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpn"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/mpn"

Making check in mpz

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpz"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/mpz"

Making check in mpq

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpq"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/mpq"

Making check in mpf

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpf"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/mpf"

Making check in printf

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/printf"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/printf"

Making check in scanf

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/scanf"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/scanf"

Making check in rand

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/rand"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/rand"

Making check in cxx

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/cxx"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/cxx"

Making check in demos

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/demos"

Making check in calc

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/demos/calc"

make check-am

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/demos/calc"

make[4]: 对"check-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/demos/calc"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/demos/calc"

Making check in expr

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/demos/expr"

make[3]: 对"check"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/demos/expr"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/demos"

make[3]: 对"check-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/demos"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/demos"

Making check in tune

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/tune"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/tune"

Making check in doc

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/doc"

make[2]: 对"check"无需做任何事。

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/doc"

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0"

make[1]: 离开目录"/home/jinhualong/gmp-6.3.0"

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ ll

总计 5972

drwxr-xr-x 16 jinhualong jinhualong 4096 7月 22 17:33 ./

drwxr-x--- 22 jinhualong jinhualong 4096 7月 22 17:32 ../

-rw-r--r-- 1 jinhualong jinhualong 124225 7月 29 2023 acinclude.m4

-rw-r--r-- 1 jinhualong jinhualong 363087 7月 29 2023 aclocal.m4

-rw-r--r-- 1 jinhualong jinhualong 3681 7月 29 2023 asl.h

-rw-r--r-- 1 jinhualong jinhualong 1718 7月 29 2023 assert.c

-rw-rw-r-- 1 jinhualong jinhualong 270 7月 22 17:33 assert.lo

-rw-rw-r-- 1 jinhualong jinhualong 2104 7月 22 17:33 assert.o

-rw-r--r-- 1 jinhualong jinhualong 4098 7月 29 2023 AUTHORS

-rw-r--r-- 1 jinhualong jinhualong 2797 7月 29 2023 bootstrap.c

-rw-r--r-- 1 jinhualong jinhualong 1198537 7月 29 2023 ChangeLog

-rw-r--r-- 1 jinhualong jinhualong 1846 7月 29 2023 compat.c

-rw-rw-r-- 1 jinhualong jinhualong 270 7月 22 17:33 compat.lo

-rw-rw-r-- 1 jinhualong jinhualong 1736 7月 22 17:33 compat.o

-rwxr-xr-x 1 jinhualong jinhualong 7333 9月 6 2015 compile*

-rw-r--r-- 1 jinhualong jinhualong 49936 7月 29 2023 configfsf.guess

-rw-r--r-- 1 jinhualong jinhualong 35947 7月 29 2023 configfsf.sub

-rwxr-xr-x 1 jinhualong jinhualong 40456 7月 29 2023 config.guess*

-rw-rw-r-- 1 jinhualong jinhualong 21962 7月 22 17:33 config.h

-rw-r--r-- 1 jinhualong jinhualong 20280 7月 29 2023 config.in

-rw-rw-r-- 1 jinhualong jinhualong 286226 7月 22 17:33 config.log

-rw-rw-r-- 1 jinhualong jinhualong 1239 7月 22 17:33 config.m4

-rwxrwxr-x 1 jinhualong jinhualong 96776 7月 22 17:33 config.status*

-rwxr-xr-x 1 jinhualong jinhualong 5078 7月 29 2023 config.sub*

-rwxr-xr-x 1 jinhualong jinhualong 942195 7月 29 2023 configure*

-rw-r--r-- 1 jinhualong jinhualong 143002 7月 29 2023 configure.ac

-rw-r--r-- 1 jinhualong jinhualong 35147 9月 6 2015 COPYING

-rw-r--r-- 1 jinhualong jinhualong 7639 7月 29 2023 COPYING.LESSERv3

-rw-r--r-- 1 jinhualong jinhualong 18092 7月 29 2023 COPYINGv2

-rw-r--r-- 1 jinhualong jinhualong 35150 7月 29 2023 COPYINGv3

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:33 cxx/

drwxr-xr-x 5 jinhualong jinhualong 4096 7月 22 17:33 demos/

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:33 doc/

-rw-r--r-- 1 jinhualong jinhualong 2202 7月 29 2023 errno.c

-rw-rw-r-- 1 jinhualong jinhualong 267 7月 22 17:33 errno.lo

-rw-rw-r-- 1 jinhualong jinhualong 1936 7月 22 17:33 errno.o

-rw-r--r-- 1 jinhualong jinhualong 7399 7月 29 2023 extract-dbl.c

-rw-rw-r-- 1 jinhualong jinhualong 285 7月 22 17:33 extract-dbl.lo

-rw-rw-r-- 1 jinhualong jinhualong 1416 7月 22 17:33 extract-dbl.o

-rw-rw-r-- 1 jinhualong jinhualong 7870 7月 22 17:33 fac_table.h

-rw-rw-r-- 1 jinhualong jinhualong 196 7月 22 17:33 fib_table.h

-rw-r--r-- 1 jinhualong jinhualong 1200 7月 29 2023 .gdbinit

-rwxrwxr-x 1 jinhualong jinhualong 93104 7月 22 17:33 gen-bases*

-rw-r--r-- 1 jinhualong jinhualong 6508 7月 29 2023 gen-bases.c

-rwxrwxr-x 1 jinhualong jinhualong 92688 7月 22 17:33 gen-fac*

-rw-r--r-- 1 jinhualong jinhualong 7519 7月 29 2023 gen-fac.c

-rwxrwxr-x 1 jinhualong jinhualong 88824 7月 22 17:33 gen-fib*

-rw-r--r-- 1 jinhualong jinhualong 3778 7月 29 2023 gen-fib.c

-rwxrwxr-x 1 jinhualong jinhualong 16224 7月 22 17:33 gen-jacobitab*

-rw-r--r-- 1 jinhualong jinhualong 2845 7月 29 2023 gen-jacobitab.c

-rwxrwxr-x 1 jinhualong jinhualong 93784 7月 22 17:33 gen-psqr*

-rw-r--r-- 1 jinhualong jinhualong 17675 7月 29 2023 gen-psqr.c

-rwxrwxr-x 1 jinhualong jinhualong 88656 7月 22 17:33 gen-sieve*

-rw-r--r-- 1 jinhualong jinhualong 5129 7月 29 2023 gen-sieve.c

-rwxrwxr-x 1 jinhualong jinhualong 92792 7月 22 17:33 gen-trialdivtab*

-rw-r--r-- 1 jinhualong jinhualong 6885 7月 29 2023 gen-trialdivtab.c

-rw-rw-r-- 1 jinhualong jinhualong 84309 7月 22 17:33 gmp.h

-rw-r--r-- 1 jinhualong jinhualong 84332 7月 29 2023 gmp-h.in

-rw-r--r-- 1 jinhualong jinhualong 183994 7月 29 2023 gmp-impl.h

lrwxrwxrwx 1 jinhualong jinhualong 33 7月 22 17:33 gmp-mparam.h -> mpn/x86_64/alderlake/gmp-mparam.h

-rw-rw-r-- 1 jinhualong jinhualong 251 7月 22 17:33 gmp.pc

-rw-r--r-- 1 jinhualong jinhualong 258 7月 29 2023 gmp.pc.in

-rw-r--r-- 1 jinhualong jinhualong 129502 7月 29 2023 gmpxx.h

-rw-rw-r-- 1 jinhualong jinhualong 286 7月 22 17:33 gmpxx.pc

-rw-r--r-- 1 jinhualong jinhualong 293 7月 29 2023 gmpxx.pc.in

-rw-r--r-- 1 jinhualong jinhualong 2489 7月 29 2023 INSTALL

-rw-r--r-- 1 jinhualong jinhualong 9220 7月 29 2023 INSTALL.autoconf

-rwxr-xr-x 1 jinhualong jinhualong 14675 7月 29 2023 install-sh*

-rw-r--r-- 1 jinhualong jinhualong 2600 7月 29 2023 invalid.c

-rw-rw-r-- 1 jinhualong jinhualong 273 7月 22 17:33 invalid.lo

-rw-rw-r-- 1 jinhualong jinhualong 1432 7月 22 17:33 invalid.o

-rw-rw-r-- 1 jinhualong jinhualong 912 7月 22 17:33 libgmp.la

drwxrwxr-x 2 jinhualong jinhualong 4096 7月 22 17:33 .libs/

-rwxrwxr-x 1 jinhualong jinhualong 343811 7月 22 17:33 libtool*

-rw-r--r-- 1 jinhualong jinhualong 83124 7月 29 2023 longlong.h

-rw-r--r-- 1 jinhualong jinhualong 324089 7月 29 2023 ltmain.sh

-rw-rw-r-- 1 jinhualong jinhualong 74966 7月 22 17:33 Makefile

-rw-r--r-- 1 jinhualong jinhualong 20638 7月 29 2023 Makefile.am

-rw-r--r-- 1 jinhualong jinhualong 57558 7月 29 2023 Makefile.in

-rw-r--r-- 1 jinhualong jinhualong 3693 7月 29 2023 memory.c

-rw-rw-r-- 1 jinhualong jinhualong 270 7月 22 17:33 memory.lo

-rw-rw-r-- 1 jinhualong jinhualong 2728 7月 22 17:33 memory.o

drwxr-xr-x 3 jinhualong jinhualong 4096 7月 22 17:32 mini-gmp/

-rwxr-xr-x 1 jinhualong jinhualong 6872 7月 29 2023 missing*

-rw-rw-r-- 1 jinhualong jinhualong 509 7月 22 17:33 mp_bases.h

-rw-r--r-- 1 jinhualong jinhualong 1099 7月 29 2023 mp_bpl.c

-rw-rw-r-- 1 jinhualong jinhualong 270 7月 22 17:33 mp_bpl.lo

-rw-rw-r-- 1 jinhualong jinhualong 1128 7月 22 17:33 mp_bpl.o

-rw-r--r-- 1 jinhualong jinhualong 1595 7月 29 2023 mp_clz_tab.c

-rw-rw-r-- 1 jinhualong jinhualong 282 7月 22 17:33 mp_clz_tab.lo

-rw-rw-r-- 1 jinhualong jinhualong 936 7月 22 17:33 mp_clz_tab.o

-rw-r--r-- 1 jinhualong jinhualong 3049 7月 29 2023 mp_dv_tab.c

-rw-rw-r-- 1 jinhualong jinhualong 279 7月 22 17:33 mp_dv_tab.lo

-rw-rw-r-- 1 jinhualong jinhualong 1520 7月 22 17:33 mp_dv_tab.o

drwxr-xr-x 3 jinhualong jinhualong 4096 7月 22 17:33 mpf/

-rw-r--r-- 1 jinhualong jinhualong 1499 7月 29 2023 mp_get_fns.c

-rw-rw-r-- 1 jinhualong jinhualong 282 7月 22 17:33 mp_get_fns.lo

-rw-rw-r-- 1 jinhualong jinhualong 1552 7月 22 17:33 mp_get_fns.o

-rw-r--r-- 1 jinhualong jinhualong 2171 7月 29 2023 mp_minv_tab.c

-rw-rw-r-- 1 jinhualong jinhualong 285 7月 22 17:33 mp_minv_tab.lo

-rw-rw-r-- 1 jinhualong jinhualong 1184 7月 22 17:33 mp_minv_tab.o

drwxr-xr-x 31 jinhualong jinhualong 20480 7月 22 17:33 mpn/

drwxr-xr-x 3 jinhualong jinhualong 4096 7月 22 17:33 mpq/

-rw-r--r-- 1 jinhualong jinhualong 1617 7月 29 2023 mp_set_fns.c

-rw-rw-r-- 1 jinhualong jinhualong 282 7月 22 17:33 mp_set_fns.lo

-rw-rw-r-- 1 jinhualong jinhualong 1840 7月 22 17:33 mp_set_fns.o

drwxr-xr-x 3 jinhualong jinhualong 20480 7月 22 17:33 mpz/

-rw-r--r-- 1 jinhualong jinhualong 39948 7月 29 2023 NEWS

-rw-r--r-- 1 jinhualong jinhualong 4257 7月 29 2023 nextprime.c

-rw-rw-r-- 1 jinhualong jinhualong 279 7月 22 17:33 nextprime.lo

-rw-rw-r-- 1 jinhualong jinhualong 2584 7月 22 17:33 nextprime.o

-rw-r--r-- 1 jinhualong jinhualong 9254 7月 29 2023 primesieve.c

-rw-rw-r-- 1 jinhualong jinhualong 282 7月 22 17:33 primesieve.lo

-rw-rw-r-- 1 jinhualong jinhualong 3408 7月 22 17:33 primesieve.o

drwxr-xr-x 3 jinhualong jinhualong 4096 7月 22 17:33 printf/

drwxr-xr-x 3 jinhualong jinhualong 4096 7月 22 17:33 rand/

-rw-r--r-- 1 jinhualong jinhualong 4051 7月 29 2023 README

drwxr-xr-x 3 jinhualong jinhualong 4096 7月 22 17:33 scanf/

-rw-rw-r-- 1 jinhualong jinhualong 2375 7月 22 17:33 sieve_table.h

-rw-rw-r-- 1 jinhualong jinhualong 23 7月 22 17:33 stamp-h1

-rw-r--r-- 1 jinhualong jinhualong 4519 7月 29 2023 tal-debug.c

-rw-r--r-- 1 jinhualong jinhualong 3871 7月 29 2023 tal-notreent.c

-rw-r--r-- 1 jinhualong jinhualong 2432 7月 29 2023 tal-reent.c

-rw-rw-r-- 1 jinhualong jinhualong 279 7月 22 17:33 tal-reent.lo

-rw-rw-r-- 1 jinhualong jinhualong 1664 7月 22 17:33 tal-reent.o

-rwxr-xr-x 1 jinhualong jinhualong 4640 7月 29 2023 test-driver*

drwxr-xr-x 11 jinhualong jinhualong 4096 7月 22 17:33 tests/

-rw-rw-r-- 1 jinhualong jinhualong 111635 7月 22 17:33 trialdivtab.h

drwxr-xr-x 2 jinhualong jinhualong 4096 7月 22 17:33 tune/

-rw-r--r-- 1 jinhualong jinhualong 1127 7月 29 2023 version.c

-rw-rw-r-- 1 jinhualong jinhualong 273 7月 22 17:33 version.lo

-rw-rw-r-- 1 jinhualong jinhualong 1272 7月 22 17:33 version.o

-rwxr-xr-x 1 jinhualong jinhualong 6858 7月 29 2023 ylwrap*

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ find . -name libgmp*

./libgmp.la

./.libs/libgmp.la

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ sudo make install

make install-recursive

make[1]: 进入目录"/home/jinhualong/gmp-6.3.0"

Making install in tests

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

Making install in .

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

Making install in devel

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/devel"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/devel"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/devel"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/devel"

Making install in mpn

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpn"

Making install in mpz

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpz"

Making install in mpq

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpq"

Making install in mpf

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/mpf"

Making install in rand

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/rand"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/rand"

Making install in misc

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/misc"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/misc"

Making install in cxx

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tests/cxx"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/tests"

Making install in mpn

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpn"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/mpn"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/mpn"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/mpn"

Making install in mpz

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpz"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/mpz"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/mpz"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/mpz"

Making install in mpq

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpq"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/mpq"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/mpq"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/mpq"

Making install in mpf

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/mpf"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/mpf"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/mpf"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/mpf"

Making install in printf

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/printf"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/printf"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/printf"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/printf"

Making install in scanf

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/scanf"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/scanf"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/scanf"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/scanf"

Making install in rand

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/rand"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/rand"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/rand"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/rand"

Making install in cxx

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/cxx"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/cxx"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/cxx"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/cxx"

Making install in demos

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/demos"

Making install in calc

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/demos/calc"

make install-am

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/demos/calc"

make[5]: 进入目录"/home/jinhualong/gmp-6.3.0/demos/calc"

make[5]: 对"install-exec-am"无需做任何事。

make[5]: 对"install-data-am"无需做任何事。

make[5]: 离开目录"/home/jinhualong/gmp-6.3.0/demos/calc"

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/demos/calc"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/demos/calc"

Making install in expr

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/demos/expr"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/demos/expr"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/demos/expr"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/demos/expr"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/demos"

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0/demos"

make[4]: 对"install-exec-am"无需做任何事。

make[4]: 对"install-data-am"无需做任何事。

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0/demos"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/demos"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/demos"

Making install in tune

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/tune"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/tune"

make[3]: 对"install-exec-am"无需做任何事。

make[3]: 对"install-data-am"无需做任何事。

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/tune"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/tune"

Making install in doc

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0/doc"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0/doc"

make[3]: 对"install-exec-am"无需做任何事。

/usr/bin/mkdir -p '/usr/local/share/info'

/usr/bin/install -c -m 644 ./gmp.info ./gmp.info-1 ./gmp.info-2 '/usr/local/share/info'

install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/gmp.info'

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0/doc"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0/doc"

make[2]: 进入目录"/home/jinhualong/gmp-6.3.0"

make[3]: 进入目录"/home/jinhualong/gmp-6.3.0"

/usr/bin/mkdir -p '/usr/local/lib'

/bin/bash ./libtool --mode=install /usr/bin/install -c libgmp.la '/usr/local/lib'

libtool: install: /usr/bin/install -c .libs/libgmp.so.10.5.0 /usr/local/lib/libgmp.so.10.5.0

libtool: install: (cd /usr/local/lib && { ln -s -f libgmp.so.10.5.0 libgmp.so.10 || { rm -f libgmp.so.10 && ln -s libgmp.so.10.5.0 libgmp.so.10; }; })

libtool: install: (cd /usr/local/lib && { ln -s -f libgmp.so.10.5.0 libgmp.so || { rm -f libgmp.so && ln -s libgmp.so.10.5.0 libgmp.so; }; })

libtool: install: /usr/bin/install -c .libs/libgmp.lai /usr/local/lib/libgmp.la

libtool: install: /usr/bin/install -c .libs/libgmp.a /usr/local/lib/libgmp.a

libtool: install: chmod 644 /usr/local/lib/libgmp.a

libtool: install: ranlib /usr/local/lib/libgmp.a

libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib


Libraries have been installed in:

/usr/local/lib

If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the '-LLIBDIR'

flag during linking and do at least one of the following:

  • add LIBDIR to the 'LD_LIBRARY_PATH' environment variable

during execution

  • add LIBDIR to the 'LD_RUN_PATH' environment variable

during linking

  • use the '-Wl,-rpath -Wl,LIBDIR' linker flag

  • have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.


/usr/bin/mkdir -p '/usr/local/include'

/usr/bin/install -c -m 644 gmp.h '/usr/local/include'

/usr/bin/mkdir -p '/usr/local/lib/pkgconfig'

/usr/bin/install -c -m 644 gmp.pc '/usr/local/lib/pkgconfig'

make install-data-hook

make[4]: 进入目录"/home/jinhualong/gmp-6.3.0"

+-------------------------------------------------------------+

| CAUTION: |

| |

| If you have not already run "make check", then we strongly |

| recommend you do so. |

| |

| GMP has been carefully tested by its authors, but compilers |

| are all too often released with serious bugs. GMP tends to |

| explore interesting corners in compilers and has hit bugs |

| on quite a few occasions. |

| |

+-------------------------------------------------------------+

make[4]: 离开目录"/home/jinhualong/gmp-6.3.0"

make[3]: 离开目录"/home/jinhualong/gmp-6.3.0"

make[2]: 离开目录"/home/jinhualong/gmp-6.3.0"

make[1]: 离开目录"/home/jinhualong/gmp-6.3.0"

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:~/gmp-6.3.0$ cd /usr/local/lib/

jinhualong@jinhualong-LEGION-REN7000K-26IRX:/usr/local/lib$ ll

总计 14764

drwxr-xr-x 5 root root 4096 7月 22 17:36 ./

drwxr-xr-x 10 root root 4096 2月 15 16:09 ../

-rw-r--r-- 1 root root 1356374 7月 22 17:36 libgmp.a

-rwxr-xr-x 1 root root 913 7月 22 17:36 libgmp.la*

lrwxrwxrwx 1 root root 16 7月 22 17:36 libgmp.so -> libgmp.so.10.5.0*

lrwxrwxrwx 1 root root 16 7月 22 17:36 libgmp.so.10 -> libgmp.so.10.5.0*

-rwxr-xr-x 1 root root 569968 7月 22 17:36 libgmp.so.10.5.0*

-r-xr-xr-x 1 root root 13140474 7月 22 11:55 libpython2.7.a*

drwxr-xr-x 2 root root 4096 7月 22 17:36 pkgconfig/

drwxr-xr-x 28 root root 20480 7月 22 11:56 python2.7/

drwxr-xr-x 3 root root 4096 2月 15 16:09 python3.12/

jinhualong@jinhualong-LEGION-REN7000K-26IRX:/usr/local/lib$

jinhualong@jinhualong-LEGION-REN7000K-26IRX:/usr/local/lib$

相关推荐
KIDAKN30 分钟前
撤销日志简介
数据库
jacGJ35 分钟前
记录解决问题--使用maven help插件一次性上传所有依赖到离线环境,spring-boot-starter-undertow离线环境缺少依赖
java·数据库·maven
Navicat中国36 分钟前
数据库开发运维的集成:弥合开发与运维之间的鸿沟
运维·数据库·数据库开发·数据可视化·navicat
Harbor Lau1 小时前
IDEA连接人大金仓数据库
java·数据库·intellij-idea
sniper_fandc1 小时前
Redis原理之分布式锁
数据库·redis·分布式
Elastic 中国社区官方博客2 小时前
Elastic Cloud 简化版:GCP Marketplace
大数据·运维·数据库·elasticsearch·搜索引擎·全文检索
咖啡只喝手磨3 小时前
【使用TPCC和TPCH进行性能测试】
数据库·tpcc
悟能不能悟4 小时前
now能减少mysql的压力吗
数据库·mysql
烟沙九洲8 小时前
数据库事务 ACID
数据库·mysql
StarRocks_labs10 小时前
StarRocks × MinIO:打造灵活高效的存算分离方案
数据库·starrocks·数据查询·存算分离·minlo