Re: [gentoo-user] how do I know if the distcc works or not?

2005-06-12 Thread Zac Medico
askar ... wrote: Hello! Is there way to know or to see if distcc works or not? There is distccmon-gnome application, but it doesn't show anything graphical. askar Hi askar, I use this script: #!/bin/bash source /etc/make.globals source /etc/make.conf export

Re: [gentoo-user] how do I know if the distcc works or not?

2005-06-12 Thread Peter Gordon
On Sun, 2005-06-12 at 06:26 +, askar ... wrote: Is there way to know or to see if distcc works or not? There is distccmon-gnome application, but it doesn't show anything graphical. If it is working, you should see something like the following in the output of `emerge --info`: distcc 2.18.3

Re: [gentoo-user] how do I know if the distcc works or not?

2005-06-12 Thread askar ...
Thanks a lot. It worked. askar On 6/12/05, Zac Medico [EMAIL PROTECTED] wrote: askar ... wrote: Hello! Is there way to know or to see if distcc works or not? There is distccmon-gnome application, but it doesn't show anything graphical. askar Hi askar, I use this script: