New submission from Chiu Speq <speq.c...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38510>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to