Installation question.

Iain Sandoe iain@sandoe.co.uk
Sun May 12 14:54:00 GMT 2019


Right now, we don’t install a “cc”  [we install gcc]  but we do install “c++” [ we also install g++, of course].

Some configure scripts (and one or two places in the testsuite) do try to invoke ‘cc’ which can lead to inconsistent tools being used, if a GCC install is ahead in the PATH of some other install which does provide cc.

Is there a reason for this omission, or is it unintentional?

thanks,
Iain



More information about the Gcc mailing list