I have downloaded the source of python 2.5.6 and I would like to compile it either with GCC or CLANG, which ever works. Unfortunately, I am getting errors while compiling with the default flags. I have been reading various articles related to this issue and it seems that it is a bit of a complicated task. Some of those are a bit out-of-date, so I am having a hard time finding a working solution.
I know I can do that using mac-ports, fink etc. But, "No" I would like to compile it from scratch into a custom location. The plan is to do the same for 2.6 and 2.7.
I have recently migrated from a LINUX, to OSX, and on Linux I had all my pythons compiled from source with no issues so far.
Thanks.