From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: collect2: fatal error: cannot find 'ld' Date: Sat, 9 Feb 2019 13:38:14 +0100 (CET) Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21004_259776434.1549715894916" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsRts-0006y9-H6 for help-guix@gnu.org; Sat, 09 Feb 2019 07:38:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsRti-0005Qq-7L for help-guix@gnu.org; Sat, 09 Feb 2019 07:38:22 -0500 Received: from w1.tutanota.de ([81.3.6.162]:51212) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gsRtg-0005O0-VU for help-guix@gnu.org; Sat, 09 Feb 2019 07:38:17 -0500 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id E111FFA01FC for ; Sat, 9 Feb 2019 12:38:14 +0000 (UTC) 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 ------=_Part_21004_259776434.1549715894916 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi! I compile this https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize and get this: $ gcc c.c collect2: fatal error: cannot find 'ld' compilation terminated. $ whereis ld ld: $ gcc --version gcc (GCC) 8.2.0 How to solve this? ------=_Part_21004_259776434.1549715894916 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

and get this:

$ gcc c.c
collect2: fatal error: cannot find 'ld'
compilation terminated.

$ whereis ld
ld:

$ gcc --version
gcc (GCC) 8.2.0

How to solve this?
------=_Part_21004_259776434.1549715894916--