[Python-bugs-list] [ python-Bugs-589422 ] shared libpython & dependant libraries

noreply@sourceforge.net noreply@sourceforge.net
Wed, 31 Jul 2002 17:00:05 -0700


Bugs item #589422, was opened at 2002-08-01 00:00
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=589422&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Nobody/Anonymous (nobody)
Summary: shared libpython & dependant libraries

Initial Comment:
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).


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=589422&group_id=5470