[issue38510] build python with --enable-shared with static linked python against libpython*.a

Chiu Speq report at bugs.python.org
Thu Oct 17 16:55:39 EDT 2019


New submission from Chiu Speq <speq.chiu at gmail.com>:

Build python with --enable-shared will create python binary linked against the shared library. You have LD_LIBRARY_PATH before using python binary if it is installed non-system wide. (ex. using gnu modules load).
Changing BLDLIBRARY in configuration could make program work as usual (without setting LD_LIBRARY_PATH) and generating shared-object as well.

----------
components: Build
files: configure.patch
keywords: patch
messages: 354854
nosy: Chiu Speq
priority: normal
severity: normal
status: open
title: build python with --enable-shared with static linked python against libpython*.a
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file48666/configure.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38510>
_______________________________________


More information about the Python-bugs-list mailing list