I also got past the last error by making sure that gcc was the same version on all distributed systems. It's compiling.... wahoo....<br><br><br>xbox:/usr/src/mythtv# export DISTCC_HOSTS='<a href="http://192.168.1.100/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.1.100</a> <a href="http://192.168.1.111/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.1.111</a> <a href="http://127.0.0.1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a>'<br>
xbox:/usr/src/mythtv# make -j 6 CXX=distcc<br>
cd libs &amp;&amp; make -f Makefile<br>
make[1]: Entering directory `/usr/src/mythtv/libs'<br>
cd libavutil &amp;&amp; make -f Makefile<br>
make[2]: Entering directory `/usr/src/mythtv/libs/libavutil'<br>
distcc gcc -c -pipe -march=pentium3 -w -O3 -Wall -Wno-switch
-fomit-frame-pointer -D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386
-DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\&quot;/usr/local\&quot; -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
-I/usr/share/qt3/mkspecs/default -I. -I.. -I../.. -o mathematics.o
mathematics.c<br>
distcc gcc -c -pipe -march=pentium3 -w -O3 -Wall -Wno-switch
-fomit-frame-pointer -D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386
-DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\&quot;/usr/local\&quot; -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
-I/usr/share/qt3/mkspecs/default -I. -I.. -I../.. -o integer.o integer.c<br>
distcc gcc -c -pipe -march=pentium3 -w -O3 -Wall -Wno-switch
-fomit-frame-pointer -D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386
-DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\&quot;/usr/local\&quot; -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
-I/usr/share/qt3/mkspecs/default -I. -I.. -I../.. -o rational.o
rational.c<br>
distcc gcc -c -pipe -march=pentium3 -w -O3 -Wall -Wno-switch
-fomit-frame-pointer -D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386
-DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\&quot;/usr/local\&quot; -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
-I/usr/share/qt3/mkspecs/default -I. -I.. -I../.. -o
intfloat_readwrite.o intfloat_readwrite.c<br>
distcc[12796] (dcc_writex) ERROR: failed to write: Connection reset by peer<br>
distcc[12796] Warning: failed to distribute integer.c to <a href="http://192.168.1.111/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.1.111</a>, running locally instead<br>
distcc[12800] (dcc_writex) ERROR: failed to write: Connection reset by peer<br>
distcc[12800] Warning: failed to distribute rational.c to <a href="http://127.0.0.1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1</a>, running locally instead<br>
rm -f libmythavutil-0.18.so.0.18.0 <a href="http://libmythavutil-0.18.so/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">libmythavutil-0.18.so</a> libmythavutil-0.18.so.0 libmythavutil-0.18.so.0.18
<br>
distcc g++ -shared -Wl,-soname,libmythavutil-0.18.so.0 -o
libmythavutil-0.18.so.0.18.0 mathematics.o integer.o rational.o
intfloat_readwrite.o&nbsp;&nbsp;&nbsp; -lpthread<br>
mathematics.o(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx':<br>
: multiple definition of `__i686.get_pc_thunk.bx'<br>
/usr/lib/gcc-lib/i486-linux/3.3.5/crtbeginS.o(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): first defined here<br>
collect2: ld returned 1 exit status<br>
distcc[12814] ERROR: compile (null) on localhost failed<br>
make[2]: *** [libmythavutil-0.18.so.0.18.0] Error 1<br>
make[2]: Leaving directory `/usr/src/mythtv/libs/libavutil'<br>
make[1]: *** [sub-libavutil] Error 2<br>
make[1]: Leaving directory `/usr/src/mythtv/libs'<br>
make: *** [sub-libs] Error 2<br><br><br><br>