Patches item #1171735, was opened at 2005-03-28 04:31 Message generated for change (Comment added) made by etrepum You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1171735&group_id=5470
Category: Macintosh Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Bob Ippolito (etrepum) Assigned to: Bob Ippolito (etrepum) Summary: Fix compile/link when using Darwin 8 Initial Comment: Darwin 8's headers are anal about POSIX compliance, and linking has changed (prebinding is now deprecated, and libcc_dynamic no longer exists). This configure patch makes things right. ---------------------------------------------------------------------- >Comment By: Bob Ippolito (etrepum) Date: 2005-03-28 12:52 Message: Logged In: YES user_id=139309 This is an updated version of the patch. When using gcc4, libcc_dynamic does not exist. Previous versions of gcc require it. So the linker flags are dependent on the gcc version. This fixes compilation on Darwin >= 8 with gcc < 4.0 (gcc 4 is the default) ---------------------------------------------------------------------- Comment By: Bob Ippolito (etrepum) Date: 2005-03-28 05:12 Message: Logged In: YES user_id=139309 got the OK from Anthony, going to apply and backport to 2.4-maint tomorrow after sufficient testing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1171735&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
