On Wed, Jun 03, 2020 at 03:56:03PM +0200, Petr Viktorin wrote:
> 
> Judging from the file name, mem_alloc.cpython-38-x86_64-linux-gnu.so is a
> Python module. If that's so, you shouldn't link it using gcc, but use a
> Python import statement to load it.
> Is there some reason to link it using gcc?

Upstream maintainer:

It is a bit dangerous as any shared library that uses symbol versions
like glibc, rdma-core bits, etc MUST be provided at link time, so you
loose the safety of no-undefined.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to