我有:- OS: WIndows 7- MinGW,gcc 4.8.0。-MSYS7.2-从它的网站下载log4cplus-1.1.1。
./配置-做得很好。但是在"make“I receive with message”未定义的引用Mutex::Mutex(Mutex::type)“。我在代码中搜索该类的ctors,它可以在以下位置找到:
但我不知道怎么点更好用的。我签了MakeFile,它们包含在包含文件中,添加到config.cxx define WIN32中,这些文件仍然不能工作。
如何命令我的编译器正确编译log4cplus?
https://stackoverflow.com/questions/22372736
复制相似问题