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

zhuoyikang report at bugs.python.org
Thu Dec 11 06:17:58 CET 2014


zhuoyikang added the comment:

Sorry, i am not  cross-build , i just building it on my mac os x machine :

i fellow this =>
Build Instructions
------------------

On Unix, Linux, BSD, OSX, and Cygwin:

New text

    ./configure
    make
    make test
    sudo make install

This will install Python as python3.

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

>
> Ned Deily added the comment:
>
> The -export-dynamic compile option is not supported nor selected at
> configure time for normal builds on OS X.  Exactly what configure options
> did you use?  I see that you have checked Cross-Build for components.  What
> sort of cross-building are you attempting?
>
> ----------
> nosy: +ned.deily
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue23024>
> _______________________________________
>

----------
title: Python Compile Error on Mac os X  ld: unknown option: -export-dynamic -> Python Compile Error on Mac os X ld: unknown option: -export-dynamic

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


More information about the Python-bugs-list mailing list