[Patches] [ python-Patches-1097739 ] Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3

SourceForge.net noreply at sourceforge.net
Fri Jan 7 11:06:32 CET 2005


Patches item #1097739, was opened at 2005-01-07 05:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1097739&group_id=5470

Category: Macintosh
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Jack Jansen (jackjansen)
Summary: Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3

Initial Comment:
It is not a good idea to use -framework (even with -F) if it is 
necessary to link to a less-than-current framework.  For Python, 
this is the case.

This patch to configure.in should (in theory) resolve this issue.  
Note that since only the .in is patched, autoconf must be run after 
application.

I have only tested the 10.3 scenario, but will comment as soon as 
the 10.2 build has finished and I've tested it.

Background reading:
http://bob.pythonmac.org/archives/2005/01/05/versioned-
frameworks-considered-harmful/
http://mail.python.org/pipermail/python-dev/2005-January/
thread.html#50649



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1097739&group_id=5470


More information about the Patches mailing list