[mpir-devel] Cygwin and Cygwin64 build working again

2015-06-10 Thread 'Bill Hart' via mpir-devel
Hi all, I have not committed fixes so that MPIR builds and passes all its tests on Cygwin and Cywin64. You have to select all the prerequisites: gcc, g++, texinfo, m4, git, make, wget, etc., when installing Cygwin. Then MPIR should build just fine from our GitHub repository. Bill. -- You rece

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

2015-06-10 Thread 'Bill Hart' via mpir-devel
We aren't having any issues with MSYS2 or MSVC, so this appears to be an ICC only problem. Since I don't have a copy of ICC, I would advise taking the issue up with Intel. Their compiler defines __GNUC__ as it is basically supposed to do what GCC will do. Who knows, they might consider it to be a

Re: [mpir-devel] MPIR 2.7.0 (alpha12) fails on make check: t-lorrshift1 segfaults

2015-06-10 Thread 'Bill Hart' via mpir-devel
I've now spent a full day investigating why Cygwin64 segfaults when calling mpn_lshift1 or mpn_lshift2. The function mpn_lshift1 is assembled yasm. It is linked in and the symbol exists in the library. I can link a small C program against it, which I can debug. With the gnu debugger I was able t