From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C706388CF15; Thu, 15 Dec 2022 12:46:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C706388CF15 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671108363; bh=zJXd/4vEJvRpwcyWTgFHvT7X4/v2aUkIV0DZigEi/CA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KPwhePb7za6c2xyxvjsibsn85rYvEHVjms42Wm7dXy8WQpTDfxSGdo0H/2sJiYzpK RccCTi+6DdfvsUnQZQAisCk7sratyvYfxRG/ae4O03p+kLa8merrSX42KFZ3vJNiyV A2vMb4STrDGXH5HDaxrp1qrLbLMJk11iZOGoSzHA= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/107612] plugin/m2rte doesn't build on Mac OS X 10.7 Date: Thu, 15 Dec 2022 12:46:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius 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=3D107612 --- Comment #7 from Iain Sandoe --- same result on x86_64 darwin21 - under rosetta 2. BTW: this seems a bit odd to me I see the plugin specified like this: plugin/m2rte$(exeext)$(soext) (.so without Rainer's patch). Why $(exeext)? Won't you end up with something like plugin\m2rte.exe.dll on Windows?=