[issue39695] Failed to build _uuid module, but libraries was installed

Marco Sulla report at bugs.python.org
Thu Feb 20 16:02:54 EST 2020


Marco Sulla <launchpad.net at marco.sulla.e4ward.com> added the comment:

Well, the fact is, basically, for the other libraries you have not to re-run `configure`. You have to install only the missing C libraries and redo `make`. This works, for example, for zlib, lzma, ctypes, sqlite3, readline, bzip2.

Furthermore, it happened to me that I re-run `configure` without a `make clean` before: the `make` process stopped because configuration was changed, and I have to do a `make clean`. A big waste of time.

----------

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


More information about the Python-bugs-list mailing list