Hi folks,

This could be user error, a configuration problem, or a real bug--I don't know. Using MacOS 10.3.8, and as much of the latest fink as I've had time to install, I've been trying to raise my compiler cache size to 2Gigabytes. It seems to respond with a success message, but then I can't verify it. So my guess is that ccache is changing the size of a different cache than I want it to, but I'm not sure. Here's what I've got:

-bash-2.05b$ date; ccache -s
Thu Mar 24 23:30:14 CST 2005
cache directory                     /sw/var/ccache
cache hit                           3039
cache miss                         31023
called for link                     3300
multiple source files                 41
compile failed                       695
preprocessor error                   524
not a C/C++ file                     750
autoconf compile/link               7434
unsupported compiler option          374
no input file                       3846
files in cache                     58140
cache size                         867.6 Mbytes
max cache size                     976.6 Mbytes
-bash-2.05b$ ccache -M 2G
Set cache size limit to 2097152k
-bash-2.05b$ date; ccache -s
Thu Mar 24 23:31:14 CST 2005
cache directory                     /sw/var/ccache
cache hit                           3039
cache miss                         31027
called for link                     3301
multiple source files                 41
compile failed                       695
preprocessor error                   524
not a C/C++ file                     750
autoconf compile/link               7434
unsupported compiler option          374
no input file                       3846
files in cache                     58148
cache size                         867.8 Mbytes
max cache size                     976.6 Mbytes
-bash-2.05b$



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to