Re: [distcc] redeclared symbol error

2003-06-15 Thread mbp
On 15 Jun 2003, Alex Olugbile [EMAIL PROTECTED] wrote: I've been tinkering with distcc, but when I try to build my rather small application, the compiler generates a steady stream of '...already declared in this scope' errors. This error only occurs when I build using distcc. Any and all

Re: [distcc] gcc bootstraps with distcc

2003-06-20 Thread mbp
On 18 Jun 2003, Dara Hazeghi [EMAIL PROTECTED] wrote: Hello, it's good to see that distcc just keeps improving! I had one question. In the known problems list, it is mentioned (or rather implied) that distcc can't be used for gcc bootstraps. Is this still the case? If so, perhaps a bug can

Re: [distcc] Re: speedup with 2 hosts

2004-04-08 Thread mbp
On 6 Apr 2004, SCHMID Stefan [EMAIL PROTECTED] wrote: Hi Dan, yes, all my hosts are equal (1.96 Ghz). The transfer of a file of 170 MBytes from one machine to the other takes less than 17 seconds, i.e. we have a bandwidth of at least 10 MBytes/s. A ping takes between 0.100 ms and 0.300

Re: [distcc] patch: ignoring unresolvable host when constructing host list

2004-04-09 Thread mbp
On 7 Apr 2004, Yannick Brosseau [EMAIL PROTECTED] wrote: Hi! I've just tried distcc and the results are really awesome. I'm sending a small patch which enhance the usabillity of distcc on my laptop where I use it at home and in the lab. The patch add code to check if a hostname can be

[distcc] building with gtk2.0

2004-04-09 Thread mbp
On 23 Oct 2003, Dag Wieers [EMAIL PROTECTED] wrote: The latest changes in 2.11.2 changes something in the Gnome code that refuses to build on RH80 (where it compiled fine previously). This means that without changing it I will no longer compile the GUI client for my RH80 packages (as it

Re: [distcc] BUG: failure to compile distcc 2.13 out-of-tree

2004-04-09 Thread mbp
On 3 Apr 2004, Dennis Henriksen [EMAIL PROTECTED] wrote: Distcc version 2.3 does not support compiling out of the source tree in its current state. Using the process outline below it becomes evident that, -I ./src is missing from the CPPFLAGS in Makefile.in and that configure doesnt create

Re: [distcc] tcpbalance

2004-05-01 Thread mbp
On 26 Mar 2004, Perochon Sebastien [EMAIL PROTECTED] wrote: Hi all, I just want to know if tcpbalance is still usefull for distcc-2.13. If yes, can someone explain me what my host file should contain and what the tcpbalance config file should contain as hosts ? I think it still works

Re: [distcc] Synthetic benchmark

2004-05-01 Thread mbp
On 16 Apr 2004, Dan Kegel [EMAIL PROTECTED] wrote: Because the real world is too messy, maybe I'll use a simplified model of gcc to test my three or four hypotheses about bottlenecks in distcc on shared clusters of workstations. You could also use the benchmark script in the source

Re: [distcc] load management

2004-05-01 Thread mbp
On 29 Apr 2004, Daniel Kegel [EMAIL PROTECTED] wrote: Here's a scheme that does what you're suggesting in a slightly different way. I've been toying with the following idea, which combines load balancing with fsh-like connection caching. Let's call it lbfsh. I think that would be pretty

[distcc] distcc 2.14 released

2004-05-02 Thread mbp
I'm happy to announce the release of distcc 2.14, available from distcc.samba.org. This release contains mostly small bug fixes. Thankyou to everyone who contributed. If you are using tla, please note that future development will be in the distcc--devel--2 version. See the web site for

Re: [distcc] Support for -geometry in distccmon-gnome

2004-05-08 Thread mbp
On 8 May 2004, Kalin KOZHUHAROV [EMAIL PROTECTED] wrote: I am happily using distcc on Gentoo for several months, now trying to build LiveCDs with it. I was wondering how easy will it be to include -geometry or --geometry support in the distccmon-gnome? That's a pretty good idea. I don't

Re: [distcc] linux virtual server and distcc

2004-05-26 Thread mbp
On 26 May 2004, Riccardo Vestrini [EMAIL PROTECTED] wrote: has anyone tried to use linux ipvs with distcc? for example: - enable ipvs enabled for distccd port on an host - start compilation on that host ipvs should easily redirect traffic to other hosts with distccd I'd like to try

Re: [distcc] Re: distcc and cl.exe (MS Visual compiler)

2004-06-14 Thread mbp
On 14 Jun 2004, Frederic Paolucci [EMAIL PROTECTED] wrote: tmcc.exe is based on gcc, than I think it could work with low efforts... In order to investigate my problem, I created a very simple file named file.c (attached to this message) that contains only a main() function. Then I wrote

Re: [distcc] wrong address resolving ?

2004-07-06 Thread mbp
On 6 Jul 2004, Vitaly Kroivets [EMAIL PROTECTED] wrote: hi, I have following problem with distcc 2.14 : The list of hosts , specivfied with env variable includes between others, computer named jump . Its address is 192.114.176.61 . I jet following message sometimes: C++ COMPILATION

Re: [distcc] Help!Distcc doesn't distribute jobs and uses only the first host!

2004-07-22 Thread mbp
On 22 Jul 2004, wilson Guo [EMAIL PROTECTED] wrote: Hi, Recently I was resposible for the distribute build of StarOffice. I've installed distcc on two PCs and try to build one modular of StarOffice.But, it happened that the distcc used only the first host in the list and I knew that I had

[distcc] Re: Parallel compiles of same source file with distcc

2004-07-26 Thread mbp
On 26 Jul 2004, Terje Elde [EMAIL PROTECTED] wrote: Hi, I've been trying out distcc to ease my pain of slow hardware. So far it's doing a great job. I do however notice that it seems to often block of the weakest link. Currently I'm doing a compile job with the following setup: Main

Re: [distcc] ./configure fails: cannot compute suffix of object files: cannot compile

2004-07-29 Thread mbp
On 29 Jul 2004, Alexander Skwar [EMAIL PROTECTED] wrote: Good morning! I'm having a problem with distcc-2.16 on a Gentoo client and distcc-2.16-1.1.el3.dag on a RHEL 3 server. Sometimes when I (or Gentoos ebuild) runs ./configure, I'm getting error messages like this: error: cannot

Re: [distcc] distcc and aCC on HP-UX 11.11

2004-08-16 Thread mbp
On 16 Aug 2004, Michael Orlov [EMAIL PROTECTED] wrote: Hi I'm trying to compile ACE wrappers on HP-UX 11.11 with distcc 2.17 . I'm using the masquerading for the aCC compiler. But I got the strange issue: all the *.o files that I get from the remote machines are with 0 size