25 Apr
2007
25 Apr
'07
3:24 p.m.
Andreas Radke wrote:
# with ccache export CCACHE_PREFIX="distcc" export CC="ccache gcc" export CXX="ccache g++"
Never do it that way! If you compile a kernel for example you expect everybody to have ccache installed. Rather modify PATH to have /usr/lib/ccache/bin before /usr/bin. The symlinks in ccache are made to work around this kind of problem. Cheers, -Y