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 haubi
Recipients Arfrever, doko, haubi
Date 2014-06-04.16:24:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401899100.02.0.389018860849.issue15590@psf.upfronthosting.co.za>
In-reply-to
Content
So this diff - depending on issue#21660 - now drops showing any $LIBS from python-config, as python-modules usually do not link against any python-known libraries.

Instead, now there is a new configure variable LINKFORMODULE, which is shown by python-config --ldflags.

And $LINKFORSHARED is added to python.pc (for pkg-config).

Eventually, this allows to drop those Darwin hackery wrt. python-framework, as the python library isn't linked against the modules any more - but to PYTHONFRAMEWORK via LINKFORMODULE instead.

However, I don't have any Darwin around here: anyone?

For AIX, this looks good so far.

Thanks!
History
Date User Action Args
2014-06-04 16:25:00haubisetrecipients: + haubi, doko, Arfrever
2014-06-04 16:25:00haubisetmessageid: <1401899100.02.0.389018860849.issue15590@psf.upfronthosting.co.za>
2014-06-04 16:25:00haubilinkissue15590 messages
2014-06-04 16:24:59haubicreate