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 monway
Recipients monway
Date 2009-09-25.19:16:58
SpamBayes Score 3.2775857e-05
Marked as misclassified No
Message-id <1253906222.81.0.207824512361.issue6997@psf.upfronthosting.co.za>
In-reply-to
Content
Hi guys, 

I consider myself self-taught average geek. after a long time trying
many things to get python2.6.2 to build with macports it fails every
time until i used this specific argument in the work folder below

cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.2

configure and make as followed (this is what i know works, i know there
is possibly a shorter more proficient way to do this so don't blame me i
just got this thing to compile is all.)

sudo DEFAULT_ARCH=x86_64 MACOSX_DEPLOYMENT_TARGET=10.6 ./configure
--with-universal-archs=64-bit

Please share this among devs at macports Thought I'd mention my success
here first.

- Dylan Mahoney
History
Date User Action Args
2009-09-25 19:17:03monwaysetrecipients: + monway
2009-09-25 19:17:02monwaysetmessageid: <1253906222.81.0.207824512361.issue6997@psf.upfronthosting.co.za>
2009-09-25 19:17:00monwaylinkissue6997 messages
2009-09-25 19:16:58monwaycreate