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 _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
