Hi, On Thu, 11 Jul 2024 at 13:25, Reza Housseini <[email protected]> wrote:
> Yes I am using the guix-modules command, but I have no idea to unset > LD_LIBRARY_PATH in the generated modulefile. It’s ’unsetenv’, no? Well, I am not very familiar with Modulefiles documentation [1]. 1: https://modules.readthedocs.io/en/v5.4.0/modulefile.html > I have no idea if this is the correct way or if I should always use > gcc-toolchain? Well, the idea of ’gcc-toolchain’ is to provide a complete toolchain [2], when ’gcc’ provides just one part (compiler). 2: https://guix.gnu.org/manual/devel/en/guix.html#The-GCC-toolchain Cheers, simon
