$ python-config --ldflags
-L/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -ldl -framework CoreFoundation -lpython2.7 -u _PyMac_Error Python.framework/Versions/2.7/Python
它打印Python.framework/Versions/2.7/Python
而不是/Library/Frameworks/Python.framework/Versions/2.7/Python
当尝试在 a 中使用它时,Makefile
它不能与 the 一起使用,python-config --ldflags
但是如果我获取输出并对其进行更改Python.framework/Versions/2.7/Python
,/Library/Frameworks/Python.framework/Versions/2.7/Python
它可以完美地工作。
- 我想避免解析
python-config
makefile中的输出的解决方案。 - 我在用
gcc version 4.2.1