Re: OS 10.5 build 64 bits

2008-10-24 Thread Robin Becker
Graham Dumpleton wrote: http://code.google.com/p/modwsgi/wiki/InstallationOnMacOSX http://developer.apple.com/releasenotes/OpenSource/PerlExtensionsRelNotes/index.html The latter only works for Apple supplied Python as I understand it. .. thanks for these, the mod_wsgi build

Re: OS 10.5 build 64 bits

2008-10-23 Thread Robert Kern
Lawrence D'Oliveiro wrote: In message <[EMAIL PROTECTED]>, Robin Becker wrote: Is there some magic I can try to make the OS 10.5 build as 64 bits? Bear in mind OS X isn't really 64-bit, it's still only a 32-bit kernel. Well, you can compile and execute 64-bit user-space programs (including

Re: OS 10.5 build 64 bits

2008-10-23 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Robin Becker wrote: > Is there some magic I can try to make the OS 10.5 build as 64 bits? Bear in mind OS X isn't really 64-bit, it's still only a 32-bit kernel. -- http://mail.python.org/mailman/listinfo/python-list

Re: OS 10.5 build 64 bits

2008-10-23 Thread Graham Dumpleton
On Oct 24, 5:28 am, Robin Becker <[EMAIL PROTECTED]> wrote: > M.-A. Lemburg wrote: > > igure script. > > > The config options --with-universal-archs is used for this. In theory > > you could build a 4-way binary for Intel,PPC/32-bit,64-bit. > > Default is 32-bit only. > > > > appar

Re: OS 10.5 build 64 bits

2008-10-23 Thread M.-A. Lemburg
On 2008-10-23 20:28, Robin Becker wrote: > M.-A. Lemburg wrote: > igure script. >> >> The config options --with-universal-archs is used for this. In theory >> you could build a 4-way binary for Intel,PPC/32-bit,64-bit. >> Default is 32-bit only. > > > apparently this issue is know

Re: OS 10.5 build 64 bits

2008-10-23 Thread Robin Becker
M.-A. Lemburg wrote: igure script. The config options --with-universal-archs is used for this. In theory you could build a 4-way binary for Intel,PPC/32-bit,64-bit. Default is 32-bit only. apparently this issue is known http://bugs.python.org/issue1619130 but I still don't k

Re: OS 10.5 build 64 bits

2008-10-23 Thread M.-A. Lemburg
Hi Robin, On 2008-10-23 17:55, Robin Becker wrote: > I'm trying to build Python from the unix sources on an OS 10.5 machine. > This is because we're getting strange faults when using the built in > python 2.5 together with some precompiled versions of MySQLdb PIL etc etc. > > The build works if