I'm trying to port my app from pthread to pth.
I successfully compiled all the stuff but my
application lock on the first select.

The select call never return neither on timeout
nor when the descriptor get new chars.

I tried to include pth/pthread.h at the top of
each files, but still it does not help and continue
to lock.

First:
Do I have to make a call to pth_init while using the
pth/pthread.h include files? (or is this automatic)

Second question:
Do I have to include pth/pthread before or after including
stdio.h? Does it matter?
Do I have to remove all my stdio includes?

Thanks
Aymeric
______________________________________________________________________
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