From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ekaitz at ElenQ Technology Subject: Re: GCC and Chicken-Scheme compilation Date: Thu, 30 Jan 2020 21:33:24 +0000 Message-ID: References: <20200130153305.jyliym2lcrtnbs3t@pelzflorian.localdomain> <20200130185122.cavf3onk7vdc24wx@pelzflorian.localdomain> <20200130212207.w3tuvoltyg22gkxg@pelzflorian.localdomain> <20200130212716.ed54n4u2oabghlv3@pelzflorian.localdomain> Reply-To: Ekaitz at ElenQ Technology Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57003) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixHRR-0000rU-6w for help-guix@gnu.org; Thu, 30 Jan 2020 16:33:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixHRP-00083N-LC for help-guix@gnu.org; Thu, 30 Jan 2020 16:33:36 -0500 Received: from mail1.protonmail.ch ([185.70.40.18]:18985) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ixHRP-0007yv-6Q for help-guix@gnu.org; Thu, 30 Jan 2020 16:33:35 -0500 In-Reply-To: <20200130212716.ed54n4u2oabghlv3@pelzflorian.localdomain> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: "pelzflorian (Florian Pelz)" , "help-guix\\@gnu.org" Hi all Sorry I broke the thread hitting reply instead of reply all. I tested and it works! The problem is I thought chicken was going to install all the necessary too= ling but it didn't. So I needed to install gcc-toolchain by hand. Why doesn't chicken include gcc-toolchain as a dependency then? Is there any reason or do we need to add it in the package definition? Thank you!