[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with gcc-toolchain modulefile
From: |
Simon Tournier |
Subject: |
Re: Problem with gcc-toolchain modulefile |
Date: |
Tue, 16 Jul 2024 16:42:06 +0200 |
Hi,
On Thu, 11 Jul 2024 at 13:25, Reza Housseini <reza.housseini@gmail.com> 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