On 2007-12-03 at 04:36:47, Mahmood NT wrote: > seems it has been successfully installed and linked. Is it the end? If I > use "make" without any argument or prefix or something else, will the > compiler use cache???
If you want to make sure it's working, do: ccache -s before and after running make. You should notice different numbers under: cache hit cache miss files in cache cache size Francois
