Christian Heimes <li...@cheimes.de> added the comment:

_crypt is powered by pkgconf libcrypt or libxcrypt on Linux. On my system  and 
on Debian, libcrypt.pc is a symlink to libxcrypt.pc. Linux has crypt() and/or 
crypt_r() in <crypt.h>. On FreeBSD crypt_r() is in <unistd.h> and libc.

_uuid needs similar special handling. It's <uuid/uuid.h>, -luuid, and uuid.pc 
on Linux. On BSD it's <uuid.h> and symbols are in libc.

_readline uses either libreadline (readline.pc) or libeditline 
(libeditline.pc). It also needs special handling of tinfo and termcap on some 
platforms.

ndbm, gdbm, and libdb have no pkgconf providers. My PR GH-29534 has some code 
to detect them in configure.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45847>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to