On Fri, Jun 15, 2001, Garth Bushell wrote:

> I have been trying to use pth with a library that 
> spawns it's own pthreads and have been getting very strange 
> errors. Is it possible to use pth within a pthread?

No. If the underlying Pthread facility is kernel-space based, it might
work. If it is also user-space based, it will certainly not work.

> I.E. can pth be used without the pthread emulation.

Sure, just use only pth.h and libpth.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
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