Re: [Pythonmac-SIG] Building compatible dependencies

2014-06-11 Thread Ned Deily
In article , > On Wed, Jun 11, 2014 at 4:58 PM, Chris Barker wrote: > > I know it'a at least theoretically possible to build libs under 10.9 that > > will work on 10.6 -- specifically compatible with the python.org python > > binaries. > > > > But I"m having trouble finding documentation of what

Re: [Pythonmac-SIG] Building compatible dependencies

2014-06-11 Thread Matthew Brett
Hi, On Wed, Jun 11, 2014 at 4:58 PM, Chris Barker wrote: > Hi folks, > > I know it'a at least theoretically possible to build libs under 10.9 that > will work on 10.6 -- specifically compatible with the python.org python > binaries. > > But I"m having trouble finding documentation of what flags y

[Pythonmac-SIG] Building compatible dependencies

2014-06-11 Thread Chris Barker
Hi folks, I know it'a at least theoretically possible to build libs under 10.9 that will work on 10.6 -- specifically compatible with the python.org python binaries. But I"m having trouble finding documentation of what flags you need. MACOSX_DEPLOYMENT_TARGET=10.6 should be required -- but anyt