From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: chicken scheme Date: Fri, 01 Jul 2016 11:39:30 +0200 Message-ID: <87vb0plmst.fsf@gnu.org> References: <871t3ecx0f.fsf@hecubus.retroj.net> <87shvumkp0.fsf@gnu.org> <87oa6ibadr.fsf@hecubus.retroj.net> 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]:58959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIuvE-0003s3-Fk for help-guix@gnu.org; Fri, 01 Jul 2016 05:39:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIuvB-0006Dt-6R for help-guix@gnu.org; Fri, 01 Jul 2016 05:39:40 -0400 In-Reply-To: <87oa6ibadr.fsf@hecubus.retroj.net> (John J. Foerch's message of "Thu, 30 Jun 2016 18:05:36 -0400") 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: John J Foerch Cc: help-guix@gnu.org John J Foerch skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > I don't have enough experience with guix to give definite advice on > this, but chicken does present a couple of unique issues. I think that > having gcc available is essential to chicken's purpose, as one is not > likely to only use the interpreter. Installing extensions requires C > compilation, and if one is not installing extensions and not using > chicken's compiler, then one might as well be using any old scheme off > the street ;-) Right, makes sense. :-) > If the gcc-toolchain were kept in reference (but not in the profile), > that may be enough. The chicken compiler has options (and/or > environment variables) to use another gcc if desired, so people who want > to use another gcc than the one used to build chicken can still do so. OK. Then I guess we should adjust our =E2=80=98chicken=E2=80=99 package so= that it hard-codes the absolute file name of =E2=80=98gcc=E2=80=99 and =E2=80=98ld= =E2=80=99. Would you like to give it a try? > Some chicken extensions install executable programs (for example > hyde). On other OSes they would normally be installed to > /usr/local/bin. Obviously this would be different for guix. This part doesn=E2=80=99t sound Guix-dependent. It=E2=80=99s more about wh= ether non-root users can install to, say, ~/.local, or whether only root can install (to /usr/local/bin or similar.) WDYT? Thanks, Ludo=E2=80=99.