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, zhuoyikang
Date 2014-12-11.06:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418280129.56.0.00952071552031.issue23024@psf.upfronthosting.co.za>
In-reply-to
Content
That should work just fine, assuming you are using an unmodified Python 3.4.x source download or the 3.4 branch of a source repo. My best guess as to why you are running into problems is that you may be picking up build tools other than those supplied by Apple.  On recent versions of OS X, make sure you have run 'sudo xcode-select --install' to install the latest version of the command line tools and check your shell $PATH variable.  There may be clues in the config.log file produced by running ./configure.
History
Date User Action Args
2014-12-11 06:42:09ned.deilysetrecipients: + ned.deily, zhuoyikang
2014-12-11 06:42:09ned.deilysetmessageid: <1418280129.56.0.00952071552031.issue23024@psf.upfronthosting.co.za>
2014-12-11 06:42:09ned.deilylinkissue23024 messages
2014-12-11 06:42:08ned.deilycreate