From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A518E3858C5F; Mon, 10 Jun 2024 17:27:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A518E3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718040468; bh=wietJzJfei26UBvKM+rA20nxVFZRpj6vFKpnBcfdlKE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sHAsCSabTMBDg/UqIXBaN+7XhyttjMUwtdVD0mSHypPxYrqcMQ9sQCGRCFtJskLvu vCb7zbjlvFoM6URdr/SbJctEmaG957nEmtLBBDu83Jo5aJoTMeVjNZMn6a9Wyh+m1v oysogSVPvuMNjlAqqCnB8kO29hV28QhqcdRwvzrY= From: "marcuscalhounlopez at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/115416] [13/14/15 regression] Setting --includedir to a nonexistent directory causes a build error since r13-5490-g59e4c98173a79f Date: Mon, 10 Jun 2024 17:27:48 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marcuscalhounlopez at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D115416 --- Comment #4 from Marcus Calhoun-Lopez --- (In reply to YunQiang Su from comment #2) > Can you give me the configure command, so that I can have a test. The pertinent part of the configure command is `configure --prefix=3D/opt/local --includedir=3D/opt/local/include/gcc --libdir=3D/opt/local/lib/libgcc`=