社区,
我从http://log4cpp.sourceforge.net/下载了 Log4cpp 源代码包,但在构建这个库时遇到了问题。为此,我打开了我的 cygwin-bash.exe,导航到源包的根目录并输入 ./configure。我得到了很多输出,但它以
配置:错误:无法找到 pthread,目前这是必需的
现在,我已经从https://www.sourceware.org/pthreads-win32/下载了 POSIX pthreads,并将所有 dll 粘贴到 MinGW 的 bin-Folder 中,所有头文件都粘贴到 MingGW 的 include-Folder 中的所有 .lib 到 lib - MinGW的文件夹,但它仍然不起作用。
谁能帮我?我会很感激帮助。