[Pyrex] [Fwd: Re: [Mac Inter Core Duo OS 10.4.9 ] compiler complains about pyrex created .h]

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jun 12 07:37:01 UTC 2007


David Goldsmith wrote:
> why does the linker, when run manually, 
> think the deployment target is 10.1

I guess it's erring on the side of caution and trying to
produce code that's as backward-compatible as possible
with earlier versions of OSX, unless you tell it otherwise.

It seems that on or after around Python 2.4 or so, distutils
sets the deployment target to 10.3, so that it can use
certain linking options.

--
Greg



More information about the Pyrex mailing list