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

SourceForge.net noreply at sourceforge.net
Fri Jan 7 14:09:01 CET 2005


Patches item #1097739, was opened at 2005-01-07 11:06
Message generated for change (Comment added) made by jackjansen
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



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

>Comment By: Jack Jansen (jackjansen)
Date: 2005-01-07 14:09

Message:
Logged In: YES 
user_id=45365

Looks good. Checked in as configure.in 1.480, configure 1.467.

Will backport to 2.4 and 2.3.

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

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