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

2004-07-29 Thread Alexander Skwar
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 compute suffix of object files: cannot compile See `config.log' for

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] [PATCH] retry compiling when remote gcc was killed by signal

2004-07-29 Thread Eric Frias
Jakub Stachowski wrote: I noticed that return codes 128 (which means that compiler was killed by signal) is treated exactly as normal compilation error. However, killing compiler indicates problems with system (in most cases not enough memory) or compiler itself, not with source code. So