help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: chicken scheme


From: Ludovic Courtès
Subject: Re: chicken scheme
Date: Thu, 30 Jun 2016 23:27:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi,

John J Foerch <address@hidden> skribis:

> I ran into some problems when installing CHICKEN Scheme on my new GuixSD
> system.  After installing the chicken package, 'chicken-install' failed
> because gcc was not found on the system.  In the package definition for
> chicken, gcc is listed as a native-input, but from what I understand it
> should either be a regular input or a propagated-input, because CHICKEN
> uses gcc to compile scheme programs.

Good point.  Perhaps CHICKEN should keep references to the GCC toolchain
that was used to build it, or propagate it.  OTOH, it can in theory use
whatever GCC that it finds in $PATH, and people using the interpreter
don’t need GCC, which would be an argument in favor of the status quo.

Thoughts?

> I installed gcc separately, and then a test of chicken-install produced
> this error:
>
>     linux/limits.h: No such file or directory #include <linux/limits.h>
>
> I was testing chicken-install with this command:
>
>     $ chicken-install matchable

Could you run:

  guix package -r gcc -i gcc-toolchain

and try again?

The ‘gcc-toolchain’ package provides GCC, Binutils, glibc, and a wrapper
around ‘ld’ (it makes sure every library linked against is added to the
RUNPATH.)

Thanks for reporting the issue,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]