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

Re: Lastest klibc breaks rootskel?



Le mercredi 08 novembre 2006 21:04, Joey Hess a écrit :
> Jérôme Marant wrote:
> > > No, works fine here. Why is your klcc trying to run a gcc in
> > > /usr/local/bin?
> > 
> > According to the code, this is where it expects to find gcc.
> >  I'm on amd64 BTW.
> 
> joey@kodama:~>grep local =klcc
> zsh: exit 1     grep local =klcc
> 
> I'm not seeing anything in the code that would make it use a gcc in
> /usr/local/bin, unless you have CC pointing to there.

chenonceaux:~$ grep local /usr/bin/klcc
$CC = "\/usr\/local\/bin\/gcc";
@CC = ("\/usr\/local\/bin\/gcc");

It changed in 1.4.30. I compared with previous version.

-- 
Jérôme Marant



Reply to: