MehdiChinoune commented on issue #388: URL: https://github.com/apache/logging-log4cxx/issues/388#issuecomment-2216530940
> > It detects pthread only for UNIX > > mingw64 cmake seems to set UNIX to true No, It does not > When I build log4cxx using /mingw64/bin/clang++.exe version 18.1.8, the macro LOG4CXX_HAS_PTHREAD_SETNAME is set to 1. > > What cmake command are you using to build log4cxx? I was talking about CLANG64 Environment where libc++ is the default C++ library (like clang on macOS and FreeBSD). On MINGW64 clang is using ibstdc++ by default (like clang on Linux) -- 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]
