Ludovic Courtès writes: > If you are building with the GCC and libc installed from Guix, then you > must also install the linker wrapper: > > guix package -i ld-wrapper > > The wrapper takes care of adding the relevant libraries to the RPATH, > which will fix the problem.
Perhaps it does, but it certainly creates a new one: ld-wrapper: error: attempt to use impure library "/home/hinsen/.guix-profile/lib/libgcc_s.so" I get that message whenever I try to compile anything at all with my Guix-installed GCC. Konrad.
