[gentoo-user] stubborn distcc compile on localhost

2006-02-01 Thread krutny
Hi, I'm fighting with distcc and have following problem: halinka ~ # /usr/lib/distcc/bin/gcc test.c distcc[28674] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Feb 1 2006 00:53:26 distcc[28674] (dcc_recursion_safeguard) safeguard level=0 distcc[28674] (main) compiler name is gcc

Re: [gentoo-user] stubborn distcc compile on localhost

2006-02-01 Thread Dave Nebinger
How is it shown file is compiled on localhost despite: halinka ~ # distcc-config --get-hosts 192.168.0.2 Where of course localhost != 192.168.0.2 Any ideas what am I doing wrong ? I think you need to add a line to your compile hosts like: localhost/0 I believe this informs distcc not to

Re: [gentoo-user] stubborn distcc compile on localhost

2006-02-01 Thread krutny
Dave Nebinger wrote: How is it shown file is compiled on localhost despite: halinka ~ # distcc-config --get-hosts 192.168.0.2 Where of course localhost != 192.168.0.2 Any ideas what am I doing wrong ? I think you need to add a line to your compile hosts like: localhost/0 I believe