[MPlayer-dev-eng] configure cc
Diego Biurrun
diego at biurrun.de
Sun Nov 27 18:32:12 CET 2005
On Sun, Nov 27, 2005 at 05:50:13PM +0200, Ivan Kalvachev wrote:
>
> I already have new big HDD and just like numerous mplayer developer I
> had tried to speedup mplayer building process by ccache. Being a
> little paranoid about it I would like to first test it without making
> ccache a system wide (aka making overriding gcc links to ccache).
>
> So I tried to override it with export CC=ccache.
> Fair enough ./configure ignored it completely. Then I tried to use
> --cc=ccache, that had nearly same effect. Now it comes time for
> inspection of configure.
That's not the correct way to use ccache, see man ccache. Either use it
through a symlink or prefix the gcc command with ccache, i.e.
/home/diego/bin/gcc --> /usr/bin/ccache
or
./configure --cc="ccache gcc"
Diego
More information about the MPlayer-dev-eng
mailing list