[Pythonmac-SIG] The PantherPythonFix installer and C++ extensions

Jack Jansen Jack.Jansen at cwi.nl
Thu Dec 30 17:44:42 CET 2004


On 30-dec-04, at 10:02, Ronald Oussoren wrote:
>
> In the quick-and-dirty-hacks category: you could write two simple 
> shell-scripts that start the compiler with the right environment 
> variables:
>
> run-cc:
>     #!/bin/sh
>
>     env MACOSX_DEPLOYMENT_TARGET=10.3 gcc "${@}"
>
> run-c++:
> 	#!/bin/sh
> 	env MACOSX_DEPLOYMENT_TARGET=10.3 gcc "${@}"

Here's an even better idea (I think), please think about whether it 
would fly:
In the Makefile we not only change LDSHARED and BLDSHARED to start with 
" env MACOSX_DEPLOYMENT_TARGET=10.3", but also CXX. That'll teach 
distutils to fiddle with our command lines:-)

Only question is: would this have any adverse side efffects?
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma 
Goldman



More information about the Pythonmac-SIG mailing list