Ned Deily <n...@acm.org> added the comment: The attached patches fix the problem for 2.6 and 3.1: 1. configure(.in) is changed to invoke the existing "4way" build targets for --with-universal-archs values of 3-way and intel as well as all. 2. configure(.in) passes the necessary lipo -extract arch values into the Mac/Makefile for building Python-32 and Python-64. (Note, the solution here is simpler than what was required for trunk and py3k because the use of lipo is isolated to the "4way" build targets which can only be used for universal builds on 10.5+.) 3. a typo in the 2.6 Mac/README file is corrected and the previous updates are copied over from 2.6 to the 3.1 Mac/README.
Since configure.in is updated, it is necessary to run autoconf on both 2.6 and 3.1 after applying these patches. ---------- Added file: http://bugs.python.org/file16504/issue-sl-configure-32-26.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8089> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com