This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, ronaldoussoren
Date 2019-10-11.08:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570781313.81.0.691188082982.issue38443@roundup.psfhosted.org>
In-reply-to
Content
Also note that, on current macOS systems, specifying just --enable-universalsdk to ./configure results in an implicit --with-universal-archs of intel (which implies both x86_64 and i386).

checking for --enable-universalsdk... /
checking for --with-universal-archs... intel

With macOS 10.15 Catalina and Xcode 11, i364 arch is no longer supported and that results in another cryptic ./configure failure:

checking size of size_t... configure: error: in `/Users/sysadmin/cpython':
configure: error: cannot compute sizeof (size_t)
See `config.log' for more details
History
Date User Action Args
2019-10-11 08:08:33ned.deilysetrecipients: + ned.deily, ronaldoussoren
2019-10-11 08:08:33ned.deilysetmessageid: <1570781313.81.0.691188082982.issue38443@roundup.psfhosted.org>
2019-10-11 08:08:33ned.deilylinkissue38443 messages
2019-10-11 08:08:33ned.deilycreate