Re: Problem with gcc-toolchain modulefile

2024-07-17 Thread Simon Tournier
Hi, On Thu, 11 Jul 2024 at 13:25, Reza Housseini 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

Re: Problem with gcc-toolchain modulefile

2024-07-11 Thread Reza Housseini
Simon Tournier writes: Hi Simon > Very late reply… Sorry. If the question is still unanswered. :-) I figured a way to do it. I create a new package from the gcc package: (define-public gcc-standalone (package (inherit gcc) (name "gcc-standalone"))) this allows me to install it as a

Re: Problem with gcc-toolchain modulefile

2024-07-11 Thread Simon Tournier
Hi, Very late reply… Sorry. If the question is still unanswered. :-) On Thu, 16 May 2024 at 15:15, Reza Housseini wrote: > I crated a modulefile with the module command for the gcc-toolchain on a > foreign system. Unfortunately the LD_LIBRARY_PATH of the gcc-toolchain > package is interferin

Problem with gcc-toolchain modulefile

2024-05-16 Thread Reza Housseini
Hi Guixers I crated a modulefile with the module command for the gcc-toolchain on a foreign system. Unfortunately the LD_LIBRARY_PATH of the gcc-toolchain package is interfering with the system (due to the wrong libstdc++.so I guess). Has anyone come across this problem or knows any workaroun