From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Miloradovsky Subject: Re: ld cannot find crti.o Date: Tue, 19 Jun 2018 13:41:58 +0000 Message-ID: <0189d05f-e184-35d1-7c81-62ef40b6ffbc@interpretmaths.bid> References: <0287db07-ac3a-ccc2-ac6b-d36bf67150bf@interpretmaths.bid> <87602fj5s7.fsf@gmail.com> 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]:55160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVGta-00030Y-9p for help-guix@gnu.org; Tue, 19 Jun 2018 09:42:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVGtX-0004Hz-81 for help-guix@gnu.org; Tue, 19 Jun 2018 09:42:06 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:37083) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVGtX-0004HX-1H for help-guix@gnu.org; Tue, 19 Jun 2018 09:42:03 -0400 In-Reply-To: <87602fj5s7.fsf@gmail.com> Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix@gnu.org Yes, I managed to get over many issues by means of running `opam install =E2=80=A6` within `guix environment --ad-hoc gcc-toolchain =E2=80=A6`. Th= anks. There's one more strange thing though: `cc` isn't defined. How do I make it pointing to e.g. `gcc`? On 06/19/2018 12:54 PM, Pierre Neidhardt wrote: > Have you tried installing gcc-toolchain? > (It should supersede gcc and glibc.) >