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.
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.