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 tgulacsi
Date 2010-06-10.13:57:19
SpamBayes Score 0.17025025
Marked as misclassified No
Message-id <1276178256.7.0.316939316511.issue8961@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to compile Python2.7rc1 on AIX 5.3 with the following call:
FW=/home/kobe/kobed/tgulacsi/freeware
CC='xlc_r -q64' CXX='xlC_r -q64' AR='ar -X64' NM='nm -X64' LD='ld -X64' \
LD_LIBRARY_PATH=$FW/lib:$LD_LIBRARY_PATH \
  ./configure -C --without-gcc \
  CFLAGS="-DHAVE_BROKEN_POSIX_SEMAPHORES -I$FW/include" \
  LDFLAGS='-L$FW/lib' \
  ARFLAGS='cru' \
  --prefix=$FW

make

The result is attached, as I see sysconfig.get_config_var doesn't have CONFIG_ARGS set.

Thanks in advance,
Tamás Gulácsi
History
Date User Action Args
2010-06-10 13:57:36tgulacsisetrecipients: + tgulacsi
2010-06-10 13:57:36tgulacsisetmessageid: <1276178256.7.0.316939316511.issue8961@psf.upfronthosting.co.za>
2010-06-10 13:57:20tgulacsilinkissue8961 messages
2010-06-10 13:57:20tgulacsicreate