Steve Dower added the comment:
Distutils is now deprecated (see PEP 632) and all tagged issues are being
closed. From now until removal, only release blocking issues will be considered
for distutils.
If this issue does not relate to distutils, please remove the component and
reopen it. If y
Irit Katriel added the comment:
I think the suggestion here is to replace "if MACOS:" with a condition that
hold for "unixy" platforms.
https://github.com/python/cpython/blob/master/setup.py#L805
(based on https://bugs.python.org/msg150788).
--
nosy: +iritkatriel
versions: +Python 3
Roumen Petrov added the comment:
hmm, issue 13511 is perfectly closed as invalid.
Ray you misunderstood meaning on configure flags --XXXdir.
You properly found that LDFLAGS is what is required bug correct for headers is
CPPFLAGS .
Is ./configure --help not clear for you ?
--
nosy: +
New submission from Ray :
I'm opening a new ticket based on ticket 13511
(http://bugs.python.org/issue13511) since the last one was closed. Read
ronaldoussoren's post in Ticket 13511 in case you're still confused.
There is no way to specify multiple lib and include directories on Linux when