Subject: Re: buildlink question
To: John R. Shannon <john@johnrshannon.com>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 12/11/2003 00:05:17
On Wed, Dec 10, 2003 at 05:46:42AM -0700, John R. Shannon wrote:

> If I run "make buildlink" for a pkg (for example sysutils/xbattbar), and then 
> examine work/.buildlink/bin/CC, I see:
> 
> cmd="/usr/bin/c++"
> 
> Why? Why not cc?

a few compilers use 'CC' to invoke the C++ compiler, such as Sun's
Forte.

grant.