On Mon, Oct 17, 2005 at 03:31:16PM +0200, Jerome Warnier wrote: > CC=distcc > CXX=distcc g++ > > That's how it is supposed to be. > The problem is that it takes the number of hosts in DISTCC_HOSTS and > appends -jX to make, but in this part of the build, it is not using > distcc (believe me), so overloads the machine to death.
I have no doubt about how that works, there is nothing mysterious going on here. You simply need to either read the distcc docs and set it up to be a permanent part of your toolchain (see masquerading specifically), or ... > > See the autoconf docs if you want to always specify it > > explicitly. specifically, basic invocation and how to select compilers and define variables (that it will otherwise automatically detect). Once you understand that, everything should be clear. This is 100% user error, not a problem with the packages. There are very good reasons not to allow you to change some variables once the source tree is configured. You'll find them also in the above referenced documentation. Ron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

