Hello, On Thu, Jul 28, 2016 at 08:31:44PM +0200, Eric Le Bihan wrote: > 1. I can compile a sample program in a guix environment created using > `guix environment gcc glibc binutils rust`, but the program > generated fails to run because libgcc_s.so.1 can not be found. How can > it be added to the environment?
I would suggest to replace "gcc glibc binutils" by "gcc-toolchain", which installs a specially modified linker. Andreas