On Wed, Jan 11, 2006 at 09:52:30AM +0100, Fr?d?ric PRACA wrote:
> Selon Ruslan Ermilov <[EMAIL PROTECTED]>:
> 
> > Do you have ccache stuff in /etc/make.conf?
> Yes, but I already tried with NOCCACHE and the problem is still there.
> 
The example in /etc/make.conf that you copied from the port is
wrong -- it causes the following to be set if NOCCACHE is defined:

CC=/usr/bin/cc
CXX=/usr/bin/c++

This OTOH prevents buildworld from working correctly, as the latter
uses internal versions of cc and c++.  Comment out the ccache stuff
completely in /etc/make.conf, and you'll be done.


Cheers,
-- 
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer

Attachment: pgpOiL2GNWAYd.pgp
Description: PGP signature

Reply via email to