oops, disregard my comment above.
$> PATH="/usr/lib/ccache:${PATH}" which gcc
/usr/lib/ccache/gcc
so this works in ubuntu, too. (Installation path of the ccache wrappers is just
slightly different from the one in gentoo, which I didn't notice at first.)
$> VARIABLE='value' echo $VARIABLE
OK, I'm not really sure if I got the same problem that TMorgan99 was
having, but it looks similar enough, so I'll comment here:
I'm trying to use ccache and have installed it via `apt-get install ccache'.
I'd like to use it on a by-invocation basis, rather than default to it either
system wide o