From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: guix environment and ld? Date: Tue, 12 Feb 2019 17:43:48 +0100 Message-ID: <87zhr1gdob.fsf@gnu.org> References: <875ztu54v6.fsf@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtbA3-0003IJ-L9 for help-guix@gnu.org; Tue, 12 Feb 2019 11:43:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtbA2-0004XS-TO for help-guix@gnu.org; Tue, 12 Feb 2019 11:43:55 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:59142) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtbA2-0004KN-MD for help-guix@gnu.org; Tue, 12 Feb 2019 11:43:54 -0500 In-Reply-To: (zimoun's message of "Mon, 11 Feb 2019 12:12:31 +0100") 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: zimoun Cc: help-guix Hello zimoun! zimoun 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 =E2=80=98ld=E2=80=99 wrapper is really needed, and the =E2=80= =98gcc-toolchain=E2=80=99 metapackage makes sure you have everything (also libc, binutils, and all.) Ludo=E2=80=99.