On 2 January 2014 17:47, Nils Bruin <[email protected]> wrote: > On Thursday, January 2, 2014 9:29:59 AM UTC-8, John Cremona wrote: >> >> Thanks -- just installed it. But surely I have to do something to get >> Sage to use it? >> > Not necessarily. If you're using the system gcc then installing ccache on > your system probably also takes care of putting the appropriate wrappers in > place of gcc etc. You might want to look at "ccache -s" and see if the cache > gets any use. If you have plenty disk space you may want to try upping the > space that ccache has available too.
"probably?" but my gcc is /usr/bin/gcc which is a symlink to /usr/bin/gcc-4.6 which is dated Apr 16 2012 (and is a binary). I get jec@atkin:~$ ccache -s cache directory /home/jec/.ccache cache hit (direct) 9406 cache hit (preprocessed) 811 cache miss 4236 called for link 9542 called for preprocessing 153 compile failed 33 preprocessor error 7 bad compiler arguments 22 autoconf compile/link 459 no input file 2593 files in cache 8077 cache size 1.9 Gbytes max cache size 4.0 Gbytes and have plenty of disk space: jec@atkin:~$ df -h ~ Filesystem Size Used Avail Use% Mounted on /dev/mapper/atkin-root 1.7T 122G 1.5T 8% / John > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
