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 tgulacsi
Recipients srid, tarek, tgulacsi
Date 2010-06-11.04:23:23
SpamBayes Score 0.01506035
Marked as misclassified No
Message-id <1276230205.44.0.65219434614.issue8961@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-06-11 04:23:25tgulacsisetrecipients: + tgulacsi, tarek, srid
2010-06-11 04:23:25tgulacsisetmessageid: <1276230205.44.0.65219434614.issue8961@psf.upfronthosting.co.za>
2010-06-11 04:23:24tgulacsilinkissue8961 messages
2010-06-11 04:23:23tgulacsicreate