[mpir-devel] Re: Build/test reports: most wanted machines

2015-06-12 Thread 'Bill Hart' via mpir-devel
I forgot to mention: if the output of ./config.guess begins with x86_64 or core2 and yet you have a recent machine, this is a misconfiguration of MPIR. In such cases, could you please send me the output of cat /proc/cpuinfo from your machine, or otherwise tell me what the precise CPU model is for

[mpir-devel] Build/test reports: most wanted machines

2015-06-12 Thread 'Bill Hart' via mpir-devel
Hi all, I've completed all the *nix testing I can, but need help on other OS's and arches. So far I have: Ubuntu: == k102 penryn bulldozer Gentoo: === nehalem itanium2 sandybridge Cygwin/Mingw/Msys (32/64 bit): haswell That's all the machines I current

Re: [mpir-devel] Re: Autotools puzzler, can anyone help?

2015-06-12 Thread 'Bill Hart' via mpir-devel
So the code is definitely run. $enable_shared is set to no $enable_static is set to yes $host is haswell-pc-msys And that is the case, even if I specify --enable-shared --enable-static to configure. In fact, it is the case regardless of what combination of --enable/disable-shared/static I pass to

Re: [mpir-devel] Re: Autotools puzzler, can anyone help?

2015-06-12 Thread Jean-Pierre Flori
On Friday, June 12, 2015 at 8:14:41 AM UTC-5, Bill Hart wrote: > > > > On 12 June 2015 at 15:07, Jean-Pierre Flori > wrote: > >> >> On Friday, June 12, 2015 at 7:31:53 AM UTC-5, Bill Hart wrote: >>> >>> I have a puzzler. >>> >>> I've updated config.guess etc. to allow -pc-msys when using msys2.

Re: [mpir-devel] Re: Autotools puzzler, can anyone help?

2015-06-12 Thread 'Bill Hart' via mpir-devel
On 12 June 2015 at 15:07, Jean-Pierre Flori wrote: > > On Friday, June 12, 2015 at 7:31:53 AM UTC-5, Bill Hart wrote: >> >> I have a puzzler. >> >> I've updated config.guess etc. to allow -pc-msys when using msys2. >> >> On my machine I get haswell-pc-msys, for example. >> >> Now in configure, we

[mpir-devel] Re: Autotools puzzler, can anyone help?

2015-06-12 Thread Jean-Pierre Flori
On Friday, June 12, 2015 at 7:31:53 AM UTC-5, Bill Hart wrote: > > I have a puzzler. > > I've updated config.guess etc. to allow -pc-msys when using msys2. > > On my machine I get haswell-pc-msys, for example. > > Now in configure, we have: > > case $host in > *-pc-msys|*-*-cygwin* | *-*-mingw*)

[mpir-devel] Re: MPIR-2.7.0 alpha13 available for testing

2015-06-12 Thread 'Bill Hart' via mpir-devel
By the way, some people have reported having issues downloading the documentation for MPIR from the website. I haven't the foggiest idea why this is happening, but I am also now experiencing this issue from Germany. The file is certainly there. Apparently the web has now become so complicated that

[mpir-devel] MPIR-2.7.0 alpha13 available for testing

2015-06-12 Thread 'Bill Hart' via mpir-devel
Hi all, I've closed all the current blockers for the MPIR-2.7.0 release. As such, I just uploaded alpha13 to our website (http://mpir.org/). It would be great if you can test it. Note if you are using MSVC, best to wait until Brian Gladman gives the all clear. I've only tested it on *nix and Cy

[mpir-devel] Autotools puzzler, can anyone help?

2015-06-12 Thread 'Bill Hart' via mpir-devel
I have a puzzler. I've updated config.guess etc. to allow -pc-msys when using msys2. On my machine I get haswell-pc-msys, for example. Now in configure, we have: case $host in *-pc-msys|*-*-cygwin* | *-*-mingw*) # By default, build only static. if test -z "$enable_shared"; then

Re: [mpir-devel] MPIR-2.7.0-alpha12 Intel Compiler Error on Windows

2015-06-12 Thread 'Bill Hart' via mpir-devel
I've had a closer look at this, and ICC definitely supports the gas format assembly and the constraints and modifiers that gas does. But taking a closer look, you say that you are experiencing this with the Intel Compiler for Win32 on an x64 machine. The compiler and assembler need to be matching