This is a discussion on already done within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Lots of dissent on this one Anyhow.. what you speak of is partially already there. Using distcc and ccache ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Lots of dissent on this one Anyhow.. what you speak of is partially already there. Using distcc and ccache you can spread out compiling amongst PC's and share pre-compiled binaries. I would NOT recommend doing this across the net. On an internal network with similar architectures it is a time saver. As far as pre-fetching and compiling, just use a bash script... that's what I do... I've got my work PC setup to sync and fetch all the updates each night. I get an e-mail telling me what's needed and I can compile at my convenience. Hope this helps... -=KW=- |
| ||||
| This was supposed to be a follow up in response to "What would really be cool is" Srry... On Tue, 09 Dec 2003 16:50:14 -0600, KW wrote: > Lots of dissent on this one > > Anyhow.. what you speak of is partially already there. > > Using distcc and ccache you can spread out compiling amongst PC's and > share pre-compiled binaries. I would NOT recommend doing this across the > net. On an internal network with similar architectures it is a time saver. > > As far as pre-fetching and compiling, just use a bash script... that's > what I do... I've got my work PC setup to sync and fetch all the updates > each night. I get an e-mail telling me what's needed and I can compile at > my convenience. > > Hope this helps... > > -=KW=- |