On 16 Jun 2003, Alex Olugbile <[EMAIL PROTECTED]> 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 __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
