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: shared libpython & dependant libraries
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis
Priority: normal Keywords:

Created on 2002-08-01 00:00 by doko, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg11776 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2002-08-01 00:00
When building the shared libpython.so, the shared 
library is not linked against dependent shared libraries, 
which are needed for the modules linked in the library.

i.e. the thread module normally is linked in the library, 
but libpython.so is not linked against the thread library ( 
pthread on Linux).
msg11777 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-08-04 12:39
Logged In: YES 
user_id=21627

Fixed in configure.in 1.340, configure 1.329.
History
Date User Action Args
2022-04-10 16:05:32adminsetgithub: 36962
2002-08-01 00:00:05dokocreate