python 3.8 config not returning all libs?

Kenneth F. Cunningham ken.cunningham.webuse at gmail.com
Tue May 19 14:33:06 UTC 2020


Trying to debug an upgrade to libpeas to use python38, it was failing to link libpython3.8 into the build.

Something strange happening in the python config:

$ python3.8-config --libs
-ldl -framework CoreFoundation

$ python3.7-config --libs
-lpython3.7m -ldl -framework CoreFoundation


Ken


More information about the macports-dev mailing list