Hello,
I'm trying to merge two programms, one uses the linux pthreads and the other
one uses Gnu Pth. I linked both libs, but get errors during runtime.
So I used the pthread povided with Pth instead. The following symbols
were undefined:
pthread_detach
_pthread_cleanup_push
_pthread_cleanup_pop
I wrapped th following funktions around them:
_pthread_detach
pthread_cleanup_push
pthread_cleanup_pop
but the apps does not work correct. most of the time pth_init()
fails.
So I'm in doubt: Why are the above functions different declared?
Is the pthread from pth compatible with pthread from glibc ? Are there
any web resources, books etc. covering this problem ?
thanks in advance,
Lars
__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de
______________________________________________________________________
GNU Portable Threads (Pth) http://www.gnu.org/software/pth/
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager (Majordomo) [EMAIL PROTECTED]