[Patches] [ python-Patches-742741 ] check for true in diffrent paths, -pthread support

SourceForge.net noreply@sourceforge.net
Sat, 24 May 2003 10:39:22 -0700


Patches item #742741, was opened at 2003-05-24 17:52
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=742741&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Marc Recht (marc)
Assigned to: Nobody/Anonymous (nobody)
Summary: check for true in diffrent paths, -pthread support

Initial Comment:
This patch fixes/adds two things in configure.in
1) add support for the "-pthread" CC flag . (Tested on
NetBSD-current, should work on FreeBSD and Linux, too)
2) /bin/true isn't available on NetBSD, so check for it
in different places.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-05-24 19:39

Message:
Logged In: YES 
user_id=21627

I just noticed a problem with the entire -Kthread/-Kpthread
approach: there are specific additional checks needed for
pthreads, e.g. for SCOPE_SYSTEM, for various Solaris
versions, etc. Those need to happen independently of the
means to activate threads. Would you please revise your
patch to address this issue as well?

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

Comment By: Marc Recht (marc)
Date: 2003-05-24 17:54

Message:
Logged In: YES 
user_id=205

Forgot to mention that it's against Python 2.3cvs

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

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