[New-bugs-announce] [issue24122] Install fails after configure sets the extending/embedding install directory to NONE

Xavier de Gaye report at bugs.python.org
Sun May 3 21:42:51 CEST 2015


New submission from Xavier de Gaye:

Running configure without the '--prefix' option creates the Makefile with the following line:
LIBPL= NONE/lib/python3.5/config-$(VERSION)$(ABIFLAGS)

As a result 'make install' fails to install the library and the stuff needed for extending/embedding.

The attached patch fixes the problem.

----------
components: Installation
files: configure.patch
keywords: patch
messages: 242504
nosy: twouters, xdegaye
priority: normal
severity: normal
status: open
title: Install fails after configure sets the extending/embedding install directory to NONE
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file39280/configure.patch

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


More information about the New-bugs-announce mailing list