libnetgraph compilation problem

Ruslan Ermilov ru at FreeBSD.org
Wed Jan 11 07:57:30 PST 2006


On Wed, Jan 11, 2006 at 09:52:30AM +0100, Fr?d?ric PRACA wrote:
> Selon Ruslan Ermilov <ru at freebsd.org>:
> 
> > 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
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060111/77e93d8a/attachment.bin


More information about the freebsd-stable mailing list