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, ned.deily
Date 2014-06-05.16:37:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401986239.77.0.67092743666.issue15590@psf.upfronthosting.co.za>
In-reply-to
Content
Erm, the latter should read:
  For Linux, with this configure variant:
    $ configure --prefix=/prefix --disable-shared CC=gcc CXX=g++


Now reading GNU ld manpage for Linux:

>   $ PKG_CONFIG_PATH=/prefix/lib/pkgconfig pkg-config --libs python-3.4
> new: -L/prefix/lib -lpython3.4m -Xlinker -export-dynamic

ld(1), at '--export-dynamic', tells about '--dynamic-list=file' to export specific symbols only - which actually looks similar to '-bE:file' for AIX...
History
Date User Action Args
2014-06-05 16:37:19haubisetrecipients: + haubi, doko, ned.deily, Arfrever
2014-06-05 16:37:19haubisetmessageid: <1401986239.77.0.67092743666.issue15590@psf.upfronthosting.co.za>
2014-06-05 16:37:19haubilinkissue15590 messages
2014-06-05 16:37:19haubicreate