[Python-Dev] How to configure with icc on Mac?

"Martin v. Löwis" martin at v.loewis.de
Sun Jan 4 23:38:51 CET 2009


> This code looks suspicious:
> 
>             if test ${cur_target} '>' 10.2; then
>                     cur_target=10.3
>             fi
> 
> If I comment it out configure succeeds.  This code dates from r65061

No, it dates from r45800:

r45800 | ronald.oussoren | 2006-04-29 13:31:35 +0200 (Sa, 29. Apr 2006)
| 2 lines

Patch 1471883: --enable-universalsdk on Mac OS X

I think the intention is that the binaries built work on OSX 10.3 and
later, hence OSX_DEPLOYMENT_TARGET is set to 10.3.

Regards,
Martin


More information about the Python-Dev mailing list