[issue23024] Python Compile Error on Mac os X ld: unknown option: -export-dynamic

Ned Deily report at bugs.python.org
Thu Dec 11 07:42:09 CET 2014


Ned Deily added the comment:

That should work just fine, assuming you are using an unmodified Python 3.4.x source download or the 3.4 branch of a source repo. My best guess as to why you are running into problems is that you may be picking up build tools other than those supplied by Apple.  On recent versions of OS X, make sure you have run 'sudo xcode-select --install' to install the latest version of the command line tools and check your shell $PATH variable.  There may be clues in the config.log file produced by running ./configure.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23024>
_______________________________________


More information about the Python-bugs-list mailing list