On  2 Aug 2002, Joerg Beyer <[EMAIL PROTECTED]> wrote:
> Martin Pool wrote:
> >On 25 Jul 2002, [EMAIL PROTECTED] wrote:
> >Dear Joerg,
> >
> >You should be able to simply chain ccache and distcc
> >
> >  CC='ccache distcc gcc'
> >
> 
> when I do this in a libtool project, I get problems, because libtool
> translates this to:
> 
> --mode=compile ccache distcc gcc -DHAVE_CONFIG_H ...
> 
> instead of
> 
> --mode=gcc -DHAVE_CONFIG_H
> 
> are you aware of any other way to chain ccache and distcc?

You probably need to use something like the "distc" script in the
contrib/ directory.  Put this in your ~/bin, and set the contents to 
run ccache, distcc, and gcc.  

I'll try to fix this properly soon.

-- 
Martin 

_______________________________________________
distcc mailing list
[EMAIL PROTECTED]
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to