[issue42307] make install must not copy python.o into $prefix/lib/python3.10/config-3.10-x86_64-linux-gnu/

Pablo Galindo Salgado report at bugs.python.org
Tue Nov 10 11:03:10 EST 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> But... does any user really build Python manually after Python is installed? The Python build system couldn't handle that as part of the regular build? Maybe using a new configure --enable-static flag?

Embedding? But they should use the .a not any of the .o. Object files should not be packaged IMHO.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42307>
_______________________________________


More information about the Python-bugs-list mailing list