[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem using ccache on Woody



Le jeu 09/10/2003 à 08:25, Jérôme Warnier a écrit :
> It seems it work, but I've noticed a strange thing.
> On Woody, the build system automatically selects gcc-3.0 and g++-3.0.
> Normally, it should say, when DEB_BUILD_OPTIONS=ccache:
> ccache gcc-3.0 ...
> and 
> ccache g++-3.0 ...
> 
> For gcc-3.0, it's working fine, but for g++-3.0, it says:
> ccache ccache g++-3.0 ...
> 
> There seems to be a mess with $CXX or so, but I'm not able to fix it in
> a second and wondered if one of you could.
In LinuxIntelEnv.Set and LinuxIntelEnv.Set.sh is the CXX wrongly set to
"ccache ccache g++-3.0" like this:

CC="ccache gcc-3.0"
CXX="ccache ccache g++-3.0"
LINK="ccache gcc-3.0"


> Regards
-- 
Jérôme Warnier <jwarnier@beeznest.net>

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e=2E?=


Reply to: