On 2020-10-29 11:33:57 [-0400], John Kacur wrote: > > It's a bit odd because the libraries are static. > Isn't that quite an old version of glibc as well? It looks like Ubuntu 20.04 / Focal Fossa. The glibc version above is when the symbol was first introduced. It builds on i386/Debian Sid, just tested. Noticed this however: |~/rt-tests$ make |Traceback (most recent call last): | File "<string>", line 1, in <module> |ModuleNotFoundError: No module named 'distutils.sysconfig' |make: Nothing to be done for 'all'. |~/rt-tests$ python3 -V |Python 3.8.6 wouldn't it work to just keep "PYLIB ?=" and the caller passes what he needs? > John Sebastian