Hi, > Set LD_LIBRARY_PATH=$HOME/.guix-profile/lib could solve this, but it is > said that is not a good solution. So I think we need a solution to make > $HOME/.guix-profile/lib the fallback to search dynamic linked library.
It works for me without any tricks. Make sure you are using gcc-toolchain and not gcc package. You can try the following command : guix package -i gcc-toolchain -r gcc binutils glibc Mathieu
