Hi Daniel, which flavor and version of MinGW are you using? The original version from mingw.org or MinGW-w64?
If you're using MinGW-w64, you should choose POSIX rather than Windows threads to get std::mutex. If you're using the original MinGW, you probably need a third-party threading library. Or try compiling with -std=gnu++98. Marcel Am 27.07.2017 9:01 nachm. schrieb "Daniel Karcz" <daniel.ka...@gmail.com>: Hi, Can somebody provide GCC's make commands for building static and dynamic libraries under Windows using MinGw. I've tried with commands what I found for example on this discussions group, but I always getting couple of errors connected with 'mutex'. Thanks in advance, Daniel -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com . More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.