From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: rust work in progress conflicts Date: Fri, 29 Jul 2016 11:03:41 +0200 Message-ID: <20160729090341.GA2308@solar> References: <20160325184540.4e02cb2d@scratchpost.org> <87k2kq6wma.fsf@grrlz.net> <87oa8mt8lh.fsf@gmail.com> <87eg9gzgqb.fsf@libertad.pw> <87popyp3od.fsf@we.make.ritual.n0.is> <20160728203144.7df4bb8c@itchy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT3ht-0005jz-KW for guix-devel@gnu.org; Fri, 29 Jul 2016 05:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT3hp-0002Pi-JP for guix-devel@gnu.org; Fri, 29 Jul 2016 05:03:49 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:13849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT3hp-0002Pc-6M for guix-devel@gnu.org; Fri, 29 Jul 2016 05:03:45 -0400 Content-Disposition: inline In-Reply-To: <20160728203144.7df4bb8c@itchy> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Eric Le Bihan Cc: guix-devel@gnu.org 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