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 ned.deily
Recipients Jerry.Jacobs, hynek, ned.deily, ronaldoussoren
Date 2012-07-24.11:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343127616.3.0.209914243727.issue15353@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.  The python-3.3.pc file is correct.  It is a symlink to the python-3.3m.pc.  What isn't correct is that OS X framework builds were not creating the proper libpython3.3m.{dylib,a} symlinks for use with python3.x-config and with pkg-config (if installed).  The fixes applied for Issue14197 (for release in 3.2.4 and 3.3.0b2) correct that and ensure that python-3.x-conifg --ldflags returns a useful value.
History
Date User Action Args
2012-07-24 11:00:16ned.deilysetrecipients: + ned.deily, ronaldoussoren, hynek, Jerry.Jacobs
2012-07-24 11:00:16ned.deilysetmessageid: <1343127616.3.0.209914243727.issue15353@psf.upfronthosting.co.za>
2012-07-24 11:00:15ned.deilylinkissue15353 messages
2012-07-24 11:00:15ned.deilycreate