[Python-Dev] MacOSX -framework options and distutils weirdness

2007-10-09 Thread Greg Ewing
A while back I wrote about a problem I was having with the ordering of -framework options in distutils compilation commands. Well, now I've discovered something even stranger. When distutils executes the following link command, I get a bunch of undefined OpenGL-related symbols. But if I copy and p

Re: [Python-Dev] MacOSX -framework options and distutils weirdness

2007-10-09 Thread Ronald Oussoren
On Tuesday, October 09, 2007, at 12:29PM, "Greg Ewing" <[EMAIL PROTECTED]> wrote: >A while back I wrote about a problem I was having with >the ordering of -framework options in distutils compilation >commands. Well, now I've discovered something even stranger. > >When distutils executes the foll

Re: [Python-Dev] MacOSX -framework options and distutils weirdness

2007-10-09 Thread Greg Ewing
Ronald Oussoren wrote: > Is that the system supplied version of Python? No, it's my own installation of 2.3, but it's installed as a framework in /Library/Frameworks. > My guess is MACOSX_DEPLOYMENT_TARGET: this is set in the > environment by distutils. I wondered about that -- I've noticed th

Re: [Python-Dev] MacOSX -framework options and distutils weirdness

2007-10-09 Thread Ronald Oussoren
On 9 Oct, 2007, at 23:11, Greg Ewing wrote: Ronald Oussoren wrote: Is that the system supplied version of Python? No, it's my own installation of 2.3, but it's installed as a framework in /Library/Frameworks. My guess is MACOSX_DEPLOYMENT_TARGET: this is set in the > environment by distut