Danny Milosavljevic skribis: > On Tue, 18 Aug 2015 21:23:40 +0200 > ludo@gnu.org (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’.