From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0EE3E3858D37; Sun, 28 Apr 2024 13:00:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EE3E3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714309216; bh=1Qq96a09gYSIQoC1Rn1JZ0lKfDdfGoagHf1qoj1KraM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gTODGrHpGXmLylmwDavafOgdJcqvH2siKijELDSC+Fx7JxUlR2CuzeiGNeLT34Glh 6Jmr7ZU/8FPSnYnmdhf8CcTYoCSClah4bREI2fdmngELCiR8xokGx4Xn+LLzz+Mnzx 7RE3GMx9QtA7zDuNxCQhPIeFbqxu5fW9HdGdH4eA= From: "gerald at pfeifer dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/97304] Boostrap failure on freebsd: ld: error: unable to find library -lc Date: Sun, 28 Apr 2024 13:00:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: gerald at pfeifer dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97304 Gerald Pfeifer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gerald at pfeifer dot com --- Comment #18 from Gerald Pfeifer --- (In reply to Andrew Pinski from comment #17) > Testing the removal of the code from the driver. Thanks! Looking into building on FreeBSD 13.2 with LLD (base system) instead of GNU ld (ports) I ran into this again, which is really ...=20 surprising for a naive user. It would be great to tackle this once and for all.=