Re: [mpir-devel] MPIR-2.5.0-rc1 released

2012-01-02 Thread Jason
On Thursday 22 December 2011 09:35:50 Jason wrote: > Hi > > I've tested and done a few minor tweeks and the current svn now passes tests > on all the gcc farm , mingw64, cygwin and mingw32 > , I'll try and do a few MSVC tests tonight , and then we can release rc2 > > Jason > > Hi Well christ

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-22 Thread Jason
Hi I've tested and done a few minor tweeks and the current svn now passes tests on all the gcc farm , mingw64, cygwin and mingw32 , I'll try and do a few MSVC tests tonight , and then we can release rc2 Jason -- You received this message because you are subscribed to the Google Groups "mpir-d

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-16 Thread Sisyphus
- Original Message - From: "David Cleaver" I get similar 'and' different behavior with my compiler. The similarity is that, without -Wall it silently/successfully builds the program. With -Wall, it gives the following error: $ gcc -o try.exe try.c -Wall try.c: In function 'main':

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-16 Thread David Cleaver
On 12/15/2011 11:11 PM, Sisyphus wrote: C:\_64\c>x86_64-w64-mingw32-gcc -o try.exe try.c -Wall try.c: In function 'main': try.c:7:2: warning: unknown conversion type character 'l' in format [-Wformat] try.c:7:2: warning: too many arguments for format [-Wformat-extra-args] Then, when I execute t

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-15 Thread Sisyphus
- Original Message - From: "David Cleaver" However, I still get the problem with the t-printf test failing saying: PASS: t-locale.exe FAIL: t-printf.exe PASS: t-scanf.exe = 1 of 3 tests failed See tests/misc/test-suite.log A

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-15 Thread David Cleaver
On 12/15/2011 5:47 PM, Sisyphus wrote: I think you probably just need to build without those --build and --host options. Does simply './configure --enable-gmpcompat' work ? You might need to additionally specify 'ABI=64' - that's if configure doesn't reach that conclusion by itself. Cheers, R

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-15 Thread Sisyphus
- Original Message - From: "David Cleaver" ./configure --prefix=C:/_64/mpir --disable-shared --enable-static --enable-gmpcompat LDFLAGS=-L/c/_64/mpir/lib CPPFLAGS=-I/c/_64/mpir/include CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ AR=x86_64-w64-mingw32-ar LD=x86_64-w64-mingw

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-15 Thread David Cleaver
On 12/14/2011 10:51 PM, Sisyphus wrote: - Original Message - From: "David Cleaver" PASS: t-locale.exe FAIL: t-printf.exe PASS: t-scanf.exe No such failure for me using the same tools. I've a notion that configure checks to see which modifiers are permitted unless it thinks it's doin

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-14 Thread Sisyphus
- Original Message - From: "David Cleaver" I wanted to let you know that, when using msys/mingw64, 'make check' gets through almost all tests successfully until misc/t-printf. It fails here due to the fact that mingw64 does not print posix modifiers by default. A special define ne

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-14 Thread David Cleaver
On 12/5/2011 12:32 PM, Jason wrote: Hi MPIR-2.5.0-rc1 is released for testing here http://www.mpir.org/mpir-2.5.0-rc1.tar.bz2 I wanted to let you know that, when using msys/mingw64, 'make check' gets through almost all tests successfully until misc/t-printf. It fails here due to the fact

Re: [mpir-devel] MPIR-2.5.0-rc1 released

2011-12-13 Thread Jason
On Monday 05 December 2011 18:32:00 Jason wrote: > Hi > > MPIR-2.5.0-rc1 is released for testing here > > http://www.mpir.org/mpir-2.5.0-rc1.tar.bz2 > > The main changes are , very briefly and incomplete > > new assembly code > fat builds more effiecent on x64 > removed ancient/obsolete stuff a

[mpir-devel] MPIR-2.5.0-rc1 released

2011-12-05 Thread Jason
Hi MPIR-2.5.0-rc1 is released for testing here http://www.mpir.org/mpir-2.5.0-rc1.tar.bz2 The main changes are , very briefly and incomplete new assembly code fat builds more effiecent on x64 removed ancient/obsolete stuff and cleanups new python windows build script faster GCD code (Than