Gentoo Archives: gentoo-user

From: Dominik Zajac <banym.tuxaner@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] distcc with other distro (Debian)
Date: Mon, 06 Aug 2007 13:10:01
Message-Id: 5158e0dd0708060603n5d868d90ub174698e098d294e@mail.gmail.com
In Reply to: Re: [gentoo-user] distcc with other distro (Debian) by "Boyd Stephen Smith Jr."
1 Hi,
2
3 if there is an gcc version problem icecream is your friend
4 there you dont have so big problems with different gcc versions
5 and it is easier to configure
6
7
8
9 2007/8/4, Boyd Stephen Smith Jr. <bss03@××××××××××.net>:
10 >
11 > On Friday 03 August 2007 01:34:37 am Ric de France wrote:
12 > > There may be a gotcha of glibc (or other)
13 > > incompatibilities / inconsistencies between Gentoo and Debian, but I'm
14 > > sure others on this list can advise you better.
15 >
16 > distcc only "farms out" the actual compiling. Pre-processing is done
17 > locally,
18 > so it uses your local header files. Linking is also done locally, so it
19 > will
20 > use your local libraries. [1]
21 >
22 > That said, if you have incompatible compilers (e.g. gcc-3.3 vs. gcc-3.4)
23 > you
24 > may have issues, and they may or may not be caught at link time.
25 >
26 > --
27 > Boyd Stephen Smith Jr. ,= ,-_-. =.
28 > bss03@××××××××××.net ((_/)o o(\_))
29 > ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
30 > http://iguanasuicide.org/ \_/
31 >
32 > [1] distcc tries to be smart when passed a command-line that would do both
33 > compiling and (pre-processing or linking), but when it can't separate the
34 > stages, it will end up using your local compiler.
35 >
36 >