guix-devel
[Top][All Lists]
Advanced

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

Re: Installing a C tool chain


From: Ludovic Courtès
Subject: Re: Installing a C tool chain
Date: Sat, 05 Apr 2014 22:44:55 +0200
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Mark H Weaver <address@hidden> skribis:

> address@hidden (Ludovic Courtès) writes:
>
>> To install a working C environment in your profile, run:
>>
>>   guix package -i gcc binutils ld-wrapper glibc
>
> [...]
>
>> I believe this could be addressed by having a simple “toolchain”
>> meta-package with the sole purpose of propagating these 4 inputs, and by
>> documenting it in the manual.
>
> FWIW, I think we should do this.

Commit a28ef66 adds a ‘gcc-toolchain’ meta-package:

  guix package -i gcc-toolchain

effectively installs gcc, glibc, ld-wrapper, and binutils (in the right
order), and:

  guix package -i gcc-toolchain:debug

install libc’s corresponding debugging symbols.

Comments welcome!

Ludo’.



reply via email to

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