New submission from Ned Deily <n...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue8175> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com