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 vstinner
Recipients Jarl Gullberg, steve.dower, terry.reedy, vstinner
Date 2021-09-30.01:39:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632965944.17.0.875687190215.issue37080@roundup.psfhosted.org>
In-reply-to
Content
> Use GCC option -fPIC for shared objects, please

Did you try that? I guess that the configure.ac block about CCSHARED="-fPIC" doesn't handle your operating system.

Try to modify manually Makefile to use "CCSHARED=-fPIC", make clean, and try make again.

I suggest starting without --enable-optimizations until you solve the build errors.
History
Date User Action Args
2021-09-30 01:39:04vstinnersetrecipients: + vstinner, terry.reedy, steve.dower, Jarl Gullberg
2021-09-30 01:39:04vstinnersetmessageid: <1632965944.17.0.875687190215.issue37080@roundup.psfhosted.org>
2021-09-30 01:39:04vstinnerlinkissue37080 messages
2021-09-30 01:39:04vstinnercreate