[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21216: glibc and linux-libre-headers
From: |
Ludovic Courtès |
Subject: |
bug#21216: glibc and linux-libre-headers |
Date: |
Wed, 17 Feb 2016 19:15:40 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Danny Milosavljevic <address@hidden> skribis:
> On Tue, 18 Aug 2015 21:23:40 +0200
> address@hidden (Ludovic Courtès) wrote:
>
>> However, instead of installing the ‘glibc’ package, you may want to
>> install the ‘gcc-toolchain’ package, which provides all the tools needed
>> to do software development (GCC, libc, Binutils, the ‘ld wrapper’, etc.)
>
> I tried that now - that works fine.
>
> Why can I install glibc (when it doesn't work anyway)? What's the difference?
The most important difference is the linker wrapper (“ld-wrapper”),
which makes sure -Wl,-rpath is passed for each library against which we
link.
> Is it documented?
Not yet, but you can help! :-)
Ludo’.