Hi Giacomo,

On 18 March 2013 15:30, Giacomo Comes <co...@naic.edu> wrote:
> I have found a bug in ccache as it fails to compile the package freetype.
> [...]
> make CC="ccache gcc"

It looks like a bug in freetype's build system, not in ccache - you
will get the same error if you run this:

    make CC=gcc

If you let ccache masquerade as the compiler (see
http://ccache.samba.org/manual.html#_run_modes), then it works fine
(if you don't specify CC= to make, that is). It also seems like it
works if you specify the compiler to configure:

    CC="ccache gcc" ./configure
    make

-- Joel
_______________________________________________
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache

Reply via email to