[mpir-devel] MPIR-2.3.0 released

2011-03-03 Thread Jason
Hi MPIR 2.3.0 was released on 4th March 2011. * source tarball: http://www.mpir.org/mpir-2.3.0.tar.bz2 * documentation: http://www.mpir.org/mpir-2.3.0.pdf See the MPIR website (www.mpir.org) for known issues and a list of supported platforms/hardware in the form of the test matrix. Th

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jason
On Thursday 03 March 2011 16:26:18 Jeff Gilchrist wrote: > On Thu, Mar 3, 2011 at 11:23 AM, Jason wrote: > > if you do > > gcc -v > > what is the exact output , perhaps when gcc was built some different > > option was used , we have quite a few gcc-3.4's on various machines and > > they all work f

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jeff Gilchrist
On Thu, Mar 3, 2011 at 11:23 AM, Jason wrote: > if you do > gcc -v > what is the exact output , perhaps when gcc was built some different option > was > used , we have quite a few gcc-3.4's on various machines and they all work > fine > , although some have broken c++ Reading specs from /usr/l

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jason
On Thursday 03 March 2011 16:06:14 Jeff Gilchrist wrote: > On Thu, Mar 3, 2011 at 11:02 AM, Jason wrote: > > As we don't seem to have any regressions from mpir-2.2 , I think we can > > release 2.3 this evening. > > I'm running the test script now that I know it exists (thanks). Is > there a know

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jeff Gilchrist
On Thu, Mar 3, 2011 at 11:02 AM, Jason wrote: > As we don't seem to have any regressions from mpir-2.2 , I think we can > release 2.3 this evening. I'm running the test script now that I know it exists (thanks). Is there a known issue with fat builds with GCC 3.4.x on K8 (k8-unknown-linux-gnu)?

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jason
On Thursday 03 March 2011 09:41:15 Jason wrote: > On Wednesday 02 March 2011 23:17:15 Jason wrote: > > Some passes > > > > k7-pc-linux-gnu gcc version 4.4.4 (GCC) on box14 > > > > That's the last on my K7 , I'm using the parts for the new AMD Bobcat > > > > atom-unknown-linux-gnu gcc version 4.4

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jason
On Thursday 03 March 2011 12:08:01 Jason wrote: > On Thursday 03 March 2011 10:34:55 Jeff Gilchrist wrote: > > On Thu, Mar 3, 2011 at 4:30 AM, Jason wrote: > > > it fails because sizeof(long)=8 still > > > > > > Did this work before on previous MPIR's ? > > > You could try CFLAGS=-m32 +whatever >

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jason
On Thursday 03 March 2011 10:34:55 Jeff Gilchrist wrote: > On Thu, Mar 3, 2011 at 4:30 AM, Jason wrote: > > it fails because sizeof(long)=8 still > > > > Did this work before on previous MPIR's ? > > You could try CFLAGS=-m32 +whatever > > No idea if this failed before since ICC is a fairly new

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jeff Gilchrist
On Thu, Mar 3, 2011 at 4:30 AM, Jason wrote: > it fails because sizeof(long)=8 still > > Did this work before on previous MPIR's ? > You could try CFLAGS=-m32 +whatever No idea if this failed before since ICC is a fairly new to that system so I had never tried it before. Those systems seem to b

[mpir-devel] Virtual Machines

2011-03-03 Thread Jason
Hi I've come to the conclusion that I will probably never get the time to write any 32bit code , and the more it gets delayed the less important it becomes. At the moment all my machines have two OS'es installed , slackware 32bit and slackware 64bit in two completely separate partitions. This i

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jason
On Wednesday 02 March 2011 23:17:15 Jason wrote: > Some passes > > k7-pc-linux-gnu gcc version 4.4.4 (GCC) on box14 > > That's the last on my K7 , I'm using the parts for the new AMD Bobcat > > atom-unknown-linux-gnu gcc version 4.4.4 (GCC) on box13 > > nehalem-pc-mingw32 gcc version 4.5.0 (GCC

Re: [mpir-devel] MPIR-2.3.0-rc3 released

2011-03-03 Thread Jason
On Thursday 03 March 2011 01:16:02 Jeff Gilchrist wrote: > These all passed with C++ enabled: > > - 64bit Core2 MSVC 2010 build on Windows 7 Ultimate SP1 64bit > - 32bit P4 MSVC 2010 build on Windows 7 Ultimate SP1 64bit > > - 64bit k8-unknown-linux-gnu GCC version 3.4.6 > - 32bit (ABI=32) k8-unk