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 Ray.Donnelly
Recipients Ray.Donnelly, doko
Date 2012-10-20.22:09:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350770977.75.0.64501763721.issue16291@psf.upfronthosting.co.za>
In-reply-to
Content
I've fixed up the very few missing configure bits and one issue with PYTHON_FOR_BUILD using srcdir instead of builddir. I also rolled in a simple warning fix that I ran into (the #ifdef HAVE_CHROOT added to posixmodule.c)

configured with:
$srcdir/configure --prefix=$PWD/install/darwin-x86_64/python-3.4.x --build=x86_64-linux-gnu --host=x86_64-apple-darwin11

using these compilers:
http://mingw-and-ndk.googlecode.com/files/multiarch-darwin11-cctools127.2-gcc42-5666.3-llvmgcc42-2336.1-Linux-120724.tar.xz

and MacOSX10.7.sdk,

I can successfully build Python for Mac OS X on Linux.
History
Date User Action Args
2012-10-20 22:09:37Ray.Donnellysetrecipients: + Ray.Donnelly, doko
2012-10-20 22:09:37Ray.Donnellysetmessageid: <1350770977.75.0.64501763721.issue16291@psf.upfronthosting.co.za>
2012-10-20 22:09:37Ray.Donnellylinkissue16291 messages
2012-10-20 22:09:37Ray.Donnellycreate