Re: [distcc] redeclared symbol error

2005-06-30 Thread Martin Pool
On 30 Jun 2005, Lee Adamson [EMAIL PROTECTED] wrote: OK, I think I have totally managed to confused you here... I think I understand now. /opt/gcc/cross/i686-pc-linux-gnu/bin/g++ is a Solaris compiler that produces Linux binaries... qad25-lee [View: ** NONE **]: file

Re: [distcc] redeclared symbol error

2005-06-29 Thread Martin Pool
Please mail the list, not to me, so that other people can help and benefit from the answers. On 29 Jun 2005, Lee Adamson [EMAIL PROTECTED] wrote: I also built the Solaris compiler. They are compiled with very similar options from that same source tarball. No, the Solaris compiler is in

Re: [distcc] redeclared symbol error

2005-06-29 Thread Martin Pool
Hi Lee, On 30 Jun 2005, Lee Adamson [EMAIL PROTECTED] wrote: OK, I have two compilers here. One is a Solaris native compiler (works fine), the other is a Solaris to Linux cross compiler (errors). Both compilers exist on all machines. OK, this is a bit puzzling. Your makefile is

Re: [distcc] redeclared symbol error

2005-06-29 Thread Lee Adamson
OK, I think I have totally managed to confused you here... /opt/gcc/cross/i686-pc-linux-gnu/bin/g++ is a Solaris compiler that produces Linux binaries... qad25-lee [View: ** NONE **]: file /opt/gcc/cross/i686-pc-linux-gnu/bin/g++ /opt/gcc/cross/i686-pc-linux-gnu/bin/g++: ELF 32-bit MSB

Re: [distcc] redeclared symbol error

2005-06-28 Thread Martin Pool
On 29 Jun 2005, Lee Adamson [EMAIL PROTECTED] wrote: Hi Martin, I found the following problem in the archives that is pretty much exactly what is happening to me: http://www.mail-archive.com/distcc@lists.samba.org/msg00899.html Let me explain what I have changed to get the errors.

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] redeclared symbol error

2003-06-15 Thread Alex Olugbile
Hi Martin, I've attached the logs, but the preprocessor output is approx 1 MB; I'll send it if you must have it. distcc compiles a simple hello world program without error, but applications of greater complexity are failing. I've tried to build my project library, siege (HTTP server

Re: [distcc] redeclared symbol error

2003-06-15 Thread Martin Pool
On 15 Jun 2003, Alex Olugbile [EMAIL PROTECTED] wrote: Hi Martin, I've attached the logs, but the preprocessor output is approx 1 MB; I'll send it if you must have it. distcc compiles a simple hello world program without error, but applications of greater complexity are failing. I've