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

zhuoyikang report at bugs.python.org
Thu Dec 11 10:45:07 CET 2014


zhuoyikang added the comment:

thank u very much !  question solved

2014-12-11 14:42 GMT+08:00 Ned Deily <report at bugs.python.org>:

>
> 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>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list