From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Miloradovsky Subject: ld cannot find crti.o Date: Tue, 19 Jun 2018 11:50:08 +0000 Message-ID: <0287db07-ac3a-ccc2-ac6b-d36bf67150bf@interpretmaths.bid> 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]:37379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVF9Q-0000zW-FG for help-guix@gnu.org; Tue, 19 Jun 2018 07:50:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVF9L-0004C9-Jr for help-guix@gnu.org; Tue, 19 Jun 2018 07:50:20 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:45671) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVF9L-0004BK-DH for help-guix@gnu.org; Tue, 19 Jun 2018 07:50:15 -0400 Received: from [192.168.42.31] (unknown [83.220.239.157]) (Authenticated sender: andrew@interpretmaths.bid) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id D3D671C0007 for ; Tue, 19 Jun 2018 11:50:11 +0000 (UTC) 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: help-guix@gnu.org Hi. In order to install Lwt via OPAM, I've just naively installed GCC via `guix package --install gcc`; but, while attempting to compile anything, I get the error that ~/.guix-profile/bin/ld cannot find crti.o.= I then tried to install Glibc explicitly, just in case, but the result is just the same (crti.o, by the way, is present where it belongs, i.e. ~/.guix-profile/lib/crti.o). What I am doing wrong?