From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Make and "cc" executable Date: Fri, 09 Nov 2018 14:23:22 +0100 Message-ID: <87o9ayxu45.fsf@elephly.net> References: <878t24m0a7.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gL6lP-0002ZU-Kl for help-guix@gnu.org; Fri, 09 Nov 2018 08:23:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gL6lL-000539-Fh for help-guix@gnu.org; Fri, 09 Nov 2018 08:23:55 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21140) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gL6lL-0004pC-24 for help-guix@gnu.org; Fri, 09 Nov 2018 08:23:51 -0500 In-reply-to: <878t24m0a7.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: Help Guix Hi Pierre, > With gcc-toolchain install, I still have no "cc" executable. > With many other distributions, "cc" is a symlink to either gcc and > clang. Right, =E2=80=9Ccc=E2=80=9D is not provided by upstream GCC. Some distribu= tions provide =E2=80=9Ccc=E2=80=9D for compatibility with old Unices, but for Guix we gen= erally don=E2=80=99t augment upstream packages like that. > What are the recommendations? When CC is used, then it should be configured to be GCC with =E2=80=9CCC=3D= gcc=E2=80=9D. -- Ricardo