[mpir-devel] Re: MPIR fails in "make check"

2013-09-02 Thread Peter Sebastian Nordholt
And thank you for the tip Marc. I will keep that in mind. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to mpir-devel+unsubscr...@googlegroups.com. To post to this

Re: [mpir-devel] MPIR fails in "make check"

2013-09-02 Thread Peter Sebastian Nordholt
Sure, here is the extra info: - cat /proc/cpuinfo: processor: 0 vendor_id: GenuineIntel cpu family: 6 model: 45 model name: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz stepping: 7 microcode: 0x70a cpu MHz: 1800.000 cache size: 20480 KB physic

[mpir-devel] Re: MPIR fails in "make check"

2013-09-02 Thread Marc
Le lundi 2 septembre 2013 17:10:54 UTC+2, Peter Sebastian Nordholt a écrit : > > wget http://www.mpir.org/mpir-2.6.0.tar.bz2 > > tar xvjf mpir-2.6.0.tar.bz2 > cd mpir-2.6.0 > sudo ./configure --enable-gmpcompat --enable-cxx > sudo make > sudo make check > sudo make install > Bill has the right ques

Re: [mpir-devel] MPIR fails in "make check"

2013-09-02 Thread Bill Hart
Hi Peter, Can you tell us what processor you have, e.g. cat /proc/cpuinfo Also, what does the following yield in the top level mpir directory: ./config.guess Also what version of GCC do you have: gcc -v The bug you are reporting seems to be new. I'm don't recall seeing it before. The output

[mpir-devel] MPIR fails in "make check"

2013-09-02 Thread Peter Sebastian Nordholt
I am trying to install MPIR as described in the manual (www.mpir.org/mpir-2.6.0.pdf) I.e. I am doing the following steps: wget http://www.mpir.org/mpir-2.6.0.tar.bz2 tar xvjf mpir-2.6.0.tar.bz2 cd mpir-2.6.0 sudo ./configure --enable-gmpcompat --enable-cxx sudo make sudo make check sudo make ins

Re: [mpir-devel] mpz_next_likely_prime_p fails frequently

2013-09-02 Thread Brian Gladman
On 21/08/2013 06:39, Case Van Horsen wrote: > Hi Brian, > > Can I suggest that the name be changed to next_prime_candidate()? I have now changed the name as you suggest in my GIT repository. Brian -- You received this message because you are subscribed to the Google Groups "mpir-devel" group