This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: build python with --enable-shared with static linked python against libpython*.a
Type: behavior Stage:
Components: Build Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: cstratak, speqz, vstinner
Priority: normal Keywords: patch

Created on 2019-10-17 20:55 by speqz, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
configure.patch speqz, 2019-10-17 20:55
Messages (1)
msg354854 - (view) Author: Yao-Ting Chiu (speqz) * Date: 2019-10-17 20:55
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.
History
Date User Action Args
2022-04-11 14:59:21adminsetgithub: 82691
2019-10-21 13:18:23cstrataksetnosy: + cstratak
2019-10-18 13:03:29vstinnersetnosy: + vstinner
2019-10-17 20:55:39speqzcreate