Konrad Hinsen <[email protected]> skribis: > 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"
Ah yes, ahem, you also need this: export GUIX_LD_WRAPPER_ALLOW_IMPURITIES="yes, please" I’m sorry this is so painful. We need to come up with ways to simplify use of the tool chain installed via Guix. Ludo’.
