diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-04-29 11:31:35 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-04-29 11:31:35 (GMT) |
commit | 988117fd6323c2b21ce1bdb2b1153a5d759a511c (patch) | |
tree | aaa34f841b7ce55329e960a7dad8567fd027fdf9 /README | |
parent | f674939a2b94f5ef7c448b559ea3ef2734b01c9f (diff) | |
download | cpython-988117fd6323c2b21ce1bdb2b1153a5d759a511c.zip cpython-988117fd6323c2b21ce1bdb2b1153a5d759a511c.tar.gz cpython-988117fd6323c2b21ce1bdb2b1153a5d759a511c.tar.bz2 |
Patch 1471883: --enable-universalsdk on Mac OS X
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -579,7 +579,12 @@ MacOSX: The tests will crash on both 10.1 and 10.2 with SEGV in want to use any Aqua-based GUI toolkit (whether Tkinter, wxPython, Carbon, Cocoa or anything else). - See Mac/OSX/README for more information on framework builds. + You may also want to try the configure option "--enable-universalsdk" + which builds Python as a universal binary with support for the + i386 and PPC architetures. This requires Xcode 2.1 or later to build. + + See Mac/OSX/README for more information on framework and + universal builds. Cygwin: With recent (relative to the time of writing, 2001-12-19) Cygwin installations, there are problems with the interaction |