[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: can't build swig-py

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-16 18:55:54 CET

On Dec 16, 2004, at 11:35 AM, Philip Martin wrote:

> Ben Collins-Sussman <sussman@collab.net> writes:
>
>> Oh yeah, I'm doing
>>
>> ./autogen.sh
>> CC="ccache cc" ./configure --enable-maintainer-mode
>
> Looks like that CC= is the cause, I can reproduce your problem with
>
> $ cat zz
> #!/bin/sh
> exec $@
> $ CC="./zz gcc" ./configure
>

Well, then, I guess I'll stop using 'ccache'. Sander Striker told me
it was absolutely wonderful, but after 3 weeks of constant use, the
statistics are pretty unimpressive. I've not really noticed any
speedup at all.

$ ccache -s
cache hit 832
cache miss 3495
called for link 1019
compile failed 45
preprocessor error 4
couldn't find the compiler 2
autoconf compile/link 52
no input file 40
files in cache 6990
cache size 103.8 Mbytes
max cache size 976.6 Mbytes

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 16 18:59:12 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.