[mpir-devel] Re: Failure on MSYS

2009-05-26 Thread Bill Hart
I checked that MPIR 1.1.2 builds fine with the --enable-gmpcompat option on MSYS 32. It also passes make check. I will email the libraries to you if building it as per the above still fails make check on your machine. It would be great for our benefit if you could check that for us though. It is

[mpir-devel] Re: Failure on MSYS

2009-05-26 Thread Bill Hart
So are you saying that all the tests passed when you built it with --enable-assert? If so, then it looks like the library builds just fine. What exactly did you type to build MPIR the first time? Here is what you need to type: ./configure make clean make make check Then in the directory .libs

[mpir-devel] Re: Failure on MSYS

2009-05-26 Thread Peter_APIIT
I just need the header file and .lib library file. Please sent it to me. I using MS Visual C++ Express 2008. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send em

[mpir-devel] Re: Failure on MSYS

2009-05-26 Thread Peter_APIIT
On 23 May, 18:19, Bill Hart wrote: > Thanks Peter, that's useful information. Also can you tell us if any > other information is printed when the tests fail, or does it just say > FAIL and not print anything? > > Something else which may help is to rebuild with asserts enabled: > > ./configure

[mpir-devel] Re: Failure on MSYS

2009-05-26 Thread Cactus
On May 26, 8:10 am, Peter_APIIT wrote: > On 23 May, 18:30, Cactus wrote: > > > > > On May 23, 11:06 am, Peter_APIIT wrote: > > > > On 23 May, 13:31, Bill Hart wrote: > > > > > I just tried building MPIR with the latest MSYS on my K8 and no > > > > problems. So something strange is going on I

[mpir-devel] Re: Failure on MSYS

2009-05-26 Thread Peter_APIIT
On 23 May, 18:44, Bill Hart wrote: > Looking through the configure log, I see nothing unusual. It finds a > working compiler, links in the k7 assembly code, which is correct for > a k8 with ABI=32. > > That's all precisely what happens on my machine. One failed test I > could possibly understan

[mpir-devel] Re: Failure on MSYS

2009-05-26 Thread Peter_APIIT
On 23 May, 18:30, Cactus wrote: > On May 23, 11:06 am, Peter_APIIT wrote: > > > > > On 23 May, 13:31, Bill Hart wrote: > > > > I just tried building MPIR with the latest MSYS on my K8 and no > > > problems. So something strange is going on I think. > > > > Admittedly I have Vista and not XP.