bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cygwin


From: David Sugar
Subject: Re: cygwin
Date: Wed, 25 Jul 2001 06:46:09 -0400
User-agent: Mozilla/5.0 (X11; U; Linux 2.2.16-9mdk i686; en-US; m18) Gecko/20001013

I believe sigwait is only used to impliment suspendable threads under Posix by a dummy signal handler (win32 and solaris directly support the idea of a thread suspend/resume). I never even use suspend in any of my threaded apps, and so I would not consider it a "key" functionality to make the library work :).

Thomas Lien wrote:

I am trying to compile CommonC++ under cygwin and I
run into 1 problem. The posix function sigwait is not
supported in cygwin. This is used in posix/thread.cpp
and posix/friends.cpp. I commented out all sigwait
calls and then it compiled. I'm guessing that these
are necessary calls to make the library work, however.
Is there a known workaround for this problem?

Thanks in advance.

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

_______________________________________________
Bug-commoncpp mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-commoncpp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]