[issue8961] compile Python-2.7rc1 on AIX 5.3 with xlc_r

Tamás Gulácsi report at bugs.python.org
Fri Jun 11 06:23:25 CEST 2010


Tamás Gulácsi <gt-dev at gthomas.homelinux.org> added the comment:

srid,

You must be right, but the question is: How can I compile Python-2.7rc1 on AIX 5.3? I'd never said that this is a Python fault...

I downloaded and extracted a fresh tarball, but the result is the same with the given ./configure call. So the problem is with the call: LDFLAGS='$FW/lib' just keeps '$' in it, it should be LDFLAGS="$FW/lib".

Sorry for the false alarm, although the error message was quite far from the cause.

Thanks for everybody,
Tamás Gulácsi

make fails when trying to compile the modules with the freshly linked ./python - I've attached a list of sysconfig._CONFIG_VARS.

Tamás Gulácsi

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list