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

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