[Patches] [ python-Patches-418659 ] Fixes for UnixWare and ReliantUnix

noreply@sourceforge.net noreply@sourceforge.net
Thu, 19 Jul 2001 05:56:01 -0700


Patches item #418659, was opened at 2001-04-24 14:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=418659&group_id=5470

Category: Build
Group: None
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Martin v. Löwis (loewis)
Summary: Fixes for UnixWare and ReliantUnix

Initial Comment:
This patch fixes the build problems on UnixWare, by:
a) backing out 1.215 of configure.in and 1.34 of
Makefile.pre.in
b) Adding a test to check whether the compiler supports
-Kpthread, and using that instead of #defines and
libraries for pthread support. This part is not only
restricted to UnixWare, but should work on other SysV
compilers as well (e.g. ReliantUnix, untested)

With these patches, UnixWare still passes the test
suite except for test_math.

Compared to 2.1, this drops usage of a shared
libpython2.1.so. Such a feature is highly problematic,
and was implemented incorrectly in 2.1. It should be
brought back only as a configure option, which should
be off by default, and apply to all Unix systems that
support shared libraries.

These patches should be applied to both the mainline
and the 2.1 maintenance branch.


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

>Comment By: Martin v. Löwis (loewis)
Date: 2001-07-19 05:56

Message:
Logged In: YES 
user_id=21627

Committed as configure.in 1.230, configure 1.222,
Makefile.pre.in 1.42.

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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-12 16:02

Message:
Logged In: YES 
user_id=3066

Accepted and assigned back to Martin for checkin.

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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-03 21:28

Message:
Logged In: YES 
user_id=3066

Assigned to me since the Reliant Unix issue is assigned to me.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=418659&group_id=5470