[distcc] redeclared symbol error

Lee Adamson lee at macquarie.com.au
Fri Jul 1 04:15:55 GMT 2005


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.
	




More information about the distcc mailing list