[issue10514] configure does not create accurate Makefile
Keith Meyer
report at bugs.python.org
Tue Nov 23 14:38:41 CET 2010
New submission from Keith Meyer <meyer.keith at gmail.com>:
When running configure on AIX 5.3 using:
OPT=-O2 LDFLAGS=-s ./configure --with-gcc="xlc_r -q64" --with-cxx-main="xlC_r -q64" --disable-ipv6 AR="ar -X64"
The Makefile still contains g++ as the CXX compiler to be used.
----------
components: Build
messages: 122214
nosy: daelious
priority: normal
severity: normal
status: open
title: configure does not create accurate Makefile
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10514>
_______________________________________
More information about the Python-bugs-list
mailing list