Greg Marks on Sat, 13 May 2023 01:30:23 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: library .tbss mismatches


Thank you for the further suggestions.

> Is /usr/local/lib/libpari.so a broken link ? What gives
> ls -l /usr/local/lib/libpari.so ?

$ls -l /usr/local/lib/libpari.so 
lrwxrwxrwx 1 root staff 21 May 12 12:25 /usr/local/lib/libpari.so -> libpari-gmp.so.2.15.3

> > Anything else I might try?
> 
> Yes, follow the instruction in the installation manual, page 8.

I thought I had done that.  The instructions on page 8 of the 02/06/2021
document "Compiling PARI from the GIT repository" read:

./Configure --prefix=GPDIR --mt=pthread
make -j4 gp 
make doc
make statest-all
make install
make install-bin-sta
./Configure --prefix=GPDIR.dbg -g
make -j4 gp.dbg
make install -C Olinux-x86_64.dbg
GPDIR/bin/gp

Following the instructions exactly (the output, which did not indicate
any errors, is suppressed):

$cd /usr/local/Math_Software/pari-2.15.3/
$make clean
$./Configure --prefix=GPDIR --mt=pthread
$make -j4 gp
$make doc
$make statest-all
$make install
$make install-bin-sta
$./Configure --prefix=GPDIR.dbg -g
$make -j4 gp.dbg
$make install -C Olinux-x86_64.dbg
$GPDIR/bin/gp

The GP/PARI calculator opens and runs correctly.  (I didn't have a
problem with that before.)  Unfortunately...

$cd examples/
$make TARGET=extgcd
/usr/bin/gcc -o extgcd -DMEMSTEP=1048576 -g -Wall    -Wl,--export-dynamic   extgcd.o  -Wl,-rpath "/usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib" -lm -L/usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib -lpari
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `pari_kernel_init':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:62: undefined reference to `__gmp_get_memory_functions'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:63: undefined reference to `__gmp_set_memory_functions'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `pari_kernel_version':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:70: undefined reference to `__gmp_version'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `pari_kernel_close':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:82: undefined reference to `__gmp_get_memory_functions'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:86: undefined reference to `__gmp_set_memory_functions'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `adduispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:225: undefined reference to `__gmpn_add_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `addiispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:252: undefined reference to `__gmpn_add'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `subiuspec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:271: undefined reference to `__gmpn_sub_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `subiispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:287: undefined reference to `__gmpn_sub'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `affir':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:322: undefined reference to `__gmpn_lshift'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:326: undefined reference to `__gmpn_lshift'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `shiftispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:366: undefined reference to `__gmpn_lshift'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:382: undefined reference to `__gmpn_rshift'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `truncr':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:461: undefined reference to `__gmpn_rshift'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `floorr':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:488: undefined reference to `__gmpn_rshift'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:495: undefined reference to `__gmpn_add_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `cmpiispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:507: undefined reference to `__gmpn_cmp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `equaliispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:514: undefined reference to `__gmpn_cmp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `muluispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:532: undefined reference to `__gmpn_mul_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `addumului':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:551: undefined reference to `__gmpn_addmul_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `umodiu':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:570: undefined reference to `__gmpn_mod_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `absdiviu_rem':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:589: undefined reference to `__gmpn_divrem_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `divis_rem':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:609: undefined reference to `__gmpn_divrem_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `divis':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:630: undefined reference to `__gmpn_divrem_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `divrr_with_gmp':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:657: undefined reference to `__gmpn_tdiv_qr'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:661: undefined reference to `__gmpn_add_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `divri_with_gmp':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:687: undefined reference to `__gmpn_lshift'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:694: undefined reference to `__gmpn_tdiv_qr'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:698: undefined reference to `__gmpn_add_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `dvmdii':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:869: undefined reference to `__gmpn_cmp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:890: undefined reference to `__gmpn_divrem_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:912: undefined reference to `__gmpn_tdiv_qr'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:927: undefined reference to `__gmpn_tdiv_qr'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `diviuexact_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1065: undefined reference to `__gmpn_divexact_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `diviiexact':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1127: undefined reference to `__gmpz_divexact'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `muliispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1170: undefined reference to `__gmpn_mul'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `sqrispec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1210: undefined reference to `__gmpn_sqr'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `sqrtremi':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1313: undefined reference to `__gmpn_sqrtrem'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1319: undefined reference to `__gmpn_sqrtrem'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `sqrtr_abs':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1339: undefined reference to `__gmpn_sqrtrem'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1340: undefined reference to `__gmpn_cmp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1340: undefined reference to `__gmpn_add_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1350: undefined reference to `__gmpn_sqrtrem'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1353: undefined reference to `__gmpn_cmp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1354: undefined reference to `__gmpn_add_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `convi':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/mp.c:1382: undefined reference to `__gmpn_get_str'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `resiu':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/gcd.c:20: undefined reference to `__gmpn_mod_1'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `gcdii':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/gcd.c:69: undefined reference to `__gmpn_gcd'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `invmod':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/gcdext.c:50: undefined reference to `__gmpn_gcdext'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `bezout':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/gmp/gcdext.c:151: undefined reference to `__gmpn_gcdext'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpker.o): in function `usqrt':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/kernel/none/mp_indep.c:894: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ispower.o): in function `logintall':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ispower.c:107: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ispower.o): in function `logint0':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ispower.c:163: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(prime.o): in function `prime_successor':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/prime.c:936: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(prime.o): in function `primepi_upper_bound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/prime.c:1212: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/prime.c:1215: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/prime.c:1217: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(prime.o): in function `primepi_lower_bound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/prime.c:1226: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(prime.o):/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/prime.c:1230: more undefined references to `log' follow
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(prime.o): in function `primes_interval_zv':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/prime.c:1370: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(quad.o): in function `qfi_Shanks':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/quad.c:574: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(QX_factor.o): in function `LLL_cmbf':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/QX_factor.c:500: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/QX_factor.c:501: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/QX_factor.c:513: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/QX_factor.c:513: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/QX_factor.c:534: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/QX_factor.c:542: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(RgX.o): in function `gen_bkeval':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/RgX.c:106: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `dbllog2r':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/headers/pariinl.h:2125: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `mydbllog2i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:155: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:160: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `dbllog2':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:191: undefined reference to `exp2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:191: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `dblexp':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:195: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `findpower':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:208: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:216: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `newton_polygon':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:248: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `lower_bound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:410: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:410: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:415: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:415: undefined reference to `cos'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:415: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `logmax_modulus':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:434: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:435: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:435: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:443: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:443: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:448: undefined reference to `exp2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:448: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:448: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:452: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:453: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:453: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:454: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:458: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `logmodulus':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:523: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:530: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:530: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:530: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:539: undefined reference to `exp2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:544: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `logpre_modulus':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:561: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:561: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:566: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:568: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:568: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:577: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:577: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:580: undefined reference to `exp2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `dual_modulus':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:607: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:609: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:609: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:622: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `refine_F':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:997: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:998: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `update_radius':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1199: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `split_2':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1287: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1287: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `split_0_2':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1392: undefined reference to `exp2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1393: undefined reference to `exp2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1393: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1395: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `a_posteriori_errors':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1560: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `all_roots':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1770: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1770: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:1781: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(rootpol.o): in function `ZX_Uspensky':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:2465: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:2472: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:2509: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/rootpol.c:2518: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(subcyclo.o): in function `polsubcyclo_complex_roots':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/subcyclo.c:567: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(subcyclo.o): in function `polsubcyclo_roots':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/subcyclo.c:599: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(subgroup.o): in function `dopsub':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/subgroup.c:294: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/subgroup.c:294: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans1.o): in function `dbllog2r':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/headers/pariinl.h:2125: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans1.o): in function `powcx':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:1217: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans1.o): in function `exp1r_abs':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:2190: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:2214: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:2215: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans1.o): in function `expQ':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:2581: undefined reference to `exp2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:2582: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans1.o): in function `logr_abs':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:3002: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:3021: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans1.o): in function `mplog1p':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:3269: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans1.o): in function `mpcosm1':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:3360: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:3390: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:3398: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans1.c:3399: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `mpatan':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:87: undefined reference to `atan'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:87: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:96: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `atanhuu':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:780: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:780: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `atanhui':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:805: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:805: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `darg':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:964: undefined reference to `atan'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `dcxlog':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:972: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `dabs':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:977: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `lngamma1':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1002: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `gamma_optim':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1074: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1080: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1086: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1086: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1093: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1093: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `gamma_use_1':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1107: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `cxgamma':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1154: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `gamma2_n':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1324: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1324: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `gammafrac24':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1728: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1728: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `mpfactr_n':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1840: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `lngamma_n':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1881: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `psi_lim':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1979: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1979: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:1980: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `cxpsi':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:2014: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:2023: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:2023: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans2.o): in function `psi_n':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans2.c:2225: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `bessel_get_lim':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:176: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `jbesselh':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:308: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `fi':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:643: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:651: undefined reference to `atan'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `besselzero':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:684: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:691: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:693: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:694: undefined reference to `cos'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:694: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `eint1p':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:796: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `mygamma':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:850: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:850: undefined reference to `atan'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `findextraincgam':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:966: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:966: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:969: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:971: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `incgamspec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1089: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `dblmodulus':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1157: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `cxeint1':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1290: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `mpveceint1':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1399: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1399: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1400: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1400: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1406: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1406: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `cxerfc_r1':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1430: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1433: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1435: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1468: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `get_xinf':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1521: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1526: undefined reference to `atan'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `optim_zeta':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1549: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1552: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1558: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1566: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1569: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1574: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1575: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1576: undefined reference to `atan'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1581: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1585: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1588: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `veczetas':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1596: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `veczeta':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1637: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `zetaBorwein':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1693: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(trans3.o): in function `szeta':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1755: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/trans3.c:1755: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(Zp.o): in function `ZpXQ_log':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/Zp.c:929: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/Zp.c:930: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(es.o): in function `try_dlopen':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/es.c:5123: undefined reference to `dlopen'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(es.o): in function `gp_dlopen':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/es.c:5132: undefined reference to `dlopen'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/es.c:5146: undefined reference to `dlerror'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(es.o): in function `install0':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/es.c:5165: undefined reference to `dlerror'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/es.c:5169: undefined reference to `dlsym'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(forprime.o): in function `good_arena_size':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/forprime.c:262: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/forprime.c:265: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/forprime.c:272: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(forprime.o): in function `initprimes':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/forprime.c:446: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(hash.o): in function `setlen':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/hash.c:32: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `intnumgaussinit':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:290: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:294: undefined reference to `cos'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `intinit_start':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:430: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:430: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `sumnummonieninit_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:1710: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:1710: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:1712: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `sumnuminit':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:1864: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:1865: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `intnumgauexpinit':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:1974: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o):/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2063: more undefined references to `ceil' follow
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `intnumainfrat':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2124: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2124: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `get_kN':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2183: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `sumnumrat_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2201: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `prodnumrat':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2286: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `sumeulerrat':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2399: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2400: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2403: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2403: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `prodeulerrat':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2449: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2449: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2450: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2453: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2453: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2456: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `sumnumlagrange1init':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2479: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2480: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `sumnumlagrange2init':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2505: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2506: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o): in function `sumnumlagrangeinit_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2564: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(intnum.o):/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/intnum.c:2565: more undefined references to `ceil' follow
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(sumiter.o): in function `dbllog2r':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/headers/pariinl.h:2125: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(sumiter.o): in function `derivnum':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/sumiter.c:1588: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(sumiter.o): in function `derivnumk':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/sumiter.c:1739: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(sumiter.o): in function `limit_Nprec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/sumiter.c:2009: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/sumiter.c:2010: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(sumiter.o): in function `asympnum':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/sumiter.c:2146: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(sumiter.o): in function `asympnumraw':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/sumiter.c:2172: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/language/sumiter.c:2173: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(part.o): in function `numbpart':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/part.c:128: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ratpoints.o): in function `sift':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/ratpoints.c:1258: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/ratpoints.c:1265: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(stark.o): in function `qfbforms':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/stark.c:2603: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/stark.c:2603: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(thue.o): in function `fact':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/thue.c:745: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(thue.o): in function `thueinit':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/thue.c:812: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/thue.c:812: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/thue.c:813: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/thue.c:813: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/thue.c:813: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(plotport.o): in function `rectticks':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/graph/plotport.c:454: undefined reference to `log10'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/graph/plotport.c:454: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/graph/plotport.c:454: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/graph/plotport.c:465: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/graph/plotport.c:466: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(alglin1.o): in function `ZM_gauss':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/alglin1.c:2942: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/alglin1.c:2942: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(alglin2.o): in function `charpoly_bound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/alglin2.c:1010: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(base1.o): in function `make_M_G':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/base1.c:1732: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(base1.o): in function `chk_gen_prec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/base1.c:2405: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(base1.o): in function `polred_init':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/base1.c:2446: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bern.o): in function `bernbitprec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:45: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:47: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bern.o): in function `zetamaxpow':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:55: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bern.o): in function `inv_szeta_euler':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:308: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:308: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:309: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:317: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:317: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bern.o): in function `eulerbitprec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:437: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:438: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bern.o): in function `lfun4maxpow':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:447: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bern.o): in function `inv_lfun4':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:556: undefined reference to `exp2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:556: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:563: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bern.c:563: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bibli1.o): in function `forqfvec_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bibli1.c:1198: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bibli1.c:1210: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bibli1.c:1210: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bibli1.o): in function `minim0_dolll':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bibli1.c:1372: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bibli1.c:1384: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bibli1.c:1384: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(bibli2.o): in function `binomialuu':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/bibli2.c:970: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch1.o): in function `cache_prime_quad':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:316: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch1.o): in function `compute_invresquad':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:330: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch1.o): in function `quadGRHchk':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:380: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:399: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:405: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:406: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch1.o): in function `Buchquad_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:985: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:988: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:990: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:990: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch1.c:990: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `cache_prime_dec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:452: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `tailres':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:515: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:518: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `compute_invres':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:562: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:565: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:586: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:587: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:595: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:602: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o):/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:603: more undefined references to `pow' follow
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `FBgen':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:657: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `GRHchk':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:721: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:741: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:746: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:747: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `log2Mbound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:1176: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `vec_chinese_units':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:1185: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `Fincke_Pohst_ideal':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:2452: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch2.o): in function `Buchall_param':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:3717: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:3718: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:3741: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch2.c:3741: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch3.o): in function `zimmertbound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch3.c:729: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch3.o): in function `minimforunits':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch3.c:854: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch3.c:867: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch3.c:867: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(buch3.o): in function `discrayabslistarch':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/buch3.c:2456: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(dirichlet.o): in function `vecpowug':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/dirichlet.c:352: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(dirichlet.o): in function `dirpowerssumfun':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/dirichlet.c:455: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ellanal.o): in function `logboundG0':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:159: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:160: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:161: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:161: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:162: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ellanal.o): in function `param_points':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:173: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:174: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:175: undefined reference to `cos'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:178: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellanal.c:179: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(elliptic.o): in function `ellwpnum_all':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/elliptic.c:2859: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(elliptic.o): in function `ellzeta':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/elliptic.c:3057: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(elliptic.o): in function `ellsigma':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/elliptic.c:3146: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(elliptic.o): in function `elllseries':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/elliptic.c:6338: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(elliptic.o): in function `ellsatp_mat':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/elliptic.c:7520: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ellpadic.o): in function `logsigma_prec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellpadic.c:574: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellpadic.c:579: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ellpadic.o): in function `log_prec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellpadic.c:593: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ellsea.o): in function `find_trace':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellsea.c:1404: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ellsea.c:1404: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(F2x.o): in function `F2xq_log_index':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/F2x.c:1621: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(Flx.o): in function `Flx_Flxq_eval_pre':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/Flx.c:2879: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(Flxq_log.o): in function `Flxq_log_index_Coppersmith':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/Flxq_log.c:716: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(FlxX.o): in function `FlxqX_FlxqXQ_eval_pre':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/FlxX.c:1960: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(FpE.o): in function `Fl_ellcard_Shanks':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/FpE.c:1159: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(FpE.o):/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/FpE.c:1186: more undefined references to `sqrt' follow
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(hgm.o): in function `get_dfp':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hgm.c:726: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hgm.c:726: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hgm.c:726: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(hgm.o): in function `hgmeulerfactor':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hgm.c:1122: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(hgm.o): in function `listweil_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hgm.c:1828: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hgm.c:1833: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(hypergeom.o): in function `hyperu_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hypergeom.c:165: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hypergeom.c:166: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(hypergeom.o): in function `precFtaylor':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/hypergeom.c:440: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(ifactor1.o): in function `uis_357_power':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ifactor1.c:1853: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/ifactor1.c:1861: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lambert.o): in function `dblL1L2':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:26: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lambert.o): in function `dbllambertW0':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:40: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:46: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:47: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:49: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lambert.o): in function `dbllambertW0init':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:63: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:84: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:85: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:86: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lambert.o): in function `dbllambertW_1':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:97: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:104: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:105: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:107: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lambert.o): in function `dbllambertW_1init':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:121: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:133: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lambert.o): in function `dbllambertWfritsch':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:145: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:150: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lambert.o): in function `dbllambertWhalleyspec':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lambert.c:161: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lerch.o): in function `zetahurwitz':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lerch.c:171: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lerch.c:226: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lerch.c:232: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lerch.c:261: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lerch.o): in function `_lerchphi':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lerch.c:480: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lfun.o): in function `lfunthetacost':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:495: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:497: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:497: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:500: undefined reference to `cos'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:503: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:504: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:509: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:509: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lfun.o): in function `lfunp_set':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:961: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:969: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:972: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:974: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:977: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1006: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1007: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1015: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1015: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1027: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lfun.o): in function `lfuninit_worker':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1129: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lfun.o): in function `lfunparams2':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1346: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1350: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:1353: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lfun.o): in function `lfunzeros':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfun.c:2372: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lfunquad.o): in function `Linv':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfunquad.c:553: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfunquad.c:557: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfunquad.c:560: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfunquad.c:560: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfunquad.c:574: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lfunquad.o): in function `usefeq':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfunquad.c:620: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lfunquad.o): in function `findNodd':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfunquad.c:637: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lfunquad.c:637: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(lll.o): in function `pari_rint':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/lll.c:24: undefined reference to `rint'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mellininv.o): in function `lemma526_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:37: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:43: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:44: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:46: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:51: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:54: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:55: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:57: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mellininv.o): in function `dbllemma526':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:65: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mellininv.o): in function `dblcoro526':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:73: undefined reference to `pow'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mellininv.o): in function `Kderivsmallinit':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:166: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mellininv.o): in function `Kderivsmall':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:273: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mellininv.o): in function `Kderivlarge_optim':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:323: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:323: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:328: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:332: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:332: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mellininv.o): in function `gammamellininvinit':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:584: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mellininv.c:584: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mftrace.o): in function `findq':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:7023: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mftrace.o): in function `mf2gaexpansion':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:8228: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mftrace.o): in function `mfperiod_prelim_double':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:11530: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:11532: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:11532: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mftrace.o): in function `getnlim2':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:11948: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mftrace.o): in function `mfgaexpansionall':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:11980: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mftrace.o): in function `Wparams':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:12722: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:12723: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:12724: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:12725: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:12725: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mftrace.o): in function `fs2_init':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:12865: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:12865: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/mftrace.c:12867: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(modsym.o): in function `mssplit_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/modsym.c:645: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(modsym.o): in function `TpE_char_bound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/modsym.c:2589: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(modsym.o): in function `decorate':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/modsym.c:4645: undefined reference to `atan2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/modsym.c:4653: undefined reference to `atan2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(nffactor.o): in function `get_Bhigh':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:873: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(nffactor.o): in function `get_trace':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:906: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(nffactor.o): in function `bestlift_bound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:1288: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:1292: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:1295: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:1295: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:1296: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(nffactor.o): in function `nf_LLL_cmbf':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:1452: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nffactor.c:1452: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(nflist.o): in function `cubicreal':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1110: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1110: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1110: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1113: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1114: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1115: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1117: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1118: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1119: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(nflist.o): in function `cubicimag':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1176: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/nflist.c:1176: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polclass.o): in function `logfac':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:970: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:971: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polclass.o): in function `upper_bound_on_classpoly_coeffs':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:978: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:986: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:986: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:990: undefined reference to `exp'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:990: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polclass.o): in function `classgp_make_pcp':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:1279: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:1279: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polclass.o): in function `select_classpoly_prime_pool':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:1476: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:1504: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:1514: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polclass.o): in function `select_classpoly_primes':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:1576: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:1581: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polclass.o): in function `oneroot_of_classpoly':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:1604: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polclass.o): in function `polclass0':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:2002: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polclass.c:2014: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polmodular.o): in function `polmodular_split_p_Flm':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:1626: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polmodular.o): in function `modpoly_height_bound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3069: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3069: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3069: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3071: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3093: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polmodular.o): in function `modpoly_pickD_primes':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3358: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3418: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polmodular.o):/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3423: more undefined references to `log2' follow
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polmodular.o): in function `calc_primes_for_discriminants':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3452: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polmodular.o): in function `modpoly_pickD':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3525: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3589: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3623: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(polmodular.o): in function `discriminant_with_classno_at_least':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3965: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/polmodular.c:3965: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(zetamult.o): in function `zparams':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/zetamult.c:210: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/zetamult.c:212: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/zetamult.c:212: undefined reference to `sqrt'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/zetamult.c:212: undefined reference to `floor'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(zetamult.o): in function `log2zeta_bound':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/zetamult.c:340: undefined reference to `ceil'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(zetamult.o): in function `zetamult_i':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/basemath/zetamult.c:695: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpqs.o): in function `mpqs_find_k':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/mpqs.c:252: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/mpqs.c:275: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/mpqs.c:279: undefined reference to `log'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpqs.o): in function `mpqs_create_FB':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/mpqs.c:340: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/mpqs.c:357: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/GPDIR.dbg/lib/libpari.a(mpqs.o): in function `mpqs_set_sieve_threshold':
/usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/mpqs.c:423: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/mpqs.c:424: undefined reference to `log2'
/usr/bin/ld: /usr/local/Math_Software/pari-2.15.3/Olinux-x86_64.dbg/../src/modules/mpqs.c:428: undefined reference to `log2'
collect2: error: ld returned 1 exit status
make: *** [Makefile:49: extgcd] Error 1

Best regards,
Greg Marks

Attachment: signature.asc
Description: PGP signature