[distcc] redeclared symbol error

Martin Pool mbp at samba.org
Mon Jun 16 12:14:28 GMT 2003


On 16 Jun 2003, Alex Olugbile <aoo at csag.ucsd.edu> wrote:
> On Mon, 16 Jun 2003, Martin Pool wrote:

> > The log file looks fine.  I think there might be some problem with the
> > installation of g++ on your server.
> > 
> > Would you please log in to the server, set your path to 
> > 
> >    /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
> > 
> > and then run 
> > 
> >   g++ --version
> 
> After changing my path to the one given g++ reports version 2.96; Previous 
> version was 3.0.4

You must not mix major versions of g++.

You need to make sure the same version is installed on both client and
server, and that the PATH used by the server sees the one you mean to
see.

-- 
Martin 



More information about the distcc mailing list