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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 04 Aug 2002 05:39:16 -0700


Bugs item #589422, was opened at 2002-08-01 02: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: Closed
>Resolution: Fixed
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).


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

>Comment By: Martin v. Löwis (loewis)
Date: 2002-08-04 14:39

Message:
Logged In: YES 
user_id=21627

Fixed in configure.in 1.340, configure 1.329.

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

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