Boost logo

Boost :

Subject: Re: [boost] [thread] fails to build on Cygwin with weird errors
From: Peter Dimov (lists_at_[hidden])
Date: 2015-01-15 09:32:11


Niall Douglas wrote:

> I believe Cygwin wants you to use a pthread API, so this is expected.

You can use the POSIX API, or you can use the Windows API, either will work.

What you can't use is the header that declares the POSIX version of your
class, with the source file that expects the Windows version of your class.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk