[perl #47970] [BUG] json test fails with --gc-debug when Parrot built with ccache
James Keenan via RT
parrotbug-followup at parrotcode.org
Sun Jul 19 23:32:15 UTC 2009
On Thu Nov 29 18:05:31 2007, pmichaud wrote:
>
> The script I use to build Parrot with ccache looks like:
>
> make realclean
> CC="ccache gcc"
> CX="ccache g++"
> perl ./Configure.pl --cc="$CC" --cxx="$CX" --link="$CX" --ld="$CX"
> $@ && make
>
Tried to reproduce this tonight with:
CC="ccache gcc";CX="ccache g++";perl Configure.pl --cc="$CC" --cxx="$CX"
--link="$CX" --ld="$CX" $@
... but was stymied here:
inter::progs - Determine what C compiler and linker to
use...Compilation failed with 'ccache gcc'
Can you suggest what I'm doing wrong?
Thank you very much.
kid51
More information about the parrot-dev
mailing list