[issue29370] "./configure --enable-optimizations && make install" does not install files in ${BINDIR} and ${LIBDIR}

Дилян Палаузов report at bugs.python.org
Wed Jan 25 08:01:21 EST 2017


New submission from Дилян Палаузов:

With Python 3.5.3 "./configure --enable-shared && make install DESTDIR=/tmp/ZZ1" does install files in /tmp/ZZ1/usr/local/bin/ and /tmp/ZZ1/usr/local/bin/ .

"./configure --enable-optimizations --enable-shared && make install DESTDIR=/tmp/ZZ2" does not install files in /tmp/ZZ2/usr/local/bin/ and /tmp/ZZ2/usr/local/bin/ .

----------
components: Installation
messages: 286247
nosy: dilyan.palauzov
priority: normal
severity: normal
status: open
title: "./configure --enable-optimizations && make install" does not install files in ${BINDIR} and ${LIBDIR}
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29370>
_______________________________________


More information about the Python-bugs-list mailing list