Re: pthreads in YahooPOPs

2002-10-14 Thread Andrew Lynch
OK Thanks! All future messages will go to the mailing list only. I have had some success with SaveMyModem and the cygwin port of YahooPOPs since these messages. I was able to comment out the pthreads portion and add a few other minor changes, Makefile tweaks, etc. After a bit of work, I was ab

Re: pthreads in YahooPOPs

2002-10-14 Thread egor duda
Hi! Sunday, 13 October, 2002 Andrew Lynch [EMAIL PROTECTED] wrote: AL> Hopefully, the author will see the issue and rewrite AL> the code in a more portable manner. Can you deduce AL> what the YahooPOPs author is trying to do? Would you AL> suggest a more portable method I could look at? I AL>

pthreads in YahooPOPs

2002-10-13 Thread Andrew Lynch
Hi, I am trying to build YahooPOPs for Linux http://sourceforge.net/projects/yahoopops on Cygwin but have run into a problem with pthreads. The lines below do not compile even though Cygwin supports pthreads and pthread.h is included in the header file. lock.__m_reserved = 0; lock.__m_coun

Re: pthreads in YahooPOPs

2002-10-13 Thread Andrew Lynch
Egor, Thank you for the info! I will post it to the YahooPOPs for Linux development forum and see what happens. Hopefully, the author will see the issue and rewrite the code in a more portable manner. Can you deduce what the YahooPOPs author is trying to do? Would you suggest a more portable

Re: pthreads in YahooPOPs

2002-10-13 Thread egor duda
Hi! Sunday, 13 October, 2002 Andrew Lynch [EMAIL PROTECTED] wrote: AL> http://sourceforge.net/projects/yahoopops AL> on Cygwin but have run into a problem with pthreads. AL> The lines below do not compile even though Cygwin AL> supports pthreads and pthread.h is included in the AL> header f