[clc-devel] RFC: wrapper for ccache and distcc
Jukka Heino
vector at pp.nic.fi
Wed Sep 1 14:15:01 UTC 2004
> Hi,
>
> A work collegue of mine brought to my attention that building tcl fails
> when using ccache, and I realized that the error is quite simple (not to
> say stupid ;-)); ccache comes with wrappers for gcc and g++ which just
> call 'ccache gcc $*' or 'ccache g++ $*'. Unfortunately this creates a
> problem when the Makefile calls the wrapper like this:
> ccache-gcc [...] -DTCL_WIDE_INT_TYPE=long\ long
I might be wrong, but wouldn't changing $* to "$@" (notice the quotes)
fix the problem? I had a similar problem with soapbox before.
// Jukka
More information about the crux-devel
mailing list