[issue34960] python-config bad ldflags on macOS

Ned Deily report at bugs.python.org
Thu Oct 11 15:05:21 EDT 2018


Ned Deily <nad at python.org> added the comment:

Sorry, I can't reproduce that behavior.  What's more, that LINKFORSHARED value does not appear to be correct.  Have you tried doing a build from a clean build dicectory while rerunning ./configure?  What does your ./configure look like and do have any relevant env variables set?

>>> sysconfig.get_config_var('LINKFORSHARED')
'-Wl,-stack_size,1000000  -framework CoreFoundation'

----------

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


More information about the Python-bugs-list mailing list