Adding main_resolv("Gmp.bignum" ); in _main in the master fixed the problem (and quite exactly doubled the pike start overhead. :-))
/ Per Hedbor ()
Previous text:
2003-02-07 23:12: Subject: Re: gcc/icc
It worked for me.
On a not quite related note:
Matrix multiplication......Gmp.mpz conversion failed (Gmp.bignum not loaded). /usr/local/pike/7.5.3/lib/modules/Tools.pmod/Shoot.pmod/MatrixMult.pike:21: Tools.Shoot.MatrixMult()->test(-1) /usr/local/pike/7.5.3/lib/modules/Tools.pmod/Shoot.pmod/MatrixMult.pike:26: Tools.Shoot.MatrixMult()->perform() /usr/local/pike/7.5.3/lib/modules/Tools.pmod/Shoot.pmod/module.pmod:129: Tools.Shoot->_shoot("MatrixMult") -:3: -()->run(1,({"/usr/local/pike/7.5.3/bin/pike"}),mapping[34]) failed to spawn pike or run test
I can use Gmp.mpz (or Gmp.bignum) without trouble if I just start the pike, though.
/ Per Hedbor ()