[issue12956] 2.7.2 build fails with --enable-framework and space in pathname on OS X 10.7.1

Ned Deily report at bugs.python.org
Sun Sep 11 18:08:36 CEST 2011


New submission from Ned Deily <nad at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12956>
_______________________________________


More information about the Python-bugs-list mailing list