[New-bugs-announce] [issue8175] 2.6.5 OS X 10.5 --with-universal-archs=all (4-way) fails building pythonw-64

Ned Deily report at bugs.python.org
Fri Mar 19 11:10:20 CET 2010


New submission from Ned Deily <nad at acm.org>:

A change made to Mac/Makefile in r78813 for 2.6.5 does not work correctly
when the --with-universal-archs=all (4-way) framework configure option is selected.  The build of pythonw-64 fails with an incorrect gcc command: "gcc-4.0   64 -arch x86_64".  The attached patch corrects the problem.

Note, as documented in the 2.6.5 Mac/README file, the "all" variant can currently only be built on OS X 10.5.
         
Run autoconf after applying to update configure.

----------
assignee: ronaldoussoren
components: Build, Macintosh
files: issue-universal-archs-all-26.txt
messages: 101318
nosy: barry, ned.deily, ronaldoussoren
severity: normal
status: open
title: 2.6.5 OS X 10.5 --with-universal-archs=all (4-way) fails building pythonw-64
versions: Python 2.6
Added file: http://bugs.python.org/file16583/issue-universal-archs-all-26.txt

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


More information about the New-bugs-announce mailing list