[issue33438] pkg-config file misses flags for static linking

Antoine Pitrou report at bugs.python.org
Mon May 7 06:58:33 EDT 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

$ PKG_CONFIG_PATH=`pwd`/Misc pkg-config --static python
$ PKG_CONFIG_PATH=`pwd`/Misc pkg-config --libs python
-L/home/antoine/cpython/37/usr/lib -lpython3.7m
$ PKG_CONFIG_PATH=`pwd`/Misc pkg-config --libs-only-l python
-lpython3.7m
$ PKG_CONFIG_PATH=`pwd`/Misc pkg-config --libs-only-other python
$

----------

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


More information about the Python-bugs-list mailing list