On 05 Jan 2002 21:42:51 -0600, Gordon Matzigkeit wrote:

>This is a simple test to show that Pth and Pthreads can't run in the same
>executable on my machine.  Is there a good reason why this is so?
>I would have thought that Pth would happily run in a single kernel thread.

        Look at the error you got. Both Pth and Pthreads try to virtualize 'errno' 
so that different 'threads' can have their own 'errno' value.

>Any advice to getting this working is greatly appreciated.  I can supply
>more details if you ask me for what you need.

        This is not a bug, you are just attempting the impossible.

        DS


______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to