Well I recompiled again using "distcc" awesome application thanks for the tip. The compiling time went from 36 hours or so to less than 8, I'm not really sure how long because I went to bed. Installation of distcc wasn't as straight forward as it let on it was missing some points, it was close but then anything that I've found with Linux has been close, there are assumptions made... I'm sure that will get a few reply's sorry if it offends anyone I realize that is a very broad statement and should be loosley interpreted..
<br><br>Back to the problem I'm having, compiling completed fine this time without the "Nothing to be done for Install" message. I think my problem was not exporting qt before compiling. Anyway, there is no application
<span style="font-weight: bold;">mythtv-setup</span>, it doesn't exist? I have no idea why?<br><br>I could use some help and or guidance... Thanks.<br><br><br>******************************************************************************************************************************************************
<br>This might help for anyone in the future trying to install distcc.... If your compiling on an XBOX you <span style="font-weight: bold; text-decoration: underline;">NEED IT</span>!<br><br><p>Download it from <a href="http://distcc.samba.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://distcc.samba.org</a> (wget http://.../distcc-2.18.3.tar.gz) Untar the source code on your hard disk (tar xvfz distcc-2.18.3.tar.gz)
</p><p>Compile and install distcc by typing in a shell as root:
<b><span style="font-weight: bold;"><br></span></b></p><p><b><span style="font-weight: bold;"></span>
$ ./configure<br>
$ make<br>
$ make install<br>
</b><br>
Once installed on each computer, start the daemon on each computer by typing as root in a shell:<br>
<b><br>
$ distccd --daemon --allow <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.101/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.1.101</a></b> (add the IP for each computer allowed to connect to it)<b><br>
</b><br>
On the computer that has the <span style="text-decoration: underline;">source code</span> for the software you are planning to compile, type the following:<br>
<b><br>
$ export DISTCC_HOSTS='localhost computer1 computer2' </b>(if you rebooted you must run this again)<b><br>
</b><br>
Replace computer1, computer2, etc., with the names of the computers on your network running distcc or the IP's. <br>
</p><p>Now when you compile the program, add '-j<br>
</p><p><b>$ </b><span style="font-weight: bold;">make -j6 CC=distcc</span></p><br><br><br><br><br><br><br>