New submission from Ned Deily <n...@acm.org>:

gcc -o Python.framework/Versions/2.7/Python   -dynamiclib \
                -all_load libpython2.7.a -Wl,-single_module \
                -install_name /tmp/a/empty 
space/Python.framework/Versions/2.7/Python \
                -compatibility_version 2.7 \
                -current_version 2.7;
i686-apple-darwin11-llvm-gcc-4.2: space/Python.framework/Versions/2.7/Python: 
No such file or directory

----------
assignee:  -> ned.deily
components: +Macintosh
nosy: +ned.deily
stage:  -> needs patch
versions: +Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12956>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to