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 pedz
Recipients pedz
Date 2010-12-09.03:35:02
SpamBayes Score 3.6522138e-08
Marked as misclassified No
Message-id <1291865704.62.0.494509897126.issue10656@psf.upfronthosting.co.za>
In-reply-to
Content
I do "out of tree" builds (I think that is the right term).  I make an
empty directory, cd into it, and then do: 

<path to src directory>/configure

followed by make.  This works on most open source pages.  It appears to
be very close to working with Python 2.7.1 but the problem is that it assumes ld_so_aix is in the source tree but it is in the build tree.

I did an "in tree" build using basically just ./configure && make and so far (I'm still testing) that has worked fine.
History
Date User Action Args
2010-12-09 03:35:04pedzsetrecipients: + pedz
2010-12-09 03:35:04pedzsetmessageid: <1291865704.62.0.494509897126.issue10656@psf.upfronthosting.co.za>
2010-12-09 03:35:03pedzlinkissue10656 messages
2010-12-09 03:35:02pedzcreate