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 Oleg.Plakhotnyuk
Recipients Oleg.Plakhotnyuk, ezio.melotti, ned.deily, vstinner
Date 2011-10-23.10:33:23
SpamBayes Score 1.3661738e-06
Marked as misclassified No
Message-id <1319366004.13.0.0322672338968.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you all for help. I finally managed to build it. :-)
So here are complete steps I've taken to build python after OS reinstall:
1. Install XCode 4.2
2. Install MacPorts
3. sudo port -v selfupdate
4. sudo port install gcc46
5. ./configure CC=gcc-mp-4.6 LDFLAGS=-L/opt/local/lib --with-pydebug && make -j2

Should I post this somewhere for others who may face similar problems?
History
Date User Action Args
2011-10-23 10:33:24Oleg.Plakhotnyuksetrecipients: + Oleg.Plakhotnyuk, vstinner, ned.deily, ezio.melotti
2011-10-23 10:33:24Oleg.Plakhotnyuksetmessageid: <1319366004.13.0.0322672338968.issue13241@psf.upfronthosting.co.za>
2011-10-23 10:33:23Oleg.Plakhotnyuklinkissue13241 messages
2011-10-23 10:33:23Oleg.Plakhotnyukcreate