From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Le Bihan Subject: Re: rust work in progress conflicts Date: Sat, 30 Jul 2016 12:04:33 +0200 Message-ID: <20160730120433.00e63c13@itchy> 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> <20160729090341.GA2308@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTR8O-00046x-LQ for guix-devel@gnu.org; Sat, 30 Jul 2016 06:04:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTR8L-0004XG-Eo for guix-devel@gnu.org; Sat, 30 Jul 2016 06:04:44 -0400 Received: from smtp6-g21.free.fr ([2a01:e0c:1:1599::15]:31979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTR8L-0004XC-9P for guix-devel@gnu.org; Sat, 30 Jul 2016 06:04:41 -0400 In-Reply-To: <20160729090341.GA2308@solar> 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: Andreas Enge Cc: guix-devel@gnu.org Le Fri, 29 Jul 2016 11:03:41 +0200, Andreas Enge a =C3=A9crit : > 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? =20 >=20 > I would suggest to replace "gcc glibc binutils" by "gcc-toolchain", > which installs a specially modified linker. This solves the problem. Thank you. --=20 ELB