[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guix environment and ld?
From: |
Ludovic Courtès |
Subject: |
Re: guix environment and ld? |
Date: |
Tue, 12 Feb 2019 17:43:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello zimoun!
zimoun <address@hidden> skribis:
> With gcc-toolchain, it seems to work fine.
>
> Me too, I am not sure why.
> Maybe because of the comment in the definition of make-gcc-toolchain:
> "to make sure ld-wrapper comes before Binutils' ld in the user's profile."
Exactly: the ‘ld’ wrapper is really needed, and the ‘gcc-toolchain’
metapackage makes sure you have everything (also libc, binutils, and
all.)
Ludo’.