From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 056CD3858C54; Mon, 19 Sep 2022 18:00:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 056CD3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663610442; bh=V0CDKYCwQUh67zBG32SPs4M6JMXMP/m574jbDMDXPBk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wkPWmeiWxv08jASx02W2dTZZo4pjkD9oNOvGY64prKaV+XcICvF+A32C0aImCUNE+ GKzPsaeMwbfTmCJDUzKkqTRifN2qHGANsxcRLXkHIcPjzrbXJrPupdrWc5siO/mzqu ZKLNwfMOZI2ehisKAXBS/GMmu0LTS5EO0z35Dh00= From: "jeffrey.rahr at baesystems dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/106472] No rule to make target '../libbacktrace/libbacktrace.la', needed by 'libgo.la'. Date: Mon, 19 Sep 2022 18:00:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: jeffrey.rahr at baesystems dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106472 --- Comment #21 from Jeff Rahr --- Roger - I was getting that same error when building out of the box for langueages=3Dc,c++,fortran,lto,jit,go,d (ie didn't edit Makefile.def). Base= d on https://forum.dlang.org/post/qgrchukzyceflenrrmct@forum.dlang.org that said= on some platforms libphobos is not enabled by default, I added --enable-libph= obos to my configure and my build worked after that.=