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 skrah
Recipients BTaskaya, David.Edelsohn, Michael.Felt, ericvw, haubi, kadler, loewis, skrah
Date 2020-08-29.11:51:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598701862.95.0.894145433119.issue19521@roundup.psfhosted.org>
In-reply-to
Content
Okay, thanks.  The -G option is of course attractive for Linux projects
because it requires minimal changes in the build machinery.

I've added support for libmpdec/libmpdec++ (next release) for AIX-style
shared libraries (shr.o inside libmpdec.a).  The AIX linker has a certain
elegance, but it requires something like 150 lines of code changes and
conditionals inside the Makefiles.

I can confirm that -G is substantially slower, so I'm going to commit this
patch soon.
History
Date User Action Args
2020-08-29 11:51:02skrahsetrecipients: + skrah, loewis, ericvw, haubi, David.Edelsohn, Michael.Felt, kadler, BTaskaya
2020-08-29 11:51:02skrahsetmessageid: <1598701862.95.0.894145433119.issue19521@roundup.psfhosted.org>
2020-08-29 11:51:02skrahlinkissue19521 messages
2020-08-29 11:51:02skrahcreate