From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.67) (envelope-from ) id 1II2LR-0000Es-4T for garchives@archives.gentoo.org; Mon, 06 Aug 2007 13:10:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l76D8eaX015630; Mon, 6 Aug 2007 13:08:40 GMT Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l76D45MQ010750 for ; Mon, 6 Aug 2007 13:04:06 GMT Received: by rv-out-0910.google.com with SMTP id c27so1041964rvf for ; Mon, 06 Aug 2007 06:04:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=g0CQGSMqxQlEIHGa28zkF4NxHgnEpfEAymV3mhd14HOlhKyJ9HlyUvEV2w8tzZYEoOp2/0kMaMYJIg1tDTRruMdPoDinlQxzxGKrkQEAugaqLZsv7NAphjvBAHmYFsK/7dqYHGw/MPqjg7C4efqYVylWSt0OlRoKH4aW27YoFrc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=F7v5jet6KMSVv+0MASVJmAKRwWX9vd1EgtZ/TQ52z//W4Vowe0cRk10q4iX4ZornvD4Rt3+OsrDmlBqnGMp7z4th6jCDFA3XM4MSmRMf12/JFqmimO+e+SWkeXK3om+Fk94oUiU/3wp0d+ys+VibnnO1NQi5d9KZrZ3+PpZprl4= Received: by 10.141.5.3 with SMTP id h3mr2096263rvi.1186405445023; Mon, 06 Aug 2007 06:04:05 -0700 (PDT) Received: by 10.140.157.13 with HTTP; Mon, 6 Aug 2007 06:03:59 -0700 (PDT) Message-ID: <5158e0dd0708060603n5d868d90ub174698e098d294e@mail.gmail.com> Date: Mon, 6 Aug 2007 15:03:59 +0200 From: "Dominik Zajac" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] distcc with other distro (Debian) In-Reply-To: <200708040854.57974.bss03@volumehost.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33209_162344.1186405439974" References: <3f716b6e0708020330t6f617ab8l30a9120ab7d060bd@mail.gmail.com> <982e82bf0708022334p7326c6e8pd8859574d39c0b02@mail.gmail.com> <200708040854.57974.bss03@volumehost.net> X-Archives-Salt: 78ed2299-39a2-4c9a-946b-2ad4736ab789 X-Archives-Hash: 8bd7fbaca3ca7df6ca5c38fbb9a50b0e ------=_Part_33209_162344.1186405439974 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, if there is an gcc version problem icecream is your friend there you dont have so big problems with different gcc versions and it is easier to configure 2007/8/4, Boyd Stephen Smith Jr. : > > On Friday 03 August 2007 01:34:37 am Ric de France wrote: > > There may be a gotcha of glibc (or other) > > incompatibilities / inconsistencies between Gentoo and Debian, but I'm > > sure others on this list can advise you better. > > distcc only "farms out" the actual compiling. Pre-processing is done > locally, > so it uses your local header files. Linking is also done locally, so it > will > use your local libraries. [1] > > That said, if you have incompatible compilers (e.g. gcc-3.3 vs. gcc-3.4) > you > may have issues, and they may or may not be caught at link time. > > -- > Boyd Stephen Smith Jr. ,= ,-_-. =. > bss03@volumehost.net ((_/)o o(\_)) > ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' > http://iguanasuicide.org/ \_/ > > [1] distcc tries to be smart when passed a command-line that would do both > compiling and (pre-processing or linking), but when it can't separate the > stages, it will end up using your local compiler. > > ------=_Part_33209_162344.1186405439974 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,

if there is an gcc version problem icecream is your friend
there you dont have so big problems with different gcc versions
and it is easier to configure



2007/8/4, Boyd Stephen Smith Jr. < bss03@volumehost.net>:
On Friday 03 August 2007 01:34:37 am Ric de France wrote:
> There may be a gotcha of glibc (or other)
> incompatibilities / inconsistencies between Gentoo and Debian, but I'm
> sure others on this list can advise you better.

distcc only "farms out" the actual compiling.  Pre-processing is done locally,
so it uses your local header files.  Linking is also done locally, so it will
use your local libraries. [1]

That said, if you have incompatible compilers (e.g. gcc-3.3 vs. gcc-3.4) you
may have issues, and they may or may not be caught at link time.

--
Boyd Stephen Smith Jr. ,= ,-_-. =.
bss03@volumehost.net ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.org/ \_/

[1] distcc tries to be smart when passed a command-line that would do both
compiling and (pre-processing or linking), but when it can't separate the
stages, it will end up using your local compiler.


------=_Part_33209_162344.1186405439974-- -- gentoo-user@gentoo.org mailing list