Jason Moxham on Thu, 02 Jul 2009 00:12:23 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Pari 64bit on Windows |
On Wednesday 01 July 2009 17:35:09 Bill Allombert wrote: > On Wed, Jul 01, 2009 at 03:39:03PM +0100, Jason Moxham wrote: > > Hi > > > > I've got Pari-svn running on Windows with/without GMP/MPIR in 64bit mode. > > This is with MSVC , and when MinGW/MSYS goes 64bit it will work with that > > :) The main problem with Windows64 is that it uses a LLP data model > > rather than the usual LP data model , this means that long's are 32 bit. > > I'm doing this > > Is there no way to tell the compiler to use the LP model nevertheless ? > I'm afraid not , Microsoft has made the bed , and we have to lie in it :) If there was , it presumably would only work for a statically linked exe with NO external dependences (even libc) > Cheers, > Bill