[New-bugs-announce] [issue10656] "Out of tree" build fails on AIX 5.3

Perry Smith report at bugs.python.org
Thu Dec 9 04:35:04 CET 2010


New submission from Perry Smith <pedzsan at gmail.com>:

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.

----------
components: Build
messages: 123668
nosy: pedz
priority: normal
severity: normal
status: open
title: "Out of tree" build fails on AIX 5.3
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10656>
_______________________________________


More information about the New-bugs-announce mailing list