Windows 上的 ccache 与 MingW
I am trying to use ccache however I get this error when I try to compile my project:
ccache: FATAL: Unable to determine
cache directory
I download the file from here, How can I know the appropriate directory that ccache use.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用 ccache 版本 解决了我的问题,它取决于 < a href="http://ifile.it/g57nsyo" rel="nofollow">cygwin1.dll,我将它们放在 Mingw 目录下的 bin 目录中,现在一切都按预期工作。
I fix my problem with ccache version witch is depend in cygwin1.dll, I put them in bin directory under Mingw directory and now every thing work as expected.