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

2011-09-11 Thread Ned Deily

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



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

2011-09-10 Thread LMO

Changes by LMO rayco...@gmail.com:


--
components: Build
nosy: rzn8tr
priority: normal
severity: normal
status: open
title: 2.7.2 build fails with --enable-framework and space in pathname on OS X 
10.7.1
versions: Python 2.7

___
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