2016-07-27 23:21 GMT+08:00 Paul Smith :
> On Wed, 2016-07-27 at 21:39 +0800, Lei Zhang wrote:
>> The problem is, somehow Make defaults CXX to g++ instead of c++, so
>> my solution doesn't work. While CC already defaults to cc, is there
>> any specific reason for CXX not to default to c++?
>
> The P
On Wed, 2016-07-27 at 21:39 +0800, Lei Zhang wrote:
> The problem is, somehow Make defaults CXX to g++ instead of c++, so
> my solution doesn't work. While CC already defaults to cc, is there
> any specific reason for CXX not to default to c++?
The POSIX spec defines that "cc" be a C compiler, and