[Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

Bob Ippolito bob at redivi.com
Fri Jun 30 23:51:00 CEST 2006


On Jun 30, 2006, at 2:33 PM, William Kyngesburye wrote:

> On Jun 30, 2006, at 3:50 PM, Christopher Barker wrote:
>
>> I'm guessing that this may not be the ONLY lib that has this
>> problem --
>> it's just the the one that's been discovered. Also, it seems possible
>> that a user might have a similar problem with a lib that isn't
>> Apple's.
>>
>
> Here's a list of Panther-Tiger incompatibilities I came up with when
> working out Panther-compatible Tiger builds (not quite exhaustive,
> mainly stuff that directly affected what I was doing):
>
> • libSystem - some new symbols in tiger.
> • libncurses & friends
> • libtermcap

I think the current build accommodates for these differences already  
by providing a static ncurses and by using some weak linking stuff  
for the new POSIX functionality.

> • libbz2

This is a known issue now.

> • libcurl.3
> • LDAP fw

Pretty sure Python doesn't link to either of these.

-bob



More information about the Pythonmac-SIG mailing list