Re: devel/ccache broken in BETA2?

From: Anonymous <swell.k_at_gmail.com>
Date: Tue, 21 Jul 2009 07:17:36 +0400
Aragon Gouveia <aragon_at_phat.za.net> writes:

> Hi,
>
> Is anyone able to compile just about anything with ccache on BETA2?
> I'm experiencing a lot of breakage here.
>
> ===>  Configuring for mtr-nox11-0.75
> checking for suffix of executables...
> checking for suffix of object files... configure: error: cannot
> compute suffix of object files: cannot compile
> See `config.log' for more details.
>
> Any ideas?  It /was/ working in BETA1. :)
>

I guess this is because `ccache cc -c ...' returns with 1 not 0 and
doesn't produce object file.

$ echo 'int main(void) {}' >test.c

$ ccache cc -c test.c; echo $?
1

$ cc -c test.c
0

>
> Thanks,
> Aragon
Received on Tue Jul 21 2009 - 01:17:55 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:52 UTC