New submission from Tamás Gulácsi <gt-...@gthomas.homelinux.org>:

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

----------
components: Build
files: python-2.7rc1-aix5.3.log
messages: 107460
nosy: tgulacsi
priority: normal
severity: normal
status: open
title: compile Python-2.7rc1 on AIX 5.3 with xlc_r
versions: Python 2.7
Added file: http://bugs.python.org/file17606/python-2.7rc1-aix5.3.log

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8961>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to