id summary reporter owner description type status milestone component version severity resolution keywords cc 7881 ASIO - don't use Winsock when compiling with Cygwin Ionut Craioveanu chris_kohlhoff "It's not necessarily a bug, but an improvement. I checked why i can compile with the integrated boost library in normal Cygwin distribution and i cannot do the same with some other boost variant. The main difference is the __CYGWIN__ compile switch. In the Cygwin integration, the compile switch is removed and it will use linux sockets. The boost distributions force the usage of Winsock which clearly cause compile problems with Cygwin. Please remove the compile switch and just let it use the linux sockets. " Bugs new To Be Determined asio Boost 1.48.0 Problem