Nick Dowell added the comment:
Why should it only be available on OS X if built with MACOSX_DEPLOYMENT_TARGET
of 10.5 or higher?
chflags() should be available in earlier versions of the OS:
http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/10.3/man2/chflags.2.html
Changes by Nick Dowell :
Added file: http://bugs.python.org/file18738/8746-2.6.6.patch
___
Python tracker
<http://bugs.python.org/issue8746>
___
___
Python-bugs-list m
Changes by Nick Dowell :
Added file: http://bugs.python.org/file18737/8746-2.7.patch
___
Python tracker
<http://bugs.python.org/issue8746>
___
___
Python-bugs-list mailin
Changes by Nick Dowell :
--
keywords: +patch
Added file: http://bugs.python.org/file18736/8746-3.1.2.patch
___
Python tracker
<http://bugs.python.org/issue8
Nick Dowell added the comment:
We've just noticed this same problem with Python 3.1.2 on Mac OS X.
The problem is that the program source in the configure script has extraneous
'[' and ']' characters in it, causing compilation to fail.
Excerpt of configure from lin