MehdiChinoune commented on issue #388: URL: https://github.com/apache/logging-log4cxx/issues/388#issuecomment-2216922014
You don't understand In MSYS2 we have many environments/variants https://www.msys2.org/docs/environments/ In MINGW64 libstdc++ is the default c++ library and It's using winpthreads as the default threading backend. On CLANG64 libc++ is the default c++ library even winpthreads is available, so finding pthread.h doesn't mean It's used by C++ as default backend. You are testing clang++ on MINGW64. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
