From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21216: glibc and linux-libre-headers Date: Wed, 17 Feb 2016 19:15:40 +0100 Message-ID: <87si0r19v7.fsf@gnu.org> References: <20150808015559.12b499ac@scratchpost.org> <87614cieo3.fsf@gnu.org> <20160216191632.06944fe6@scratchpost.org> 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]:51996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aW6dx-00015P-Hy for bug-guix@gnu.org; Wed, 17 Feb 2016 13:16:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aW6du-00087F-B5 for bug-guix@gnu.org; Wed, 17 Feb 2016 13:16:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aW6du-00086v-7T for bug-guix@gnu.org; Wed, 17 Feb 2016 13:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aW6du-0002cO-40 for bug-guix@gnu.org; Wed, 17 Feb 2016 13:16:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160216191632.06944fe6@scratchpost.org> (Danny Milosavljevic's message of "Tue, 16 Feb 2016 19:16:32 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Danny Milosavljevic Cc: 21216-done@debbugs.gnu.org Danny Milosavljevic skribis: > On Tue, 18 Aug 2015 21:23:40 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> However, instead of installing the =E2=80=98glibc=E2=80=99 package, you = may want to >> install the =E2=80=98gcc-toolchain=E2=80=99 package, which provides all = the tools needed >> to do software development (GCC, libc, Binutils, the =E2=80=98ld wrapper= =E2=80=99, etc.) > > I tried that now - that works fine.=20 > > Why can I install glibc (when it doesn't work anyway)? What's the differe= nce? The most important difference is the linker wrapper (=E2=80=9Cld-wrapper=E2= =80=9D), which makes sure -Wl,-rpath is passed for each library against which we link. > Is it documented? Not yet, but you can help! :-) Ludo=E2=80=99.