[snip]
> > distcc [COMPILER] [compile options] -o OBJECT -c SOURCE
> > So in my example if I want to test it on 10.0.0.101 machine I would
> > enter:
> > distcc 10.0.0.103:3632 -o ? -c ?
> >
> > What do I put in place of OBJECT SOURCE?
>
> Oh, being a C programmer, I don't really have a problem finding
> something to but in there. :P
>
> try:
>
> cat << EOF > hello.c
> #include <stdlib.h>
> #include <stdio.h>
>
> int main(int argc, char *argv[]) {
> printf("Hello, World!\n");
> return EXIT_SUCCESS;
> }
> EOF
>
> distcc -o hello.o -c hello.c
Yes, it did work; I run the distccmon-gnome on both computers but the
activity only showed up on the computer that initiate the compiling .101
with IP of the client .103
--
#Joseph
--
[email protected] mailing list