This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients jhowarth, ronaldoussoren
Date 2009-05-17.10:36:04
SpamBayes Score 3.3400323e-05
Marked as misclassified No
Message-id <1242556566.4.0.513477554418.issue5514@psf.upfronthosting.co.za>
In-reply-to
Content
Jack: could you please explain what the issue is? Unless you do so I 
will close this issue as "won't fix".

In particular: will linking with "-lpython3.0" work with this 
hypothetical future version of Xcode you're talking about? 

As mentioned before "libpythonX.Y.a" is present for compatibility with a 
number of popular 3th-party tools that have manually written makefiles 
that expect this library to be present. Making the file a symlink to the 
actual dylib in the framework seems to work as intented as the moment: 
the executable gets linked to the framework (just as if it was linked 
with "-framework Python")
History
Date User Action Args
2009-05-17 10:36:06ronaldoussorensetrecipients: + ronaldoussoren, jhowarth
2009-05-17 10:36:06ronaldoussorensetmessageid: <1242556566.4.0.513477554418.issue5514@psf.upfronthosting.co.za>
2009-05-17 10:36:05ronaldoussorenlinkissue5514 messages
2009-05-17 10:36:04ronaldoussorencreate