yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #01255
Re: [deprecated list] [Fwd: Re: Problem installation svn 1523]
-
To:
yade-users@xxxxxxxxxxxxxxxxxxx
-
From:
Václav Šmilauer <eudoxos@xxxxxxxx>
-
Date:
Wed, 24 Sep 2008 20:31:30 +0200
-
In-reply-to:
<20080924194704.66bd804a@szpak>
-
User-agent:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080724 Lightning/0.8 Thunderbird/2.0.0.16 Mnenhy/0.7.5.666
>> OMG, why are you sending 250kb log? (message limit is 40kb). Try the
>> same thing without distcc (CXX=g++, or even better CXX=g++-4.3). Distcc
>> runs g++ on different machines without checking they are at some
>> particular version. That version of g++ that happens to be called by g++
>> (the default one) will be used.
>>
>
> this is my bet also - the problem is because of distcc. You need to
> talk with each person that has a computer which you are using with
> distcc and compare your g++ versions.
>
> simpler to not use distcc. But maybe Bruno has the same version as you?
> I have 4.3.1, we might help each other here.
>
To make sure, always use distcc with explicit compiler version, like
CXX="distcc g++-4.3". That way you will get error if your mates don't
have that version.
Follow ups
References