OK, I just had a brainwave... I think hello1 works remotely because it has no 
dependancies on the compiler headers... But when I try the same experiments 
with 
hello2...


DISTCC_HOSTS=localhost /opt/gcc/distcc-2.18/bin/distcc 
/opt/gcc/cross/i686-pc-linux-gnu/bin/g++ -c -o hello2.o hello2.cc

The above works...

DISTCC_HOSTS=qad25 /opt/gcc/distcc-2.18/bin/distcc 
/opt/gcc/cross/i686-pc-linux-gnu/bin/g++ -c -o hello2.o hello2.cc

This crashes and burns with the errors I sent previously...

        Lee.
        


> >and 
> >
> >  DISTCC_HOSTS=qad25 distcc /opt/gcc/cross/i686-pc-linux-gnu/bin/g++ -c -o 
hello1.o hello1.cc  
> 
> This also seems to work...    
> 
> qadsim3 lee[506] DISTCC_HOSTS=qad25 /opt/gcc/distcc-2.18/bin/distcc 
/opt/gcc/cross/i686-pc-linux-gnu/bin/g++ -c -o hello1.o hello1.cc  
> 
> Weird... 
> 
>       Lee.
        


__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to