Dale wrote:
>
> Strange.
> [EMAIL PROTECTED] / # CCACHE_DIR="/var/tmp/ccache" ccache -s
> cache hit                          76331
> cache miss                        157987
> called for link                    16817
> multiple source files                112
> compile failed                      5118
> preprocessor error                  4269
> bad compiler arguments                 2
> not a C/C++ file                    6042
> autoconf compile/link              55706
> unsupported compiler option         3205
> no input file                      23230
> files in cache                     59867
> cache size                         872.9 Mbytes
> max cache size                     976.6 Mbytes
> [EMAIL PROTECTED] / #
>   
>
> At least it is working.  Now why is it not reporting it with just ccache
> -s like it should??
>
> Dale
>
> :-)  :-)
>   

This helped:

> echo "CCACHE_DIR=\"/var/tmp/ccache\"" >> /etc/env.d/99local 
>  env-update && source /etc/profile

Now I get this:

> [EMAIL PROTECTED] / # ccache -s
> cache hit                          76331
> cache miss                        157987
> called for link                    16817
> multiple source files                112
> compile failed                      5118
> preprocessor error                  4269
> bad compiler arguments                 2
> not a C/C++ file                    6042
> autoconf compile/link              55706
> unsupported compiler option         3205
> no input file                      23230
> files in cache                     59867
> cache size                         872.9 Mbytes
> max cache size                     976.6 Mbytes
> [EMAIL PROTECTED] / #   

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list

Reply via email to